<span class="{{this.iconType}}">
  {{#each this.icon.layers as |icon-layer|}}

    {{#if (eq this.icon.type 'line')}}
      {{deprecated/icons/line options=icon-layer}}
    {{/if}}

    {{#if (eq this.icon.type 'rectangle')}}
      {{deprecated/icons/rectangle options=icon-layer}}
    {{/if}}

    {{#if (eq this.icon.type 'fa-icon')}}
      {{deprecated/icons/fa-icon options=icon-layer}}
    {{/if}}

  {{/each}}
</span>
