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