{#if size === 'large' && !disabled}
{/if} {#if size !== 'small' && icon !== undefined && !disabled}
{/if}
{ if (selectable) dispatch('select') else handleClick() }} > {#if label}
{/if} {#if title}{title}{/if}
{#if counter !== false || $$slots.counter}
•
{#if typeof counter === 'number'}{counter}{/if}
{/if} {#if duration !== false || $$slots.duration}
•
{#if typeof duration === 'number'}{duration}{/if}
{/if}