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