@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 581 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhUiRestoreWindowFillIconConfig = {
name: 'RhUiRestoreWindowFillIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M31 4.5V24a1 1 0 1 1-2 0V5H6a1 1 0 1 1 0-2h23.5c.827 0 1.5.673 1.5 1.5ZM24.5 8h-22C1.673 8 1 8.673 1 9.5v3.375h25V9.5c0-.827-.673-1.5-1.5-1.5ZM1 27.5c0 .827.673 1.5 1.5 1.5h22c.827 0 1.5-.673 1.5-1.5V15.125H1V27.5Z"},
rhUiIcon: null,
};
export const RhUiRestoreWindowFillIcon = createIconBase(RhUiRestoreWindowFillIconConfig);
export default RhUiRestoreWindowFillIcon;