scatter_chart constant

String const scatter_chart

Implementation

static const String scatter_chart =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"><path fill="currentColor" d="M1 15V0H0v16h16v-1H1z"/><path fill="currentColor" d="M5 11a1 1 0 11-2 0 1 1 0 012 0zm3-5a1 1 0 11-2 0 1 1 0 012 0zm6-1a1 1 0 11-2 0 1 1 0 012 0zm-3 5a1 1 0 11-2 0 1 1 0 012 0z"/></svg>';