arrowsRightDown constant

String const arrowsRightDown

SVG data for Tabler Icon arrows-right-down.

Implementation

static const arrowsRightDown =
    '''<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-right-down" 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 17l4 4l4 -4" />
<path d="M7 21v-11a3 3 0 0 1 3 -3h11" />
<path d="M17 11l4 -4l-4 -4" />
</svg>


''';