package.dist.esm.icons.cheese-icon.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-icons Show documentation
Show all versions of react-icons Show documentation
PatternFly 4 Icons as React Components
The newest version!
import { createIcon } from '../createIcon';
export const CheeseIconConfig = {
name: 'CheeseIcon',
height: 512,
width: 512,
svgPath: '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',
yOffset: 0,
xOffset: 0,
};
export const CheeseIcon = createIcon(CheeseIconConfig);
export default CheeseIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy