innerShadowTop constant

String const innerShadowTop

SVG data for Tabler Icon inner-shadow-top.

Implementation

static const innerShadowTop =
    '''<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-inner-shadow-top" 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="M5.636 5.636a9 9 0 1 0 12.728 12.728a9 9 0 0 0 -12.728 -12.728z" />
<path d="M16.243 7.757a6 6 0 0 0 -8.486 0" />
</svg>


''';