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