import React from 'react';
import withIcon from '../lib/withIcon';
export const IconRotateClockwise = withIcon(function IconRotateClockwise(props) {
    return (<svg data-tag="IconRotateClockwise" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M3.088 10.74a8.979 8.979 0 0 1 2.548-5.104 8.956 8.956 0 0 1 5.241-2.565 9.01 9.01 0 0 1 5.615 1.13c.273.158.497.23.71.207.213-.022.415-.137.644-.353.942-.885 1.443-1.19 1.795-.852.351.336.554 1.314.897 2.992.41 2.01.614 3.017.212 3.418-.401.402-1.408.199-3.418-.212-1.59-.325-2.551-.524-2.934-.843-.383-.32-.188-.759.534-1.566.21-.235.292-.469.248-.674-.043-.206-.212-.385-.502-.51a6.775 6.775 0 0 0-3.894-.446 6.707 6.707 0 0 0-3.557 1.865 6.742 6.742 0 0 0-1.907 3.8c-.058.403-.133.647-.295.789-.161.142-.41.184-.818.184-.49 0-.803-.073-.978-.267-.174-.194-.209-.509-.14-.993M19.793 12c-.408 0-.657.041-.819.184-.161.142-.236.386-.294.79a6.731 6.731 0 0 1-1.907 3.799 6.707 6.707 0 0 1-3.557 1.865 6.775 6.775 0 0 1-3.894-.446c-.29-.125-.459-.304-.502-.51-.044-.205.037-.439.247-.674.723-.807.918-1.247.535-1.566-.383-.32-1.344-.518-2.934-.843-2.01-.41-3.017-.614-3.418-.212-.402.401-.199 1.408.212 3.418.343 1.678.546 2.656.897 2.992.352.337.853.033 1.795-.852.23-.216.431-.331.644-.353.213-.022.437.05.71.207a9.01 9.01 0 0 0 5.614 1.13 8.957 8.957 0 0 0 5.242-2.565 8.976 8.976 0 0 0 2.548-5.104c.068-.484.033-.8-.142-.993-.174-.194-.488-.267-.977-.267m-10.398-.698c-.35 1.303-.524 1.954-.285 2.367.238.413.89.587 2.192.936 1.303.35 1.954.524 2.367.285.413-.238.587-.89.936-2.192.35-1.303.524-1.954.285-2.367-.238-.413-.89-.587-2.192-.936-1.303-.35-1.954-.524-2.367-.285-.413.238-.587.89-.936 2.192"/>
    </svg>);
});
//# sourceMappingURL=RotateClockwise.jsx.map