bubble_chart_line constant

String const bubble_chart_line

Implementation

static const String bubble_chart_line =
    '<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="M16 16a3 3 0 110 6 3 3 0 010-6zM6 12c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4zm10 6a1 1 0 100 2 1 1 0 000-2zM6 14a2 2 0 10-.001 3.999A2 2 0 006 14zm8.5-12a5.5 5.5 0 110 11 5.5 5.5 0 110-11zm0 2a3.5 3.5 0 100 7 3.5 3.5 0 000-7z"/></svg>';