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