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