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="M13 3c1.886 0 2.828 0 3.414.586C17 4.172 17 5.114 17 7v10c0 1.886 0 2.828-.586 3.414C15.828 21 14.886 21 13 21H7c-1.886 0-2.828 0-3.414-.586C3 19.828 3 18.886 3 17V7c0-1.886 0-2.828.586-3.414C4.172 3 5.114 3 7 3h6Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M13 3c1.886 0 2.828 0 3.414.586C17 4.172 17 5.114 17 7v10c0 1.886 0 2.828-.586 3.414C15.828 21 14.886 21 13 21H7c-1.886 0-2.828 0-3.414-.586C3 19.828 3 18.886 3 17V7c0-1.886 0-2.828.586-3.414C4.172 3 5.114 3 7 3h6Z" /><path d="M10 21h7c1.886 0 2.828 0 3.414-.586C21 19.828 21 18.886 21 17v-3c0-1.886 0-2.828-.586-3.414C19.828 10 18.886 10 17 10M13 12H7M13 16H7M13 8H7" /></svg>;
export default SvgComponent;