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