@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.35 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardDigitalAssessmentIconConfig: {
name: 'RhStandardDigitalAssessmentIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M31 4.375H5A.625.625 0 0 0 4.375 5v26c0 .345.28.625.625.625h26c.345 0 .625-.28.625-.625V5A.625.625 0 0 0 31 4.375Zm-.625 26H5.625V5.625h24.75v24.75Z"},{"path":"M8 8.63c.08 0 .16-.02.24-.05a.66.66 0 0 0 .2-.14c.12-.11.19-.27.19-.44 0-.16-.07-.33-.19-.44a.91.91 0 0 0-.2-.14.652.652 0 0 0-.68.14c-.12.11-.19.27-.19.44s.07.33.19.44c.12.12.28.19.44.19Zm2 0c.08 0 .16-.02.24-.05a.66.66 0 0 0 .2-.14c.12-.11.19-.27.19-.44 0-.16-.07-.33-.19-.44a.91.91 0 0 0-.2-.14.652.652 0 0 0-.68.14c-.12.11-.19.27-.19.44s.07.33.19.44c.12.12.28.19.44.19Zm3-.005h15a.625.625 0 0 0 0-1.25H13a.625.625 0 0 0 0 1.25Zm0 16h10c.345 0 .625-.28.625-.625v-3a.625.625 0 0 0-1.25 0v2.375h-8.75v-8.75H20a.625.625 0 0 0 0-1.25h-7a.625.625 0 0 0-.625.625v10c0 .345.28.625.625.625Z"},{"path":"M22.558 15.558 18 20.116l-1.558-1.558a.625.625 0 1 0-.884.884l2 2a.622.622 0 0 0 .884 0l5-5a.626.626 0 0 0-.884-.884Z"}]},
rhUiIcon: null,
};
export declare const RhStandardDigitalAssessmentIcon: ComponentClass<SVGIconProps>;
export default RhStandardDigitalAssessmentIcon;