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