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