@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 419 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const CheeseIconConfig = {
name: 'CheeseIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M0 288v160a32 32 0 0 0 32 32h448a32 32 0 0 0 32-32V288zM299.83 32a32 32 0 0 0-21.13 7L0 256h512c0-119.89-94-217.8-212.17-224z"},
rhUiIcon: null,
};
export const CheeseIcon = createIconBase(CheeseIconConfig);
export default CheeseIcon;