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