UNPKG

@icongo/li

Version:
58 lines (57 loc) 2.28 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIDeviceController = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIDeviceController = function LIDeviceController(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(.143 .143) scale(.28571)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "none", stroke: "#546e7a", strokeLinejoin: "round", strokeMiterlimit: 10, strokeWidth: 2, d: "M24 16c-.238-9.155 13-1 13-11" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#cfd8dc", d: "M45 38c0 3.313-2 5-5 5s-6-8-10-8H19c-4 0-8 8-11 8s-5-1.687-5-5c0 0 0-24 9-24 4 0 5.116 2 7 2h9c1.885 0 4-2 8-2 9 0 9 24 9 24z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#fff", d: "M41.071 23.586c.78.781.78 2.047 0 2.828l-5.657 5.657c-.781.78-2.047.78-2.828 0l-5.657-5.657a2.001 2.001 0 0 1 0-2.828l5.657-5.657a2.001 2.001 0 0 1 2.828 0l5.657 5.657z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 34, cy: 21, r: 2, fill: "#ffc107" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 34, cy: 28.999, r: 2, fill: "#8bc34a" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#f44336", d: "M36 25c0-1.102.895-2 2-2 1.104 0 2 .898 2 2 0 1.102-.896 2-2 2s-2-.898-2-2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 30, cy: 25, r: 2, fill: "#2196f3" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#78909c", d: "M12 20h4v4h-4zm4 4h4v4h-4zm-8 0h4v4H8zm4 4h4v4h-4z" })] }) })); }; exports.LIDeviceController = LIDeviceController;