import React from 'react';
import withIcon from '../lib/withIcon';
export const IconInProgress = withIcon(function IconInProgress(props) {
    return (<svg data-tag="IconInProgress" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12.89 21a8.972 8.972 0 0 1-6.62-1.904 8.957 8.957 0 0 1-3.137-4.92A9.051 9.051 0 0 1 2.882 12h.029c0-.08.001-.161.004-.242.015-.489.103-.793.308-.955.205-.161.526-.18 1.008-.097.402.07.64.152.776.32.135.168.167.42.156.828a6.76 6.76 0 0 0-.002.146h-.027a6.75 6.75 0 0 0 .287 2.011 6.707 6.707 0 0 0 2.252 3.325 6.729 6.729 0 0 0 4.965 1.429 6.729 6.729 0 0 0 4.521-2.5 6.729 6.729 0 0 0 1.429-4.965 6.729 6.729 0 0 0-2.5-4.521 6.743 6.743 0 0 0-3.99-1.468c-.408-.013-.658-.06-.818-.204-.16-.145-.229-.388-.275-.793-.055-.486-.018-.806.155-1.001.174-.195.483-.266.972-.252a8.976 8.976 0 0 1 5.357 1.958 8.971 8.971 0 0 1 3.334 6.028 8.973 8.973 0 0 1-1.905 6.62A8.972 8.972 0 0 1 12.891 21"/>
      <path d="M9.89 14.927c.39.247 1.17-.152 2.728-.95C14.54 12.99 15.5 12.495 15.5 12s-.96-.991-2.882-1.976c-1.558-.8-2.337-1.198-2.727-.951C9.5 9.32 9.5 10.213 9.5 12c0 1.786 0 2.68.39 2.927"/>
    </svg>);
});
//# sourceMappingURL=InProgress.jsx.map