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