{{! Copyright 2020, Verizon Media. Licensed under the terms of the MIT license. See accompanying LICENSE.md file for terms. }}
{{#if this.iconFront}}
  <DenaliIcon class={{this.iconFrontClass}} @icon={{this.iconFront}}/>
{{/if}}

{{yield}}

{{#if this.iconBack}}
  <DenaliIcon class={{this.iconBackClass}} @icon={{this.iconBack}}/>
{{/if}}