messageChatbot constant

String const messageChatbot

SVG data for Tabler Icon message-chatbot.

Implementation

static const messageChatbot =
    '''<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-message-chatbot" 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="M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12z" />
<path d="M9.5 9h.01" />
<path d="M14.5 9h.01" />
<path d="M9.5 13a3.5 3.5 0 0 0 5 0" />
</svg>


''';