<div class="dso-search-bar">
    <div class="dso-search-bar-input">
        <span class="dso-search-icon" aria-hidden="true"></span>
        <input type="text" placeholder="Voorbeeld tekst" />
        <button type="button">
            Zoekopdracht legen
        </button>
    </div>
    <button type="button" class="btn btn-default">
        Zoeken
    </button>
</div>
<div class="dso-search-bar">
  <div class="dso-search-bar-input">
    {{#if icon }}
      <span class="dso-search-icon" aria-hidden="true"></span>
    {{/if}}
    <input type="text" placeholder="Voorbeeld tekst" />
    <button type="button">
      Zoekopdracht legen
    </button>
  </div>
  <button type="button" class="btn btn-default">
    Zoeken
  </button>
</div>
icon: true

Pas bij een waarde toont de reset-knop, initieel is deze knop verborgen