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