package.dist.esm.icons.modx-icon.d.ts 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 * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const ModxIconConfig: {
name: 'ModxIcon',
height: 512,
width: 448,
svgPath: 'M356 241.8l36.7 23.7V480l-133-83.8L356 241.8zM440 75H226.3l-23 37.8 153.5 96.5L440 75zm-89 142.8L55.2 32v214.5l46 29L351 217.8zM97 294.2L8 437h213.7l125-200.5L97 294.2z',
yOffset: 0,
xOffset: 0,
};
export declare const ModxIcon: React.ComponentClass;
export default ModxIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy