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