// // Copyright 2020 DXOS.org // import React from 'react'; import SvgIcon from '@material-ui/core/SvgIcon'; const Icon = (props) => ( ); export default Icon;