import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardIndustryIconConfig: {
  name: 'RhStandardIndustryIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M31 9.38h-2.38V5a.61.61 0 0 0-.62-.62h-3a.61.61 0 0 0-.62.62v4.38h-1.76V5a.61.61 0 0 0-.62-.62h-3a.61.61 0 0 0-.62.62v4.38H16a.61.61 0 0 0-.62.62v7.38h-4.76V6a.61.61 0 0 0-.62-.62H7a.61.61 0 0 0-.62.62v11.38H5a.61.61 0 0 0-.62.62v13a.61.61 0 0 0 .62.62h26a.61.61 0 0 0 .62-.62V10a.61.61 0 0 0-.62-.62Zm-5.38-3.76h1.76v3.76h-1.76Zm-6 0h1.76v3.76h-1.76Zm10.76 5v6.76H16.62v-6.76Zm-22.76-4h1.76v10.76H7.62Zm15 23.76v-5.76h2.76v5.76Zm7.76-11.76v11.76h-3.76V24a.61.61 0 0 0-.62-.62h-4a.61.61 0 0 0-.62.62v6.38H5.62V18.62ZM7 4.62h3a.62.62 0 1 0 0-1.24H7a.62.62 0 0 0 0 1.24Z"},
  rhUiIcon: null,
};
export declare const RhStandardIndustryIcon: ComponentClass<SVGIconProps>;
export default RhStandardIndustryIcon;