Web.icon
Web.icon($iconName) -> HtmlString
Description
Include an SVG icon. See Icons.
tem buttonHtml {
    <input.button type='button'>
        {{ Web.icon('download') }} Download
    </>
}
Include an SVG icon. See Icons.
tem buttonHtml {
    <input.button type='button'>
        {{ Web.icon('download') }} Download
    </>
}