grid_squares constant

String const grid_squares

Implementation

static const String grid_squares =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="21" height="21" preserveAspectRatio="xMidYMid meet" viewBox="0 0 21 21"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m8.499 5.5-2 .003a1 1 0 00-1 1V8.5a1 1 0 00.884.993l.118.007 2-.003a1 1 0 00.999-1V6.501a1 1 0 00-.884-.994zm6 0-2 .003a1 1 0 00-1 1V8.5a1 1 0 00.884.993l.118.007 2-.003a1 1 0 00.999-1V6.501a1 1 0 00-.884-.994zm-6 6-2 .003a1 1 0 00-1 1V14.5a1 1 0 00.884.993l.118.007 2-.003a1 1 0 00.999-1v-1.996a1 1 0 00-.884-.994zm6 0-2 .003a1 1 0 00-1 1V14.5a1 1 0 00.884.993l.118.007 2-.003a1 1 0 00.999-1v-1.996a1 1 0 00-.884-.994z"/></svg>';