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