import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardGamePlanIconConfig: {
  name: 'RhStandardGamePlanIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M31 7.38H9a.8.8 0 0 0-.44.17l-4 4a.78.78 0 0 0-.18.44V28a.62.62 0 0 0 .62.62h26a.62.62 0 0 0 .62-.62V8a.62.62 0 0 0-.62-.62ZM8.38 9.51v1.87H6.51Zm22 17.87H5.62V12.62H9a.62.62 0 0 0 .62-.62V8.62h20.76Z"},{"path":"M13.56 16.44a.61.61 0 0 0 .88 0L16 14.88l1.56 1.56a.62.62 0 0 0 .88-.88L16.88 14l1.56-1.56a.62.62 0 0 0-.88-.88L16 13.12l-1.56-1.56a.62.62 0 0 0-.88.88L15.12 14l-1.56 1.56a.61.61 0 0 0 0 .88ZM8.38 22a2.62 2.62 0 0 0 5.24 0 2.62 2.62 0 0 0-5.24 0Zm4 0a1.38 1.38 0 0 1-2.75 0 1.38 1.38 0 0 1 2.75 0Zm9.62-.62h-6a.62.62 0 0 0 0 1.24h6A3.62 3.62 0 0 0 25.62 19v-2.49l.94.93a.62.62 0 0 0 .88-.88l-2-2a.64.64 0 0 0-.88 0l-2 2c-.58.56.32 1.46.88.88l.94-.93V19A2.39 2.39 0 0 1 22 21.38Z"}]},
  rhUiIcon: null,
};
export declare const RhStandardGamePlanIcon: ComponentClass<SVGIconProps>;
export default RhStandardGamePlanIcon;