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