{% # theme-check-disable UndefinedObject %}
<a href="{{ href }}">
  <hw-button
    appearance="{{ appearance }}"
    size="{{ size }}"
    status="{{ status }}"
    type="{{ type }}"
    styles="{{ styles }}"
    right-icon="{{ right_icon }}"
    right-icon-color="{{ right_icon_color }}"
    left-icon="{{ left_icon }}"
    left-icon-color="{{ left_icon_color }}"
    {% if disabled %}
      disabled
    {% endif %}
  >
    {{- title -}}
  </hw-button>
</a>
