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