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="M8.75 3c-1.72.001-2.605.026-3.164.586C5 4.172 5 5.114 5 7v10c0 1.886 0 2.828.586 3.414C6.172 21 7.114 21 9 21h6c1.886 0 2.828 0 3.414-.586C19 19.828 19 18.886 19 17V7c0-1.886 0-2.828-.586-3.414C17.854 3.026 16.97 3 15.25 3v3A2.25 2.25 0 0 1 13 8.25h-2A2.25 2.25 0 0 1 8.75 6V3Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M15 3c1.886 0 2.828 0 3.414.586C19 4.172 19 5.114 19 7v10c0 1.886 0 2.828-.586 3.414C17.828 21 16.886 21 15 21H9c-1.886 0-2.828 0-3.414-.586C5 19.828 5 18.886 5 17V7c0-1.886 0-2.828.586-3.414C6.172 3 7.114 3 9 3h6Z" /><path d="M9 3v3a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V3" /></svg>;
export default SvgComponent;