module:core/icon_system_fontawesome

module:core/icon_system_fontawesome

The FontAwesome icon system.

Constructor

new (require("core/icon_system_fontawesome"))()

Source:

Methods

renderIcon(key, component, title, template) → {string}

Source:

Render an icon.

Parameters:
Name Type Description
key string
component string
title string
template string
Returns:

The rendered HTML content

Type
string

(inner) getTemplateName() → {string}

Source:

Get the name of the template to pre-cache for this icon system.

Returns:
Type
string