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