deviceImacPause constant

String const deviceImacPause

SVG data for Tabler Icon device-imac-pause.

Implementation

static const deviceImacPause =
    '''<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-device-imac-pause" 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 17h-9a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v9" />
<path d="M3 13h18" />
<path d="M8 21h5" />
<path d="M10 17l-.5 4" />
<path d="M17 17v5" />
<path d="M21 17v5" />
</svg>


''';