brush_line constant

String const brush_line

Implementation

static const String brush_line =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd"><path d="M24 0H0v24h24z"/><path d="M8 4a2 2 0 012-2h4a2 2 0 012 2v5h4a2 2 0 012 2v9a2 2 0 01-2 2H4a2 2 0 01-2-2v-9a2 2 0 012-2h4V4Zm6 0h-4v5a2 2 0 01-2 2H4v2h16v-2h-4a2 2 0 01-2-2V4Zm6 11H4v5h2v-2a1 1 0 112 0v2h3v-2a1 1 0 112 0v2h3v-2a1 1 0 112 0v2h2v-5Z"/></g></svg>';