@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 629 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiRedoIconConfig: {
name: 'RhUiRedoIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M21.293 18.293 27.586 12H11c-4.411 0-8 3.589-8 8s3.589 8 8 8h15a1 1 0 0 1 0 2H11C5.486 30 1 25.514 1 20s4.486-10 10-10h16.586l-6.293-6.293a.999.999 0 1 1 1.414-1.414l7.646 7.646c.283.283.439.66.439 1.061s-.156.777-.439 1.061l-7.646 7.646a.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414Z"},
rhUiIcon: null,
};
export declare const RhUiRedoIcon: ComponentClass<SVGIconProps>;
export default RhUiRedoIcon;