dashboard constant

String const dashboard

Implementation

static const String dashboard =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5 9a2 2 0 01-2-2V4a2 2 0 012-2h4a2 2 0 012 2v3a2 2 0 01-2 2H5zm0 13a2 2 0 01-2-2v-8a2 2 0 012-2h4a2 2 0 012 2v8a2 2 0 01-2 2H5zm10 0a2 2 0 01-2-2v-2a2 2 0 012-2h4a2 2 0 012 2v2a2 2 0 01-2 2h-4zm0-8a2 2 0 01-2-2V4a2 2 0 012-2h4a2 2 0 012 2v8a2 2 0 01-2 2h-4z" clip-rule="evenodd"/></svg>';