@icongo/li
Version:
LibreICONS Icons
46 lines • 1.51 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIDeviceManager = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
transform: "translate(.143 .143) scale(.28571)",
children: [/*#__PURE__*/_jsx("path", {
fill: "#3f51b5",
d: "M27 6h18v36H27z"
}), /*#__PURE__*/_jsx("path", {
fill: "#ffc107",
d: "M3 27h31v15H3z"
}), /*#__PURE__*/_jsx("path", {
fill: "#283593",
d: "M35 25h-1v17h3V27a2 2 0 0 0-2-2z"
}), /*#__PURE__*/_jsx("path", {
fill: "#9fa8da",
d: "M29 8h14v4H29zm0 6h14v2H29zm0 4h14v2H29z"
}), /*#__PURE__*/_jsx("circle", {
cx: 36,
cy: 35,
r: 2,
fill: "#cddc39"
}), /*#__PURE__*/_jsxs("g", {
fill: "#455a64",
children: [/*#__PURE__*/_jsx("path", {
d: "M15 24v-4h7v4h2v-4a2 2 0 0 0-2-2h-7a2 2 0 0 0-2 2v4h2z"
}), /*#__PURE__*/_jsx("path", {
d: "M34 29v-4a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v4h31z"
})]
}), /*#__PURE__*/_jsx("path", {
fill: "#78909c",
d: "M25 27h4v5h-4zM8 27h3.875v5H8z"
}), /*#__PURE__*/_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"
})]
})
}));
export { LIDeviceManager };