@icongo/li
Version:
LibreICONS Icons
54 lines (53 loc) • 2.09 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIDeviceManager = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIDeviceManager = function LIDeviceManager(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(.143 .143) scale(.28571)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#3f51b5",
d: "M27 6h18v36H27z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ffc107",
d: "M3 27h31v15H3z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#283593",
d: "M35 25h-1v17h3V27a2 2 0 0 0-2-2z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#9fa8da",
d: "M29 8h14v4H29zm0 6h14v2H29zm0 4h14v2H29z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 36,
cy: 35,
r: 2,
fill: "#cddc39"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#455a64",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15 24v-4h7v4h2v-4a2 2 0 0 0-2-2h-7a2 2 0 0 0-2 2v4h2z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M34 29v-4a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v4h31z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#78909c",
d: "M25 27h4v5h-4zM8 27h3.875v5H8z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#abb21d",
d: "M37 33.277A1.977 1.977 0 0 0 36 33a2 2 0 0 0 0 4c.366 0 .705-.105 1-.277v-3.446z"
})]
})
}));
};
exports.LIDeviceManager = LIDeviceManager;