import React from 'react';
import withIcon from '../lib/withIcon';
export const IconChevronRightAlt = withIcon(function IconChevronRightAlt(props) {
    return (<svg data-tag="IconChevronRightAlt" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M9.26 8.756c-.424-.423-.635-.742-.635-1.06 0-.32.211-.639.634-1.062.423-.423.742-.634 1.061-.634.32 0 .638.211 1.06.634l2.153 2.153 2.153 2.152c.423.423.634.742.634 1.06 0 .32-.211.639-.634 1.062l-2.153 2.152-2.152 2.152c-.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.06l1.357-1.358 1.356-1.357c.191-.19.287-.36.287-.53 0-.17-.096-.34-.287-.53l-1.356-1.357z"/>
    </svg>);
});
//# sourceMappingURL=ChevronRightAlt.jsx.map