box constant

String const box

Implementation

static const String box =
    '<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="M10 12a1 1 0 100 2h4a1 1 0 000-2h-4Z"/><path fill-rule="evenodd" d="M4 2a3 3 0 00-3 3v14a3 3 0 003 3h16a3 3 0 003-3V5a3 3 0 00-3-3H4Zm16 2H4a1 1 0 00-1 1v3h18V5a1 1 0 00-1-1ZM3 19v-9h18v9a1 1 0 01-1 1H4a1 1 0 01-1-1Z" clip-rule="evenodd"/></g></svg>';