UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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