chart constant

String const chart

Implementation

static const String 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" fill-rule="evenodd" d="M3.75 1a.75.75 0 01.75.75v9.75h9.75a.75.75 0 010 1.5H4.5v1.25a.75.75 0 01-1.5 0V13H1.75a.75.75 0 010-1.5H3V1.75A.75.75 0 013.75 1Zm9.75 4.75a.75.75 0 00-1.5 0v3.5a.75.75 0 001.5 0v-3.5ZM9.75 3a.75.75 0 01.75.75v5.5a.75.75 0 01-1.5 0v-5.5A.75.75 0 019.75 3ZM7.5 7.75a.75.75 0 00-1.5 0v1.5a.75.75 0 001.5 0v-1.5Z" clip-rule="evenodd"/></svg>';