drone constant

String const 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"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m12 12 7 7m17 17-7-7m7-17-7 7M12 36l7-7m0-10h10v10H19zm17 0a7 7 0 10-7-7m7 17a7 7 0 11-7 7m-17-7a7 7 0 107 7m-7-17a7 7 0 117-7"/></svg>';