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="M9.332 3.803c.988-2.371 4.348-2.371 5.336 0a.895.895 0 0 0 1.2.464c2.454-1.133 4.998 1.41 3.865 3.865a.894.894 0 0 0 .464 1.2c2.371.988 2.371 4.348 0 5.336a.895.895 0 0 0-.464 1.2c1.133 2.454-1.41 4.997-3.865 3.865a.895.895 0 0 0-1.2.463c-.988 2.372-4.348 2.372-5.336 0a.895.895 0 0 0-1.2-.463c-2.454 1.132-4.997-1.41-3.864-3.865a.895.895 0 0 0-.464-1.2c-2.372-.988-2.372-4.348 0-5.336a.894.894 0 0 0 .464-1.2c-1.133-2.454 1.41-4.998 3.865-3.865a.894.894 0 0 0 1.2-.464ZM8 12a4 4 0 1 1 8 0 4 4 0 0 1-8 0Z" clipRule="evenodd" /><path fillRule="evenodd" d="M12 10a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z" clipRule="evenodd" /></svg>;
export default SvgComponent;