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