@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 695 B
JavaScript
exports.__esModule = true;
exports.RhUiDoubleCaretUpIconConfig = {
name: 'RhUiDoubleCaretUpIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M2.293 15.707a.999.999 0 0 1 0-1.414L14.939 1.646a1.501 1.501 0 0 1 2.121 0l12.646 12.646a.999.999 0 1 1-1.414 1.414L16 3.414 3.707 15.707a.999.999 0 0 1-1.414 0Zm14.768-.061a1.501 1.501 0 0 0-2.121 0L2.293 28.293a.999.999 0 1 0 1.414 1.414L16 17.414l12.293 12.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L17.061 15.647Z"},
rhUiIcon: null,
};
exports.RhUiDoubleCaretUpIcon = require('../createIcon').createIconBase(exports.RhUiDoubleCaretUpIconConfig);
exports["default"] = exports.RhUiDoubleCaretUpIcon;