import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardTshirtIconConfig: {
  name: 'RhStandardTshirtIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M25.91 14.55a.62.62 0 0 0-.62.62v15.21H10.71V15.17a.63.63 0 0 0-1.25 0V31a.63.63 0 0 0 .63.62h15.82a.63.63 0 0 0 .63-.62V15.17a.63.63 0 0 0-.63-.62Z"},{"path":"m32.17 16.13-2.26-7.91a.64.64 0 0 0-.33-.39s-6.78-3.4-6.8-3.39l-.26-.07h-9a1.4 1.4 0 0 0-.28.06l-6.82 3.4a.64.64 0 0 0-.33.39l-2.26 7.91a.65.65 0 0 0 .26.7l3.39 2.26A.63.63 0 0 0 8.17 18l-3-2 2.05-7.17L13 6a5.15 5.15 0 0 0 10.1 0l5.73 2.87L30.84 16l-3 2a.63.63 0 0 0 .69 1.05l3.39-2.26a.65.65 0 0 0 .25-.66ZM18 8.9a3.9 3.9 0 0 1-3.85-3.28h7.7A3.9 3.9 0 0 1 18 8.9Z"}]},
  rhUiIcon: null,
};
export declare const RhStandardTshirtIcon: ComponentClass<SVGIconProps>;
export default RhStandardTshirtIcon;