web/ProcessingStatus: update the icon

This commit is contained in:
wukko 2025-03-07 15:20:34 +06:00
parent 187bf9d745
commit dab88f7ed8
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -1,5 +1,5 @@
<script lang="ts">
import IconRun from "@tabler/icons-svelte/IconRun.svelte";
import IconArrowDown from "@tabler/icons-svelte/IconArrowDown.svelte";
export let indeterminate = false;
export let progress: number = 0;
@ -31,7 +31,7 @@
/>
</svg>
<div class="icon-holder">
<IconRun />
<IconArrowDown />
</div>
</button>