module:core/icon_system_standard

module:core/icon_system_standard

The Standard icon system.

Constructor

new (require("core/icon_system_standard"))()

Source:

Methods

getTemplateName() → {string}

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

Source:
Returns:
Type
string

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

Description:
  • Render an icon.

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