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