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