smiley constant

String const smiley

Implementation

static const String smiley =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M14.5 8a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0ZM16 8A8 8 0 110 8a8 8 0 0116 0ZM7 6a1 1 0 11-2 0 1 1 0 012 0Zm1 6a3 3 0 003-3H5a3 3 0 003 3Zm3-6a1 1 0 11-2 0 1 1 0 012 0Z" clip-rule="evenodd"/></svg>';