interface Props { small?: boolean; } export default function PenaLogo({ small = false }: Props) { return ( ); }