const VercelLogo = ({ fill = "none", height = 20, }: { fill?: string; height?: number; }) => ( ); export default VercelLogo;