UNPKG

@icongo/li

Version:
39 lines 1.01 kB
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var LIGuiClock = 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: "matrix(.3 0 0 .3 -.2 -.2)", children: [/*#__PURE__*/_jsx("circle", { cx: 24, cy: 24, r: 20, fill: "gray" }), /*#__PURE__*/_jsx("circle", { cx: 24, cy: 24, r: 16, fill: "#eee" }), /*#__PURE__*/_jsx("path", { d: "M23 11h2v13h-2z" }), /*#__PURE__*/_jsx("path", { d: "M31.285 29.654 29.66 31.28l-6.504-6.505 1.626-1.626z" }), /*#__PURE__*/_jsx("circle", { cx: 24, cy: 24, r: 2 }), /*#__PURE__*/_jsx("circle", { cx: 24, cy: 24, r: 1, fill: "gray" })] }) })); export { LIGuiClock };