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