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