UNPKG

1.08 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var CircleCheck = 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 C15.5228475,0 20,4.4771525 20,10 C20,15.5228475 15.5228475,20 10,20 C4.4771525,20 0,15.5228475 0,10 C0,4.4771525 4.4771525,0 10,0 Z M14.9217059,6.58259135 C14.6410521,6.33153512 14.210016,6.35552866 13.9589598,6.63618243 L13.9589598,6.63618243 L9.54702033,11.5682545 L6.71542243,8.53798936 C6.45832765,8.26285659 6.02687198,8.24823392 5.75173921,8.5053287 C5.47660645,8.76242348 5.46198377,9.19387916 5.71907855,9.46901192 L5.71907855,9.46901192 L9.05982608,13.0441491 C9.33334374,13.336857 9.79907323,13.3317969 10.0661666,13.0332153 L10.0661666,13.0332153 L14.975297,7.54533745 C15.2263532,7.26468369 15.2023597,6.83364758 14.9217059,6.58259135 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file