import React from 'react'; import styled from 'styled-components'; import { T3nLogo } from '@t3n/icons'; const Logo = styled(({ ...props }) => { return ; })>``; export default Logo;