nes_solid constant

String const nes_solid

Implementation

static const String nes_solid =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="15" height="15" preserveAspectRatio="xMidYMid meet" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M0 4.5A1.5 1.5 0 011.5 3h12A1.5 1.5 0 0115 4.5v6a1.5 1.5 0 01-1.5 1.5h-12A1.5 1.5 0 010 10.5v-6ZM3 10V9H2V8h1V7h1v1h1v1H4v1H3Zm8 0h1V9h-1v1Zm-1 0H9V9h1v1Z" clip-rule="evenodd"/></svg>';