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