@solar-icons/react
Version:
Solar Icons for React
22 lines (21 loc) • 877 B
JavaScript
var a = Object.defineProperty, s = Object.defineProperties;
var p = Object.getOwnPropertyDescriptors;
var t = Object.getOwnPropertySymbols;
var n = Object.prototype.hasOwnProperty, R = 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 = {}))
n.call(o, e) && m(i, e, o[e]);
if (t)
for (var e of t(o))
R.call(o, e) && m(i, e, o[e]);
return i;
}, f = (i, o) => s(i, p(o));
import { jsx as c } from "react/jsx-runtime";
import { forwardRef as d } from "react";
import N from "../../lib/SSRBase.mjs";
import l from "../../defs/notifications/NotificationLinesRemove.mjs";
const v = d((i, o) => /* @__PURE__ */ c(N, f(r({ ref: o }, i), { weights: l })));
v.displayName = "NotificationLinesRemove";
export {
v as default
};