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