handSanitizer constant

String const handSanitizer

SVG data for Tabler Icon hand-sanitizer.

Implementation

static const handSanitizer =
    '''<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hand-sanitizer" 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="M7 21h10v-10a3 3 0 0 0 -3 -3h-4a3 3 0 0 0 -3 3v10z" />
<path d="M15 3h-6a2 2 0 0 0 -2 2" />
<path d="M12 3v5" />
<path d="M12 11v4" />
<path d="M10 13h4" />
</svg>


''';