drone constant

String const drone

Icon Data of drone

Implementation

static const String drone =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M13 40a5 5 0 100-10 5 5 0 000 10Zm0 2a7 7 0 100-14 7 7 0 000 14Z" clip-rule="evenodd"/><path d="M14.75 35a1.75 1.75 0 11-3.5 0 1.75 1.75 0 013.5 0Z"/><path fill-rule="evenodd" d="M35 40a5 5 0 100-10 5 5 0 000 10Zm0 2a7 7 0 100-14 7 7 0 000 14Z" clip-rule="evenodd"/><path d="M36.75 35a1.75 1.75 0 11-3.5 0 1.75 1.75 0 013.5 0Z"/><path fill-rule="evenodd" d="M35 18a5 5 0 100-10 5 5 0 000 10Zm0 2a7 7 0 100-14 7 7 0 000 14Z" clip-rule="evenodd"/><path d="M36.75 13a1.75 1.75 0 11-3.5 0 1.75 1.75 0 013.5 0Z"/><path fill-rule="evenodd" d="M13 18a5 5 0 100-10 5 5 0 000 10Zm0 2a7 7 0 100-14 7 7 0 000 14Z" clip-rule="evenodd"/><path d="M14.75 13a1.75 1.75 0 11-3.5 0 1.75 1.75 0 013.5 0Z"/><path d="m13 35 5.72-11.224L13.44 13 24 18.388 34.56 13l-5.28 10.776L35 35l-11-5.837L13 35Z"/></g></svg>';