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="100" height="100" preserveAspectRatio="xMidYMid meet" viewBox="0 0 100 100"><path fill="currentColor" d="M8.5 22.5A3.5 3.5 0 005 26v48a3.5 3.5 0 003.5 3.5h83A3.5 3.5 0 0095 74V26a3.5 3.5 0 00-3.5-3.5h-83z" color="currentColor"/></svg>';