@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 491 B
JavaScript
exports.__esModule = true;
exports.RhUiArrowUpRightIconConfig = {
name: 'RhUiArrowUpRightIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M26.5 4H11a1 1 0 1 0 0 2h13.586L4.293 26.293a.999.999 0 1 0 1.414 1.414L26 7.414V21a1 1 0 1 0 2 0V5.5c0-.827-.673-1.5-1.5-1.5Z"},
rhUiIcon: null,
};
exports.RhUiArrowUpRightIcon = require('../createIcon').createIconBase(exports.RhUiArrowUpRightIconConfig);
exports["default"] = exports.RhUiArrowUpRightIcon;