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