import * as React from 'react' export type LogoProps = { fill: string width: number height: number circleFill: string typeFill: string style: object className: string } export const Logotype = ({ fill = 'var(--c-7)', width, height, circleFill = 'var(--c-3)', typeFill, style, className }: Partial = {}) => ( ) export const Logomark = ({ fill = 'var(--c-7)', width, height, circleFill = 'var(--c-3)', typeFill, style, className }: Partial) => ( )