UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

21 lines (20 loc) 802 B
var n = Object.defineProperty, s = Object.defineProperties; var f = Object.getOwnPropertyDescriptors; var t = Object.getOwnPropertySymbols; var p = Object.prototype.hasOwnProperty, d = Object.prototype.propertyIsEnumerable; var a = (e, o, r) => o in e ? n(e, o, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[o] = r, m = (e, o) => { for (var r in o || (o = {})) p.call(o, r) && a(e, r, o[r]); if (t) for (var r of t(o)) d.call(o, r) && a(e, r, o[r]); return e; }, i = (e, o) => s(e, f(o)); import c, { forwardRef as R } from "react"; import l from "../lib/SSRBase.mjs"; import w from "../defs/HandCoins.mjs"; const C = R((e, o) => /* @__PURE__ */ c.createElement(l, i(m({ ref: o }, e), { weights: w }))); C.displayName = "HandCoins"; export { C as HandCoins };