@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 1.03 kB
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardCheeseburgerIconConfig = {
name: 'RhStandardCheeseburgerIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M31 21.38c-2-.11-2-2.06-4.33-2s-2.37 1.89-4.33 2c-2-.11-2-2.06-4.33-2s-2.37 1.89-4.34 2a2.3 2.3 0 0 1-1.74-.84 3.5 3.5 0 0 0-5.19 0 2.28 2.28 0 0 1-1.74.84.62.62 0 0 0 0 1.24c2.34.06 2.37-1.89 4.34-2a2.28 2.28 0 0 1 1.74.84 3.5 3.5 0 0 0 5.19 0 2.25 2.25 0 0 1 3.48 0 3.48 3.48 0 0 0 5.18 0 2.28 2.28 0 0 1 1.74-.84c2 .11 2 2.06 4.33 2a.62.62 0 0 0 0-1.24Zm-2 3H7a.62.62 0 0 0-.62.62v5a.62.62 0 0 0 .62.62h22a.62.62 0 0 0 .62-.62v-5a.62.62 0 0 0-.62-.62Zm-.62 5H7.62v-3.76h20.76ZM7 17.62h22a.62.62 0 0 0 .62-.62C29 1.58 7 1.58 6.37 17a.63.63 0 0 0 .63.62Zm11-11a10.4 10.4 0 0 1 10.36 9.76H7.64A10.4 10.4 0 0 1 18 6.62Z"},
rhUiIcon: null,
};
export const RhStandardCheeseburgerIcon = createIconBase(RhStandardCheeseburgerIconConfig);
export default RhStandardCheeseburgerIcon;