{#if href}
{#if icon} {@render icon()} {/if}
{label} {#if description} {description} {/if}
{#if children} {@render children()} {:else} {/if}
{:else if onclick} {:else}
{#if icon} {@render icon()} {/if}
{label} {#if description} {description} {/if}
{#if children}
{@render children()}
{/if}
{/if}