rectangle_duotone constant

String const rectangle_duotone

Implementation

static const String rectangle_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"><rect width="192" height="160" x="32" y="48" fill="currentColor" opacity=".2" rx="8"/><path fill="currentColor" d="M216 216H40a16 16 0 01-16-16V56a16 16 0 0116-16h176a16 16 0 0116 16v144a16 16 0 01-16 16ZM40 56v144h176V56Z"/></svg>';