UNPKG

1 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var StopO = props => /*#__PURE__*/_jsx("svg", _extends({
5 viewBox: "0 0 20 20",
6 width: "16px",
7 height: "16px"
8}, props, {
9 className: "w-icon " + (props.className ? props.className : ''),
10 children: /*#__PURE__*/_jsx("path", {
11 d: "M10,0 C4.47767857,0 0,4.47767857 0,10 C0,15.5223214 4.47767857,20 10,20 C15.5223214,20 20,15.5223214 20,10 C20,4.47767857 15.5223214,0 10,0 Z M10,18.3035714 C5.41517857,18.3035714 1.69642857,14.5848214 1.69642857,10 C1.69642857,8.01339286 2.39508929,6.1875 3.56026786,4.75892857 L15.2410714,16.4397321 C13.8125,17.6049107 11.9866071,18.3035714 10,18.3035714 Z M16.4397321,15.2410714 L4.75892857,3.56026786 C6.1875,2.39508929 8.01339286,1.69642857 10,1.69642857 C14.5848214,1.69642857 18.3035714,5.41517857 18.3035714,10 C18.3035714,11.9866071 17.6049107,13.8125 16.4397321,15.2410714 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file