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