{#if alertStatus}
{#if icon} {@render icon()} {/if} {#if icon || dismissable}
{@render children()}
{:else} {@render children()} {/if} {#if dismissable} {#if CloseIcon}
{:else}
{/if} {/if}
{/if}