text_bubble constant

String const text_bubble

Icon Data of text_bubble

Implementation

static const String text_bubble =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"><g fill="currentColor"><circle cx="7" cy="9" r="1"/><circle cx="10" cy="9" r="1"/><circle cx="13" cy="9" r="1"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M2 6a2 2 0 012-2h12a2 2 0 012 2v6.102a2 2 0 01-2 2H8.45S6.364 16 5.705 16c-.66 0-1.056-1.898-1.056-1.898H4a2 2 0 01-2-2V6Z" clip-rule="evenodd"/><circle cx="7" cy="9" r="1"/><circle cx="10" cy="9" r="1"/><circle cx="13" cy="9" r="1"/><path fill-rule="evenodd" d="M1 6v6.102A3 3 0 003.864 15.1c.36 1.224.894 1.901 1.84 1.901.757 0 1.684-.609 3.13-1.898H16a3 3 0 003-3V6a3 3 0 00-3-3H4a3 3 0 00-3 3Zm7.064 7.102-.286.26c-.864.786-1.543 1.304-1.869 1.522a5.58 5.58 0 01-.283-.986l-.166-.796H4a1 1 0 01-1-1V6a1 1 0 011-1h12a1 1 0 011 1v6.102a1 1 0 01-1 1H8.064Z" clip-rule="evenodd"/></g></svg>';