pdf_solid constant

String const pdf_solid

Implementation

static const String pdf_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="M3.5 8H3V7h.5a.5.5 0 010 1ZM7 10V7h.5a.5.5 0 01.5.5v2a.5.5 0 01-.5.5H7Z"/><path fill="currentColor" fill-rule="evenodd" d="M1 1.5A1.5 1.5 0 012.5 0h8.207L14 3.293V13.5a1.5 1.5 0 01-1.5 1.5h-10A1.5 1.5 0 011 13.5v-12ZM3.5 6H2v5h1V9h.5a1.5 1.5 0 100-3Zm4 0H6v5h1.5A1.5 1.5 0 009 9.5v-2A1.5 1.5 0 007.5 6Zm2.5 5V6h3v1h-2v1h1v1h-1v2h-1Z" clip-rule="evenodd"/></svg>';