gantt_chart_solid constant

String const gantt_chart_solid

Implementation

static const String gantt_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" fill-rule="evenodd" d="M0 0h1v14h14v1H0V0Zm2 2h3v1H2V2Zm1 3h5v1H3V5Zm2 3h3v1H5V8Zm3 3h7v1H8v-1Z" clip-rule="evenodd"/></svg>';