<li class="tui-icon-item {{#if heading}}with-heading{{/if}}">
  {{#if key}}
    {{>icon_svg name=key}}
  {{/if}}
  <div class="text tui-text-content">
    {{#if heading}}
      <h3>{{heading}}</h3>
    {{/if}}
    {{{value}}}
  </div>
</li>
