UNPKG

@icongo/li

Version:
48 lines (47 loc) 2.34 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiDashboard = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiDashboard = function LIGuiDashboard(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(-.579 -.579) scale(.31579)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 24, r: 15, fill: "#eee" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#263238", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M22.485 21.415a2.98 2.98 0 0 0-1.058 4.111 3.046 3.046 0 0 0 4.146 1.082 2.98 2.98 0 0 0 1.056-4.112 3.045 3.045 0 0 0-4.144-1.081" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m35.299 17.444-9.374 7.794-2.059-3.462z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#ff1744", d: "M5 23h7.004v2.02H5zm2.72 10.831-.95-1.783 6.185-3.291.95 1.782z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#90a4ae", d: "M22.98 5H25v7.004h-2.02zm13.016 17.98H43V25h-7.004zM32.758 7.105l1.741 1.024-3.55 6.036-1.742-1.024zm-19.048.893 1.756-1 3.467 6.086-1.756 1zm-6.676 7.385 1.01-1.75 6.066 3.503-1.01 1.749zm34.31 16.377-.922 1.798-6.234-3.2.923-1.799z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "gray", d: "M23.512 23.146a.996.996 0 0 0-.35 1.371c.283.478.904.639 1.382.359a.996.996 0 0 0 .353-1.372 1.021 1.021 0 0 0-1.385-.358" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "gray", d: "M24 5C13.507 5 5 13.507 5 24s8.507 19 19 19 19-8.507 19-19S34.493 5 24 5zm0 34c-8.284 0-15-6.716-15-15 0-8.284 6.716-15 15-15 8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15z" })] }) })); }; exports.LIGuiDashboard = LIGuiDashboard;