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