package web
// FelhomLogoSVG is the felhom.eu logo, served at /static/felhom-logo.svg.
// Text outlined (Inkscape Object→Path) — no font dependency, renders identically in
// secure static mode. Source: website/assets/logo.svg @ felhom.eu main (be9edb4).
const FelhomLogoSVG = `
`
// FelhomFaviconSVG is the felhom.eu favicon (cloud icon only), served at /static/favicon.svg.
// Vestigial empty text nodes removed (v0.167.0) — no live text elements, cloud paths only.
const FelhomFaviconSVG = `
`