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