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