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