chart_dots constant

String const chart_dots

Implementation

static const String chart_dots =
    '<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"><g fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M3 3v18h18"/><circle cx="9" cy="9" r="2"/><circle cx="19" cy="7" r="2"/><circle cx="14" cy="15" r="2"/><path d="m10.16 10.62 2.34 2.88m2.588-.172 2.837-4.586"/></g></svg>';