import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCircleIncomplete = withIcon(function IconCircleIncomplete(props) {
    return (<svg data-tag="IconCircleIncomplete" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M18.364 5.636A8.972 8.972 0 0 0 12 3a8.972 8.972 0 0 0-6.364 2.636A8.972 8.972 0 0 0 3 12a8.97 8.97 0 0 0 2.636 6.364A8.972 8.972 0 0 0 12 21a8.972 8.972 0 0 0 6.364-2.636A8.972 8.972 0 0 0 21 12a8.972 8.972 0 0 0-2.636-6.364m-6.03 12.795c-.121-.122-.205-.296-.258-.527a3.994 3.994 0 0 1-.076-.871V6.967c0-.35.023-.64.076-.87.053-.232.137-.406.258-.528.306-.305 1.05-.256 1.9.052a7.21 7.21 0 0 1 2.539 1.606A6.729 6.729 0 0 1 18.75 12a6.73 6.73 0 0 1-1.977 4.773 7.208 7.208 0 0 1-2.54 1.607c-.85.308-1.593.356-1.899.05"/>
    </svg>);
});
//# sourceMappingURL=CircleIncomplete.jsx.map