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