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