import React from 'react' import SVGInline from 'react-svg-inline' import styled from 'styled-components' const SVGWrapper = styled.div` max-height: 100%; max-width: 100%; margin-bottom: 140px; ` const icon = ` ` const DisconnectedView = () => ( ) export default DisconnectedView