import * as React from 'react' import { SVGProps } from 'react' const GithubIcon = (props: SVGProps) => ( ) export default GithubIcon