import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardTelecommunicationsIconConfig: {
  name: 'RhStandardTelecommunicationsIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M19.59 13.11a2.61 2.61 0 1 0-3.18 0L9.94 30.79a.62.62 0 1 0 1.17.42L12.28 28 18 23.72 23.66 28l1.18 3.24a.63.63 0 1 0 1.16-.45ZM18 9.62a1.38 1.38 0 0 1 0 2.75 1.38 1.38 0 0 1 0-2.75Zm0 4a3 3 0 0 0 .43 0l2.36 6.49L18 22.16 15.18 20l2.35-6.46a2.42 2.42 0 0 0 .47.08Zm-4.94 12.25 1.67-4.6L17 22.94Zm6-2.93 2.2-1.65 1.64 4.53Z"},{"path":"M13.32 15.68a.62.62 0 0 0 .88-.88 5.39 5.39 0 0 1 0-7.6c.58-.57-.32-1.47-.88-.88a6.65 6.65 0 0 0 0 9.36Zm8.48 0a.61.61 0 0 0 .88 0 6.65 6.65 0 0 0 0-9.36c-.56-.59-1.46.31-.88.88a5.39 5.39 0 0 1 0 7.6.63.63 0 0 0 0 .88Z"},{"path":"M11.64 18a.62.62 0 0 0 .44-.18.64.64 0 0 0 0-.89 8.37 8.37 0 0 1 0-11.84.63.63 0 1 0-.89-.89 9.65 9.65 0 0 0 0 13.62.66.66 0 0 0 .45.18Zm12.28-1.08a.63.63 0 0 0 .89.89 9.65 9.65 0 0 0 0-13.62.63.63 0 0 0-.89.89 8.37 8.37 0 0 1 0 11.84Z"}]},
  rhUiIcon: null,
};
export declare const RhStandardTelecommunicationsIcon: ComponentClass<SVGIconProps>;
export default RhStandardTelecommunicationsIcon;