package.dist.esm.icons.magento-icon.d.ts Maven / Gradle / Ivy
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare 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 declare const MagentoIcon: React.ComponentClass;
export default MagentoIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy