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"><mask id="svgIDa"><g fill="none"><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M42 18v22a2 2 0 01-2 2H8a2 2 0 01-2-2V18"/><path fill="#555" stroke="#fff" stroke-linejoin="round" stroke-width="4" d="M6 8a2 2 0 012-2h32a2 2 0 012 2v10H6V8Z"/><path fill="#fff" 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></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#svgIDa)"/></svg>';