Version: v0.7.1 - Beta.  We welcome contributors & feedback.

Web.icon

Web.icon($iconName) -> HtmlString

Description

Include an SVG icon. See Icons.

tm buttonHtml {
    <input.button type='button'>
        {{ Web.icon('download') }} Download
    </>
}

See Also