package.dist.esm.icons.ethereum-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 EthereumIconConfig = {
name: 'EthereumIcon',
height: 512,
width: 320,
svgPath: 'M311.9 260.8L160 353.6 8 260.8 160 0l151.9 260.8zM160 383.4L8 290.6 160 512l152-221.4-152 92.8z',
yOffset: 0,
xOffset: 0,
};
export const EthereumIcon = createIcon(EthereumIconConfig);
export default EthereumIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy