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