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