@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 a from "../lib/IconBase.es.js";
import i from "../defs/GithubLogo.es.js";
const t = o.forwardRef((e, r) => /* @__PURE__ */ o.createElement(a, { ref: r, ...e, weights: i }));
t.displayName = "GithubLogoIcon";
const s = t;
export {
s as GithubLogo,
t as GithubLogoIcon
};