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