UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 309 B
import * as o from "react"; import t from "../lib/IconBase.es.js"; import d from "../defs/Cardholder.es.js"; const r = o.forwardRef((e, a) => /* @__PURE__ */ o.createElement(t, { ref: a, ...e, weights: d })); r.displayName = "CardholderIcon"; const s = r; export { s as Cardholder, r as CardholderIcon };