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