fullscreen constant

String const fullscreen

Implementation

static const String fullscreen =
    '<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" d="M5 4h13a3 3 0 013 3v11a3 3 0 01-3 3H5a3 3 0 01-3-3V7a3 3 0 013-3Zm0 1a2 2 0 00-2 2v11a2 2 0 002 2h13a2 2 0 002-2V7a2 2 0 00-2-2H5Zm5 3h7v7h-1V9.707l-7.146 7.146-.708-.707L15.293 9H10V8Z"/></svg>';