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="M10 17v-6M14 17v-6M4 7h16M6 8a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v9c0 1.886 0 2.828-.586 3.414C16.828 21 15.886 21 14 21h-4c-1.886 0-2.828 0-3.414-.586C6 19.828 6 18.886 6 17V8ZM16 7c0-1.886 0-2.828-.586-3.414C14.828 3 13.886 3 12 3c-1.886 0-2.828 0-3.414.586C8 4.172 8 5.114 8 7" /></svg>;
export default SvgComponent;