@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 703 B
JavaScript
exports.__esModule = true;
exports.RhUiSwapRightLeftIconConfig = {
name: 'RhUiSwapRightLeftIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M30 23a1 1 0 0 1-1 1H5.414l4.293 4.293a.999.999 0 1 1-1.414 1.414l-5.646-5.646a1.501 1.501 0 0 1 0-2.121l5.646-5.646a.999.999 0 1 1 1.414 1.414l-4.293 4.293H29a1 1 0 0 1 1 1ZM3 10h23.586l-4.293 4.293a.999.999 0 1 0 1.414 1.414l5.646-5.646a1.501 1.501 0 0 0 0-2.121l-5.646-5.646a.999.999 0 1 0-1.414 1.414l4.293 4.293H3a1 1 0 0 0 0 2Z"},
rhUiIcon: null,
};
exports.RhUiSwapRightLeftIcon = require('../createIcon').createIconBase(exports.RhUiSwapRightLeftIconConfig);
exports["default"] = exports.RhUiSwapRightLeftIcon;