@solar-icons/react
Version:
Solar Icons for React
22 lines (21 loc) • 861 B
JavaScript
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 c } from "react";
import l from "../../lib/IconBase.mjs";
import w from "../../defs/business/PresentationGraph.mjs";
const x = c((o, r) => /* @__PURE__ */ h(l, i(m({ ref: r }, o), { weights: w })));
x.displayName = "PresentationGraph";
export {
x as default
};