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