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