@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 588 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const ChartAreaIconConfig: {
name: 'ChartAreaIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zM372.7 159.5L288 216l-85.3-113.7c-5.1-6.8-15.5-6.3-19.9 1L96 248v104h384l-89.9-187.8c-3.2-6.5-11.4-8.7-17.4-4.7z"},
rhUiIcon: null,
};
export declare const ChartAreaIcon: ComponentClass<SVGIconProps>;
export default ChartAreaIcon;