chart_square_bar constant

String const chart_square_bar

Icon Data of chart_square_bar

Implementation

static const String chart_square_bar =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="M5 3a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V5a2 2 0 00-2-2H5Zm9 4a1 1 0 10-2 0v6a1 1 0 102 0V7Zm-3 2a1 1 0 10-2 0v4a1 1 0 102 0V9Zm-3 3a1 1 0 10-2 0v1a1 1 0 102 0v-1Z" clip-rule="evenodd"/></svg>';