shape_circle constant

String const shape_circle

Implementation

static const String shape_circle =
    '<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" fill-rule="evenodd" d="M12 17a5 5 0 100-10 5 5 0 000 10Zm0 3a8 8 0 100-16 8 8 0 000 16Z" clip-rule="evenodd"/></svg>';