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