import { IconSvgProps } from '../types'; export const GitHubIcon = ({ size = 24, width, height, ...props }: IconSvgProps) => ( );