browser constant

String const browser

Implementation

static const String browser =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4 8a1 1 0 100-2 1 1 0 000 2Zm4-1a1 1 0 11-2 0 1 1 0 012 0Zm2 1a1 1 0 100-2 1 1 0 000 2Z"/><path fill-rule="evenodd" d="M3 3a3 3 0 00-3 3v12a3 3 0 003 3h18a3 3 0 003-3V6a3 3 0 00-3-3H3Zm18 2H3a1 1 0 00-1 1v3h20V6a1 1 0 00-1-1ZM2 18v-7h20v7a1 1 0 01-1 1H3a1 1 0 01-1-1Z" clip-rule="evenodd"/></g></svg>';