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