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