(open = true)}>
{#if open}
(open = false)} transition:fly={{ y: -20, duration: 200 }} class="spectrum-Popover spectrum-Popover--bottom spectrum-Picker-popover is-open" class:spectrum-Popover--align-right={alignRight} > {#each iconList as icon}
{icon.label}
{#each icon.icons as icon}
{ onChange(icon) }} >
{/each}
{/each}
{/if}