@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 t from "../lib/IconBase.es.js";
import a from "../defs/PuzzlePiece.es.js";
const o = e.forwardRef((c, r) => /* @__PURE__ */ e.createElement(t, { ref: r, ...c, weights: a }));
o.displayName = "PuzzlePieceIcon";
const s = o;
export {
s as PuzzlePiece,
o as PuzzlePieceIcon
};