@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.08 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiInfrastructureFillIconConfig: {
name: 'RhUiInfrastructureFillIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M30 23.25v5.5c0 .689-.561 1.25-1.25 1.25h-5.5c-.689 0-1.25-.561-1.25-1.25v-5.5c0-.689.561-1.25 1.25-1.25h5.5c.689 0 1.25.561 1.25 1.25ZM28.75 12h-5.5c-.689 0-1.25.561-1.25 1.25v5.5c0 .689.561 1.25 1.25 1.25h5.5c.689 0 1.25-.561 1.25-1.25v-5.5c0-.689-.561-1.25-1.25-1.25Zm-20 0h-5.5C2.561 12 2 12.561 2 13.25v5.5c0 .689.561 1.25 1.25 1.25h5.5c.689 0 1.25-.561 1.25-1.25v-5.5c0-.689-.561-1.25-1.25-1.25Zm20-10h-5.5C22.561 2 22 2.561 22 3.25v5.5c0 .689.561 1.25 1.25 1.25h5.5c.689 0 1.25-.561 1.25-1.25v-5.5C30 2.561 29.439 2 28.75 2ZM19 7a1 1 0 1 0 0-2h-2.5c-.827 0-1.5.673-1.5 1.5V15h-2a1 1 0 1 0 0 2h2v8.5c0 .827.673 1.5 1.5 1.5H19a1 1 0 1 0 0-2h-2v-8h2a1 1 0 1 0 0-2h-2V7h2Z"},
rhUiIcon: null,
};
export declare const RhUiInfrastructureFillIcon: ComponentClass<SVGIconProps>;
export default RhUiInfrastructureFillIcon;