@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 841 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardGraphPieIconConfig: {
name: 'RhStandardGraphPieIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M20 16.62h11.86a.62.62 0 0 0 .58-.42c-.55-6.47-6-11.76-12.35-12.68a.73.73 0 0 0-.49.15.73.73 0 0 0-.23.47V16a.63.63 0 0 0 .63.62Zm11.11-1.24H20.62V4.89a13.42 13.42 0 0 1 10.49 10.49Z"},{"path":"M32.59 19a.65.65 0 0 0-.63-.62H17.62V4a.64.64 0 0 0-.25-.5c-7.65-.22-14 6.9-14 14.46.7 18.82 27.25 19.7 29.22 1.04ZM18 31.38C1.25 30.81-.12 7.3 16.37 4.74V19a.63.63 0 0 0 .63.62h14.26A13.42 13.42 0 0 1 18 31.38Z"}]},
rhUiIcon: null,
};
export declare const RhStandardGraphPieIcon: ComponentClass<SVGIconProps>;
export default RhStandardGraphPieIcon;