safe_solid constant

String const safe_solid

Implementation

static const String safe_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" d="M8 7.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0Z"/><path fill="currentColor" fill-rule="evenodd" d="M1.5 0A1.5 1.5 0 000 1.5v11A1.5 1.5 0 001.5 14H2v1h1v-1h9v1h1v-1h.5a1.5 1.5 0 001.5-1.5v-11A1.5 1.5 0 0013.5 0h-12ZM2 3v3h1V3H2Zm7.5 2a2.5 2.5 0 100 5 2.5 2.5 0 000-5ZM2 11V8h1v3H2Z" clip-rule="evenodd"/></svg>';