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