dots constant

String const dots

Icon Data of dots

Implementation

static const String dots =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48"><circle cx="13.5" cy="13.5" r="8" fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><circle cx="34.5" cy="34.5" r="8" fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><circle cx="34.5" cy="13.5" r="8" fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><circle cx="13.5" cy="34.5" r="8" fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>';