package.dist.esm.icons.monero-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 MoneroIconConfig = {
name: 'MoneroIcon',
height: 512,
width: 496,
svgPath: 'M352 384h108.4C417 455.9 338.1 504 248 504S79 455.9 35.6 384H144V256.2L248 361l104-105v128zM88 336V128l159.4 159.4L408 128v208h74.8c8.5-25.1 13.2-52 13.2-80C496 119 385 8 248 8S0 119 0 256c0 28 4.6 54.9 13.2 80H88z',
yOffset: 0,
xOffset: 0,
};
export const MoneroIcon = createIcon(MoneroIconConfig);
export default MoneroIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy