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 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;