<button type="button" class="btn {{class}}" {{>attributes}}>
  {{#if icon_svg}}
    {{>icon_svg}}
  {{else}}
    {{text}}
  {{/if}}
</button>
