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