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="M5 9c0-1.886 0-2.828.586-3.414C6.172 5 7.114 5 9 5h6c1.886 0 2.828 0 3.414.586C19 6.172 19 7.114 19 9v6c0 1.886 0 2.828-.586 3.414C17.828 19 16.886 19 15 19H9c-1.886 0-2.828 0-3.414-.586C5 17.828 5 16.886 5 15V9Z" /><path d="M9 12c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C10.602 9 11.068 9 12 9c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C15 10.602 15 11.068 15 12c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C13.398 15 12.932 15 12 15c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C9 13.398 9 12.932 9 12ZM8 5V3M8 21v-2M21 16h-2M5 16H3M16 5V3M16 21v-2M21 8h-2M5 8H3" /></svg>;
export default SvgComponent;