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