viewportNarrow constant

String const viewportNarrow

SVG data for Tabler Icon viewport-narrow.

Implementation

static const viewportNarrow =
    '''<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-viewport-narrow" 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="M3 12h7l-3 -3m0 6l3 -3" />
<path d="M21 12h-7l3 -3m0 6l-3 -3" />
<path d="M9 6v-3h6v3" />
<path d="M9 18v3h6v-3" />
</svg>


''';