@icongo/li
Version:
LibreICONS Icons
36 lines • 1.11 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 LIDeviceWorkstation = 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: "matrix(.3 0 0 .3 -.2 -.2)",
children: [/*#__PURE__*/_jsx("path", {
fill: "#546e7a",
d: "M8 10h36v26H8z"
}), /*#__PURE__*/_jsx("path", {
fill: "#bbdefb",
d: "M10 12h32v21H10z"
}), /*#__PURE__*/_jsx("path", {
fill: "#455a64",
d: "M23 36h6v3h-6zm12 3H17c-2 0-2 2-2 2v1h22v-1s0-2-2-2z"
}), /*#__PURE__*/_jsx("path", {
fill: "#3f51b5",
d: "M4 4h18v40H4z"
}), /*#__PURE__*/_jsx("path", {
fill: "#9fa8da",
d: "M6 6h14v4H6zm0 6h14v2H6zm0 4h14v2H6zm0 4h14v2H6zm0 4h14v2H6z"
}), /*#__PURE__*/_jsx("circle", {
cx: 13,
cy: 38,
r: 2,
fill: "#cddc39"
})]
})
}));
export { LIDeviceWorkstation };