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