border_dotted constant

String const border_dotted

Implementation

static const String border_dotted =
    '<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="M1.5 6.625a.875.875 0 100 1.75.875.875 0 000-1.75Zm4 0a.875.875 0 100 1.75.875.875 0 000-1.75Zm4 0a.875.875 0 100 1.75.875.875 0 000-1.75Zm3.125.875a.875.875 0 111.75 0 .875.875 0 01-1.75 0Z" clip-rule="evenodd"/></svg>';