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="M16 16c1.286-1.286 2.35-2.653 3.157-4-.807-1.346-1.87-2.714-3.157-4s-2.654-2.35-4-3.157C10.653 5.65 9.286 6.713 8 8c-1.287 1.286-2.35 2.654-3.157 4 .807 1.347 1.87 2.714 3.157 4 1.286 1.286 2.653 2.35 4 3.157 1.346-.807 2.713-1.87 4-3.157Zm-4-6.25a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /><path d="M20 20c-2.21 2.21-7.582.418-12-4S1.79 6.21 4 4c2.21-2.21 7.582-.418 12 4s6.21 9.79 4 12Z" /><path d="M4 20c-2.21-2.21-.418-7.582 4-12s9.79-6.21 12-4c2.21 2.21.418 7.582-4 12s-9.79 6.21-12 4Z" /><path d="M14 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z" /></svg>;
export default SvgComponent;