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