// Tempo API wordmark logos for the docs header, theme-aware. `dark` (white
// text) renders in dark mode, `light` (black text) in light mode. Inlined as
// SVG data URIs so the standalone reference needs no external asset hosting.
//
// THIS FILE IS GENERATED (extracted from the Website 2.0 assets).
const dark = ``
const light = ``
const dataUri = (svg: string) => `data:image/svg+xml,${encodeURIComponent(svg)}`
/** Theme-aware Tempo API wordmark for the docs header (`vocs.logoUrl`). */
export const logoUrl = { dark: dataUri(dark), light: dataUri(light) }