UNPKG

@solar-icons/react

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