UNPKG

@icongo/li

Version:
44 lines (43 loc) 1.62 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIDeviceWorkstation = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIDeviceWorkstation = function LIDeviceWorkstation(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: "matrix(.3 0 0 .3 -.2 -.2)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#546e7a", d: "M8 10h36v26H8z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#bbdefb", d: "M10 12h32v21H10z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#455a64", d: "M23 36h6v3h-6zm12 3H17c-2 0-2 2-2 2v1h22v-1s0-2-2-2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#3f51b5", d: "M4 4h18v40H4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#9fa8da", d: "M6 6h14v4H6zm0 6h14v2H6zm0 4h14v2H6zm0 4h14v2H6zm0 4h14v2H6z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 13, cy: 38, r: 2, fill: "#cddc39" })] }) })); }; exports.LIDeviceWorkstation = LIDeviceWorkstation;