@braineet/ui
Version:
Braineet design system
17 lines • 1.03 kB
JavaScript
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import * as React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
function Tick(props) {
return /*#__PURE__*/_jsx("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M11.7071 15.5496C11.3166 15.9401 10.6834 15.9401 10.2929 15.5496L6.71414 11.9709C6.31973 11.5764 6.31973 10.937 6.71414 10.5426C7.10855 10.1482 7.74801 10.1482 8.14242 10.5426L11 13.4001L16.686 7.71414C17.0804 7.31973 17.7199 7.31973 18.1143 7.71414C18.5087 8.10855 18.5087 8.74801 18.1143 9.14242L11.7071 15.5496Z",
fill: "currentColor"
})
}));
}
export default Tick;