@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 536 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhUiTableIconConfig = {
name: 'RhUiTableIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M5 19a1 1 0 0 1 1-1h9v-4a1 1 0 1 1 2 0v4h9a1 1 0 1 1 0 2h-9v4a1 1 0 1 1-2 0v-4H6a1 1 0 0 1-1-1ZM31 4.5v23c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-23C1 3.673 1.673 3 2.5 3h27c.827 0 1.5.673 1.5 1.5ZM29 11H3v16h26V11Z"},
rhUiIcon: null,
};
export const RhUiTableIcon = createIconBase(RhUiTableIconConfig);
export default RhUiTableIcon;