We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd8b38 commit 98b1536Copy full SHA for 98b1536
packages/common/src/CommonIcon.svelte
@@ -56,7 +56,7 @@
56
57
export let component: Component = SmuiElement as unknown as Component;
58
export let tag: TagName | undefined = (
59
- component === (SmuiElement as unknown as Component) ? 'svg' : undefined
+ component === (SmuiElement as unknown as Component) ? 'i' : undefined
60
) as TagName | undefined;
61
62
const svg = component === (Svg as unknown as Component);
0 commit comments