UNPKG

@solar-icons/react

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