scatter_plot constant

String const scatter_plot

Implementation

static const String scatter_plot =
    '<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" d="M7 11a3 3 0 013 3 3 3 0 01-3 3 3 3 0 01-3-3 3 3 0 013-3m4-8a3 3 0 013 3 3 3 0 01-3 3 3 3 0 01-3-3 3 3 0 013-3m5.6 11.6c1.65 0 3 1.34 3 3a3 3 0 01-3 3c-1.66 0-3-1.35-3-3a3 3 0 013-3Z"/></svg>';