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