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