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