robotFace constant

String const robotFace

SVG data for Tabler Icon robot-face.

Implementation

static const robotFace =
    '''<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-robot-face" 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="M6 5h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2z" />
<path d="M9 16c1 .667 2 1 3 1s2 -.333 3 -1" />
<path d="M9 7l-1 -4" />
<path d="M15 7l1 -4" />
<path d="M9 12v-1" />
<path d="M15 12v-1" />
</svg>


''';