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