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