chart_scatter constant

String const chart_scatter

Implementation

static const String chart_scatter =
    '<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"><g fill="currentColor"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M6 6v36h36"/><path fill-rule="evenodd" d="M20 24a4 4 0 100-8 4 4 0 000 8Zm17-8a5 5 0 100-10 5 5 0 000 10ZM15 36a3 3 0 100-6 3 3 0 000 6Zm18-4a3 3 0 100-6 3 3 0 000 6Z" clip-rule="evenodd"/></g></svg>';