symbol_structure constant

String const symbol_structure

Implementation

static const String symbol_structure =
    '<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="M2 2 1 3v3l1 1h12l1-1V3l-1-1H2zm0 1h12v3H2V3zm-1 7 1-1h3l1 1v3l-1 1H2l-1-1v-3zm2 0H2v3h3v-3H3zm7 0 1-1h3l1 1v3l-1 1h-3l-1-1v-3zm2 0h-1v3h3v-3h-2z" clip-rule="evenodd"/></svg>';