(open = true)}>
{#if open}
{#each iconList as icon}
{icon.label}
{#each icon.icons as icon}
{ onChange(icon) }} >
{/each}
{/each}
{/if}