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="M15 20h2c1.886 0 2.828 0 3.414-.586C21 18.828 21 17.886 21 16V8c0-1.886 0-2.828-.586-3.414C19.828 4 18.886 4 17 4H7c-1.886 0-2.828 0-3.414.586C3 5.172 3 6.114 3 8M5 19a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM8 20c0-3.5-1.5-5-5-5" /><path d="M11 20c0-5-3-8-8-8" /></svg>;
export default SvgComponent;