import React from 'react';
import withIcon from '../lib/withIcon';
export const IconChevronRight = withIcon(function IconChevronRight(props) {
    return (<svg data-tag="IconChevronRight" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M8.134 5.756c-.423-.423-.634-.742-.634-1.06 0-.32.212-.639.634-1.062C8.558 3.211 8.877 3 9.196 3c.32 0 .638.211 1.06.634l3.653 3.653 3.653 3.652c.423.423.634.742.634 1.06 0 .32-.211.639-.634 1.062l-3.653 3.652-3.652 3.652c-.423.423-.742.635-1.06.635-.32 0-.638-.212-1.061-.635-.423-.423-.635-.741-.635-1.06 0-.32.212-.638.635-1.06l2.857-2.858 2.856-2.857c.191-.19.287-.36.287-.53 0-.17-.096-.34-.287-.53l-2.856-2.857z"/>
    </svg>);
});
//# sourceMappingURL=ChevronRight.jsx.map