// @flow import React from 'react'; import styled from 'styled-components'; import { MEDIA_BREAK } from 'src/components/layout'; const Logo = styled.img` height: 32px; object-fit: contain; @media (max-width: ${MEDIA_BREAK}px) { height: 24px; } `; export const AbstractLogo = () => ; export const BootstrapLogo = () => ( ); export const ExpoLogo = () => ; export const FigmaLogo = () => ; export const InvisionLogo = () => ; export const NodeLogo = () => ; export const RealmLogo = () => ; export const SketchLogo = () => ;