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