import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardOrchestrationIconConfig: {
  name: 'RhStandardOrchestrationIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M16 11.62h6a.61.61 0 0 0 .62-.62V5a.61.61 0 0 0-.62-.62h-6a.61.61 0 0 0-.62.62v6a.61.61 0 0 0 .62.62Zm.62-6h4.76v4.76h-4.76Zm11.82 14.94a.62.62 0 0 0-.88 0l-2 2a.61.61 0 0 0 0 .88.67.67 0 0 0 .88 0l.94-.93V24A3.39 3.39 0 0 1 24 27.38H14a.62.62 0 1 0 0 1.24h10A4.62 4.62 0 0 0 28.62 24v-1.49l.94.93a.62.62 0 0 0 .88-.88ZM13.62 8a.61.61 0 0 0-.62-.62h-1A4.62 4.62 0 0 0 7.38 12v8.49l-.94-.93a.62.62 0 0 0-.88.88l2 2a.61.61 0 0 0 .86 0l2-2a.62.62 0 1 0-.88-.88l-.94.93V12A3.39 3.39 0 0 1 12 8.62h1a.61.61 0 0 0 .62-.62ZM31 4.38h-6a.61.61 0 0 0-.62.62v6a.61.61 0 0 0 .62.62h6a.61.61 0 0 0 .62-.62V5a.61.61 0 0 0-.62-.62Zm-.62 6h-4.76V5.62h4.76Z"},
  rhUiIcon: null,
};
export declare const RhStandardOrchestrationIcon: ComponentClass<SVGIconProps>;
export default RhStandardOrchestrationIcon;