map_draw constant

String const map_draw

Implementation

static const String map_draw =
    '<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 fill="#555" d="M17 12 4 6v30l13 6 14-6 13 6V12L31 6l-14 6Z"/><path d="M31 6v30M17 12v30M10.5 9l6.5 3 14-6 6.5 3m-27 30 6.5 3 14-6 6.5 3"/></g></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#svgIDa)"/></svg>';