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