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