package.dist.esm.icons.magento-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 MagentoIconConfig = {
name: 'MagentoIcon',
height: 512,
width: 448,
svgPath: 'M445.7 127.9V384l-63.4 36.5V164.7L223.8 73.1 65.2 164.7l.4 255.9L2.3 384V128.1L224.2 0l221.5 127.9zM255.6 420.5L224 438.9l-31.8-18.2v-256l-63.3 36.6.1 255.9 94.9 54.9 95.1-54.9v-256l-63.4-36.6v255.9z',
yOffset: 0,
xOffset: 0,
};
export const MagentoIcon = createIcon(MagentoIconConfig);
export default MagentoIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy