...
The following data model is exposed to the Handlebars template:
Code Block |
---|
{
svg: string,
url: string,
height: string,
width: string
} |
Default Template
Code Block | ||
---|---|---|
| ||
{{html svg}}
<svg height="{{height}}" width="{{width}}" focusable="false" aria-hidden="true" class="icon">
<use href="{{url}}"></use>
</svg> |