chart_pie_one constant

String const chart_pie_one

Implementation

static const String chart_pie_one =
    '<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"><mask id="svgIDa"><g fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#555" d="M5 24c0 10.493 8.507 19 19 19V26a2 2 0 012-2h17c0-10.493-8.507-19-19-19S5 13.507 5 24Z"/><path d="M30 30h12v12H30z"/></g></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#svgIDa)"/></svg>';