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