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