@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 683 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiIncreasingIconConfig: {
name: 'RhUiIncreasingIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M2 13V3a1 1 0 1 1 2 0v10a1 1 0 1 1-2 0Zm27 15H4v-3a1 1 0 1 0-2 0v3.5c0 .827.673 1.5 1.5 1.5H29a1 1 0 1 0 0-2ZM3 21a.997.997 0 0 0 .707-.293L10 14.414l5.939 5.939a1.501 1.501 0 0 0 2.121 0L29.706 8.707a.999.999 0 1 0-1.414-1.414L16.999 18.586l-5.939-5.939a1.501 1.501 0 0 0-2.121 0l-6.646 6.646A.999.999 0 0 0 3 21Z"},
rhUiIcon: null,
};
export declare const RhUiIncreasingIcon: ComponentClass<SVGIconProps>;
export default RhUiIncreasingIcon;