UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 1.21 kB
import { createIconBase } from '../createIcon.js'; export const RhUiInProgressCheckIconConfig = { name: 'RhUiInProgressCheckIcon', icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M31 16c0 8.271-6.729 15-15 15-.802 0-1.61-.064-2.401-.191a1.001 1.001 0 0 1 .317-1.975c.686.11 1.387.166 2.083.166 7.168 0 13-5.832 13-13S23.168 3 16 3c-.696 0-1.397.056-2.083.166a1 1 0 0 1-.317-1.975A15.194 15.194 0 0 1 16.001 1c8.271 0 15 6.729 15 15Zm-22.707-.707a.999.999 0 0 0 0 1.414l4.646 4.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l8.646-8.646a.999.999 0 1 0-1.414-1.414L14 19.586l-4.293-4.293a.999.999 0 0 0-1.414 0ZM4.562 8.922a.996.996 0 0 0 .817-.422 13.054 13.054 0 0 1 3.295-3.243 1 1 0 1 0-1.129-1.651 15.042 15.042 0 0 0-3.799 3.737 1.001 1.001 0 0 0 .816 1.579Zm-1.358 4.77a1 1 0 0 0-1.969-.353 15.157 15.157 0 0 0 .002 5.33 1 1 0 1 0 1.968-.354 13.137 13.137 0 0 1-.002-4.623Zm2.181 9.816a1.001 1.001 0 0 0-1.632 1.157A15.014 15.014 0 0 0 7.555 28.4a.997.997 0 0 0 1.389-.263 1 1 0 0 0-.263-1.39 13.03 13.03 0 0 1-3.297-3.239Z"}, rhUiIcon: null, }; export const RhUiInProgressCheckIcon = createIconBase(RhUiInProgressCheckIconConfig); export default RhUiInProgressCheckIcon;