Icon

<svg class="icon" aria-hidden="true" focusable="false" width="16" height="16">
    <use xlink:href="/assets/icons.svg#i-home" />
</svg>
<svg class="icon{{ classes ? ' ' ~ classes }}" aria-hidden="true" focusable="false" width="16" height="16">
  <use xlink:href="/assets/icons.svg#{{ type ? type : 'error' }}" />
</svg>
{
  "type": "i-home"
}