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