@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 805 B
JavaScript
var f = Object.defineProperty, i = Object.defineProperties;
var p = Object.getOwnPropertyDescriptors;
var r = Object.getOwnPropertySymbols;
var s = Object.prototype.hasOwnProperty, g = Object.prototype.propertyIsEnumerable;
var a = (e, o, t) => o in e ? f(e, o, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[o] = t, m = (e, o) => {
for (var t in o || (o = {}))
s.call(o, t) && a(e, t, o[t]);
if (r)
for (var t of r(o))
g.call(o, t) && a(e, t, o[t]);
return e;
}, c = (e, o) => i(e, p(o));
import h, { forwardRef as R } from "react";
import d from "../lib/SSRBase.mjs";
import l from "../defs/WechatLogo.mjs";
const n = R((e, o) => /* @__PURE__ */ h.createElement(d, c(m({ ref: o }, e), { weights: l })));
n.displayName = "WechatLogo";
export {
n as WechatLogo
};