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