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