UNPKG

@icongo/li

Version:
47 lines (46 loc) 1.5 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiClock = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiClock = function LIGuiClock(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: "matrix(.3 0 0 .3 -.2 -.2)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 24, r: 20, fill: "gray" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 24, r: 16, fill: "#eee" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M23 11h2v13h-2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M31.285 29.654 29.66 31.28l-6.504-6.505 1.626-1.626z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 24, r: 2 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 24, r: 1, fill: "gray" })] }) })); }; exports.LIGuiClock = LIGuiClock;