@icongo/li
Version:
LibreICONS Icons
57 lines • 1.77 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 LIGuiOvertime = 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(-.024 .122) scale(.29268)",
children: [/*#__PURE__*/_jsx("path", {
fill: "#cfd8dc",
d: "M12 40V20h32v20c0 2.2-1.8 4-4 4H16c-2.2 0-4-1.8-4-4z"
}), /*#__PURE__*/_jsx("path", {
fill: "#78909c",
d: "M44 16v6H12v-6c0-2.2 1.8-4 4-4h24c2.2 0 4 1.8 4 4z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#37474f",
children: [/*#__PURE__*/_jsx("circle", {
cx: 37,
cy: 16,
r: 3
}), /*#__PURE__*/_jsx("circle", {
cx: 20,
cy: 16,
r: 3
})]
}), /*#__PURE__*/_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__*/_jsx("path", {
fill: "#90a4ae",
d: "M32 34h4v4h-4zm-6 0h4v4h-4zm-6 0h4v4h-4zm12-6h4v4h-4zm-6 0h4v4h-4zm-6 0h4v4h-4z"
}), /*#__PURE__*/_jsx("circle", {
cx: 16,
cy: 15,
r: 12,
fill: "#f44336"
}), /*#__PURE__*/_jsx("circle", {
cx: 16,
cy: 15,
r: 9,
fill: "#eee"
}), /*#__PURE__*/_jsx("path", {
d: "M15 8h2v7h-2z"
}), /*#__PURE__*/_jsx("path", {
d: "m20.518 18.1-1.343 1.344-3.818-3.818 1.343-1.343z"
}), /*#__PURE__*/_jsx("circle", {
cx: 16,
cy: 15,
r: 1.5
})]
})
}));
export { LIGuiOvertime };