Skip to content

Commit 98b1536

Browse files
committed
fix: default element in common icon
1 parent ffd8b38 commit 98b1536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/CommonIcon.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
5757
export let component: Component = SmuiElement as unknown as Component;
5858
export let tag: TagName | undefined = (
59-
component === (SmuiElement as unknown as Component) ? 'svg' : undefined
59+
component === (SmuiElement as unknown as Component) ? 'i' : undefined
6060
) as TagName | undefined;
6161
6262
const svg = component === (Svg as unknown as Component);

0 commit comments

Comments
 (0)