square constant

String const square

Implementation

static const String square =
    '<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="M13.5 10a3.5 3.5 0 00-3.5 3.5v73a3.5 3.5 0 003.5 3.5h73a3.5 3.5 0 003.5-3.5v-73a3.5 3.5 0 00-3.5-3.5h-73z" color="currentColor"/></svg>';