dispatch('close')} on:keydown={onKeydown}>
Showing {visibleIcons.length} of {filteredIcons.length} icons
{#if visibleIcons.length > 0}
{#each visibleIcons as icon (icon.key)}
{/each}
{:else}
No icons match your search.
{/if}
{#if currentIconKey}
{/if}