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.586 7.586C3 8.172 3 9.114 3 11v2c0 1.886 0 2.828.586 3.414.557.557 1.437.585 3.144.586a.02.02 0 0 0 .02-.02c0-.926 0-1.647.075-2.208.077-.572.237-1.016.584-1.363s.79-.507 1.363-.584c.561-.075 1.282-.075 2.209-.075h2.038c.927 0 1.648 0 2.209.075.572.077 1.016.237 1.363.584s.507.79.583 1.363c.076.561.076 1.282.076 2.209 0 .01.009.019.02.019 1.707-.001 2.587-.029 3.144-.586C21 15.828 21 14.886 21 13v-2c0-1.886 0-2.828-.586-3.414C19.828 7 18.886 7 17 7H7c-1.886 0-2.828 0-3.414.586Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M6 7V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2M7 17c0-1.886 0-2.828.586-3.414C8.172 13 9.114 13 11 13h2c1.886 0 2.828 0 3.414.586C17 14.172 17 15.114 17 17c0 1.886 0 2.828-.586 3.414C15.828 21 14.886 21 13 21h-2c-1.886 0-2.828 0-3.414-.586C7 19.828 7 18.886 7 17Z" /><path d="M7 17c-1.886 0-2.828 0-3.414-.586C3 15.828 3 14.886 3 13v-2c0-1.886 0-2.828.586-3.414C4.172 7 5.114 7 7 7h10c1.886 0 2.828 0 3.414.586C21 8.172 21 9.114 21 11v2c0 1.886 0 2.828-.586 3.414C19.828 17 18.886 17 17 17" /></svg>;
export default SvgComponent;