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