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