UNPKG

@icongo/li

Version:
65 lines (64 loc) 2.4 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiOvertime = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiOvertime = function LIGuiOvertime(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(-.024 .122) scale(.29268)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#cfd8dc", d: "M12 40V20h32v20c0 2.2-1.8 4-4 4H16c-2.2 0-4-1.8-4-4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#78909c", d: "M44 16v6H12v-6c0-2.2 1.8-4 4-4h24c2.2 0 4 1.8 4 4z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#37474f", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 37, cy: 16, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 20, cy: 16, r: 3 })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#b0bec5", d: "M37 10c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2s2-.9 2-2v-4c0-1.1-.9-2-2-2zm-17 0c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2s2-.9 2-2v-4c0-1.1-.9-2-2-2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#90a4ae", d: "M32 34h4v4h-4zm-6 0h4v4h-4zm-6 0h4v4h-4zm12-6h4v4h-4zm-6 0h4v4h-4zm-6 0h4v4h-4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 16, cy: 15, r: 12, fill: "#f44336" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 16, cy: 15, r: 9, fill: "#eee" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M15 8h2v7h-2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m20.518 18.1-1.343 1.344-3.818-3.818 1.343-1.343z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 16, cy: 15, r: 1.5 })] }) })); }; exports.LIGuiOvertime = LIGuiOvertime;