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