@leanix/components 0.4.819 → 0.4.820
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2965,7 +2965,8 @@ const ICON_MAP = {
|
|
|
2965
2965
|
'fa-users': ['family-care'],
|
|
2966
2966
|
'fa-window': ['lx-icons/window'], // ['tnt/subject'],
|
|
2967
2967
|
'fa-wrench': ['wrench'],
|
|
2968
|
-
'fa-yen-sign': ['lx-icons/yen-sign']
|
|
2968
|
+
'fa-yen-sign': ['lx-icons/yen-sign'],
|
|
2969
|
+
'fa-sigma': ['sum']
|
|
2969
2970
|
};
|
|
2970
2971
|
/**
|
|
2971
2972
|
* Retrieves the SAP icon for a given Font Awesome icon name.
|