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