@leanix/components 0.4.824 → 0.4.825
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.
|
@@ -2969,7 +2969,8 @@ const ICON_MAP = {
|
|
|
2969
2969
|
'fa-window': ['lx-icons/window'], // ['tnt/subject'],
|
|
2970
2970
|
'fa-wrench': ['wrench'],
|
|
2971
2971
|
'fa-yen-sign': ['lx-icons/yen-sign'],
|
|
2972
|
-
'fa-sigma': ['sum']
|
|
2972
|
+
'fa-sigma': ['sum'],
|
|
2973
|
+
'fa-line-columns': ['table-column']
|
|
2973
2974
|
};
|
|
2974
2975
|
/**
|
|
2975
2976
|
* Retrieves the SAP icon for a given Font Awesome icon name.
|