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 3m4.757 7.317-2.645 2.645-2.646 2.646c-.317.317-.556.476-.795.476-.24 0-.479-.159-.796-.476l-1.333-1.333-1.333-1.333c-.317-.317-.476-.557-.476-.796s.159-.478.476-.795c.317-.318.556-.476.795-.476.24 0 .479.159.796.476l.736.736.737.737c.143.143.27.214.398.214.127 0 .255-.071.398-.214l2.048-2.05 2.05-2.048c.317-.317.556-.476.795-.476.24 0 .478.159.796.476.317.317.475.556.475.795 0 .24-.158.479-.476.796"/>
    </svg>);
});
//# sourceMappingURL=CircleCheck.jsx.map