UNPKG

@patternfly/react-icons

Version:
9 lines 521 B
import { ComponentClass } from 'react'; import { SVGIconProps } from '../createIcon.js'; export declare const RhUiCheckIconConfig: { name: 'RhUiCheckIcon', icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M11 26.792c-.384 0-.769-.146-1.061-.438l-8.646-8.647a.999.999 0 1 1 1.414-1.414L11 24.586 29.293 6.293a.999.999 0 1 1 1.414 1.414L12.061 26.354a1.497 1.497 0 0 1-1.061.438Z"}, rhUiIcon: null, }; export declare const RhUiCheckIcon: ComponentClass<SVGIconProps>; export default RhUiCheckIcon;