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