rectangle_o constant

String const rectangle_o

Implementation

static const String rectangle_o =
    '<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-83zm3.5 7h76v41H12v-41z" color="currentColor"/></svg>';