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="32" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32"><path fill="currentColor" d="M21 4v24h8V4h-8zm2 2h4v20h-4V6zM3 10v18h8V10H3zm2 2h4v14H5V12zm7 4v12h8V16h-8zm2 2h4v8h-4v-8z"/></svg>';