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