<button
    type="button"
    class="count-btn count-btn--{{type}} {{class}}"
    aria-label="{{ariaLabel}}"
    data-count-btn
    data-count-type="{{type}}"
    {{#if disabled}}disabled{{/if}}
>
  <i class="far {{icon}}" aria-hidden="true"></i>
</button>
