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