@braineet/ui
Version:
Braineet design system
25 lines • 1.2 kB
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, jsxs as _jsxs } from "react/jsx-runtime";
function StepValidationDroped(props) {
return /*#__PURE__*/_jsxs("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
opacity: 0.6,
fillRule: "evenodd",
clipRule: "evenodd",
d: "M6.82743 12L11.9995 17.1721L17.1716 12L11.9995 6.82797L6.82743 12ZM5.41322 13.4143C4.63217 12.6332 4.63217 11.3669 5.41322 10.5858L10.5853 5.41376C11.3663 4.63271 12.6327 4.63271 13.4137 5.41376L18.5858 10.5858C19.3668 11.3668 19.3668 12.6332 18.5858 13.4142L13.4137 18.5863C12.6326 19.3674 11.3663 19.3674 10.5853 18.5863L5.41322 13.4143Z",
fill: "currentColor"
}), /*#__PURE__*/_jsx("rect", {
x: 4,
y: 11,
width: 16,
height: 2,
rx: 1,
fill: "currentColor"
})]
}));
}
export default StepValidationDroped;