@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 859 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiEnhancementIconConfig: {
name: 'RhUiEnhancementIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"m28.749 10.364-7.113-7.113c-3.108-3.107-8.164-3.107-11.272 0l-7.113 7.113c-3.107 3.108-3.107 8.164 0 11.272l7.113 7.113c1.554 1.554 3.595 2.331 5.636 2.331s4.082-.777 5.636-2.331l7.113-7.113c3.107-3.107 3.107-8.164 0-11.271Zm-1.414 9.858-7.113 7.113a5.978 5.978 0 0 1-8.443 0l-7.113-7.113a5.978 5.978 0 0 1 0-8.443l7.113-7.113a5.978 5.978 0 0 1 8.443 0l7.113 7.113a5.978 5.978 0 0 1 0 8.443ZM24 16a1 1 0 0 1-1 1h-6v6a1 1 0 0 1-2 0v-6H9a1 1 0 0 1 0-2h6V9a1 1 0 0 1 2 0v6h6a1 1 0 0 1 1 1Z"},
rhUiIcon: null,
};
export declare const RhUiEnhancementIcon: ComponentClass<SVGIconProps>;
export default RhUiEnhancementIcon;