UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

21 lines (20 loc) 829 B
var f = Object.defineProperty, p = Object.defineProperties; var l = Object.getOwnPropertyDescriptors; var a = Object.getOwnPropertySymbols; var n = Object.prototype.hasOwnProperty, s = Object.prototype.propertyIsEnumerable; var e = (o, r, t) => r in o ? f(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)) s.call(r, t) && e(o, t, r[t]); return o; }, i = (o, r) => p(o, l(r)); import c, { forwardRef as h } from "react"; import B from "../lib/SSRBase.mjs"; import R from "../defs/ChartBarHorizontal.mjs"; const d = h((o, r) => /* @__PURE__ */ c.createElement(B, i(m({ ref: r }, o), { weights: R }))); d.displayName = "ChartBarHorizontal"; export { d as ChartBarHorizontal };