@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 591 B
JavaScript
exports.__esModule = true;
exports.RhUiPauseIconConfig = {
name: 'RhUiPauseIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M12.5 1h-8C3.673 1 3 1.673 3 2.5v27c0 .827.673 1.5 1.5 1.5h8c.827 0 1.5-.673 1.5-1.5v-27c0-.827-.673-1.5-1.5-1.5ZM12 29H5V3h7v26ZM27.5 1h-8c-.827 0-1.5.673-1.5 1.5v27c0 .827.673 1.5 1.5 1.5h8c.827 0 1.5-.673 1.5-1.5v-27c0-.827-.673-1.5-1.5-1.5ZM27 29h-7V3h7v26Z"},
rhUiIcon: null,
};
exports.RhUiPauseIcon = require('../createIcon').createIconBase(exports.RhUiPauseIconConfig);
exports["default"] = exports.RhUiPauseIcon;