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