@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 849 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhUiWindowsFillIconConfig = {
name: 'RhUiWindowsFillIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M13.75 5.5v7c0 .689-.561 1.25-1.25 1.25h-10c-.689 0-1.25-.561-1.25-1.25v-7c0-.689.561-1.25 1.25-1.25h10c.689 0 1.25.561 1.25 1.25ZM29.5 4.25h-10c-.689 0-1.25.561-1.25 1.25v7c0 .689.561 1.25 1.25 1.25h10c.689 0 1.25-.561 1.25-1.25v-7c0-.689-.561-1.25-1.25-1.25Zm-17 14h-10c-.689 0-1.25.561-1.25 1.25v7c0 .689.561 1.25 1.25 1.25h10c.689 0 1.25-.561 1.25-1.25v-7c0-.689-.561-1.25-1.25-1.25Zm17 0h-10c-.689 0-1.25.561-1.25 1.25v7c0 .689.561 1.25 1.25 1.25h10c.689 0 1.25-.561 1.25-1.25v-7c0-.689-.561-1.25-1.25-1.25Z"},
rhUiIcon: null,
};
export const RhUiWindowsFillIcon = createIconBase(RhUiWindowsFillIconConfig);
export default RhUiWindowsFillIcon;