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="M12.001 3a9 9 0 1 1 0 18 9 9 0 0 1 0-18m0 2.251a6.749 6.749 0 1 0 0 13.497 6.749 6.749 0 0 0 0-13.497" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=CircleOutline.jsx.map