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