@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 479 B
JavaScript
import { createIconBase } from '../createIcon.js';
export 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 const RhUiCheckIcon = createIconBase(RhUiCheckIconConfig);
export default RhUiCheckIcon;