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="M17 8c1.886 0 2.828 0 3.414.586C21 9.172 21 10.114 21 12v4c0 1.886 0 2.828-.586 3.414C19.828 20 18.886 20 17 20H7c-1.886 0-2.828 0-3.414-.586C3 18.828 3 17.886 3 16v-4c0-1.886 0-2.828.586-3.414C4.172 8 5.114 8 7 8h10Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M17 8c1.886 0 2.828 0 3.414.586C21 9.172 21 10.114 21 12v4c0 1.886 0 2.828-.586 3.414C19.828 20 18.886 20 17 20H7c-1.886 0-2.828 0-3.414-.586C3 18.828 3 17.886 3 16v-4c0-1.886 0-2.828.586-3.414C4.172 8 5.114 8 7 8h10ZM6 8V5.714C6 4.768 6.768 4 7.714 4h8.572C17.233 4 18 4.768 18 5.714V8" /></svg>;
export default SvgComponent;