This commit is contained in:
Timothy Jaeryang Baek 2025-09-15 15:05:56 -05:00
parent 9701d127bf
commit c0f3352b71
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<script lang="ts">
export let className = 'size-4';
export let strokeWidth = '2';
export let strokeWidth = '1.5';
</script>
<svg

View file

@ -1,6 +1,6 @@
<script lang="ts">
export let className = 'size-4';
export let strokeWidth = '2';
export let strokeWidth = '1.5';
</script>
<svg

View file

@ -1,6 +1,6 @@
<script lang="ts">
export let className = 'w-4 h-4';
export let strokeWidth = '2';
export let strokeWidth = '1.5';
</script>
<svg