@icongo/li
Version:
LibreICONS Icons
48 lines • 1.7 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 LIGuiAlarmClock = 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(-.967 -31.987)",
children: [/*#__PURE__*/_jsx("path", {
fill: "#37474f",
d: "m11.916 44.873-1.09-1.09.572-.571 1.09 1.089a.395.395 0 0 1 0 .572c-.136.136-.409.136-.572 0zm-7.897 0 1.089-1.09-.572-.571-1.09 1.089a.395.395 0 0 0 0 .572c.137.136.41.136.573 0z"
}), /*#__PURE__*/_jsx("circle", {
cx: 7.967,
cy: 39.263,
r: 5.446,
fill: "#c62828"
}), /*#__PURE__*/_jsx("circle", {
cx: 7.967,
cy: 39.263,
r: 4.357,
fill: "#eee"
}), /*#__PURE__*/_jsx("path", {
fill: "#e53935",
d: "m5.542 41.844-.154-.154 2.503-2.502.154.154z"
}), /*#__PURE__*/_jsx("path", {
d: "M7.695 35.723h.545v3.54h-.545z"
}), /*#__PURE__*/_jsx("path", {
d: "m9.951 40.803-.443.443-1.77-1.772.442-.443z"
}), /*#__PURE__*/_jsx("circle", {
cx: 7.967,
cy: 39.263,
r: 0.545
}), /*#__PURE__*/_jsx("circle", {
cx: 7.967,
cy: 39.263,
r: 0.272,
fill: "#c62828"
}), /*#__PURE__*/_jsx("path", {
fill: "#37474f",
d: "M7.423 33h1.089v.817h-1.09zm6.1 4.139a2.441 2.441 0 0 0-.273-3.132 2.441 2.441 0 0 0-3.131-.272l3.404 3.404zm-11.111 0a2.441 2.441 0 0 1 .272-3.132 2.441 2.441 0 0 1 3.132-.272l-3.404 3.404z"
})]
})
}));
export { LIGuiAlarmClock };