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