UNPKG

@solar-icons/react

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