package.dist.js.icons.cross-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.CrossIconConfig = {
name: 'CrossIcon',
height: 512,
width: 384,
svgPath: 'M352 128h-96V32c0-17.67-14.33-32-32-32h-64c-17.67 0-32 14.33-32 32v96H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h96v224c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V256h96c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z',
yOffset: 0,
xOffset: 0,
};
exports.CrossIcon = require('../createIcon').createIcon(exports.CrossIconConfig);
exports["default"] = exports.CrossIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy