@leanix/components 0.4.652 → 0.4.654
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'],
|
|
@@ -1512,6 +1515,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
|
1512
1515
|
}] } });
|
|
1513
1516
|
|
|
1514
1517
|
/**
|
|
1518
|
+
* @deprecated Use the `ui5-icon` component instead.
|
|
1515
1519
|
* @ignore
|
|
1516
1520
|
* Displays Font Awesome icons.
|
|
1517
1521
|
*/
|