UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 647 B
import { createIconBase } from '../createIcon.js'; export const RhStandardTabletIconConfig = { name: 'RhStandardTabletIcon', icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M18 8.62a.62.62 0 1 0-.62-.62.61.61 0 0 0 .62.62Z"},{"path":"M28 4.38H8a.62.62 0 0 0-.62.62v26a.62.62 0 0 0 .62.62h20a.62.62 0 0 0 .62-.62V5a.62.62 0 0 0-.62-.62Zm-.62 26H8.62V5.62h18.76Z"},{"path":"M16 28.62h4a.62.62 0 0 0 0-1.24h-4a.62.62 0 1 0 0 1.24Z"}]}, rhUiIcon: null, }; export const RhStandardTabletIcon = createIconBase(RhStandardTabletIconConfig); export default RhStandardTabletIcon;