import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardSprayBottleIconConfig: {
  name: 'RhStandardSprayBottleIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"m29.44 8.56-4-4a.59.59 0 0 0-.44-.18h-9a.63.63 0 0 0-.63.62v4a.63.63 0 0 0 .63.62h2.24l-.48 2.25a.62.62 0 0 0 1.22.26l.54-2.51H29a.62.62 0 0 0 .44-1.06Zm-12.82-.18V5.62h8.12l2.75 2.76Z"},{"path":"m27.61 20.58-1-4.65V11a.62.62 0 0 0-.62-.62H22a.63.63 0 0 0-.63.62v4.74l-5.81 5.82a.6.6 0 0 0-.19.44v9a.63.63 0 0 0 .63.62h11a.62.62 0 0 0 .62-.62V20.71a.62.62 0 0 1-.01-.13Zm-11 9.8v-8.12l5.82-5.82a.59.59 0 0 0 .18-.44v-4.38h2.75v4.44c0 .06 1 4.62 1 4.71v9.61ZM9.62 7A.62.62 0 0 0 9 6.38H7a.62.62 0 1 0 0 1.24h2A.62.62 0 0 0 9.62 7Zm3.51-1.82-3.89-.83A.62.62 0 0 0 9 5.57l3.89.83H13a.62.62 0 0 0 .13-1.22Zm-.26 2.41-3.95.84a.63.63 0 0 0 .13 1.24h.13l4-.84a.62.62 0 0 0-.31-1.24Z"}]},
  rhUiIcon: null,
};
export declare const RhStandardSprayBottleIcon: ComponentClass<SVGIconProps>;
export default RhStandardSprayBottleIcon;