import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path fillRule="evenodd" d="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm10-6a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm5.111 9.997c.758.488.721 1.552.031 2.132A7.968 7.968 0 0 1 12 20a7.967 7.967 0 0 1-5.114-1.848c-.697-.58-.734-1.649.028-2.14.236-.153.494-.287.774-.402C8.815 15.145 10.254 15 12 15c1.755 0 3.202.136 4.331.595.283.115.542.25.78.402Z" clipRule="evenodd" /></svg>;
export default SvgComponent;