UNPKG

@solar-icons/react

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