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