chore: changed icons pack

This commit is contained in:
2025-04-29 20:00:44 +02:00
parent b3ee8bd119
commit 24875d674f
10 changed files with 43 additions and 40 deletions
@@ -15,14 +15,14 @@
v-if="globalStore.viewMode == 'storage'"
@click="clearSearch"
>
<TrashIcon class="size-6" />
<Trash2Icon />
</button>
</div>
</div>
</template>
<script setup lang="ts">
import { TrashIcon } from '@heroicons/vue/16/solid';
import { Trash2Icon } from 'lucide-vue-next';
import { useGlobalStore } from '../../stores/global.store';
const globalStore = useGlobalStore();