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