package.dist.js.icons.minus-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.MinusIconConfig = {
name: 'MinusIcon',
height: 512,
width: 448,
svgPath: 'M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z',
yOffset: 0,
xOffset: 0,
};
exports.MinusIcon = require('../createIcon').createIcon(exports.MinusIconConfig);
exports["default"] = exports.MinusIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy