@icongo/li
Version:
LibreICONS Icons
36 lines • 1.33 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 LIDeviceMultipleDevices = 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(.429 .143) scale(.28571)",
children: [/*#__PURE__*/_jsx("path", {
fill: "#546e7a",
d: "M4 28V8c0-2.2 1.8-4 4-4h28c2.2 0 4 1.8 4 4v20c0 2.2-1.8 4-4 4H8c-2.2 0-4-1.8-4-4z"
}), /*#__PURE__*/_jsx("path", {
fill: "#bbdefb",
d: "M36 7H8c-.6 0-1 .4-1 1v20c0 .6.4 1 1 1h28c.6 0 1-.4 1-1V8c0-.6-.4-1-1-1z"
}), /*#__PURE__*/_jsx("path", {
fill: "#37474f",
d: "M38 33H6c-2.2 0-4-1.8-4-4h40c0 2.2-1.8 4-4 4z"
}), /*#__PURE__*/_jsx("path", {
fill: "#e38939",
d: "M24 40V16c0-2.2 1.8-4 4-4h12c2.2 0 4 1.8 4 4v24c0 2.2-1.8 4-4 4H28c-2.2 0-4-1.8-4-4z"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff3e0",
d: "M40 15H28c-.6 0-1 .4-1 1v22c0 .6.4 1 1 1h12c.6 0 1-.4 1-1V16c0-.6-.4-1-1-1z"
}), /*#__PURE__*/_jsx("circle", {
cx: 34,
cy: 41.5,
r: 1.5,
fill: "#a6642a"
})]
})
}));
export { LIDeviceMultipleDevices };