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