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