import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCircleOutline = withIcon(function IconCircleOutline(props) {
    return (<svg data-tag="IconCircleOutline" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="m18.209 18.517-.035.033a8.975 8.975 0 0 1-5.163 2.392 8.972 8.972 0 0 1-6.62-1.904 8.958 8.958 0 0 1-2.54-3.217 8.964 8.964 0 0 1-.75-5.158A8.972 8.972 0 0 1 6.655 4.76a8.975 8.975 0 0 1 5.597-1.759 8.976 8.976 0 0 1 5.577 2.14 8.953 8.953 0 0 1 2.614 3.735 8.947 8.947 0 0 1 .528 3.86 8.97 8.97 0 0 1-2.762 5.78m-5.45.19a6.77 6.77 0 0 0 2.1-.591c.09-.063.197-.127.324-.196l.128-.07.013.022a6.786 6.786 0 0 0 1.599-1.253l.026-.028a6.74 6.74 0 0 0 .482-8.6 6.729 6.729 0 0 0-4.426-2.665A6.729 6.729 0 0 0 7.991 6.57a6.729 6.729 0 0 0-2.715 4.844c.01.11.012.235.008.38a6.77 6.77 0 0 0-.002.146h-.027c-.006.68.09 1.36.286 2.012a6.706 6.706 0 0 0 2.253 3.325 6.73 6.73 0 0 0 4.965 1.428" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=CircleOutline.jsx.map