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