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