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