UNPKG

@icongo/li

Version:
41 lines (40 loc) 1.66 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIDeviceScanner = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIDeviceScanner = function LIDeviceScanner(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(-1 -1) scale(.33333)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#b0bec5", d: "M8 25h32a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H8V25z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#37474f", d: "M10 27h30v9H10z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#18ffff", d: "M30 27h2v9h-2z" }), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("circle", { cx: 38, cy: 40, r: 1, fill: "#ffeb3b" })] }) })); }; exports.LIDeviceScanner = LIDeviceScanner;