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