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="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 10h4v4h-4zm0 0L6.5 6.5M9.96 6A3.5 3.5 0 106 9.96m8 .04 3.5-3.5m.5 3.46A3.5 3.5 0 1014.04 6M14 14l3.5 3.5m-3.46.5A3.5 3.5 0 1018 14.04M10 14l-3.5 3.5M6 14.04A3.5 3.5 0 109.96 18"/></svg>';