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