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