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