datastore constant

String const datastore

Icon Data of datastore

Implementation

static const String datastore =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32"><circle cx="23" cy="23" r="1" fill="currentColor"/><path fill="currentColor" d="M8 22h12v2H8z"/><circle cx="23" cy="9" r="1" fill="currentColor"/><path fill="currentColor" d="M8 8h12v2H8z"/><path fill="currentColor" d="M26 14a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2h2v4H6a2 2 0 00-2 2v6a2 2 0 002 2h20a2 2 0 002-2v-6a2 2 0 00-2-2h-2v-4ZM6 6h20v6H6Zm20 20H6v-6h20Zm-4-8H10v-4h12Z"/></svg>';