import * as React from 'react'; export interface Penguin24Props extends React.SVGProps { ariaLabel?: string } export default function Penguin24({ ariaLabel, ...props }: Penguin24Props) { return ( ); }