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