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