pentagon_fill constant

String const pentagon_fill

Implementation

static const String pentagon_fill =
    '<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"><g fill="currentColor" fill-rule="evenodd"><path d="M0 0h24v24H0z"/><path d="M10.824 2.618a2 2 0 012.352 0l7.859 5.71a2 2 0 01.727 2.236l-3.003 9.24a2 2 0 01-1.902 1.382H7.143a2 2 0 01-1.903-1.382l-3.002-9.24a2 2 0 01.727-2.236l7.86-5.71Z"/></g></svg>';