package.dist.js.icons.suitcase-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.SuitcaseIconConfig = {
name: 'SuitcaseIcon',
height: 512,
width: 512,
svgPath: 'M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z',
yOffset: 0,
xOffset: 0,
};
exports.SuitcaseIcon = require('../createIcon').createIcon(exports.SuitcaseIconConfig);
exports["default"] = exports.SuitcaseIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy