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="-2 -3 24 24"><path fill="currentColor" d="M3 2a1 1 0 00-1 1v9a1 1 0 001 1h14a1 1 0 001-1V3a1 1 0 00-1-1H3zm0-2h14a3 3 0 013 3v9a3 3 0 01-3 3H3a3 3 0 01-3-3V3a3 3 0 013-3zm4 16h6a1 1 0 010 2H7a1 1 0 010-2z"/></svg>';