import React from 'react';
import withIcon from '../lib/withIcon';
export const IconArrowRight = withIcon(function IconArrowRight(props) {
    return (<svg data-tag="IconArrowRight" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m11.51 18.244 1.803-1.803 1.803-1.803c.292-.293.382-.577.294-.788-.088-.212-.352-.35-.766-.35H4.5c-.6 0-.975-.075-1.2-.3-.225-.225-.3-.6-.3-1.2s.075-.975.3-1.2c.225-.225.6-.3 1.2-.3h10.144c.414 0 .678-.138.766-.35.087-.21-.002-.495-.294-.788l-1.803-1.803-1.804-1.803c-.423-.423-.634-.742-.634-1.06 0-.32.211-.639.634-1.062.423-.423.742-.634 1.061-.634.319 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-.639-.212-1.062-.635-.423-.423-.634-.741-.634-1.06 0-.32.211-.638.634-1.06"/>
    </svg>);
});
//# sourceMappingURL=ArrowRight.jsx.map