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