import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path fillRule="evenodd" d="M12 3c-7.412 0-9 1.588-9 9s1.588 9 9 9 9-1.588 9-9-1.588-9-9-9Zm2.27 6.035c.917-.69 1.45-.782 1.66-.785a3.555 3.555 0 0 1 .043 2.053.377.377 0 0 0 .064.33v.002l.044.057c.438.603.68 1.377.669 2.18v.003c0 1.699-.442 2.69-1.05 3.283-.614.6-1.437.836-2.286.939l-.024.003-.012.001a8.613 8.613 0 0 1-2.77.028h-.004l-.035-.006c-.845-.114-1.664-.361-2.274-.966-.606-.6-1.045-1.593-1.045-3.282v-.004a3.637 3.637 0 0 1 .716-2.241.367.367 0 0 0 .062-.323l-.002-.008a3.575 3.575 0 0 1 .04-2.05c.21.004.746.095 1.664.786l.11.083a.355.355 0 0 0 .324.059h.002c.06-.02.122-.037.184-.054a6.162 6.162 0 0 1 3.475.05l.003.002a.374.374 0 0 0 .34-.062l.102-.078Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /><path d="M13.717 8.882a6.412 6.412 0 0 0-3.492.016.392.392 0 0 1-.344-.063c-1.188-.893-1.808-.853-1.962-.823a.07.07 0 0 0-.052.046 3.82 3.82 0 0 0-.082 2.308l.003.009a.117.117 0 0 1-.02.103A3.886 3.886 0 0 0 7 12.875c0 3.465 1.803 4.26 3.534 4.496l.036.005a8.863 8.863 0 0 0 2.848-.028l.025-.003c1.74-.211 3.556-.986 3.556-4.47a3.886 3.886 0 0 0-.764-2.392v-.002a.127.127 0 0 1-.022-.11 3.8 3.8 0 0 0-.08-2.298l-.006-.014a.072.072 0 0 0-.053-.048c-.154-.03-.77-.067-1.956.824a.393.393 0 0 1-.344.063 5.723 5.723 0 0 0-.058-.016Z" /><path d="M3 12c0-7.412 1.588-9 9-9s9 1.588 9 9-1.588 9-9 9-9-1.588-9-9Z" /></svg>;
export default SvgComponent;