hexagon constant

String const hexagon

Implementation

static const String hexagon =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 256"><path fill="currentColor" d="M128 238.8a16.1 16.1 0 01-7.9-2.1l-84-47.4a16.2 16.2 0 01-8.1-14V80.7a16.2 16.2 0 018.1-14l84-47.4a15.9 15.9 0 0115.8 0l84 47.4a16.2 16.2 0 018.1 14v94.6a16.2 16.2 0 01-8.1 14l-84 47.4a16.1 16.1 0 01-7.9 2.1Zm0-205.6L44 80.7v94.6l84 47.5 84-47.5V80.7Z"/></svg>';