Constructor
new MaterialDesignOutlinedIconProvider()
Methods
createIcon(iconIdentifier) → {HTMLSpanElement}
- Description:
- Create a MaterialDesign icon
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
iconIdentifier |
String | The id of the icon |
Returns:
- The created icon
- Type
- HTMLSpanElement