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