Skip to content

Commit 260a41b

Browse files
authored
fix system-window icon (#2746)
1 parent 1af4fd7 commit 260a41b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib/holocene/icon/svg/system-window.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<script lang="ts">
22
import Svg from '../svg.svelte';
3+
let props = $props();
34
</script>
45

5-
<Svg {...$$props}>
6+
<Svg {...props}>
67
<g
78
clip-path="url(#clip0_21712_726)"
89
id="g1"

0 commit comments

Comments
 (0)