mapDollar constant

String const mapDollar

SVG data for Tabler Icon map-dollar.

Implementation

static const mapDollar =
    '''<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-map-dollar" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M13 19l-4 -2l-6 3v-13l6 -3l6 3l6 -3v6.5" />
<path d="M9 4v13" />
<path d="M15 7v5" />
<path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />
<path d="M19 21v1m0 -8v1" />
</svg>


''';