@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 667 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhUiDoubleCaretRightIconConfig = {
name: 'RhUiDoubleCaretRightIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M30.354 17.061 17.708 29.707a.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414L28.587 16 16.293 3.707a.999.999 0 1 1 1.414-1.414l12.646 12.646a1.501 1.501 0 0 1 0 2.121Zm-14-2.122L3.707 2.293a.999.999 0 1 0-1.414 1.414L14.586 16 2.293 28.293a.999.999 0 1 0 1.414 1.414l12.646-12.646a1.501 1.501 0 0 0 0-2.121Z"},
rhUiIcon: null,
};
export const RhUiDoubleCaretRightIcon = createIconBase(RhUiDoubleCaretRightIconConfig);
export default RhUiDoubleCaretRightIcon;