UNPKG

@braineet/ui

Version:

Braineet design system

17 lines 848 B
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 StepSmall(props) { return /*#__PURE__*/_jsx("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 16C6 17.1046 6.89543 18 8 18H16C17.1046 18 18 17.1046 18 16V8C18 6.89543 17.1046 6 16 6H8C6.89543 6 6 6.89543 6 8V16Z", fill: "currentColor" }) })); } export default StepSmall;