octagon_line constant

String const octagon_line

Implementation

static const String octagon_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="M0 0h24v24H0z"/><path d="M14.9 4H9.1a1 1 0 00-.707.293l-4.1 4.1A1 1 0 004 9.101v5.798a1 1 0 00.293.708l4.1 4.1a1 1 0 00.708.293h5.798a1 1 0 00.708-.293l4.1-4.1A1 1 0 0020 14.9V9.1a1 1 0 00-.293-.707l-4.1-4.1A1 1 0 0014.9 4ZM9.1 2h5.8a3 3 0 012.12.879l4.101 4.1A3 3 0 0122 9.101v5.798a3 3 0 01-.879 2.122l-4.1 4.1a3 3 0 01-2.122.879H9.101a3 3 0 01-2.122-.879l-4.1-4.1A3 3 0 012 14.899V9.101a3 3 0 01.879-2.122l4.1-4.1A3 3 0 019.101 2Z"/></g></svg>';