import type { ComponentPropsWithoutRef, FC } from 'react' type Props = ComponentPropsWithoutRef<'svg'> export const GithubLogo: FC = (props) => { return ( ) }