UNPKG

@braineet/ui

Version:

Braineet design system

17 lines 1.01 kB
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 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;