candle_chart_solid constant

String const candle_chart_solid

Implementation

static const String candle_chart_solid =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="15" height="15" preserveAspectRatio="xMidYMid meet" viewBox="0 0 15 15"><path fill="currentColor" d="M1 0H0v15h15v-1H1V0Z"/><path fill="currentColor" d="M8 0v3H7v5h3V3H9V0H8ZM3 4v1H2v5h1v2h1v-2h1V5H4V4H3Zm9 2h1V4h1v2h1v5h-1v2h-1v-2h-1V6Z"/></svg>';