pentagon constant

String const pentagon

Implementation

static const String pentagon =
    '<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="M10.75 3a2 2 0 012.5 0l7.63 6.103a2 2 0 01.63 2.246l-3.031 8.334A2 2 0 0116.599 21H7.401a2 2 0 01-1.88-1.317l-3.03-8.334a2 2 0 01.63-2.246L10.75 3Z"/></svg>';