@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 638 B
JavaScript
exports.__esModule = true;
exports.RhUiSeverityUndefinedFillIconConfig = {
name: 'RhUiSeverityUndefinedFillIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M14 13.5v5c0 .827-.673 1.5-1.5 1.5h-9c-.827 0-1.5-.673-1.5-1.5v-5c0-.827.673-1.5 1.5-1.5h9c.827 0 1.5.673 1.5 1.5ZM28.5 12h-9c-.827 0-1.5.673-1.5 1.5v5c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5v-5c0-.827-.673-1.5-1.5-1.5Z"},
rhUiIcon: null,
};
exports.RhUiSeverityUndefinedFillIcon = require('../createIcon').createIconBase(exports.RhUiSeverityUndefinedFillIconConfig);
exports["default"] = exports.RhUiSeverityUndefinedFillIcon;