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