@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 800 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiAssessmentIconConfig: {
name: 'RhUiAssessmentIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M29.5 3h-27C1.673 3 1 3.673 1 4.5v17c0 .827.673 1.5 1.5 1.5H12v4H8a1 1 0 0 0 0 2h16a1 1 0 0 0 0-2h-4v-4h9.5c.827 0 1.5-.673 1.5-1.5v-17c0-.827-.673-1.5-1.5-1.5ZM18 27h-4v-4h4v4Zm11-6H3V5h26v16ZM14 10a1 1 0 0 1 1-1h8a1 1 0 0 1 0 2h-8a1 1 0 0 1-1-1Zm0 6a1 1 0 0 1 1-1h8a1 1 0 0 1 0 2h-8a1 1 0 0 1-1-1Zm-6.62-5.997a1.626 1.626 0 1 1 3.251.001 1.626 1.626 0 0 1-3.251-.001Zm0 6a1.626 1.626 0 1 1 3.251.001 1.626 1.626 0 0 1-3.251-.001Z"},
rhUiIcon: null,
};
export declare const RhUiAssessmentIcon: ComponentClass<SVGIconProps>;
export default RhUiAssessmentIcon;