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