solarPanel constant

String const solarPanel

SVG data for Tabler Icon solar-panel.

Implementation

static const solarPanel =
    '''<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-solar-panel" 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="M4.28 14h15.44a1 1 0 0 0 .97 -1.243l-1.5 -6a1 1 0 0 0 -.97 -.757h-12.44a1 1 0 0 0 -.97 .757l-1.5 6a1 1 0 0 0 .97 1.243z" />
<path d="M4 10h16" />
<path d="M10 6l-1 8" />
<path d="M14 6l1 8" />
<path d="M12 14v4" />
<path d="M7 18h10" />
</svg>


''';