UNPKG

@braineet/ui

Version:

Braineet design system

26 lines 1.08 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 StepCanceled(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: "M8 16H16V8L8 8L8 16ZM8 18C6.89543 18 6 17.1046 6 16V8C6 6.89543 6.89543 6 8 6H16C17.1046 6 18 6.89543 18 8V16C18 17.1046 17.1046 18 16 18H8Z", fill: "currentColor" }), /*#__PURE__*/_jsx("rect", { x: 4, y: 11, width: 16, height: 2, rx: 1, fill: "currentColor" })] })); } export default StepCanceled;