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="48" height="48" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48"><path fill="currentColor" stroke="currentColor" stroke-width="4" d="M15.41 42.389 5.56 32.18A2 2 0 015 30.792V17.208a2 2 0 01.56-1.39l9.85-10.207A2 2 0 0116.85 5h14.3a2 2 0 011.44.611l9.85 10.208a2 2 0 01.56 1.389v13.584a2 2 0 01-.56 1.39l-9.85 10.207a2 2 0 01-1.44.611h-14.3a2 2 0 01-1.44-.611Z"/></svg>';