octagon_fill constant

String const octagon_fill

Implementation

static const String octagon_fill =
    '<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="M9.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>';