octagon constant

String const octagon

Implementation

static const String octagon =
    '<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"><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M11.235 2.317a2 2 0 011.53 0l5.54 2.295a2 2 0 011.083 1.082l2.295 5.54a2 2 0 010 1.531l-2.295 5.54a2 2 0 01-1.082 1.083l-5.54 2.295a2 2 0 01-1.531 0l-5.54-2.295a2 2 0 01-1.083-1.082l-2.295-5.54a2 2 0 010-1.531l2.295-5.54a2 2 0 011.082-1.083l5.54-2.295Z"/></svg>';