@leanix/components 0.4.539 → 0.4.540
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.
- package/fesm2022/{leanix-components-ui5-lx-icons-VciF-qda.mjs → leanix-components-ui5-lx-icons-CCnIS8l9.mjs} +4 -1
- package/fesm2022/{leanix-components-ui5-lx-icons-VciF-qda.mjs.map → leanix-components-ui5-lx-icons-CCnIS8l9.mjs.map} +1 -1
- package/fesm2022/leanix-components-ui5.mjs +1 -1
- package/fesm2022/leanix-components.mjs +1 -1
- package/fesm2022/leanix-components.mjs.map +1 -1
- package/package.json +1 -1
@@ -171,6 +171,9 @@ var data = {
|
|
171
171
|
"M354.2704,115.0938c-14.125,0-25.5938,11.4688-25.5938,25.5938v307.3125c0,14.125,11.4688,25.5938,25.5938,25.5938s25.5938-11.4688,25.5938-25.5938V140.6875c0-14.125-11.4688-25.5938-25.5938-25.5938Z",
|
172
172
|
"M452.5204,35.2188c-14.125,0-25.5938,11.4688-25.5938,25.5938v387.1875c0,14.125,11.4688,25.5938,25.5938,25.5938s25.5938-11.4688,25.5938-25.5938V60.8125c0-14.125-11.4688-25.5938-25.5938-25.5938Z"
|
173
173
|
]
|
174
|
+
},
|
175
|
+
atom: {
|
176
|
+
path: "M183.6739,101.4788c24.2714-67.9594,120.3805-67.9587,144.6518,0l18.8576,52.8022h46.9152c75.9872,0,105.824,98.5517,42.6016,140.7014l-31.7152,21.1424,15.1392,42.3901c24.8736,69.6416-53.3952,130.752-114.927,89.7312l-49.1974-32.7968-49.1974,32.7968c-61.5312,41.0208-139.799-20.0896-114.9267-89.7312l15.1392-42.3901-31.7139-21.1424c-63.2247-42.1497-33.3853-140.7014,42.601-140.7014h46.9142l18.8579-52.8022ZM146.5306,205.481h-28.6288c-25.329,0-35.2749,32.8506-14.2003,46.9005l21.0637,14.0422,21.7654-60.9427ZM168.6771,295.6986l87.3225,58.2147,87.3213-58.2147-32.2192-90.2176h-110.2041l-32.2205,90.2176ZM150.9267,345.3981l-10.8339,30.336c-8.2909,23.216,17.7984,43.584,38.3088,29.9104l31.447-20.9632-58.9219-39.2832ZM302.1507,384.6813l31.4486,20.9632c20.5088,13.6736,46.5984-6.6944,38.3072-29.9104l-10.8352-30.336-58.9206,39.2832ZM387.2346,266.4237l21.0624-14.0422c21.0752-14.0499,11.1296-46.9005-14.1984-46.9005h-28.6304l21.7664,60.9427ZM292.816,154.281l-12.7075-35.5818c-8.0906-22.6531-40.127-22.6528-48.2173,0l-12.7078,35.5818h73.6326Z"
|
174
177
|
}
|
175
178
|
};
|
176
179
|
var lxIcons = {
|
@@ -180,4 +183,4 @@ var lxIcons = {
|
|
180
183
|
};
|
181
184
|
|
182
185
|
export { collection, data, lxIcons as default, packageName };
|
183
|
-
//# sourceMappingURL=leanix-components-ui5-lx-icons-
|
186
|
+
//# sourceMappingURL=leanix-components-ui5-lx-icons-CCnIS8l9.mjs.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"leanix-components-ui5-lx-icons-
|
1
|
+
{"version":3,"file":"leanix-components-ui5-lx-icons-CCnIS8l9.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
@@ -13,7 +13,7 @@ async function registerIconsWithUi5() {
|
|
13
13
|
import('@ui5/webcomponents-icons-tnt/dist/AllIcons.js'),
|
14
14
|
import('@ui5/webcomponents-icons/dist/AllIcons.js')
|
15
15
|
]);
|
16
|
-
registerIconLoader('lx-icons', () => import('./leanix-components-ui5-lx-icons-
|
16
|
+
registerIconLoader('lx-icons', () => import('./leanix-components-ui5-lx-icons-CCnIS8l9.mjs'));
|
17
17
|
}
|
18
18
|
|
19
19
|
/**
|
@@ -241,7 +241,7 @@ const ICON_MAP = {
|
|
241
241
|
'fa-shopping-cart': ['cart'],
|
242
242
|
'fa-trophy': ['competitor'],
|
243
243
|
'fa-umbrella-beach': ['umbrella'],
|
244
|
-
'fa-atom': [],
|
244
|
+
'fa-atom': ['lx-icons/atom'],
|
245
245
|
'fa-bug': ['lx-icons/bug'],
|
246
246
|
'fa-bullseye-arrow': ['lx-icons/bullseye-arrow'],
|
247
247
|
'fa-chess-queen-alt': ['lx-icons/chess-queen'],
|