UNPKG

@braineet/ui

Version:

Braineet design system

22 lines 1.2 kB
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 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;