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