Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following data model is exposed to the Handlebars template:

Code Block
{
  svg: string,
  url: string,
  height: string,
  width: string
}

Default Template

Code Block
languagehtml
{{html svg}}
<svg height="{{height}}" width="{{width}}" focusable="false" aria-hidden="true" class="icon">
    <use href="{{url}}"></use>
</svg>