package.dist.js.icons.npm-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!
"use strict"
exports.__esModule = true;
exports.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,
};
exports.NpmIcon = require('../createIcon').createIcon(exports.NpmIconConfig);
exports["default"] = exports.NpmIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy