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