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