// // Copyright 2020 DXOS.org // import React from 'react'; import OpenIcon from '@material-ui/icons/OpenInBrowser'; import StartIcon from '@material-ui/icons/PlayCircleOutline'; import StopIcon from '@material-ui/icons/HighlightOff'; import IconButton from '@material-ui/core/IconButton'; const ControlButtons = ({ onStart, onStop, onOpen }) => { return (