UNPKG

@patternfly/react-icons

Version:
9 lines 599 B
import { ComponentClass } from 'react'; import { SVGIconProps } from '../createIcon.js'; export declare const RhUiTrendUpIconConfig: { name: 'RhUiTrendUpIcon', icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M31 7.5V17a1 1 0 1 1-2 0V9.414L16.061 22.353a1.5 1.5 0 0 1-2.121 0l-3.939-3.939-7.293 7.293a.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414l7.646-7.646c.566-.566 1.555-.566 2.121 0L15 20.586 27.586 8H20a1 1 0 1 1 0-2h9.5c.827 0 1.5.673 1.5 1.5Z"}, rhUiIcon: null, }; export declare const RhUiTrendUpIcon: ComponentClass<SVGIconProps>; export default RhUiTrendUpIcon;