bar_chart constant

String const bar_chart

Implementation

static const String bar_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="M0 15h15v1H0v-1zm0-4h3v3H0v-3zm4-2h3v5H4V9zm4-4h3v9H8V5zm4-5h3v14h-3V0z"/></svg>';