x_circle constant

String const x_circle

Implementation

static const String x_circle =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24a104 104 0 10104 104A104.1 104.1 0 00128 24Zm0 192a88 88 0 1188-88 88.1 88.1 0 01-88 88Zm37.7-61.7a8.1 8.1 0 010 11.4 8.2 8.2 0 01-11.4 0L128 139.3l-26.3 26.4a8.2 8.2 0 01-11.4 0 8.1 8.1 0 010-11.4l26.4-26.3-26.4-26.3a8.1 8.1 0 0111.4-11.4l26.3 26.4 26.3-26.4a8.1 8.1 0 0111.4 11.4L139.3 128Z"/></svg>';