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