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