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"><mask id="svgIDa"><g fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="m12 12 7 7m17 17-7-7m7-17-7 7M12 36l7-7"/><path fill="#555" d="M19 19h10v10H19z"/><path d="M36 19a7 7 0 10-7-7m7 17a7 7 0 11-7 7m-17-7a7 7 0 107 7m-7-17a7 7 0 117-7"/></g></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#svgIDa)"/></svg>';