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="M3 9c0-1.886 0-2.828.586-3.414C4.172 5 5.114 5 7 5h10c1.886 0 2.828 0 3.414.586C21 6.172 21 7.114 21 9v6c0 1.886 0 2.828-.586 3.414C19.828 19 18.886 19 17 19H7c-1.886 0-2.828 0-3.414-.586C3 17.828 3 16.886 3 15V9Zm9 .438a3.25 3.25 0 1 0-.01 5.13c.004-.001.007-.004.01-.006a3.25 3.25 0 1 0 0-5.124Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /><path d="M3 9c0-1.886 0-2.828.586-3.414C4.172 5 5.114 5 7 5h10c1.886 0 2.828 0 3.414.586C21 6.172 21 7.114 21 9v6c0 1.886 0 2.828-.586 3.414C19.828 19 18.886 19 17 19H7c-1.886 0-2.828 0-3.414-.586C3 17.828 3 16.886 3 15V9Z" /><path d="M11.951 9.721a3 3 0 1 0-.114 4.65" /><path d="M17 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" /></svg>;
export default SvgComponent;