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="26" height="26" preserveAspectRatio="xMidYMid meet" viewBox="0 0 26 26"><path fill="currentColor" d="M8 1a2 2 0 00-2 2c0 .183.016.363.063.531L1.968 11a2 2 0 000 4l4.093 7.469A2.02 2.02 0 006 23a2 2 0 002 2 1.98 1.98 0 001.719-1h6.562c.346.597.98 1 1.719 1a2 2 0 002-2 2.02 2.02 0 00-.063-.531L24.032 15a2 2 0 000-4l-4.093-7.469A2.02 2.02 0 0020 3a2 2 0 00-2-2 1.98 1.98 0 00-1.719 1H9.72A1.98 1.98 0 008 1zm1.719 3h6.562c.346.597.98 1 1.719 1 .148 0 .298 0 .438-.031l3.875 7A1.987 1.987 0 0022 13c0 .38.129.729.313 1.031l-3.875 7c-.14-.03-.29-.031-.438-.031a1.98 1.98 0 00-1.719 1H9.72A1.98 1.98 0 008 21c-.148 0-.298 0-.438.031l-3.875-7C3.872 13.73 4 13.38 4 13c0-.38-.129-.729-.313-1.031l3.876-7c.139.03.289.031.437.031a1.98 1.98 0 001.719-1z"/></svg>';