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