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="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M11.029 2.54a2 2 0 011.942 0l7 3.888A2 2 0 0121 8.177v7.646a2 2 0 01-1.029 1.748l-7 3.89a2 2 0 01-1.942 0l-7-3.89A2 2 0 013 15.824V8.177a2 2 0 011.029-1.749l7-3.888Z"/></svg>';