UNPKG

872 BJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var Check = 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: "M18.634772,4.24319429 C18.9379152,3.92826502 19.4398767,3.91783318 19.7559344,4.21989412 C20.071992,4.52195506 20.0824612,5.02212445 19.779318,5.33705372 L8.78694296,16.7568067 C8.47777463,17.0779953 7.96350888,17.0815006 7.64995967,16.7645566 L0.228243751,9.26248447 C-0.0791949666,8.95171706 -0.0755938828,8.45145177 0.236286996,8.14511066 C0.548167876,7.83876955 1.05022561,7.84235778 1.35766432,8.15312519 L8.20688921,15.0765078 L18.634772,4.24319429 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file