import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCircleCheckOutline = withIcon(function IconCircleCheckOutline(props) {
    return (<svg data-tag="IconCircleCheckOutline" 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"/>
      <path d="M15.382 8.805c.27 0 .513.18.782.449.27.269.448.511.448.782 0 .27-.179.513-.448.782l-4.498 4.497c-.269.27-.511.449-.782.449-.27 0-.513-.18-.782-.449L7.836 13.05c-.27-.27-.449-.512-.449-.782s.18-.513.449-.782c.27-.27.512-.45.782-.45s.513.18.782.45l1.252 1.252c.112.111.184.138.233.138.048 0 .12-.027.231-.138L14.6 9.254c.269-.27.511-.45.782-.45"/>
    </svg>);
});
//# sourceMappingURL=CircleCheckOutline.jsx.map