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"><g fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M17 12 4 6v30l13 6 14-6 13 6V12L31 6l-14 6Zm14-6v30M17 12v30"/><path d="m10.5 9 6.5 3 14-6 6.5 3m-27 30 6.5 3 14-6 6.5 3"/></g></svg>';