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"><path fill="currentColor" d="M11.235 1.317a2 2 0 011.53 0l6.248 2.588a2 2 0 011.082 1.082l2.588 6.248a2 2 0 010 1.53l-2.588 6.248a2 2 0 01-1.082 1.082l-6.248 2.588a2 2 0 01-1.53 0l-6.248-2.588a2 2 0 01-1.082-1.082l-2.588-6.248a2 2 0 010-1.53l2.588-6.248a2 2 0 011.082-1.082l6.248-2.588Z"/></svg>';