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