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