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