UNPKG

@icongo/li

Version:
61 lines (60 loc) 2.37 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiInTransit = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiInTransit = function LIGuiInTransit(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("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.jsx)("path", { fill: "#ffc107", d: "M12 9.75H8.5v-5c0-.275.225-.5.5-.5h2c.15 0 .3.075.4.2l1.5 1.925c.075.1.1.2.1.3V8.75c0 .55-.45 1-1 1z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#9575cd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M3 9.75h5.5V4c0-.55-.45-1-1-1H2v5.75c0 .55.45 1 1 1z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M1 3h2.5v.5H1zm0 1.25h2.5v.5H1zM1 5.5h2.5V6H1zm0 1.25h2.5v.5H1z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#7e57c2", d: "M2 3.5h4V4H2zm0 1.25h3v.5H2zM2 6h2v.5H2zm0 1.25h1v.5H2z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#37474f", transform: "matrix(.25 0 0 .25 1 .75)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 39, cy: 36, r: 5 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 16, cy: 36, r: 5 })] }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#78909c", transform: "matrix(.25 0 0 .25 1 .75)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 39, cy: 36, r: 2.5 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 16, cy: 36, r: 2.5 })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#455a64", d: "M12 7.25h-.9a.227.227 0 0 1-.175-.075l-.35-.35a.227.227 0 0 0-.175-.075h-.9c-.15 0-.25-.1-.25-.25V5c0-.15.1-.25.25-.25h1.375c.075 0 .15.025.2.1L12.2 6.2c.025.05.05.1.05.15V7c0 .15-.1.25-.25.25z" })] })); }; exports.LIGuiInTransit = LIGuiInTransit;