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