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