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="M3 7c0-1.886 0-2.828.586-3.414C4.172 3 5.114 3 7 3c1.886 0 2.828 0 3.414.586C11 4.172 11 5.114 11 7v10c0 1.886 0 2.828-.586 3.414C9.828 21 8.886 21 7 21c-1.886 0-2.828 0-3.414-.586C3 19.828 3 18.886 3 17V7ZM18.767 13.032 10.8 21h6.2c1.886 0 2.83 0 3.415-.586C21 19.828 21 18.886 21 17c0-1.886 0-2.828-.586-3.414-.364-.364-.866-.502-1.647-.554Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="m11 7.5 1.672-1.672c1.333-1.333 2-2 2.828-2 .828 0 1.495.667 2.828 2l.844.844c1.333 1.333 2 2 2 2.828 0 .828-.667 1.495-2 2.828L11 20.5" /><path d="M7 21h10c1.886 0 2.828 0 3.414-.586C21 19.828 21 18.886 21 17v-1.5c0-.465 0-.697-.038-.89a2 2 0 0 0-1.572-1.572C19.197 13 18.965 13 18.5 13M7 17.01V17" /><path d="M3 7c0-1.886 0-2.828.586-3.414C4.172 3 5.114 3 7 3c1.886 0 2.828 0 3.414.586C11 4.172 11 5.114 11 7v10c0 1.886 0 2.828-.586 3.414C9.828 21 8.886 21 7 21c-1.886 0-2.828 0-3.414-.586C3 19.828 3 18.886 3 17V7Z" /></svg>;
export default SvgComponent;