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