UNPKG

@solar-icons/react

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