@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 817 B
JavaScript
var c = Object.defineProperty, f = Object.defineProperties;
var i = Object.getOwnPropertyDescriptors;
var r = Object.getOwnPropertySymbols;
var p = Object.prototype.hasOwnProperty, d = Object.prototype.propertyIsEnumerable;
var m = (t, o, e) => o in t ? c(t, o, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[o] = e, a = (t, o) => {
for (var e in o || (o = {}))
p.call(o, e) && m(t, e, o[e]);
if (r)
for (var e of r(o))
d.call(o, e) && m(t, e, o[e]);
return t;
}, n = (t, o) => f(t, i(o));
import l, { forwardRef as s } from "react";
import w from "../lib/SSRBase.mjs";
import C from "../defs/ClockCountdown.mjs";
const R = s((t, o) => /* @__PURE__ */ l.createElement(w, n(a({ ref: o }, t), { weights: C })));
R.displayName = "ClockCountdown";
export {
R as ClockCountdown
};