fullscreen constant

String const fullscreen

Icon Data of fullscreen

Implementation

static const String fullscreen =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 21v3.5a.5.5 0 00.5.5H7M3 11V7.5a.5.5 0 01.5-.5H7m18 0h3.5a.5.5 0 01.5.5V11m0 10v3.5a.5.5 0 01-.5.5H25"/></svg>';