package.dist.esm.icons.npm-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 NpmIconConfig: {
name: 'NpmIcon',
height: 512,
width: 576,
svgPath: 'M288 288h-32v-64h32v64zm288-128v192H288v32H160v-32H0V160h576zm-416 32H32v128h64v-96h32v96h32V192zm160 0H192v160h64v-32h64V192zm224 0H352v128h64v-96h32v96h32v-96h32v96h32V192z',
yOffset: 0,
xOffset: 0,
};
export declare const NpmIcon: React.ComponentClass;
export default NpmIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy