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