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