@leanix/components 0.4.651 → 0.4.653
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.
|
@@ -201,6 +201,7 @@ const ICON_MAP = {
|
|
|
201
201
|
'fa-gavel': ['lx-icons/gavel'],
|
|
202
202
|
'fa-globe': ['world'],
|
|
203
203
|
'fa-graduation-cap': ['study-leave'],
|
|
204
|
+
'fa-grip-lines': ['media-pause'],
|
|
204
205
|
'fa-hammer': ['lx-icons/hammer'],
|
|
205
206
|
'fa-handshake': ['decision'],
|
|
206
207
|
'fa-hat-wizard': ['lx-icons/hat-wizard'],
|
|
@@ -213,7 +214,7 @@ const ICON_MAP = {
|
|
|
213
214
|
'fa-house': ['home'],
|
|
214
215
|
'fa-image': ['picture'],
|
|
215
216
|
'fa-info': ['message-information'],
|
|
216
|
-
'fa-info-circle': ['message-information'],
|
|
217
|
+
'fa-info-circle': ['message-information', 'information'],
|
|
217
218
|
'fa-italic': ['italic-text'],
|
|
218
219
|
'fa-keyboard': ['keyboard-and-mouse'],
|
|
219
220
|
'fa-lemon': ['lx-icons/lemon'],
|
|
@@ -254,6 +255,8 @@ const ICON_MAP = {
|
|
|
254
255
|
'fa-quote-right': ['lx-icons/quote-right'],
|
|
255
256
|
'fa-radar': ['business-suite/radius'],
|
|
256
257
|
'fa-random': ['tnt/flow'],
|
|
258
|
+
'fa-rectangle-landscape': ['iphone-2'],
|
|
259
|
+
'fa-rectangle-portrait': ['iphone'],
|
|
257
260
|
'fa-rectangle-wide': ['legend'],
|
|
258
261
|
'fa-redo': ['refresh'],
|
|
259
262
|
'fa-repeat': ['synchronize'],
|
|
@@ -310,6 +313,7 @@ const ICON_MAP = {
|
|
|
310
313
|
'fa-user': ['person-placeholder'],
|
|
311
314
|
'fa-user-friends': ['group'],
|
|
312
315
|
'fa-user-hard-hat': ['lx-icons/user-hard-hat'],
|
|
316
|
+
'fa-user-robot': ['lx-icons/robot'],
|
|
313
317
|
'fa-users': ['family-care'],
|
|
314
318
|
'fa-window': ['lx-icons/window'], // ['tnt/subject'],
|
|
315
319
|
'fa-wrench': ['wrench'],
|