UNPKG

@solar-icons/react

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