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