dot_grid_fill constant

String const dot_grid_fill

Implementation

static const String dot_grid_fill =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4 2a2 2 0 110 4 2 2 0 010-4Zm8 0a2 2 0 110 4 2 2 0 010-4Zm10 2a2 2 0 10-4 0 2 2 0 004 0ZM4 10a2 2 0 110 4 2 2 0 010-4Zm10 2a2 2 0 10-4 0 2 2 0 004 0Zm6-2a2 2 0 110 4 2 2 0 010-4ZM6 20a2 2 0 10-4 0 2 2 0 004 0Zm6-2a2 2 0 110 4 2 2 0 010-4Zm10 2a2 2 0 10-4 0 2 2 0 004 0Z" clip-rule="evenodd"/></svg>';