import * as React from 'react'; import { palette } from '../colors'; import { LogoProps } from './Branding'; export const LogotypeOld = ({ fill = palette.taupe500, width, height, circleFill = palette.taupe200, typeFill, style, className, }: Partial = {}) => ( ); export const LogomarkOld = ({ fill = palette.taupe500, width, height, circleFill = palette.taupe200, typeFill, style, className, }: Partial) => ( );