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