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