@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.16 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardStockMarketUpIconConfig: {
name: 'RhStandardStockMarketUpIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M31 28.375h-2.375V15a.625.625 0 0 0-1.25 0v13.375h-3.75V18a.625.625 0 0 0-1.25 0v10.375h-3.75V19a.625.625 0 0 0-1.25 0v9.375h-3.75V23a.625.625 0 0 0-1.25 0v5.375h-3.75V19a.625.625 0 0 0-1.25 0v9.375H5a.625.625 0 0 0 0 1.25h26a.625.625 0 0 0 0-1.25Z"},{"path":"M31.577 6.76a.622.622 0 0 0-.113-.168c-.009-.01-.012-.024-.022-.034-.016-.017-.038-.023-.055-.037a.624.624 0 0 0-.147-.097.624.624 0 0 0-.242-.049H28a.625.625 0 0 0 0 1.25h1.49L24 13.116l-2.558-2.558a.625.625 0 0 0-.884 0L14 17.116l-4.558-4.558a.625.625 0 0 0-.884 0l-4 4a.626.626 0 0 0 .884.884L9 13.884l4.558 4.558a.622.622 0 0 0 .884 0L21 11.884l2.558 2.558c.244.245.64.245.884 0l5.933-5.933V10a.625.625 0 0 0 1.25 0V7a.626.626 0 0 0-.048-.24Z"}]},
rhUiIcon: null,
};
export declare const RhStandardStockMarketUpIcon: ComponentClass<SVGIconProps>;
export default RhStandardStockMarketUpIcon;