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