<svg class="icon " height="24" width="24" aria-hidden="true">
<use xlink:href="../../sprite.svg#save" />
</svg>
{{#if icon}}
<svg
class="icon {{modifier}}"
height="{{#if height}}{{height}}{{else}}20{{/if}}"
width="{{#if width}}{{width}}{{else}}20{{/if}}"
aria-hidden="true"
>
<use xlink:href="{{ path '/sprite.svg' }}#{{icon}}" />
</svg>
{{/if}}
{
"icon": "save",
"height": 24,
"width": 24
}
Please see the documentation page for icons.