UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 868 B
var a = Object.defineProperty, p = Object.defineProperties; var s = Object.getOwnPropertyDescriptors; var m = Object.getOwnPropertySymbols; var c = Object.prototype.hasOwnProperty, n = 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 = {})) c.call(o, t) && r(i, t, o[t]); if (m) for (var t of m(o)) n.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 R from "../../lib/IconBase.mjs"; import l from "../../defs/notifications/NotificationRemove.mjs"; const v = N((i, o) => /* @__PURE__ */ d(R, f(e({ ref: o }, i), { weights: l }))); v.displayName = "NotificationRemove"; export { v as default };