import type { SVGProps } from "react"; import * as React from "react"; declare const SvgGithub: (props: SVGProps) => React.JSX.Element; export default SvgGithub; //# sourceMappingURL=Github.d.ts.map