@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 510 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiWindowFillIconConfig: {
name: 'RhUiWindowFillIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M1 8.875V4.5C1 3.673 1.673 3 2.5 3h27c.827 0 1.5.673 1.5 1.5v4.375H1Zm0 2.25V27.5c0 .827.673 1.5 1.5 1.5h27c.827 0 1.5-.673 1.5-1.5V11.125H1Z"},
rhUiIcon: null,
};
export declare const RhUiWindowFillIcon: ComponentClass<SVGIconProps>;
export default RhUiWindowFillIcon;