screen constant

String const screen

Implementation

static const String screen =
    '<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"><path fill="currentColor" fill-rule="evenodd" d="M11 17H4a3 3 0 01-3-3V6a3 3 0 013-3h16a3 3 0 013 3v8a3 3 0 01-3 3h-7v2h3a1 1 0 110 2H8a1 1 0 110-2h3v-2ZM4 5h16a1 1 0 011 1v8a1 1 0 01-1 1H4a1 1 0 01-1-1V6a1 1 0 011-1Z" clip-rule="evenodd"/></svg>';