@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 616 B
JavaScript
exports.__esModule = true;
exports.RhUiUnlockIconConfig = {
name: 'RhUiUnlockIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M28.5 12H15V8c0-3.859-3.141-7-7-7S1 4.141 1 8v5a1 1 0 1 0 2 0V8c0-2.757 2.243-5 5-5s5 2.243 5 5v4h-1.5c-.827 0-1.5.673-1.5 1.5v15c0 .827.673 1.5 1.5 1.5h17c.827 0 1.5-.673 1.5-1.5v-15c0-.827-.673-1.5-1.5-1.5ZM28 28H12V14h16v14Zm-9.5-7a1.5 1.5 0 1 1 3.001.001A1.5 1.5 0 0 1 18.5 21Z"},
rhUiIcon: null,
};
exports.RhUiUnlockIcon = require('../createIcon').createIconBase(exports.RhUiUnlockIconConfig);
exports["default"] = exports.RhUiUnlockIcon;