chart constant

String const chart

Icon Data of chart

Implementation

static const String chart =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 256"><g fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"><rect width="224" height="224" x="16" y="16" ry="32"/><path d="M160 192v-80m32 80V64M64 192v-32m32-32v64m32-48v48"/></g></svg>';