We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
xlink
1 parent 1cb4969 commit 6c7779bCopy full SHA for 6c7779b
packages/site-kit/src/lib/components/Icon.svelte
@@ -14,7 +14,7 @@ use an svg icon that was provided through `Icons.svelte` from
14
</script>
15
16
<svg width={size} height={size}>
17
- <use xlink:href="#{name}" />
+ <use href="#{name}" />
18
</svg>
19
20
<style>
0 commit comments