diff --git a/.changeset/proud-tires-cross.md b/.changeset/proud-tires-cross.md new file mode 100644 index 0000000000000..812244d9cce31 --- /dev/null +++ b/.changeset/proud-tires-cross.md @@ -0,0 +1,6 @@ +--- +"@gradio/icons": patch +"gradio": patch +--- + +fix:Fix icons not showing in Safari diff --git a/js/icons/src/Check.svelte b/js/icons/src/Check.svelte index 7ea8b356991c7..7f885dd803312 100644 --- a/js/icons/src/Check.svelte +++ b/js/icons/src/Check.svelte @@ -1,6 +1,8 @@ + diff --git a/js/icons/src/Retry.svelte b/js/icons/src/Retry.svelte index 9d61bdd9c504e..d1f324458af5c 100644 --- a/js/icons/src/Retry.svelte +++ b/js/icons/src/Retry.svelte @@ -1,4 +1,6 @@