UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 841 B
var e = Object.defineProperty, i = Object.defineProperties; var s = Object.getOwnPropertyDescriptors; var m = Object.getOwnPropertySymbols; var c = Object.prototype.hasOwnProperty, w = Object.prototype.propertyIsEnumerable; var a = (t, o, r) => o in t ? e(t, o, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[o] = r, p = (t, o) => { for (var r in o || (o = {})) c.call(o, r) && a(t, r, o[r]); if (m) for (var r of m(o)) w.call(o, r) && a(t, r, o[r]); return t; }, f = (t, o) => i(t, s(o)); import { jsx as d } from "react/jsx-runtime"; import { forwardRef as h } from "react"; import l from "../../lib/IconBase.mjs"; import n from "../../defs/time/Stopwatch.mjs"; const x = h((t, o) => /* @__PURE__ */ d(l, f(p({ ref: o }, t), { weights: n }))); x.displayName = "Stopwatch"; export { x as default };