@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 856 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardEbookIconConfig = {
name: 'RhStandardEbookIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M28 4.38H8a.61.61 0 0 0-.62.62v26a.61.61 0 0 0 .62.62h20a.61.61 0 0 0 .62-.62V5a.61.61 0 0 0-.62-.62Zm-.62 26H8.62V5.62h18.76Z"},{"path":"M17.76 8.58a.63.63 0 1 0-.2-1 .63.63 0 0 0 0 .88.48.48 0 0 0 .2.12ZM20 27.38h-4a.62.62 0 1 0 0 1.24h4a.62.62 0 0 0 0-1.24Zm-8-13.76h6a.62.62 0 0 0 0-1.24h-6a.62.62 0 0 0 0 1.24Zm0 3h12a.62.62 0 1 0 0-1.24H12a.62.62 0 0 0 0 1.24Zm0 3h12a.62.62 0 0 0 0-1.24H12a.62.62 0 0 0 0 1.24Zm0 3h12a.62.62 0 0 0 0-1.24H12a.62.62 0 1 0 0 1.24Z"}]},
rhUiIcon: null,
};
export const RhStandardEbookIcon = createIconBase(RhStandardEbookIconConfig);
export default RhStandardEbookIcon;