From 33610d5831a7db76bad180b02343b00ca9c3e028 Mon Sep 17 00:00:00 2001 From: Mattias Persson <36163594+matt8707@users.noreply.github.com> Date: Fri, 3 May 2024 23:35:34 +0200 Subject: [PATCH] Update Icon.svelte MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Svelte 5 [vite-plugin-svelte] /node_modules/@iconify/svelte/dist/Icon.svelte:116:2 Self-closing HTML tags for non-void elements are ambiguous — use `` rather than `` --- components/svelte/src/Icon.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/svelte/src/Icon.svelte b/components/svelte/src/Icon.svelte index 1aa03c8..ed832a5 100644 --- a/components/svelte/src/Icon.svelte +++ b/components/svelte/src/Icon.svelte @@ -113,6 +113,6 @@ export { {@html data.body} {:else} - + {/if} -{/if} \ No newline at end of file +{/if}