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="M18.395 7c-.316 0-.474 0-.621-.022a2 2 0 0 1-1.185-.634c-.1-.11-.188-.242-.362-.504L16 5.5c-.396-.595-.595-.892-.866-1.096a1.999 1.999 0 0 0-.545-.292C14.27 4 13.912 4 13.197 4h-2.394c-.715 0-1.072 0-1.393.112a2 2 0 0 0-.545.292c-.27.204-.469.501-.865 1.096l-.226.34c-.175.262-.263.393-.363.504a2 2 0 0 1-1.185.634C6.08 7 5.921 7 5.606 7c-.563 0-.845 0-1.077.056A2 2 0 0 0 3.056 8.53C3 8.76 3 9.043 3 9.606V16c0 1.886 0 2.828.586 3.414C4.172 20 5.114 20 7 20h10c1.886 0 2.828 0 3.414-.586C21 18.828 21 17.886 21 16V9.606c0-.563 0-.845-.056-1.077a2 2 0 0 0-1.473-1.473C19.24 7 18.957 7 18.395 7ZM12 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /><path d="M18.394 7c.563 0 .845 0 1.077.056a2 2 0 0 1 1.473 1.473C21 8.76 21 9.043 21 9.606V16c0 1.886 0 2.828-.586 3.414C19.828 20 18.886 20 17 20H7c-1.886 0-2.828 0-3.414-.586C3 18.828 3 17.886 3 16V9.606c0-.563 0-.845.056-1.077A2 2 0 0 1 4.53 7.056C4.76 7 5.043 7 5.606 7c.315 0 .473 0 .62-.022a2 2 0 0 0 1.185-.634c.1-.11.188-.242.363-.504L8 5.5c.396-.595.595-.892.865-1.096a2 2 0 0 1 .545-.292C9.73 4 10.088 4 10.803 4h2.394c.715 0 1.072 0 1.393.112.195.068.38.167.544.292.271.204.47.501.866 1.096l.227.34c.174.262.262.393.362.504a2 2 0 0 0 1.185.634c.147.022.305.022.62.022Z" /><path d="M15 13a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" /></svg>;
export default SvgComponent;