@leanix/components 0.4.650 → 0.4.652
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.
|
@@ -213,7 +213,7 @@ const ICON_MAP = {
|
|
|
213
213
|
'fa-house': ['home'],
|
|
214
214
|
'fa-image': ['picture'],
|
|
215
215
|
'fa-info': ['message-information'],
|
|
216
|
-
'fa-info-circle': ['message-information'],
|
|
216
|
+
'fa-info-circle': ['message-information', 'information'],
|
|
217
217
|
'fa-italic': ['italic-text'],
|
|
218
218
|
'fa-keyboard': ['keyboard-and-mouse'],
|
|
219
219
|
'fa-lemon': ['lx-icons/lemon'],
|
|
@@ -310,6 +310,7 @@ const ICON_MAP = {
|
|
|
310
310
|
'fa-user': ['person-placeholder'],
|
|
311
311
|
'fa-user-friends': ['group'],
|
|
312
312
|
'fa-user-hard-hat': ['lx-icons/user-hard-hat'],
|
|
313
|
+
'fa-user-robot': ['lx-icons/robot'],
|
|
313
314
|
'fa-users': ['family-care'],
|
|
314
315
|
'fa-window': ['lx-icons/window'], // ['tnt/subject'],
|
|
315
316
|
'fa-wrench': ['wrench'],
|