markdown_solid constant

String const markdown_solid

Implementation

static const String markdown_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 3.5A1.5 1.5 0 011.5 2h12A1.5 1.5 0 0115 3.5v8a1.5 1.5 0 01-1.5 1.5h-12A1.5 1.5 0 010 11.5v-8ZM10 5v3.293L8.854 7.146l-.708.708 2 2a.5.5 0 00.708 0l2-2-.707-.708L11 8.293V5h-1Zm-7.146.146A.5.5 0 002 5.5V10h1V6.707l1.5 1.5 1.5-1.5V10h1V5.5a.5.5 0 00-.854-.354L4.5 6.793 2.854 5.146Z" clip-rule="evenodd"/></svg>';