@solar-icons/react
Version:
Solar Icons for React
22 lines (21 loc) • 878 B
JavaScript
var a = Object.defineProperty, s = Object.defineProperties;
var n = Object.getOwnPropertyDescriptors;
var t = Object.getOwnPropertySymbols;
var p = Object.prototype.hasOwnProperty, c = Object.prototype.propertyIsEnumerable;
var m = (i, o, e) => o in i ? a(i, o, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[o] = e, r = (i, o) => {
for (var e in o || (o = {}))
p.call(o, e) && m(i, e, o[e]);
if (t)
for (var e of t(o))
c.call(o, e) && m(i, e, o[e]);
return i;
}, f = (i, o) => s(i, n(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/NotificationLinesRemove.mjs";
const v = N((i, o) => /* @__PURE__ */ d(R, f(r({ ref: o }, i), { weights: l })));
v.displayName = "NotificationLinesRemove";
export {
v as default
};