UNPKG

@braineet/ui

Version:

Braineet design system

30 lines (29 loc) 3.15 kB
"use strict"; exports.__esModule = true; exports.default = void 0; var React = _interopRequireWildcard(require("react")); var _jsxRuntime = require("react/jsx-runtime"); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } 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); } function StepIterated(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _extends({ viewBox: "0 0 25 24", fill: "none" }, props, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { opacity: 0.6, fillRule: "evenodd", clipRule: "evenodd", d: "M6.89823 12L12.0703 17.1721L17.2424 12L12.0703 6.82794L6.89823 12ZM5.48402 13.4142C4.70297 12.6332 4.70297 11.3669 5.48402 10.5858L10.6561 5.41373C11.4371 4.63268 12.7035 4.63268 13.4845 5.41373L18.6566 10.5858C19.4376 11.3668 19.4376 12.6331 18.6566 13.4142L13.4845 18.5863C12.7034 19.3673 11.4371 19.3673 10.6561 18.5863L5.48402 13.4142Z", fill: "currentColor" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.53598 6.24442C4.92651 6.63495 5.55967 6.63495 5.9502 6.24442C6.34072 5.8539 6.34072 5.22073 5.9502 4.83021L3.82706 2.70708C3.43654 2.31655 2.80337 2.31655 2.41285 2.70708L2.3985 2.72172L0.292954 4.82726C-0.0975695 5.21779 -0.0975704 5.85095 0.292954 6.24148C0.683478 6.632 1.31664 6.632 1.70717 6.24148L2.0708 5.87785V8.99997C2.0708 11.2091 3.86166 13 6.0708 13H10.3384C10.6842 13.5978 11.3305 14 12.0708 14C13.1754 14 14.0708 13.1045 14.0708 12C14.0708 10.8954 13.1754 9.99997 12.0708 9.99997C11.3305 9.99997 10.6842 10.4022 10.3384 11H6.0708C4.96623 11 4.0708 10.1045 4.0708 8.99997V5.77924L4.53598 6.24442Z", fill: "currentColor" })] })); } var _default = StepIterated; exports.default = _default;