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