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