sveltekit で svg ファイルをインポートして使用するには、この記事を参照してください https://riez.medium.com/svelte-kit-importing-svg-as-svelte-component-781903fef4ae ちなみに、最終的にコードを入力すると
<svelte:component this={Logo} />
以下のようなエラーが出ました
<svelte:component this={...}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules
誰かがこの問題で私を助けてくれることを願っています。