import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardSupportIconConfig: {
  name: 'RhStandardSupportIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M7.5 14.38h-1a2.12 2.12 0 0 0-2.12 2.12v5a2.12 2.12 0 0 0 2.12 2.12h1a2.12 2.12 0 0 0 2.12-2.12v-5a2.12 2.12 0 0 0-2.12-2.12Zm.88 7.12a.89.89 0 0 1-.88.88h-1a.89.89 0 0 1-.88-.88v-5a.89.89 0 0 1 .88-.88h1a.89.89 0 0 1 .88.88Zm21.12-7.12h-1a2.12 2.12 0 0 0-2.12 2.12v5a2.11 2.11 0 0 0 2 2.11V26A2.39 2.39 0 0 1 26 28.38h-5.46a2.62 2.62 0 1 0 0 1.24H26A3.62 3.62 0 0 0 29.62 26v-2.39a2.11 2.11 0 0 0 2-2.11v-5a2.12 2.12 0 0 0-2.12-2.12Zm-11.5 16a1.38 1.38 0 0 1 0-2.75 1.38 1.38 0 0 1 0 2.75Zm12.38-8.88a.89.89 0 0 1-.88.88h-1a.89.89 0 0 1-.88-.88v-5a.89.89 0 0 1 .88-.88h1a.89.89 0 0 1 .88.88ZM28 13.17a.63.63 0 0 0 1.21-.34c-3.31-11.21-19.11-11.2-22.4 0a.63.63 0 0 0 1.19.34 10.37 10.37 0 0 1 20 0Z"},
  rhUiIcon: null,
};
export declare const RhStandardSupportIcon: ComponentClass<SVGIconProps>;
export default RhStandardSupportIcon;