@leanix/components 0.4.652 → 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'],
|
|
@@ -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'],
|