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