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