// @flow import React from 'react'; //$FlowFixMe import styled from 'styled-components'; export const Svg = styled.svg` position: absolute; top: 0; right: 0; bottom: 0; left: 0; height: 100%; width: 100%; color: inherit; fill: currentColor; `; export const SvgWrapper = styled.div` display: inline-block; flex: none; width: 160px; height: 24px; top: 4px; position: relative; color: inherit; `; export const Logo = () => { return ( ); };