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