dot_grid constant

String const dot_grid

Implementation

static const String dot_grid =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M3.5 2.25a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0Zm11.5 0a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0Zm-1.25 7a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5Zm1.25 4.5a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0ZM2.25 9.25a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5Zm7-1.25a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0ZM8 15a1.25 1.25 0 100-2.5A1.25 1.25 0 008 15ZM9.25 2.25a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0ZM2.25 15a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5Z" clip-rule="evenodd"/></svg>';