chore: 🚚 use iconify identifiers for icon names

This allows to distinguish icons from different packs and allows VS Code extensions to display the icon in the code editor
This commit is contained in:
Sebin Nyshkim 2025-06-23 18:56:51 +02:00
parent 166df1cff1
commit 2ac721058f
5 changed files with 76 additions and 76 deletions

View file

@ -96,10 +96,10 @@
<section aria-label="Image gallery" webc:root="override">
<button class="prev" aria-label="Previous Image">
<icon icon="chevron-left"></icon>
<icon icon="fa6-solid:chevron-left"></icon>
</button>
<button class="next" aria-label="Next Image">
<icon icon="chevron-right"></icon>
<icon icon="fa6-solid:chevron-right"></icon>
</button>
<div class="track">