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