{#each alphabet as letter, idx}
switchLetter(letter)}>
{letter}
{#if idx !== alphabet.length - 1}-{/if}
{/each}
{#if pagedIcons.length > 0}
{#if !loading}
{#each pagedIcons as icon}
(value = `ri-${icon}-fill`)}>
{icon}-fill
(value = `ri-${icon}-line`)}>
{icon}-line
{/each}
{/if}
{:else}
{`There is no icons for this ${searchTerm ? 'search' : 'page'}`}
{/if}