UNPKG

@icongo/li

Version:
56 lines (55 loc) 2.27 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiAlarmClock = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiAlarmClock = function LIGuiAlarmClock(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(-.967 -31.987)", children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("circle", { cx: 7.967, cy: 39.263, r: 5.446, fill: "#c62828" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 7.967, cy: 39.263, r: 4.357, fill: "#eee" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#e53935", d: "m5.542 41.844-.154-.154 2.503-2.502.154.154z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M7.695 35.723h.545v3.54h-.545z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m9.951 40.803-.443.443-1.77-1.772.442-.443z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 7.967, cy: 39.263, r: 0.545 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 7.967, cy: 39.263, r: 0.272, fill: "#c62828" }), /*#__PURE__*/(0, _jsxRuntime.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" })] }) })); }; exports.LIGuiAlarmClock = LIGuiAlarmClock;