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