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}

Description:
  • Render an icon.

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

The rendered HTML content

Type
string

(inner) getTemplateName() → {string}

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

Source:
Returns:
Type
string