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