rectangle constant

String const rectangle

Implementation

static const String rectangle =
    '<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="M216 216H40a16 16 0 01-16-16V56a16 16 0 0116-16h176a16 16 0 0116 16v144a16 16 0 01-16 16ZM40 56v144h176V56Z"/></svg>';