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