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="M7.713 5.175c.973.45 2.13.003 2.542-.987.646-1.551 2.843-1.551 3.49 0a1.894 1.894 0 0 0 2.541.987c1.61-.743 3.282.928 2.538 2.538-.449.973-.002 2.13.988 2.542 1.55.646 1.55 2.844 0 3.49a1.894 1.894 0 0 0-.988 2.542c.744 1.61-.927 3.28-2.538 2.538a1.894 1.894 0 0 0-2.541.987c-.647 1.551-2.844 1.551-3.49 0a1.895 1.895 0 0 0-2.542-.987c-1.61.743-3.281-.928-2.538-2.538.45-.974.002-2.13-.987-2.542-1.551-.646-1.551-2.844 0-3.49a1.894 1.894 0 0 0 .987-2.542c-.743-1.61.928-3.281 2.538-2.538ZM12 8.75a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /><path d="M10.255 4.188a1.894 1.894 0 0 1-2.542.987c-1.61-.743-3.28.928-2.538 2.538.45.974.003 2.13-.987 2.542-1.551.646-1.551 2.844 0 3.49a1.894 1.894 0 0 1 .987 2.542c-.743 1.61.928 3.28 2.538 2.538a1.895 1.895 0 0 1 2.542.987c.646 1.551 2.844 1.551 3.49 0a1.894 1.894 0 0 1 2.542-.987c1.61.743 3.28-.928 2.538-2.538a1.894 1.894 0 0 1 .987-2.542c1.551-.646 1.551-2.844 0-3.49a1.895 1.895 0 0 1-.987-2.542c.743-1.61-.928-3.28-2.538-2.538-.973.45-2.13.003-2.542-.987-.646-1.551-2.844-1.551-3.49 0Z" /><path d="M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" /></svg>;
export default SvgComponent;