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