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