@icongo/li
Version:
LibreICONS Icons
33 lines • 1.19 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 LIDeviceScanner = 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(-1 -1) scale(.33333)",
children: [/*#__PURE__*/_jsx("path", {
fill: "#b0bec5",
d: "M8 25h32a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H8V25z"
}), /*#__PURE__*/_jsx("path", {
fill: "#37474f",
d: "M10 27h30v9H10z"
}), /*#__PURE__*/_jsx("path", {
fill: "#18ffff",
d: "M30 27h2v9h-2z"
}), /*#__PURE__*/_jsx("path", {
fill: "#00838f",
d: "M40 38H8v2a2 2 0 0 0 2 2h30a2 2 0 0 0 2-2v-4a2 2 0 0 1-2 2zM31 7.998c0-2-1.479-2.563-2.828-1.397 0 0-20.766 17.07-21.172 17.398-.406.328-1 1.004-1 2.002V36a2 2 0 0 0 2 2s20.178-15.668 21.35-16.637c1.172-.969 1.65-1.301 1.65-3.384V7.998z"
}), /*#__PURE__*/_jsx("circle", {
cx: 38,
cy: 40,
r: 1,
fill: "#ffeb3b"
})]
})
}));
export { LIDeviceScanner };