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