calendarRepeat constant

String const calendarRepeat

SVG data for Tabler Icon calendar-repeat.

Implementation

static const calendarRepeat =
    '''<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-calendar-repeat" 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 2v3" />
<path d="M16 3v4" />
<path d="M8 3v4" />
<path d="M4 11h12" />
<path d="M20 14l2 2h-3" />
<path d="M20 18l2 -2" />
<path d="M19 16a3 3 0 1 0 2 5.236" />
</svg>


''';