import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardFishIconConfig: {
  name: 'RhStandardFishIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M22.5 11.625A2.125 2.125 0 1 1 24.625 9.5a2.127 2.127 0 0 1-2.125 2.125Zm0-3a.875.875 0 1 0 .875.875.877.877 0 0 0-.875-.875Z"},{"path":"M30.622 5.913a1.62 1.62 0 0 0-1.771.352l-1.226 1.226V6A1.627 1.627 0 0 0 26 4.375h-3A12.639 12.639 0 0 0 10.375 17v4.375H5a.626.626 0 0 0-.625.625A9.635 9.635 0 0 0 14 31.625a.625.625 0 0 0 .625-.625v-5.375H19A12.639 12.639 0 0 0 31.625 13V7.414a1.62 1.62 0 0 0-1.003-1.501ZM5.648 22.625h4.79a3.621 3.621 0 0 0 2.937 2.937v4.79a8.388 8.388 0 0 1-7.727-7.727ZM30.375 13A11.387 11.387 0 0 1 19 24.375h-5A2.377 2.377 0 0 1 11.625 22v-5A11.388 11.388 0 0 1 23 5.625h3a.375.375 0 0 1 .375.375v3a.626.626 0 0 0 1.067.443l2.293-2.293a.374.374 0 0 1 .64.264Z"},{"path":"M20.414 19.211a2.625 2.625 0 0 1-1.856-4.482.625.625 0 0 1 .884.885 1.374 1.374 0 0 0 0 1.944 1.408 1.408 0 0 0 1.944 0 .625.625 0 0 1 .885.883 2.61 2.61 0 0 1-1.857.77Z"}]},
  rhUiIcon: null,
};
export declare const RhStandardFishIcon: ComponentClass<SVGIconProps>;
export default RhStandardFishIcon;