import React from 'react';
import withIcon from '../lib/withIcon';
export const IconRotateCounterClockwise = withIcon(function IconRotateCounterClockwise(props) {
    return (<svg data-tag="IconRotateCounterClockwise" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M3.462 6.195c.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-.206a9.01 9.01 0 0 1 5.614-1.131 8.957 8.957 0 0 1 5.242 2.565 8.975 8.975 0 0 1 2.548 5.104c.068.484.033.8-.142.993-.174.194-.488.267-.977.267-.408 0-.657-.041-.819-.184-.161-.142-.236-.386-.294-.79a6.731 6.731 0 0 0-1.907-3.799 6.707 6.707 0 0 0-3.557-1.865 6.776 6.776 0 0 0-3.895.446c-.29.125-.458.304-.502.51-.043.205.038.439.248.674.723.807.918 1.247.535 1.566-.383.319-1.344.518-2.934.843-2.01.41-3.017.614-3.419.212-.401-.401-.198-1.408.213-3.418m13.87 8.404c-1.59.325-2.551.524-2.934.843-.383.319-.188.759.535 1.566.21.235.291.468.248.674-.044.206-.213.384-.502.51a6.775 6.775 0 0 1-3.895.446 6.707 6.707 0 0 1-3.557-1.865 6.742 6.742 0 0 1-1.907-3.8c-.058-.404-.133-.647-.295-.79-.161-.142-.41-.183-.818-.183-.49 0-.803.073-.977.267-.175.193-.21.508-.142.993a8.979 8.979 0 0 0 2.548 5.104 8.956 8.956 0 0 0 5.241 2.565 9.01 9.01 0 0 0 5.615-1.13c.273-.158.497-.23.71-.207.213.022.415.137.644.352.942.886 1.443 1.19 1.795.853.351-.336.554-1.314.897-2.992.41-2.01.614-3.017.212-3.419-.401-.401-1.408-.198-3.418.213m-6.03-5.204c-1.303.349-1.954.523-2.192.936-.239.413-.064 1.064.285 2.367s.523 1.954.936 2.192c.413.239 1.064.064 2.367-.285s1.954-.523 2.192-.936c.239-.413.064-1.064-.285-2.367s-.523-1.954-.936-2.192c-.413-.239-1.064-.064-2.367.285"/>
    </svg>);
});
//# sourceMappingURL=RotateCounterClockwise.jsx.map