app_window_duotone constant

String const app_window_duotone

Implementation

static const String app_window_duotone =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 256"><path fill="currentColor" d="M224 56v144a8 8 0 01-8 8H40a8 8 0 01-8-8V56a8 8 0 018-8h176a8 8 0 018 8Z" opacity=".2"/><path fill="currentColor" d="M216 40H40a16 16 0 00-16 16v144a16 16 0 0016 16h176a16 16 0 0016-16V56a16 16 0 00-16-16Zm0 160H40V56h176v144ZM80 84a12 12 0 11-12-12 12 12 0 0112 12Zm40 0a12 12 0 11-12-12 12 12 0 0112 12Z"/></svg>';