@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.4 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardCircuitIconConfig: {
name: 'RhStandardCircuitIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M30 29.38a.61.61 0 0 0-.62.62v.38h-6.76v-5.84a2.62 2.62 0 1 0-1.24 0v5.84h-7.76v-3.12l2.82-2.82a.6.6 0 0 0 .18-.44v-4.46a2.62 2.62 0 1 0-1.24 0v4.2l-2.82 2.82a.6.6 0 0 0-.18.44v3.38H5.62V5.62h6.76v4.12l-2.82 2.82a.6.6 0 0 0-.18.44v6.46a2.62 2.62 0 1 0 1.24 0v-6.2l2.82-2.82a.6.6 0 0 0 .18-.44V5.62h7.76v3.84a2.62 2.62 0 1 0 1.24 0V5.62h6.76v2.76H28a.61.61 0 0 0-.62.62v6a.61.61 0 0 0 .62.62h1.38V17a.62.62 0 0 0 1.24 0v-2a.61.61 0 0 0-.62-.62h-1.38V9.62H30a.61.61 0 0 0 .62-.62V5a.61.61 0 0 0-.62-.62H5a.61.61 0 0 0-.62.62v26a.61.61 0 0 0 .62.62h25a.61.61 0 0 0 .62-.62v-1a.61.61 0 0 0-.62-.62ZM20.62 22A1.38 1.38 0 1 1 22 23.38 1.38 1.38 0 0 1 20.62 22Zm-6-5A1.38 1.38 0 1 1 16 18.38 1.38 1.38 0 0 1 14.62 17Zm-3.24 5A1.38 1.38 0 1 1 10 20.62 1.38 1.38 0 0 1 11.38 22Zm12-10A1.38 1.38 0 1 1 22 10.62 1.38 1.38 0 0 1 23.38 12Z"},{"path":"M32 19.38h-4a.61.61 0 0 0-.62.62v7a.61.61 0 0 0 .62.62h4a.61.61 0 0 0 .62-.62v-7a.61.61 0 0 0-.62-.62Zm-.62 7h-2.76v-5.76h2.76Z"}]},
rhUiIcon: null,
};
export declare const RhStandardCircuitIcon: ComponentClass<SVGIconProps>;
export default RhStandardCircuitIcon;