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