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