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