@braineet/ui
Version:
Braineet design system
17 lines • 946 B
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import * as React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
function StepValidated(props) {
return /*#__PURE__*/_jsx("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M5.41322 10.5858C4.63217 11.3669 4.63217 12.6332 5.41322 13.4143L10.5853 18.5863C11.3663 19.3674 12.6326 19.3674 13.4137 18.5863L18.5858 13.4142C19.3668 12.6332 19.3668 11.3668 18.5858 10.5858L13.4137 5.41376C12.6327 4.63271 11.3663 4.63271 10.5853 5.41376L5.41322 10.5858Z",
fill: "currentColor"
})
}));
}
export default StepValidated;