UNPKG

@braineet/ui

Version:

Braineet design system

23 lines 1.3 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"; import { jsxs as _jsxs } from "react/jsx-runtime"; function Stepper(props) { return /*#__PURE__*/_jsxs("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: [/*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.5185 19.2282C12.7203 20.1594 11.2797 20.1594 10.4815 19.2283L7.41502 15.6508C6.859 15.0021 7.31991 14 8.17427 14L15.8257 14C16.6801 14 17.141 15.0021 16.585 15.6508L13.5185 19.2282Z", fill: "currentColor" }), /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.5185 6.77151C12.7203 5.84033 11.2797 5.84032 10.4815 6.77151L7.41502 10.349C6.859 10.9976 7.31991 11.9998 8.17427 11.9998L15.8257 11.9998C16.6801 11.9998 17.141 10.9976 16.585 10.349L13.5185 6.77151Z", fill: "currentColor" })] })); } export default Stepper;