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