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 21a9 9 0 1 1 0-18 9 9 0 0 1 0 18Zm3.93-12.75c-.21.003-.743.095-1.66.785a8.242 8.242 0 0 0-.102.078.374.374 0 0 1-.34.062l-.003-.001a6.162 6.162 0 0 0-3.66.003.355.355 0 0 1-.326-.059 8.242 8.242 0 0 0-.109-.083c-.918-.69-1.453-.782-1.664-.785a3.575 3.575 0 0 0-.04 2.05l.002.007a.367.367 0 0 1-.062.323l-.047.062a3.637 3.637 0 0 0-.669 2.18v.003c0 1.69.44 2.681 1.045 3.282.61.605 1.43.852 2.274.966l.035.005h.004c.938.14 1.835.132 2.77-.027l.012-.001.024-.003c.849-.103 1.672-.34 2.285-.939.609-.594 1.05-1.584 1.05-3.283v-.004a3.637 3.637 0 0 0-.711-2.236l-.001-.002a.377.377 0 0 1-.064-.33l.031-.12a3.555 3.555 0 0 0-.074-1.933Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /><path d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" /><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" /></svg>;
export default SvgComponent;