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