UNPKG

@icongo/li

Version:
58 lines (57 loc) 2.12 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiWorkflow = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiWorkflow = function LIGuiWorkflow(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { transform: "translate(-.967 -.934) scale(.32787)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#00bcd4", d: "M7 31h10v10H7zm28.3-11.7-5.6-5.6c-.4-.4-.4-1 0-1.4l5.6-5.6c.4-.4 1-.4 1.4 0l5.6 5.6c.4.4.4 1 0 1.4l-5.6 5.6c-.4.4-1 .4-1.4 0z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 12, cy: 13, r: 6, fill: "#3f51b5" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 36, cy: 36, r: 6, fill: "#448aff" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#90a4ae", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M11 24h2v5h-2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m12 21-3 4h6z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#90a4ae", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M20 12h5v2h-5z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m28 13-4-3v6z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#90a4ae", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M35 21h2v5h-2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m36 29 3-4h-6z" })] })] }) })); }; exports.LIGuiWorkflow = LIGuiWorkflow;