@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 853 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardHierarchyIconConfig: {
name: 'RhStandardHierarchyIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M28.62 24.44V18a.62.62 0 0 0-.62-.62h-9.38v-5.82a3.62 3.62 0 1 0-1.24 0v5.82H8a.62.62 0 0 0-.62.62v6.44a3.62 3.62 0 1 0 1.24 0v-5.82h8.76v5.82a3.62 3.62 0 1 0 1.24 0v-5.82h8.76v5.82a3.62 3.62 0 1 0 1.24 0ZM15.62 8a2.38 2.38 0 0 1 4.75 0 2.38 2.38 0 0 1-4.75 0Zm-5.24 20a2.38 2.38 0 0 1-4.75 0 2.38 2.38 0 0 1 4.75 0Zm10 0a2.38 2.38 0 0 1-4.75 0 2.38 2.38 0 0 1 4.75 0ZM28 30.38a2.38 2.38 0 0 1 0-4.75 2.38 2.38 0 0 1 0 4.75Z"},
rhUiIcon: null,
};
export declare const RhStandardHierarchyIcon: ComponentClass<SVGIconProps>;
export default RhStandardHierarchyIcon;