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