@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 496 B
JavaScript
exports.__esModule = true;
exports.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,
};
exports.RhUiWindowFillIcon = require('../createIcon').createIconBase(exports.RhUiWindowFillIconConfig);
exports["default"] = exports.RhUiWindowFillIcon;