import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardGlobeAbstractIconConfig: {
  name: 'RhStandardGlobeAbstractIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M28.34 7.66c-9.09-9.18-25-2.58-25 10.34A14.67 14.67 0 0 0 18 32.62c12.93.06 19.52-15.88 10.34-24.96Zm2.52 14h-7a21.16 21.16 0 0 0 0-7.36h7a13.53 13.53 0 0 1 0 7.38Zm-17.43 0a19.8 19.8 0 0 1 0-7.36h9.14a19.8 19.8 0 0 1 0 7.36Zm8.85 1.25A19.57 19.57 0 0 1 18 31a19.57 19.57 0 0 1-4.28-8.07ZM4.62 18a13.69 13.69 0 0 1 .52-3.68h7a21.16 21.16 0 0 0 0 7.36h-7A13.69 13.69 0 0 1 4.62 18Zm9.1-4.93A19.57 19.57 0 0 1 18 5a19.57 19.57 0 0 1 4.28 8.07Zm16.71 0h-6.87a20.76 20.76 0 0 0-4.17-8.37 13.41 13.41 0 0 1 11.04 8.37ZM8.54 8.54a13.32 13.32 0 0 1 8.07-3.84 20.76 20.76 0 0 0-4.17 8.37H5.57a13.24 13.24 0 0 1 2.97-4.53Zm-3 14.39h6.87a20.76 20.76 0 0 0 4.17 8.37 13.41 13.41 0 0 1-11.01-8.37Zm21.89 4.53a13.32 13.32 0 0 1-8.08 3.84 20.65 20.65 0 0 0 4.18-8.37h6.87a13.24 13.24 0 0 1-2.94 4.53Z"},
  rhUiIcon: null,
};
export declare const RhStandardGlobeAbstractIcon: ComponentClass<SVGIconProps>;
export default RhStandardGlobeAbstractIcon;