@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 540 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhUiTabletIconConfig = {
name: 'RhUiTabletIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M28 4H4C2.346 4 1 5.346 1 7v18c0 1.654 1.346 3 3 3h24c1.654 0 3-1.346 3-3V7c0-1.654-1.346-3-3-3Zm1 21a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7c0-.551.448-1 1-1h24c.552 0 1 .449 1 1v18Zm-9-2a1 1 0 0 1-1 1h-6a1 1 0 1 1 0-2h6a1 1 0 0 1 1 1Z"},
rhUiIcon: null,
};
export const RhUiTabletIcon = createIconBase(RhUiTabletIconConfig);
export default RhUiTabletIcon;