game_emoji constant

String const game_emoji

Implementation

static const String game_emoji =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48"><mask id="svgIDa"><path fill="#555" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M38 30H10a6 6 0 000 12h28a6 6 0 000-12Zm-2-8a8 8 0 100-16 8 8 0 000 16ZM4 14l9-9 9 9-9 9-9-9Z"/></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#svgIDa)"/></svg>';