@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 947 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardArchitectureIconConfig: {
name: 'RhStandardArchitectureIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M31.6 22.65a.63.63 0 0 0-.52-.27H18.62v-1.76H27a.62.62 0 0 0 .62-.62v-5.38H31a.62.62 0 0 0 .44-1.06l-9-9a.62.62 0 0 0-1.06.44v4.38h-4.79c-.95-7-11-6.44-11.22.62.19 7.06 10.27 7.58 11.22.62h4.79V14a.62.62 0 0 0 .62.62h4.38v4.76h-7.76c-.07-.72.3-2-.62-2H4a.62.62 0 0 0-.62.62 14.63 14.63 0 0 0 28.29 5.22.64.64 0 0 0-.07-.57ZM11 14.38a4.38 4.38 0 0 1 0-8.76 4.38 4.38 0 0 1 0 8.76Zm11.62-7.87 6.87 6.87h-6.87ZM18 31.38A13.4 13.4 0 0 1 4.64 18.62h12.74V23a.62.62 0 0 0 .62.62h12.14A13.47 13.47 0 0 1 18 31.38Z"},
rhUiIcon: null,
};
export declare const RhStandardArchitectureIcon: ComponentClass<SVGIconProps>;
export default RhStandardArchitectureIcon;