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