UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 317 B
import * as t from "react"; import o from "../lib/IconBase.es.js"; import c from "../defs/ChartScatter.es.js"; const r = t.forwardRef((a, e) => /* @__PURE__ */ t.createElement(o, { ref: e, ...a, weights: c })); r.displayName = "ChartScatterIcon"; const n = r; export { n as ChartScatter, r as ChartScatterIcon };