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="48" height="48" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48"><g fill="currentColor"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M42 18v22a2 2 0 01-2 2H8a2 2 0 01-2-2V18"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="4" d="M6 8a2 2 0 012-2h32a2 2 0 012 2v10H6V8Z"/><path fill-rule="evenodd" d="M12 14a2 2 0 100-4 2 2 0 000 4Zm6 0a2 2 0 100-4 2 2 0 000 4Zm6 0a2 2 0 100-4 2 2 0 000 4Z" clip-rule="evenodd"/></g></svg>';