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