File: //var/www/wp-content/mu-plugins/vendor/wpex/godaddy-launch/src/publish-guide/icons/circleChecked.js
/**
* WordPress dependencies
*/
import { Path, SVG } from '@wordpress/primitives';
const circleChecked = (
<SVG fill="none" height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg">
<Path clipRule="evenodd" d="M4.58319 1.89317C6.18657 0.821828 8.07164 0.25 10 0.25C12.5849 0.252985 15.0632 1.28117 16.891 3.10901C18.7188 4.93684 19.747 7.41506 19.75 10C19.75 11.9284 19.1782 13.8134 18.1068 15.4168C17.0355 17.0202 15.5127 18.2699 13.7312 19.0078C11.9496 19.7458 9.98919 19.9389 8.09787 19.5627C6.20656 19.1865 4.46928 18.2579 3.10571 16.8943C1.74215 15.5307 0.813554 13.7934 0.437348 11.9021C0.061142 10.0108 0.254224 8.05042 0.992179 6.26884C1.73013 4.48726 2.97982 2.96452 4.58319 1.89317ZM9 11.9395L13.4697 7.46973C13.6105 7.32994 13.801 7.25165 13.9994 7.25201C14.1979 7.25237 14.388 7.33136 14.5283 7.47166C14.6686 7.61196 14.7476 7.80215 14.748 8.00057C14.7484 8.19898 14.6701 8.38946 14.5303 8.53027L9.53027 13.5303C9.39103 13.6696 9.19698 13.75 9 13.75C8.80303 13.75 8.60898 13.6696 8.46973 13.5303L5.46973 10.5303C5.32994 10.3895 5.25166 10.199 5.25202 10.0006C5.25238 9.80215 5.33136 9.61196 5.47166 9.47166C5.61196 9.33136 5.80215 9.25237 6.00057 9.25201C6.19899 9.25165 6.38946 9.32994 6.53027 9.46973L9 11.9395Z" fill="#00A4A6" fillRule="evenodd" />
</SVG>
);
export default circleChecked;