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