@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 931 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardCaseStudyIconConfig: {
name: 'RhStandardCaseStudyIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M25 26.38a.61.61 0 0 0-.62.62v3.38H5.62V9.62H9A.61.61 0 0 0 9.62 9V5.62h14.76V11a.62.62 0 0 0 1.24 0V5a.61.61 0 0 0-.62-.62H8.84a.55.55 0 0 0-.28.15l-4 4a.55.55 0 0 0-.15.28.24.24 0 0 0 0 .08V31a.61.61 0 0 0 .62.62H25a.61.61 0 0 0 .62-.62v-4a.61.61 0 0 0-.62-.62ZM8.38 6.51v1.87H6.51Z"},{"path":"m31.44 27.56-4.34-4.34c3.58-4.11.4-11-5.1-10.84A6.63 6.63 0 0 0 15.38 19c-.13 5.5 6.73 8.68 10.84 5.1l4.34 4.34a.62.62 0 0 0 .88-.88ZM16.62 19c.23-7.1 10.53-7.1 10.76 0-.23 7.1-10.53 7.1-10.76 0Z"}]},
rhUiIcon: null,
};
export declare const RhStandardCaseStudyIcon: ComponentClass<SVGIconProps>;
export default RhStandardCaseStudyIcon;