@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 309 B
JavaScript
import * as o from "react";
import c from "../lib/IconBase.es.js";
import r from "../defs/WechatLogo.es.js";
const e = o.forwardRef((t, a) => /* @__PURE__ */ o.createElement(c, { ref: a, ...t, weights: r }));
e.displayName = "WechatLogoIcon";
const n = e;
export {
n as WechatLogo,
e as WechatLogoIcon
};