import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCircleCheck = withIcon(function IconCircleCheck(props) {
    return (<svg data-tag="IconCircleCheck" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12 3a8.972 8.972 0 0 0-6.364 2.636A8.972 8.972 0 0 0 3 12a8.972 8.972 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.364A8.972 8.972 0 0 0 12 3m5.15 7.317-2.646 2.645-2.646 2.646c-.317.317-.556.476-.796.476-.239 0-.478-.159-.795-.476l-1.333-1.333L7.6 12.942c-.318-.317-.476-.557-.476-.796s.158-.478.476-.795c.317-.318.556-.476.795-.476.24 0 .478.159.796.476l.736.736.737.737c.143.143.27.214.398.214.127 0 .254-.071.397-.214l2.05-2.05 2.048-2.048c.318-.317.557-.476.796-.476s.478.159.795.476c.317.317.476.556.476.795 0 .24-.159.479-.476.796"/>
    </svg>);
});
//# sourceMappingURL=CircleCheck.jsx.map