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