calendarDown constant

String const calendarDown

SVG data for Tabler Icon calendar-down.

Implementation

static const calendarDown =
    '''<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-calendar-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="M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5" />
<path d="M19 16v6" />
<path d="M22 19l-3 3l-3 -3" />
<path d="M16 3v4" />
<path d="M8 3v4" />
<path d="M4 11h16" />
</svg>


''';