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