import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardTapeMeasureIconConfig: {
  name: 'RhStandardTapeMeasureIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M31 20.38H20.62V17.5c0-2.33-1-4.55-2.76-6.1a8.17 8.17 0 0 0-6.43-1.96c-4.03.51-7.07 4.08-7.07 8.31v3.67c0 2.31 1.88 4.2 4.2 4.2h21.8V26c0 .34.28.62.62.62s.62-.28.62-.62v-5c0-.34-.28-.62-.62-.62ZM5.62 21.43v-3.67c0-3.6 2.57-6.64 5.97-7.07.31-.04.61-.06.91-.06 1.68 0 3.26.59 4.53 1.72a6.897 6.897 0 0 1 2.33 5.16v6.88H8.56c-1.63 0-2.95-1.32-2.95-2.95Zm23.32 2.95v-1.25c0-.34-.28-.62-.62-.62s-.62.28-.62.62v1.25h-1.4V24c0-.34-.28-.62-.62-.62s-.62.28-.62.62v.38h-1.41v-1.25c0-.34-.28-.62-.62-.62s-.62.28-.62.62v1.25h-1.76v-2.75h9.75v2.75h-1.43Z"},{"path":"M12.5 13.87c-2.14 0-3.88 1.74-3.88 3.88s1.74 3.88 3.88 3.88 3.88-1.74 3.88-3.88-1.74-3.88-3.88-3.88Zm0 6.51c-1.45 0-2.63-1.18-2.63-2.63s1.18-2.63 2.63-2.63 2.63 1.18 2.63 2.63-1.18 2.63-2.63 2.63Z"}]},
  rhUiIcon: null,
};
export declare const RhStandardTapeMeasureIcon: ComponentClass<SVGIconProps>;
export default RhStandardTapeMeasureIcon;