@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 340 B
JavaScript
import * as r from "react";
import e from "../lib/SSRBase.es.js";
import i from "../defs/ChartBarHorizontal.es.js";
const o = r.forwardRef((a, t) => /* @__PURE__ */ r.createElement(e, { ref: t, ...a, weights: i }));
o.displayName = "ChartBarHorizontalIcon";
const s = o;
export {
s as ChartBarHorizontal,
o as ChartBarHorizontalIcon
};