@mozaic-ds/icons 1.73.0 → 1.75.0

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.
Files changed (51) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/js/icons.common.js +132 -36
  3. package/js/icons.js +116 -32
  4. package/package.json +2 -2
  5. package/react/index.js +2 -2
  6. package/svelte/PaymentMonochromeBlik24.svelte +10 -0
  7. package/svelte/PaymentMonochromeBlik32.svelte +10 -0
  8. package/svelte/PaymentMonochromeBlik48.svelte +10 -0
  9. package/svelte/PaymentMonochromeBlik64.svelte +10 -0
  10. package/svelte/PaymentMonochromeOneyRaty24.svelte +1 -1
  11. package/svelte/PaymentMonochromeOneyRaty32.svelte +1 -1
  12. package/svelte/PaymentMonochromeOneyRaty48.svelte +1 -1
  13. package/svelte/PaymentMonochromeOneyRaty64.svelte +1 -1
  14. package/svelte/PaymentMonochromePostepay24.svelte +10 -0
  15. package/svelte/PaymentMonochromePostepay32.svelte +10 -0
  16. package/svelte/PaymentMonochromePostepay48.svelte +10 -0
  17. package/svelte/PaymentMonochromePostepay64.svelte +10 -0
  18. package/svelte/SocialNetworkTiktok24.svelte +10 -0
  19. package/svelte/SocialNetworkTiktok32.svelte +10 -0
  20. package/svelte/SocialNetworkTiktok48.svelte +10 -0
  21. package/svelte/SocialNetworkTiktok64.svelte +10 -0
  22. package/svelte/Transfer24.svelte +10 -0
  23. package/svelte/Transfer32.svelte +10 -0
  24. package/svelte/Transfer48.svelte +10 -0
  25. package/svelte/Transfer64.svelte +10 -0
  26. package/svelte/icons.js +840 -776
  27. package/svg/Logotypes_Payment_Monochrome_Blik_24px.svg +1 -0
  28. package/svg/Logotypes_Payment_Monochrome_Blik_32px.svg +1 -0
  29. package/svg/Logotypes_Payment_Monochrome_Blik_48px.svg +1 -0
  30. package/svg/Logotypes_Payment_Monochrome_Blik_64px.svg +1 -0
  31. package/svg/Logotypes_Payment_Monochrome_OneyRaty_24px.svg +1 -1
  32. package/svg/Logotypes_Payment_Monochrome_OneyRaty_32px.svg +1 -1
  33. package/svg/Logotypes_Payment_Monochrome_OneyRaty_48px.svg +1 -1
  34. package/svg/Logotypes_Payment_Monochrome_OneyRaty_64px.svg +1 -1
  35. package/svg/Logotypes_Payment_Monochrome_Postepay_24px.svg +1 -0
  36. package/svg/Logotypes_Payment_Monochrome_Postepay_32px.svg +1 -0
  37. package/svg/Logotypes_Payment_Monochrome_Postepay_48px.svg +1 -0
  38. package/svg/Logotypes_Payment_Monochrome_Postepay_64px.svg +1 -0
  39. package/svg/Payment_Transfer_24px.svg +1 -0
  40. package/svg/Payment_Transfer_32px.svg +1 -0
  41. package/svg/Payment_Transfer_48px.svg +1 -0
  42. package/svg/Payment_Transfer_64px.svg +1 -0
  43. package/svg/Social_SocialNetwork_Tiktok_24px.svg +1 -0
  44. package/svg/Social_SocialNetwork_Tiktok_32px.svg +1 -0
  45. package/svg/Social_SocialNetwork_Tiktok_48px.svg +1 -0
  46. package/svg/Social_SocialNetwork_Tiktok_64px.svg +1 -0
  47. package/vue/index.vue +172 -12
  48. package/svg-color/Logotypes_Payment_Przelesw_24px.svg +0 -1
  49. package/svg-color/Logotypes_Payment_Przelesw_32px.svg +0 -1
  50. package/svg-color/Logotypes_Payment_Przelesw_48px.svg +0 -1
  51. package/svg-color/Logotypes_Payment_Przelesw_64px.svg +0 -1
package/svelte/icons.js CHANGED
@@ -1,16 +1,14 @@
1
- import FullScreen16 from './icons/FullScreen16.js';
2
1
  import ReduceScreen16 from './icons/ReduceScreen16.js';
3
- import ArrowArrowBottom16 from './icons/ArrowArrowBottom16.js';
4
2
  import ArrowArrowLeft16 from './icons/ArrowArrowLeft16.js';
5
3
  import ArrowArrowRight16 from './icons/ArrowArrowRight16.js';
4
+ import ArrowArrowTopLeft16 from './icons/ArrowArrowTopLeft16.js';
6
5
  import ArrowArrowTop16 from './icons/ArrowArrowTop16.js';
7
6
  import ArrowArrowBottomLeft16 from './icons/ArrowArrowBottomLeft16.js';
8
7
  import ArrowArrowBottomRight16 from './icons/ArrowArrowBottomRight16.js';
9
- import ArrowArrowTopLeft16 from './icons/ArrowArrowTopLeft16.js';
10
8
  import ArrowArrowTopRight16 from './icons/ArrowArrowTopRight16.js';
11
9
  import ArrowBack16 from './icons/ArrowBack16.js';
12
- import ArrowDoubleArrowLeft16 from './icons/ArrowDoubleArrowLeft16.js';
13
10
  import ArrowDoubleArrowRight16 from './icons/ArrowDoubleArrowRight16.js';
11
+ import ArrowDoubleArrowLeft16 from './icons/ArrowDoubleArrowLeft16.js';
14
12
  import ArrowDown16 from './icons/ArrowDown16.js';
15
13
  import ArrowNext16 from './icons/ArrowNext16.js';
16
14
  import ArrowUp16 from './icons/ArrowUp16.js';
@@ -21,8 +19,8 @@ import ControlTagCross16 from './icons/ControlTagCross16.js';
21
19
  import DisplayExternalLink16 from './icons/DisplayExternalLink16.js';
22
20
  import NotificationAvailable16 from './icons/NotificationAvailable16.js';
23
21
  import PublishFavorite16 from './icons/PublishFavorite16.js';
24
- import PublishLock16 from './icons/PublishLock16.js';
25
22
  import PublishFavoriteFull16 from './icons/PublishFavoriteFull16.js';
23
+ import PublishLock16 from './icons/PublishLock16.js';
26
24
  import Euro16 from './icons/Euro16.js';
27
25
  import ViewLikeNegative16 from './icons/ViewLikeNegative16.js';
28
26
  import ViewLikePositive16 from './icons/ViewLikePositive16.js';
@@ -37,7 +35,7 @@ import Tablet24 from './icons/Tablet24.js';
37
35
  import HygieneCleaned24 from './icons/HygieneCleaned24.js';
38
36
  import HygieneDanger24 from './icons/HygieneDanger24.js';
39
37
  import HygieneDistance24 from './icons/HygieneDistance24.js';
40
- import HygieneGel24 from './icons/HygieneGel24.js';
38
+ import ArrowArrowBottom16 from './icons/ArrowArrowBottom16.js';
41
39
  import HygieneMask24 from './icons/HygieneMask24.js';
42
40
  import HygieneNoContact24 from './icons/HygieneNoContact24.js';
43
41
  import HygienePlexiglas24 from './icons/HygienePlexiglas24.js';
@@ -46,13 +44,13 @@ import PaymentNoContact24 from './icons/PaymentNoContact24.js';
46
44
  import ServicePurchaseHelpCarOpenBoot24 from './icons/ServicePurchaseHelpCarOpenBoot24.js';
47
45
  import ServicePurchaseHelpCarStandInLine24 from './icons/ServicePurchaseHelpCarStandInLine24.js';
48
46
  import ServicePurchaseHelpCarStayInside24 from './icons/ServicePurchaseHelpCarStayInside24.js';
49
- import ServicePurchaseHelpLoading24 from './icons/ServicePurchaseHelpLoading24.js';
47
+ import HygieneGel24 from './icons/HygieneGel24.js';
50
48
  import ServicePurchaseHelpNoCarRent24 from './icons/ServicePurchaseHelpNoCarRent24.js';
51
49
  import ServicePurchaseHelpRequest24 from './icons/ServicePurchaseHelpRequest24.js';
52
50
  import ServicePurchaseHelpTruck24 from './icons/ServicePurchaseHelpTruck24.js';
53
51
  import UniverseEssentialProduct24 from './icons/UniverseEssentialProduct24.js';
54
52
  import PaymentMonochromeBizum24 from './icons/PaymentMonochromeBizum24.js';
55
- import PaymentMonochromeBonificoBancario24 from './icons/PaymentMonochromeBonificoBancario24.js';
53
+ import PaymentMonochromeBlik24 from './icons/PaymentMonochromeBlik24.js';
56
54
  import PaymentMonochromeFintecture24 from './icons/PaymentMonochromeFintecture24.js';
57
55
  import PaymentMonochromeMBMultibanco24 from './icons/PaymentMonochromeMBMultibanco24.js';
58
56
  import PaymentMonochromeMBWay24 from './icons/PaymentMonochromeMBWay24.js';
@@ -60,8 +58,9 @@ import PaymentMonochromeOney24 from './icons/PaymentMonochromeOney24.js';
60
58
  import PaymentMonochromeOney3x24 from './icons/PaymentMonochromeOney3x24.js';
61
59
  import PaymentMonochromeOney3x4x24 from './icons/PaymentMonochromeOney3x4x24.js';
62
60
  import PaymentMonochromeOney4x24 from './icons/PaymentMonochromeOney4x24.js';
63
- import PaymentMonochromeOneyRaty24 from './icons/PaymentMonochromeOneyRaty24.js';
61
+ import FullScreen16 from './icons/FullScreen16.js';
64
62
  import PaymentMonochromePayPal24 from './icons/PaymentMonochromePayPal24.js';
63
+ import PaymentMonochromePostepay24 from './icons/PaymentMonochromePostepay24.js';
65
64
  import PaymentMonochromePrzelesw24 from './icons/PaymentMonochromePrzelesw24.js';
66
65
  import API24 from './icons/API24.js';
67
66
  import BookStore24 from './icons/BookStore24.js';
@@ -69,9 +68,9 @@ import Camera24 from './icons/Camera24.js';
69
68
  import Code24 from './icons/Code24.js';
70
69
  import Document24 from './icons/Document24.js';
71
70
  import DownloadApp24 from './icons/DownloadApp24.js';
72
- import DownloadWeb24 from './icons/DownloadWeb24.js';
73
71
  import FullScreen24 from './icons/FullScreen24.js';
74
- import Gauge24 from './icons/Gauge24.js';
72
+ import DownloadWeb24 from './icons/DownloadWeb24.js';
73
+ import PaymentMonochromeOneyRaty24 from './icons/PaymentMonochromeOneyRaty24.js';
75
74
  import Group24 from './icons/Group24.js';
76
75
  import Imagealt24 from './icons/Imagealt24.js';
77
76
  import NoPicture24 from './icons/NoPicture24.js';
@@ -94,10 +93,10 @@ import TimeRead24 from './icons/TimeRead24.js';
94
93
  import Upload24 from './icons/Upload24.js';
95
94
  import View36024 from './icons/View36024.js';
96
95
  import ArrowArrowBottom24 from './icons/ArrowArrowBottom24.js';
97
- import ArrowArrowLeft24 from './icons/ArrowArrowLeft24.js';
96
+ import PaymentMonochromeBonificoBancario24 from './icons/PaymentMonochromeBonificoBancario24.js';
97
+ import Gauge24 from './icons/Gauge24.js';
98
98
  import ArrowArrowRight24 from './icons/ArrowArrowRight24.js';
99
99
  import ArrowArrowTop24 from './icons/ArrowArrowTop24.js';
100
- import ArrowArrowBottomLeft24 from './icons/ArrowArrowBottomLeft24.js';
101
100
  import ArrowArrowBottomRight24 from './icons/ArrowArrowBottomRight24.js';
102
101
  import ArrowArrowTopLeft24 from './icons/ArrowArrowTopLeft24.js';
103
102
  import ArrowArrowTopRight24 from './icons/ArrowArrowTopRight24.js';
@@ -105,8 +104,8 @@ import ArrowBack24 from './icons/ArrowBack24.js';
105
104
  import ArrowDoubleArrowLeft24 from './icons/ArrowDoubleArrowLeft24.js';
106
105
  import ArrowDoubleArrowRight24 from './icons/ArrowDoubleArrowRight24.js';
107
106
  import ArrowDown24 from './icons/ArrowDown24.js';
108
- import ArrowNext24 from './icons/ArrowNext24.js';
109
- import ArrowUp24 from './icons/ArrowUp24.js';
107
+ import ArrowArrowBottomLeft24 from './icons/ArrowArrowBottomLeft24.js';
108
+ import ArrowArrowLeft24 from './icons/ArrowArrowLeft24.js';
110
109
  import ControlCircleCross24 from './icons/ControlCircleCross24.js';
111
110
  import ControlCircleLess24 from './icons/ControlCircleLess24.js';
112
111
  import ControlCircleMore24 from './icons/ControlCircleMore24.js';
@@ -139,7 +138,7 @@ import DisplayRefresh24 from './icons/DisplayRefresh24.js';
139
138
  import DisplayScreenRotation24 from './icons/DisplayScreenRotation24.js';
140
139
  import DisplaySearch24 from './icons/DisplaySearch24.js';
141
140
  import DisplaySearchList24 from './icons/DisplaySearchList24.js';
142
- import DisplaySearchProduct24 from './icons/DisplaySearchProduct24.js';
141
+ import ServicePurchaseHelpLoading24 from './icons/ServicePurchaseHelpLoading24.js';
143
142
  import DisplaySetting24 from './icons/DisplaySetting24.js';
144
143
  import DisplayView24 from './icons/DisplayView24.js';
145
144
  import DisplayVocalSearch24 from './icons/DisplayVocalSearch24.js';
@@ -150,8 +149,8 @@ import NotificationInformation24 from './icons/NotificationInformation24.js';
150
149
  import NotificationQuestion24 from './icons/NotificationQuestion24.js';
151
150
  import NotificationWarning24 from './icons/NotificationWarning24.js';
152
151
  import PublishCopy24 from './icons/PublishCopy24.js';
153
- import PublishEdit24 from './icons/PublishEdit24.js';
154
152
  import PublishFavorite24 from './icons/PublishFavorite24.js';
153
+ import PublishEdit24 from './icons/PublishEdit24.js';
155
154
  import PublishFavoriteFull24 from './icons/PublishFavoriteFull24.js';
156
155
  import PublishLock24 from './icons/PublishLock24.js';
157
156
  import PublishSend24 from './icons/PublishSend24.js';
@@ -162,162 +161,163 @@ import Billzloty24 from './icons/Billzloty24.js';
162
161
  import CardsMonochromeAmericanExpress24 from './icons/CardsMonochromeAmericanExpress24.js';
163
162
  import CardsMonochromeCB24 from './icons/CardsMonochromeCB24.js';
164
163
  import CardsMonochromeCheque24 from './icons/CardsMonochromeCheque24.js';
165
- import CardsMonochromeGift24 from './icons/CardsMonochromeGift24.js';
166
- import CardsMonochromeIllicado24 from './icons/CardsMonochromeIllicado24.js';
164
+ import ArrowNext24 from './icons/ArrowNext24.js';
167
165
  import CardsMonochromeLoyalty24 from './icons/CardsMonochromeLoyalty24.js';
168
- import CardsMonochromeMaestro24 from './icons/CardsMonochromeMaestro24.js';
169
166
  import CardsMonochromeMastercard24 from './icons/CardsMonochromeMastercard24.js';
170
167
  import CardsMonochromeOney24 from './icons/CardsMonochromeOney24.js';
171
168
  import CardsMonochromeOneyX324 from './icons/CardsMonochromeOneyX324.js';
169
+ import CardsMonochromeMaestro24 from './icons/CardsMonochromeMaestro24.js';
172
170
  import CardsMonochromeOneyX424 from './icons/CardsMonochromeOneyX424.js';
173
- import CardsMonochromePaylib24 from './icons/CardsMonochromePaylib24.js';
174
171
  import CardsMonochromePaypal24 from './icons/CardsMonochromePaypal24.js';
175
- import CardsMonochromeVisa24 from './icons/CardsMonochromeVisa24.js';
176
172
  import DetailsOrder24 from './icons/DetailsOrder24.js';
173
+ import CardsMonochromeGift24 from './icons/CardsMonochromeGift24.js';
174
+ import CardsMonochromeVisa24 from './icons/CardsMonochromeVisa24.js';
177
175
  import Euro24 from './icons/Euro24.js';
178
- import Receipt24 from './icons/Receipt24.js';
179
- import Receiptzloty24 from './icons/Receiptzloty24.js';
180
176
  import SafePayment124 from './icons/SafePayment124.js';
181
177
  import SafePayment224 from './icons/SafePayment224.js';
182
- import Zloty24 from './icons/Zloty24.js';
178
+ import Receipt24 from './icons/Receipt24.js';
179
+ import Transfer24 from './icons/Transfer24.js';
180
+ import Receiptzloty24 from './icons/Receiptzloty24.js';
183
181
  import AspectQuantity24 from './icons/AspectQuantity24.js';
184
- import AspectSize24 from './icons/AspectSize24.js';
185
182
  import AspectWeight24 from './icons/AspectWeight24.js';
186
183
  import BasketAdd24 from './icons/BasketAdd24.js';
184
+ import Zloty24 from './icons/Zloty24.js';
185
+ import AspectSize24 from './icons/AspectSize24.js';
187
186
  import BasketHandbag24 from './icons/BasketHandbag24.js';
188
- import BasketMulti24 from './icons/BasketMulti24.js';
189
- import BasketSave24 from './icons/BasketSave24.js';
190
- import BasketStandard24 from './icons/BasketStandard24.js';
187
+ import ArrowUp24 from './icons/ArrowUp24.js';
191
188
  import ListAdd24 from './icons/ListAdd24.js';
189
+ import BasketSave24 from './icons/BasketSave24.js';
190
+ import BasketMulti24 from './icons/BasketMulti24.js';
192
191
  import ListStandard24 from './icons/ListStandard24.js';
193
- import PromiseCertification24 from './icons/PromiseCertification24.js';
194
- import PromiseCircularEconomy24 from './icons/PromiseCircularEconomy24.js';
195
192
  import PromiseDestocking24 from './icons/PromiseDestocking24.js';
196
193
  import PromiseEcoProduct24 from './icons/PromiseEcoProduct24.js';
194
+ import PromiseCircularEconomy24 from './icons/PromiseCircularEconomy24.js';
195
+ import PromiseCertification24 from './icons/PromiseCertification24.js';
197
196
  import PromiseFashionChoice24 from './icons/PromiseFashionChoice24.js';
198
197
  import PromiseFunding24 from './icons/PromiseFunding24.js';
199
- import PromiseMadeInEurope24 from './icons/PromiseMadeInEurope24.js';
200
198
  import PromiseMadeInFrance24 from './icons/PromiseMadeInFrance24.js';
199
+ import CardsMonochromeIllicado24 from './icons/CardsMonochromeIllicado24.js';
201
200
  import PromiseModular24 from './icons/PromiseModular24.js';
202
- import PromiseProductOnPicture24 from './icons/PromiseProductOnPicture24.js';
203
- import PromiseProductSheet24 from './icons/PromiseProductSheet24.js';
201
+ import PromiseMadeInEurope24 from './icons/PromiseMadeInEurope24.js';
204
202
  import PromiseScan24 from './icons/PromiseScan24.js';
205
- import PromiseWarranty24 from './icons/PromiseWarranty24.js';
206
203
  import Trolley24 from './icons/Trolley24.js';
204
+ import PromiseProductSheet24 from './icons/PromiseProductSheet24.js';
207
205
  import DescribeProject24 from './icons/DescribeProject24.js';
208
- import Inspiration24 from './icons/Inspiration24.js';
209
206
  import MakeProject24 from './icons/MakeProject24.js';
207
+ import CardsMonochromePaylib24 from './icons/CardsMonochromePaylib24.js';
210
208
  import Fundingzloty24 from './icons/Fundingzloty24.js';
211
- import AfterSalesAfterSalesService24 from './icons/AfterSalesAfterSalesService24.js';
212
- import AfterSalesHelpline24 from './icons/AfterSalesHelpline24.js';
213
- import AfterSalesPayback24 from './icons/AfterSalesPayback24.js';
214
- import AfterSalesSatisfaction24 from './icons/AfterSalesSatisfaction24.js';
209
+ import BasketStandard24 from './icons/BasketStandard24.js';
210
+ import PromiseProductOnPicture24 from './icons/PromiseProductOnPicture24.js';
211
+ import PromiseWarranty24 from './icons/PromiseWarranty24.js';
215
212
  import CustomCopyKey24 from './icons/CustomCopyKey24.js';
216
213
  import CustomCourse24 from './icons/CustomCourse24.js';
214
+ import AfterSalesAfterSalesService24 from './icons/AfterSalesAfterSalesService24.js';
217
215
  import CustomCutWoodGlass24 from './icons/CustomCutWoodGlass24.js';
216
+ import AfterSalesPayback24 from './icons/AfterSalesPayback24.js';
217
+ import Inspiration24 from './icons/Inspiration24.js';
218
+ import AfterSalesSatisfaction24 from './icons/AfterSalesSatisfaction24.js';
219
+ import DeliveryDeliveryPickupStore24 from './icons/DeliveryDeliveryPickupStore24.js';
218
220
  import CustomSample24 from './icons/CustomSample24.js';
219
- import CustomSharpening24 from './icons/CustomSharpening24.js';
221
+ import DeliveryDeliveryLocker24 from './icons/DeliveryDeliveryLocker24.js';
220
222
  import DeliveryDeliveryPickupRelayPoint24 from './icons/DeliveryDeliveryPickupRelayPoint24.js';
221
- import DeliveryDeliveryPickupStore24 from './icons/DeliveryDeliveryPickupStore24.js';
222
223
  import DeliveryDeliveryHome24 from './icons/DeliveryDeliveryHome24.js';
223
- import DeliveryDeliveryLocker24 from './icons/DeliveryDeliveryLocker24.js';
224
- import Pallet24 from './icons/Pallet24.js';
225
224
  import PurchaseHelpCarRent24 from './icons/PurchaseHelpCarRent24.js';
226
- import PurchaseHelpHomeDIY24 from './icons/PurchaseHelpHomeDIY24.js';
227
- import PurchaseHelpHomeInstall24 from './icons/PurchaseHelpHomeInstall24.js';
228
225
  import PurchaseHelpToolRent24 from './icons/PurchaseHelpToolRent24.js';
226
+ import PurchaseHelpHomeDIY24 from './icons/PurchaseHelpHomeDIY24.js';
229
227
  import TimeDelivery2h24 from './icons/TimeDelivery2h24.js';
228
+ import DisplaySearchProduct24 from './icons/DisplaySearchProduct24.js';
229
+ import AfterSalesHelpline24 from './icons/AfterSalesHelpline24.js';
230
+ import PurchaseHelpHomeInstall24 from './icons/PurchaseHelpHomeInstall24.js';
231
+ import Tools3d24 from './icons/Tools3d24.js';
230
232
  import TimeDelivery3h24 from './icons/TimeDelivery3h24.js';
231
- import TimeDelivery48h24 from './icons/TimeDelivery48h24.js';
232
233
  import TimeTimeDecline24 from './icons/TimeTimeDecline24.js';
233
- import Tools3d24 from './icons/Tools3d24.js';
234
- import ToolsCalculator24 from './icons/ToolsCalculator24.js';
235
234
  import ToolsComparator24 from './icons/ToolsComparator24.js';
236
- import CommentComment24 from './icons/CommentComment24.js';
237
- import CommentCommunity24 from './icons/CommentCommunity24.js';
235
+ import ToolsCalculator24 from './icons/ToolsCalculator24.js';
238
236
  import CommentQuestionArticle24 from './icons/CommentQuestionArticle24.js';
239
- import CommentReport24 from './icons/CommentReport24.js';
237
+ import CommentCommunity24 from './icons/CommentCommunity24.js';
238
+ import CommentComment24 from './icons/CommentComment24.js';
240
239
  import ShareShareAndroid24 from './icons/ShareShareAndroid24.js';
241
- import ShareShareIOS24 from './icons/ShareShareIOS24.js';
242
- import SocialNetworkFacebook24 from './icons/SocialNetworkFacebook24.js';
240
+ import CommentReport24 from './icons/CommentReport24.js';
243
241
  import SocialNetworkInstagram24 from './icons/SocialNetworkInstagram24.js';
244
- import SocialNetworkLinkedin24 from './icons/SocialNetworkLinkedin24.js';
245
242
  import SocialNetworkPinterest24 from './icons/SocialNetworkPinterest24.js';
243
+ import TimeDelivery48h24 from './icons/TimeDelivery48h24.js';
244
+ import SocialNetworkFacebook24 from './icons/SocialNetworkFacebook24.js';
246
245
  import SocialNetworkSpotify24 from './icons/SocialNetworkSpotify24.js';
247
- import SocialNetworkTelegram24 from './icons/SocialNetworkTelegram24.js';
246
+ import SocialNetworkLinkedin24 from './icons/SocialNetworkLinkedin24.js';
248
247
  import SocialNetworkX24 from './icons/SocialNetworkX24.js';
249
- import SocialNetworkYoutube24 from './icons/SocialNetworkYoutube24.js';
248
+ import SocialNetworkTiktok24 from './icons/SocialNetworkTiktok24.js';
249
+ import SocialNetworkTelegram24 from './icons/SocialNetworkTelegram24.js';
250
250
  import ViewLikeNegative24 from './icons/ViewLikeNegative24.js';
251
+ import SocialNetworkYoutube24 from './icons/SocialNetworkYoutube24.js';
252
+ import ViewStarFull24 from './icons/ViewStarFull24.js';
251
253
  import ViewLikePositive24 from './icons/ViewLikePositive24.js';
252
254
  import ViewStarEmpty24 from './icons/ViewStarEmpty24.js';
253
- import ViewStarFull24 from './icons/ViewStarFull24.js';
254
- import ViewStarHalf24 from './icons/ViewStarHalf24.js';
255
255
  import ViewTesterView24 from './icons/ViewTesterView24.js';
256
- import Itinerary24 from './icons/Itinerary24.js';
257
- import Locator24 from './icons/Locator24.js';
258
256
  import Logo24 from './icons/Logo24.js';
259
257
  import Map24 from './icons/Map24.js';
258
+ import Itinerary24 from './icons/Itinerary24.js';
259
+ import Locator24 from './icons/Locator24.js';
260
260
  import MonochromeRelayLocation24 from './icons/MonochromeRelayLocation24.js';
261
- import MonochromeStoreLocation24 from './icons/MonochromeStoreLocation24.js';
262
- import MonochromeStoreLocationbm24 from './icons/MonochromeStoreLocationbm24.js';
263
261
  import StoreBM24 from './icons/StoreBM24.js';
264
262
  import StoreLM24 from './icons/StoreLM24.js';
263
+ import MonochromeStoreLocationbm24 from './icons/MonochromeStoreLocationbm24.js';
264
+ import MonochromeStoreLocation24 from './icons/MonochromeStoreLocation24.js';
265
265
  import Attic24 from './icons/Attic24.js';
266
- import Bathroom24 from './icons/Bathroom24.js';
267
- import Bedroom24 from './icons/Bedroom24.js';
268
266
  import Carpentry24 from './icons/Carpentry24.js';
269
267
  import ChristmasTree24 from './icons/ChristmasTree24.js';
268
+ import Bedroom24 from './icons/Bedroom24.js';
269
+ import Bathroom24 from './icons/Bathroom24.js';
270
270
  import ConnectedHome24 from './icons/ConnectedHome24.js';
271
- import Curtains24 from './icons/Curtains24.js';
272
- import Dressing24 from './icons/Dressing24.js';
273
271
  import Drillalt24 from './icons/Drillalt24.js';
274
272
  import Electricity24 from './icons/Electricity24.js';
273
+ import Dressing24 from './icons/Dressing24.js';
274
+ import Curtains24 from './icons/Curtains24.js';
275
275
  import Enki24 from './icons/Enki24.js';
276
- import Floor24 from './icons/Floor24.js';
277
- import Garage24 from './icons/Garage24.js';
278
276
  import Garden24 from './icons/Garden24.js';
277
+ import Floor24 from './icons/Floor24.js';
279
278
  import Garden124 from './icons/Garden124.js';
280
- import Garden224 from './icons/Garden224.js';
279
+ import Garage24 from './icons/Garage24.js';
281
280
  import Glass24 from './icons/Glass24.js';
282
- import Hardhatalt24 from './icons/Hardhatalt24.js';
283
281
  import HardwareStore24 from './icons/HardwareStore24.js';
284
282
  import Heater24 from './icons/Heater24.js';
283
+ import Garden224 from './icons/Garden224.js';
284
+ import Hardhatalt24 from './icons/Hardhatalt24.js';
285
285
  import Insulationalt24 from './icons/Insulationalt24.js';
286
- import Kids24 from './icons/Kids24.js';
287
- import Kitchen24 from './icons/Kitchen24.js';
288
286
  import Kitchenalt24 from './icons/Kitchenalt24.js';
289
287
  import Kitchen224 from './icons/Kitchen224.js';
288
+ import Kids24 from './icons/Kids24.js';
290
289
  import Leak24 from './icons/Leak24.js';
291
- import Lighting24 from './icons/Lighting24.js';
290
+ import Kitchen24 from './icons/Kitchen24.js';
292
291
  import Living24 from './icons/Living24.js';
293
- import MakeIt24 from './icons/MakeIt24.js';
292
+ import Lighting24 from './icons/Lighting24.js';
294
293
  import Masonryalt24 from './icons/Masonryalt24.js';
295
- import Paint24 from './icons/Paint24.js';
294
+ import MakeIt24 from './icons/MakeIt24.js';
296
295
  import Pool24 from './icons/Pool24.js';
297
- import Renewableenergy24 from './icons/Renewableenergy24.js';
296
+ import Paint24 from './icons/Paint24.js';
298
297
  import Security24 from './icons/Security24.js';
299
- import Stairs24 from './icons/Stairs24.js';
298
+ import Renewableenergy24 from './icons/Renewableenergy24.js';
300
299
  import Terrace24 from './icons/Terrace24.js';
301
- import Tool24 from './icons/Tool24.js';
300
+ import Stairs24 from './icons/Stairs24.js';
302
301
  import Wallpaper24 from './icons/Wallpaper24.js';
303
- import Wood24 from './icons/Wood24.js';
302
+ import Tool24 from './icons/Tool24.js';
304
303
  import Woodflooring24 from './icons/Woodflooring24.js';
305
- import Woodflooringalt24 from './icons/Woodflooringalt24.js';
304
+ import ViewStarHalf24 from './icons/ViewStarHalf24.js';
306
305
  import WoodSaw24 from './icons/WoodSaw24.js';
307
- import AccountCustomerCollaborator24 from './icons/AccountCustomerCollaborator24.js';
306
+ import Wood24 from './icons/Wood24.js';
307
+ import Woodflooringalt24 from './icons/Woodflooringalt24.js';
308
308
  import AccountCustomerPassion24 from './icons/AccountCustomerPassion24.js';
309
- import AccountCustomerPro24 from './icons/AccountCustomerPro24.js';
310
- import AccountProfileMan24 from './icons/AccountProfileMan24.js';
309
+ import AccountCustomerCollaborator24 from './icons/AccountCustomerCollaborator24.js';
311
310
  import AccountProfileView24 from './icons/AccountProfileView24.js';
312
311
  import AccountProfileWoman24 from './icons/AccountProfileWoman24.js';
312
+ import AccountCustomerPro24 from './icons/AccountCustomerPro24.js';
313
313
  import CardFunding24 from './icons/CardFunding24.js';
314
- import CardFundingzloty24 from './icons/CardFundingzloty24.js';
315
- import CardGift24 from './icons/CardGift24.js';
314
+ import AccountProfileMan24 from './icons/AccountProfileMan24.js';
316
315
  import CardIDCard24 from './icons/CardIDCard24.js';
316
+ import CardFundingzloty24 from './icons/CardFundingzloty24.js';
317
317
  import CardLoyaltyCard24 from './icons/CardLoyaltyCard24.js';
318
- import ContactMail24 from './icons/ContactMail24.js';
319
318
  import ContactPhone24 from './icons/ContactPhone24.js';
320
319
  import ContactWebsite24 from './icons/ContactWebsite24.js';
320
+ import ContactMail24 from './icons/ContactMail24.js';
321
321
  import SituationOwner24 from './icons/SituationOwner24.js';
322
322
  import SituationTenant24 from './icons/SituationTenant24.js';
323
323
  import A11y24 from './icons/A11y24.js';
@@ -366,8 +366,10 @@ import ServicePurchaseHelpRequest32 from './icons/ServicePurchaseHelpRequest32.j
366
366
  import ServicePurchaseHelpTruck32 from './icons/ServicePurchaseHelpTruck32.js';
367
367
  import UniverseEssentialProduct32 from './icons/UniverseEssentialProduct32.js';
368
368
  import PaymentMonochromeBizum32 from './icons/PaymentMonochromeBizum32.js';
369
- import PaymentMonochromeBonificoBancario32 from './icons/PaymentMonochromeBonificoBancario32.js';
369
+ import PaymentMonochromeBlik32 from './icons/PaymentMonochromeBlik32.js';
370
+ import ShareShareIOS24 from './icons/ShareShareIOS24.js';
370
371
  import PaymentMonochromeFintecture32 from './icons/PaymentMonochromeFintecture32.js';
372
+ import PaymentMonochromeBonificoBancario32 from './icons/PaymentMonochromeBonificoBancario32.js';
371
373
  import PaymentMonochromeMBMultibanco32 from './icons/PaymentMonochromeMBMultibanco32.js';
372
374
  import PaymentMonochromeMBWay32 from './icons/PaymentMonochromeMBWay32.js';
373
375
  import PaymentMonochromeOney32 from './icons/PaymentMonochromeOney32.js';
@@ -376,29 +378,30 @@ import PaymentMonochromeOney3x4x32 from './icons/PaymentMonochromeOney3x4x32.js'
376
378
  import PaymentMonochromeOney4x32 from './icons/PaymentMonochromeOney4x32.js';
377
379
  import PaymentMonochromeOneyRaty32 from './icons/PaymentMonochromeOneyRaty32.js';
378
380
  import PaymentMonochromePayPal32 from './icons/PaymentMonochromePayPal32.js';
381
+ import PaymentMonochromePostepay32 from './icons/PaymentMonochromePostepay32.js';
379
382
  import PaymentMonochromePrzelesw32 from './icons/PaymentMonochromePrzelesw32.js';
380
383
  import API32 from './icons/API32.js';
381
384
  import BookStore32 from './icons/BookStore32.js';
382
385
  import Camera32 from './icons/Camera32.js';
383
386
  import Code32 from './icons/Code32.js';
384
387
  import Document32 from './icons/Document32.js';
388
+ import CardGift24 from './icons/CardGift24.js';
385
389
  import DownloadApp32 from './icons/DownloadApp32.js';
386
390
  import DownloadWeb32 from './icons/DownloadWeb32.js';
387
391
  import FullScreen32 from './icons/FullScreen32.js';
388
392
  import Gauge32 from './icons/Gauge32.js';
389
393
  import Group32 from './icons/Group32.js';
390
- import Imagealt32 from './icons/Imagealt32.js';
391
394
  import NoPicture32 from './icons/NoPicture32.js';
392
- import Pdf32 from './icons/Pdf32.js';
393
395
  import Picker32 from './icons/Picker32.js';
396
+ import Pdf32 from './icons/Pdf32.js';
394
397
  import Play32 from './icons/Play32.js';
395
- import Player32 from './icons/Player32.js';
396
398
  import Policies32 from './icons/Policies32.js';
399
+ import Player32 from './icons/Player32.js';
397
400
  import Print32 from './icons/Print32.js';
398
401
  import Project32 from './icons/Project32.js';
399
402
  import Pushpin32 from './icons/Pushpin32.js';
400
- import Pushpinoff32 from './icons/Pushpinoff32.js';
401
403
  import Read32 from './icons/Read32.js';
404
+ import Pushpinoff32 from './icons/Pushpinoff32.js';
402
405
  import ReduceScreen32 from './icons/ReduceScreen32.js';
403
406
  import Release32 from './icons/Release32.js';
404
407
  import Server32 from './icons/Server32.js';
@@ -406,20 +409,19 @@ import Slideshow32 from './icons/Slideshow32.js';
406
409
  import Sound32 from './icons/Sound32.js';
407
410
  import Stop32 from './icons/Stop32.js';
408
411
  import TimeRead32 from './icons/TimeRead32.js';
412
+ import Imagealt32 from './icons/Imagealt32.js';
409
413
  import Upload32 from './icons/Upload32.js';
410
414
  import View36032 from './icons/View36032.js';
411
- import ArrowArrowBottom32 from './icons/ArrowArrowBottom32.js';
412
- import ArrowArrowLeft32 from './icons/ArrowArrowLeft32.js';
413
415
  import ArrowArrowRight32 from './icons/ArrowArrowRight32.js';
414
- import ArrowArrowTop32 from './icons/ArrowArrowTop32.js';
415
- import ArrowArrowBottomLeft32 from './icons/ArrowArrowBottomLeft32.js';
416
+ import ArrowArrowBottom32 from './icons/ArrowArrowBottom32.js';
416
417
  import ArrowArrowBottomRight32 from './icons/ArrowArrowBottomRight32.js';
417
418
  import ArrowArrowTopLeft32 from './icons/ArrowArrowTopLeft32.js';
419
+ import ArrowArrowBottomLeft32 from './icons/ArrowArrowBottomLeft32.js';
418
420
  import ArrowArrowTopRight32 from './icons/ArrowArrowTopRight32.js';
419
421
  import ArrowBack32 from './icons/ArrowBack32.js';
420
422
  import ArrowDoubleArrowLeft32 from './icons/ArrowDoubleArrowLeft32.js';
421
423
  import ArrowDoubleArrowRight32 from './icons/ArrowDoubleArrowRight32.js';
422
- import ArrowDown32 from './icons/ArrowDown32.js';
424
+ import ArrowArrowTop32 from './icons/ArrowArrowTop32.js';
423
425
  import ArrowNext32 from './icons/ArrowNext32.js';
424
426
  import ArrowUp32 from './icons/ArrowUp32.js';
425
427
  import ControlCircleCross32 from './icons/ControlCircleCross32.js';
@@ -428,21 +430,21 @@ import ControlCircleMore32 from './icons/ControlCircleMore32.js';
428
430
  import ControlCross32 from './icons/ControlCross32.js';
429
431
  import ControlLess32 from './icons/ControlLess32.js';
430
432
  import ControlMore32 from './icons/ControlMore32.js';
431
- import ControlTagCross32 from './icons/ControlTagCross32.js';
433
+ import CustomSharpening24 from './icons/CustomSharpening24.js';
432
434
  import DisplayBlink32 from './icons/DisplayBlink32.js';
433
435
  import DisplayCalendar32 from './icons/DisplayCalendar32.js';
434
436
  import DisplayConnect32 from './icons/DisplayConnect32.js';
435
437
  import DisplayDisplayFullFilled32 from './icons/DisplayDisplayFullFilled32.js';
436
- import DisplayDisplayFullOutline32 from './icons/DisplayDisplayFullOutline32.js';
437
438
  import DisplayDisplayListFilled32 from './icons/DisplayDisplayListFilled32.js';
439
+ import DisplayDisplayFullOutline32 from './icons/DisplayDisplayFullOutline32.js';
438
440
  import DisplayDisplayListOutline32 from './icons/DisplayDisplayListOutline32.js';
441
+ import DisplayDisplayProductX4Filled32 from './icons/DisplayDisplayProductX4Filled32.js';
439
442
  import DisplayDisplayMobileHorizontal32 from './icons/DisplayDisplayMobileHorizontal32.js';
440
443
  import DisplayDisplayMobileVertical32 from './icons/DisplayDisplayMobileVertical32.js';
441
- import DisplayDisplayProductX4Filled32 from './icons/DisplayDisplayProductX4Filled32.js';
442
- import DisplayDisplayProductX4Outline32 from './icons/DisplayDisplayProductX4Outline32.js';
444
+ import ArrowArrowLeft32 from './icons/ArrowArrowLeft32.js';
443
445
  import DisplayDisplayProductX932 from './icons/DisplayDisplayProductX932.js';
446
+ import DisplayDisplayProductX4Outline32 from './icons/DisplayDisplayProductX4Outline32.js';
444
447
  import DisplayExternalLink32 from './icons/DisplayExternalLink32.js';
445
- import DisplayFilter32 from './icons/DisplayFilter32.js';
446
448
  import DisplayHome32 from './icons/DisplayHome32.js';
447
449
  import DisplayLogOut32 from './icons/DisplayLogOut32.js';
448
450
  import DisplayMenu32 from './icons/DisplayMenu32.js';
@@ -452,11 +454,13 @@ import DisplayOther32 from './icons/DisplayOther32.js';
452
454
  import DisplayProductNumb32 from './icons/DisplayProductNumb32.js';
453
455
  import DisplayRefresh32 from './icons/DisplayRefresh32.js';
454
456
  import DisplayScreenRotation32 from './icons/DisplayScreenRotation32.js';
457
+ import ArrowDown32 from './icons/ArrowDown32.js';
455
458
  import DisplaySearch32 from './icons/DisplaySearch32.js';
456
459
  import DisplaySearchList32 from './icons/DisplaySearchList32.js';
457
460
  import DisplaySearchProduct32 from './icons/DisplaySearchProduct32.js';
458
461
  import DisplaySetting32 from './icons/DisplaySetting32.js';
459
462
  import DisplayView32 from './icons/DisplayView32.js';
463
+ import ControlTagCross32 from './icons/ControlTagCross32.js';
460
464
  import DisplayVocalSearch32 from './icons/DisplayVocalSearch32.js';
461
465
  import NotificationAvailable32 from './icons/NotificationAvailable32.js';
462
466
  import NotificationBell32 from './icons/NotificationBell32.js';
@@ -465,9 +469,7 @@ import NotificationInformation32 from './icons/NotificationInformation32.js';
465
469
  import NotificationQuestion32 from './icons/NotificationQuestion32.js';
466
470
  import NotificationWarning32 from './icons/NotificationWarning32.js';
467
471
  import PublishCopy32 from './icons/PublishCopy32.js';
468
- import PublishEdit32 from './icons/PublishEdit32.js';
469
472
  import PublishFavorite32 from './icons/PublishFavorite32.js';
470
- import PublishFavoriteFull32 from './icons/PublishFavoriteFull32.js';
471
473
  import PublishLock32 from './icons/PublishLock32.js';
472
474
  import PublishSend32 from './icons/PublishSend32.js';
473
475
  import PublishTrashbin32 from './icons/PublishTrashbin32.js';
@@ -476,152 +478,154 @@ import Bill32 from './icons/Bill32.js';
476
478
  import Billzloty32 from './icons/Billzloty32.js';
477
479
  import CardsMonochromeAmericanExpress32 from './icons/CardsMonochromeAmericanExpress32.js';
478
480
  import CardsMonochromeCB32 from './icons/CardsMonochromeCB32.js';
479
- import CardsMonochromeCheque32 from './icons/CardsMonochromeCheque32.js';
481
+ import DisplayFilter32 from './icons/DisplayFilter32.js';
482
+ import PublishEdit32 from './icons/PublishEdit32.js';
480
483
  import CardsMonochromeGift32 from './icons/CardsMonochromeGift32.js';
484
+ import CardsMonochromeCheque32 from './icons/CardsMonochromeCheque32.js';
481
485
  import CardsMonochromeIllicado32 from './icons/CardsMonochromeIllicado32.js';
482
- import CardsMonochromeLoyalty32 from './icons/CardsMonochromeLoyalty32.js';
483
- import CardsMonochromeMaestro32 from './icons/CardsMonochromeMaestro32.js';
484
486
  import CardsMonochromeMastercard32 from './icons/CardsMonochromeMastercard32.js';
485
- import CardsMonochromeOney32 from './icons/CardsMonochromeOney32.js';
487
+ import PublishFavoriteFull32 from './icons/PublishFavoriteFull32.js';
486
488
  import CardsMonochromeOneyX332 from './icons/CardsMonochromeOneyX332.js';
487
- import CardsMonochromeOneyX432 from './icons/CardsMonochromeOneyX432.js';
488
489
  import CardsMonochromePaylib32 from './icons/CardsMonochromePaylib32.js';
490
+ import CardsMonochromeOney32 from './icons/CardsMonochromeOney32.js';
491
+ import CardsMonochromeOneyX432 from './icons/CardsMonochromeOneyX432.js';
489
492
  import CardsMonochromePaypal32 from './icons/CardsMonochromePaypal32.js';
490
- import CardsMonochromeVisa32 from './icons/CardsMonochromeVisa32.js';
491
493
  import DetailsOrder32 from './icons/DetailsOrder32.js';
492
- import Receipt32 from './icons/Receipt32.js';
493
- import Receiptzloty32 from './icons/Receiptzloty32.js';
494
+ import CardsMonochromeVisa32 from './icons/CardsMonochromeVisa32.js';
494
495
  import Euro32 from './icons/Euro32.js';
496
+ import CardsMonochromeLoyalty32 from './icons/CardsMonochromeLoyalty32.js';
497
+ import Receipt32 from './icons/Receipt32.js';
495
498
  import SafePayment132 from './icons/SafePayment132.js';
496
- import SafePayment232 from './icons/SafePayment232.js';
499
+ import Receiptzloty32 from './icons/Receiptzloty32.js';
497
500
  import Zloty32 from './icons/Zloty32.js';
501
+ import Transfer32 from './icons/Transfer32.js';
498
502
  import AspectQuantity32 from './icons/AspectQuantity32.js';
499
503
  import AspectSize32 from './icons/AspectSize32.js';
500
504
  import AspectWeight32 from './icons/AspectWeight32.js';
501
- import BasketAdd32 from './icons/BasketAdd32.js';
505
+ import SafePayment232 from './icons/SafePayment232.js';
502
506
  import BasketHandbag32 from './icons/BasketHandbag32.js';
503
507
  import BasketMulti32 from './icons/BasketMulti32.js';
508
+ import BasketAdd32 from './icons/BasketAdd32.js';
504
509
  import BasketSave32 from './icons/BasketSave32.js';
505
510
  import BasketStandard32 from './icons/BasketStandard32.js';
506
511
  import ListAdd32 from './icons/ListAdd32.js';
507
- import ListStandard32 from './icons/ListStandard32.js';
512
+ import CardsMonochromeMaestro32 from './icons/CardsMonochromeMaestro32.js';
508
513
  import PromiseCertification32 from './icons/PromiseCertification32.js';
509
- import PromiseCircularEconomy32 from './icons/PromiseCircularEconomy32.js';
510
- import PromiseDestocking32 from './icons/PromiseDestocking32.js';
511
- import PromiseEcoProduct32 from './icons/PromiseEcoProduct32.js';
514
+ import Pallet24 from './icons/Pallet24.js';
512
515
  import PromiseFashionChoice32 from './icons/PromiseFashionChoice32.js';
513
- import PromiseFunding32 from './icons/PromiseFunding32.js';
516
+ import PromiseCircularEconomy32 from './icons/PromiseCircularEconomy32.js';
517
+ import ListStandard32 from './icons/ListStandard32.js';
514
518
  import PromiseMadeInEurope32 from './icons/PromiseMadeInEurope32.js';
515
- import PromiseMadeInFrance32 from './icons/PromiseMadeInFrance32.js';
519
+ import PromiseFunding32 from './icons/PromiseFunding32.js';
516
520
  import PromiseModular32 from './icons/PromiseModular32.js';
517
- import PromiseProductOnPicture32 from './icons/PromiseProductOnPicture32.js';
518
521
  import PromiseProductSheet32 from './icons/PromiseProductSheet32.js';
519
522
  import PromiseScan32 from './icons/PromiseScan32.js';
520
523
  import PromiseWarranty32 from './icons/PromiseWarranty32.js';
521
- import Trolley32 from './icons/Trolley32.js';
522
524
  import DescribeProject32 from './icons/DescribeProject32.js';
525
+ import PromiseMadeInFrance32 from './icons/PromiseMadeInFrance32.js';
523
526
  import Inspiration32 from './icons/Inspiration32.js';
524
527
  import MakeProject32 from './icons/MakeProject32.js';
525
- import Fundingzloty32 from './icons/Fundingzloty32.js';
526
528
  import AfterSalesAfterSalesService32 from './icons/AfterSalesAfterSalesService32.js';
527
529
  import AfterSalesHelpline32 from './icons/AfterSalesHelpline32.js';
528
530
  import AfterSalesPayback32 from './icons/AfterSalesPayback32.js';
529
531
  import AfterSalesSatisfaction32 from './icons/AfterSalesSatisfaction32.js';
530
- import CustomCopyKey32 from './icons/CustomCopyKey32.js';
532
+ import PromiseEcoProduct32 from './icons/PromiseEcoProduct32.js';
533
+ import Trolley32 from './icons/Trolley32.js';
534
+ import PromiseProductOnPicture32 from './icons/PromiseProductOnPicture32.js';
531
535
  import CustomCourse32 from './icons/CustomCourse32.js';
532
536
  import CustomCutWoodGlass32 from './icons/CustomCutWoodGlass32.js';
533
- import CustomSample32 from './icons/CustomSample32.js';
534
- import CustomSharpening32 from './icons/CustomSharpening32.js';
535
537
  import DeliveryDeliveryPickupRelayPoint32 from './icons/DeliveryDeliveryPickupRelayPoint32.js';
536
538
  import DeliveryDeliveryPickupStore32 from './icons/DeliveryDeliveryPickupStore32.js';
539
+ import CustomSample32 from './icons/CustomSample32.js';
537
540
  import DeliveryDeliveryHome32 from './icons/DeliveryDeliveryHome32.js';
541
+ import CustomCopyKey32 from './icons/CustomCopyKey32.js';
542
+ import CustomSharpening32 from './icons/CustomSharpening32.js';
538
543
  import DeliveryDeliveryLocker32 from './icons/DeliveryDeliveryLocker32.js';
539
- import Pallet32 from './icons/Pallet32.js';
540
544
  import PurchaseHelpCarRent32 from './icons/PurchaseHelpCarRent32.js';
541
- import PurchaseHelpHomeDIY32 from './icons/PurchaseHelpHomeDIY32.js';
545
+ import Fundingzloty32 from './icons/Fundingzloty32.js';
546
+ import TimeDelivery2h32 from './icons/TimeDelivery2h32.js';
542
547
  import PurchaseHelpHomeInstall32 from './icons/PurchaseHelpHomeInstall32.js';
548
+ import Pallet32 from './icons/Pallet32.js';
543
549
  import PurchaseHelpToolRent32 from './icons/PurchaseHelpToolRent32.js';
544
- import TimeDelivery2h32 from './icons/TimeDelivery2h32.js';
545
- import TimeDelivery3h32 from './icons/TimeDelivery3h32.js';
550
+ import ToolsCalculator32 from './icons/ToolsCalculator32.js';
546
551
  import TimeDelivery48h32 from './icons/TimeDelivery48h32.js';
547
552
  import TimeTimeDecline32 from './icons/TimeTimeDecline32.js';
553
+ import PromiseDestocking32 from './icons/PromiseDestocking32.js';
554
+ import TimeDelivery3h32 from './icons/TimeDelivery3h32.js';
555
+ import PurchaseHelpHomeDIY32 from './icons/PurchaseHelpHomeDIY32.js';
548
556
  import Tools3d32 from './icons/Tools3d32.js';
549
- import ToolsCalculator32 from './icons/ToolsCalculator32.js';
550
- import ToolsComparator32 from './icons/ToolsComparator32.js';
551
- import CommentComment32 from './icons/CommentComment32.js';
552
557
  import CommentCommunity32 from './icons/CommentCommunity32.js';
553
- import CommentQuestionArticle32 from './icons/CommentQuestionArticle32.js';
554
- import CommentReport32 from './icons/CommentReport32.js';
555
558
  import ShareShareAndroid32 from './icons/ShareShareAndroid32.js';
559
+ import CommentReport32 from './icons/CommentReport32.js';
556
560
  import ShareShareIOS32 from './icons/ShareShareIOS32.js';
557
- import SocialNetworkFacebook32 from './icons/SocialNetworkFacebook32.js';
558
561
  import SocialNetworkInstagram32 from './icons/SocialNetworkInstagram32.js';
559
- import SocialNetworkLinkedin32 from './icons/SocialNetworkLinkedin32.js';
560
- import SocialNetworkPinterest32 from './icons/SocialNetworkPinterest32.js';
562
+ import CommentQuestionArticle32 from './icons/CommentQuestionArticle32.js';
561
563
  import SocialNetworkSpotify32 from './icons/SocialNetworkSpotify32.js';
564
+ import CommentComment32 from './icons/CommentComment32.js';
565
+ import SocialNetworkPinterest32 from './icons/SocialNetworkPinterest32.js';
566
+ import SocialNetworkTiktok32 from './icons/SocialNetworkTiktok32.js';
562
567
  import SocialNetworkTelegram32 from './icons/SocialNetworkTelegram32.js';
568
+ import ViewLikeNegative32 from './icons/ViewLikeNegative32.js';
563
569
  import SocialNetworkX32 from './icons/SocialNetworkX32.js';
564
570
  import SocialNetworkYoutube32 from './icons/SocialNetworkYoutube32.js';
565
- import ViewLikeNegative32 from './icons/ViewLikeNegative32.js';
566
- import ViewLikePositive32 from './icons/ViewLikePositive32.js';
567
571
  import ViewStarEmpty32 from './icons/ViewStarEmpty32.js';
572
+ import ViewLikePositive32 from './icons/ViewLikePositive32.js';
568
573
  import ViewStarFull32 from './icons/ViewStarFull32.js';
569
- import ViewStarHalf32 from './icons/ViewStarHalf32.js';
570
574
  import ViewTesterView32 from './icons/ViewTesterView32.js';
571
- import Itinerary32 from './icons/Itinerary32.js';
572
- import Locator32 from './icons/Locator32.js';
575
+ import ViewStarHalf32 from './icons/ViewStarHalf32.js';
573
576
  import Logo32 from './icons/Logo32.js';
574
- import Map32 from './icons/Map32.js';
577
+ import SocialNetworkFacebook32 from './icons/SocialNetworkFacebook32.js';
578
+ import Itinerary32 from './icons/Itinerary32.js';
575
579
  import MonochromeRelayLocation32 from './icons/MonochromeRelayLocation32.js';
576
- import MonochromeStoreLocation32 from './icons/MonochromeStoreLocation32.js';
577
- import MonochromeStoreLocationbm32 from './icons/MonochromeStoreLocationbm32.js';
580
+ import ToolsComparator32 from './icons/ToolsComparator32.js';
578
581
  import StoreBM32 from './icons/StoreBM32.js';
582
+ import MonochromeStoreLocationbm32 from './icons/MonochromeStoreLocationbm32.js';
583
+ import SocialNetworkLinkedin32 from './icons/SocialNetworkLinkedin32.js';
579
584
  import StoreLM32 from './icons/StoreLM32.js';
580
- import Attic32 from './icons/Attic32.js';
581
- import Bathroom32 from './icons/Bathroom32.js';
582
585
  import Bedroom32 from './icons/Bedroom32.js';
586
+ import Bathroom32 from './icons/Bathroom32.js';
587
+ import Attic32 from './icons/Attic32.js';
588
+ import Map32 from './icons/Map32.js';
583
589
  import Carpentry32 from './icons/Carpentry32.js';
584
- import ChristmasTree32 from './icons/ChristmasTree32.js';
585
- import ConnectedHome32 from './icons/ConnectedHome32.js';
586
590
  import Curtains32 from './icons/Curtains32.js';
587
- import Dressing32 from './icons/Dressing32.js';
588
- import Drillalt32 from './icons/Drillalt32.js';
591
+ import MonochromeStoreLocation32 from './icons/MonochromeStoreLocation32.js';
589
592
  import Electricity32 from './icons/Electricity32.js';
590
- import Enki32 from './icons/Enki32.js';
593
+ import Locator32 from './icons/Locator32.js';
591
594
  import Floor32 from './icons/Floor32.js';
592
- import Garage32 from './icons/Garage32.js';
595
+ import Enki32 from './icons/Enki32.js';
593
596
  import Garden32 from './icons/Garden32.js';
594
- import Garden132 from './icons/Garden132.js';
595
597
  import Garden232 from './icons/Garden232.js';
598
+ import Garden132 from './icons/Garden132.js';
599
+ import Garage32 from './icons/Garage32.js';
600
+ import Drillalt32 from './icons/Drillalt32.js';
596
601
  import Glass32 from './icons/Glass32.js';
597
602
  import Hardhatalt32 from './icons/Hardhatalt32.js';
598
603
  import HardwareStore32 from './icons/HardwareStore32.js';
599
604
  import Heater32 from './icons/Heater32.js';
600
- import Insulationalt32 from './icons/Insulationalt32.js';
605
+ import Dressing32 from './icons/Dressing32.js';
601
606
  import Kids32 from './icons/Kids32.js';
602
607
  import Kitchen32 from './icons/Kitchen32.js';
603
608
  import Kitchenalt32 from './icons/Kitchenalt32.js';
604
609
  import Kitchen232 from './icons/Kitchen232.js';
605
610
  import Leak32 from './icons/Leak32.js';
606
611
  import Lighting32 from './icons/Lighting32.js';
607
- import Living32 from './icons/Living32.js';
608
612
  import MakeIt32 from './icons/MakeIt32.js';
613
+ import Living32 from './icons/Living32.js';
609
614
  import Masonryalt32 from './icons/Masonryalt32.js';
610
615
  import Paint32 from './icons/Paint32.js';
611
616
  import Pool32 from './icons/Pool32.js';
612
- import Renewableenergy32 from './icons/Renewableenergy32.js';
613
617
  import Security32 from './icons/Security32.js';
614
618
  import Stairs32 from './icons/Stairs32.js';
615
619
  import Terrace32 from './icons/Terrace32.js';
616
620
  import Tool32 from './icons/Tool32.js';
617
- import Wallpaper32 from './icons/Wallpaper32.js';
618
621
  import Wood32 from './icons/Wood32.js';
619
- import Woodflooring32 from './icons/Woodflooring32.js';
620
622
  import Woodflooringalt32 from './icons/Woodflooringalt32.js';
621
- import WoodSaw32 from './icons/WoodSaw32.js';
623
+ import Insulationalt32 from './icons/Insulationalt32.js';
624
+ import ChristmasTree32 from './icons/ChristmasTree32.js';
622
625
  import AccountCustomerCollaborator32 from './icons/AccountCustomerCollaborator32.js';
623
626
  import AccountCustomerPassion32 from './icons/AccountCustomerPassion32.js';
624
627
  import AccountCustomerPro32 from './icons/AccountCustomerPro32.js';
628
+ import Wallpaper32 from './icons/Wallpaper32.js';
625
629
  import AccountProfileMan32 from './icons/AccountProfileMan32.js';
626
630
  import AccountProfileView32 from './icons/AccountProfileView32.js';
627
631
  import AccountProfileWoman32 from './icons/AccountProfileWoman32.js';
@@ -632,7 +636,7 @@ import CardIDCard32 from './icons/CardIDCard32.js';
632
636
  import CardLoyaltyCard32 from './icons/CardLoyaltyCard32.js';
633
637
  import ContactMail32 from './icons/ContactMail32.js';
634
638
  import ContactPhone32 from './icons/ContactPhone32.js';
635
- import ContactWebsite32 from './icons/ContactWebsite32.js';
639
+ import WoodSaw32 from './icons/WoodSaw32.js';
636
640
  import SituationOwner32 from './icons/SituationOwner32.js';
637
641
  import SituationTenant32 from './icons/SituationTenant32.js';
638
642
  import A11y32 from './icons/A11y32.js';
@@ -646,7 +650,7 @@ import EcoSaving32 from './icons/EcoSaving32.js';
646
650
  import Heat32 from './icons/Heat32.js';
647
651
  import House32 from './icons/House32.js';
648
652
  import IncreaseValue32 from './icons/IncreaseValue32.js';
649
- import Insulation32 from './icons/Insulation32.js';
653
+ import Woodflooring32 from './icons/Woodflooring32.js';
650
654
  import LessonDIY32 from './icons/LessonDIY32.js';
651
655
  import Level32 from './icons/Level32.js';
652
656
  import PaintCan32 from './icons/PaintCan32.js';
@@ -658,53 +662,55 @@ import Shutter32 from './icons/Shutter32.js';
658
662
  import Survey32 from './icons/Survey32.js';
659
663
  import Temperature32 from './icons/Temperature32.js';
660
664
  import ThermalControl32 from './icons/ThermalControl32.js';
661
- import ToolBox32 from './icons/ToolBox32.js';
665
+ import ContactWebsite32 from './icons/ContactWebsite32.js';
662
666
  import Desktop48 from './icons/Desktop48.js';
663
- import Laptop48 from './icons/Laptop48.js';
667
+ import ToolBox32 from './icons/ToolBox32.js';
664
668
  import Mobile48 from './icons/Mobile48.js';
665
- import Tablet48 from './icons/Tablet48.js';
669
+ import ConnectedHome32 from './icons/ConnectedHome32.js';
666
670
  import HygieneCleaned48 from './icons/HygieneCleaned48.js';
667
- import HygieneDanger48 from './icons/HygieneDanger48.js';
671
+ import Tablet48 from './icons/Tablet48.js';
668
672
  import HygieneDistance48 from './icons/HygieneDistance48.js';
669
673
  import HygieneGel48 from './icons/HygieneGel48.js';
670
- import HygieneMask48 from './icons/HygieneMask48.js';
671
- import HygieneNoContact48 from './icons/HygieneNoContact48.js';
674
+ import Insulation32 from './icons/Insulation32.js';
675
+ import Laptop48 from './icons/Laptop48.js';
672
676
  import HygienePlexiglas48 from './icons/HygienePlexiglas48.js';
673
677
  import PaymentCheckout48 from './icons/PaymentCheckout48.js';
674
678
  import PaymentNoContact48 from './icons/PaymentNoContact48.js';
675
679
  import ServicePurchaseHelpCarOpenBoot48 from './icons/ServicePurchaseHelpCarOpenBoot48.js';
676
680
  import ServicePurchaseHelpCarStandInLine48 from './icons/ServicePurchaseHelpCarStandInLine48.js';
677
- import ServicePurchaseHelpCarStayInside48 from './icons/ServicePurchaseHelpCarStayInside48.js';
681
+ import HygieneNoContact48 from './icons/HygieneNoContact48.js';
678
682
  import ServicePurchaseHelpLoading48 from './icons/ServicePurchaseHelpLoading48.js';
679
683
  import ServicePurchaseHelpNoCarRent48 from './icons/ServicePurchaseHelpNoCarRent48.js';
680
684
  import ServicePurchaseHelpRequest48 from './icons/ServicePurchaseHelpRequest48.js';
681
685
  import ServicePurchaseHelpTruck48 from './icons/ServicePurchaseHelpTruck48.js';
682
686
  import UniverseEssentialProduct48 from './icons/UniverseEssentialProduct48.js';
683
687
  import PaymentMonochromeBizum48 from './icons/PaymentMonochromeBizum48.js';
688
+ import PaymentMonochromeBlik48 from './icons/PaymentMonochromeBlik48.js';
684
689
  import PaymentMonochromeBonificoBancario48 from './icons/PaymentMonochromeBonificoBancario48.js';
685
690
  import PaymentMonochromeFintecture48 from './icons/PaymentMonochromeFintecture48.js';
686
691
  import PaymentMonochromeMBMultibanco48 from './icons/PaymentMonochromeMBMultibanco48.js';
687
692
  import PaymentMonochromeMBWay48 from './icons/PaymentMonochromeMBWay48.js';
688
693
  import PaymentMonochromeOney48 from './icons/PaymentMonochromeOney48.js';
689
694
  import PaymentMonochromeOney3x48 from './icons/PaymentMonochromeOney3x48.js';
690
- import PaymentMonochromeOney3x4x48 from './icons/PaymentMonochromeOney3x4x48.js';
695
+ import HygieneMask48 from './icons/HygieneMask48.js';
691
696
  import PaymentMonochromeOney4x48 from './icons/PaymentMonochromeOney4x48.js';
692
697
  import PaymentMonochromeOneyRaty48 from './icons/PaymentMonochromeOneyRaty48.js';
693
698
  import PaymentMonochromePayPal48 from './icons/PaymentMonochromePayPal48.js';
699
+ import ServicePurchaseHelpCarStayInside48 from './icons/ServicePurchaseHelpCarStayInside48.js';
694
700
  import PaymentMonochromePrzelesw48 from './icons/PaymentMonochromePrzelesw48.js';
695
- import API48 from './icons/API48.js';
701
+ import PaymentMonochromeOney3x4x48 from './icons/PaymentMonochromeOney3x4x48.js';
696
702
  import BookStore48 from './icons/BookStore48.js';
697
703
  import Camera48 from './icons/Camera48.js';
698
704
  import Code48 from './icons/Code48.js';
699
705
  import Document48 from './icons/Document48.js';
700
706
  import DownloadApp48 from './icons/DownloadApp48.js';
701
- import DownloadWeb48 from './icons/DownloadWeb48.js';
707
+ import HygieneDanger48 from './icons/HygieneDanger48.js';
702
708
  import FullScreen48 from './icons/FullScreen48.js';
703
709
  import Gauge48 from './icons/Gauge48.js';
704
- import Group48 from './icons/Group48.js';
710
+ import PaymentMonochromePostepay48 from './icons/PaymentMonochromePostepay48.js';
705
711
  import Imagealt48 from './icons/Imagealt48.js';
706
712
  import NoPicture48 from './icons/NoPicture48.js';
707
- import Pdf48 from './icons/Pdf48.js';
713
+ import DownloadWeb48 from './icons/DownloadWeb48.js';
708
714
  import Picker48 from './icons/Picker48.js';
709
715
  import Play48 from './icons/Play48.js';
710
716
  import Player48 from './icons/Player48.js';
@@ -712,470 +718,476 @@ import Policies48 from './icons/Policies48.js';
712
718
  import Print48 from './icons/Print48.js';
713
719
  import Project48 from './icons/Project48.js';
714
720
  import Pushpin48 from './icons/Pushpin48.js';
721
+ import Renewableenergy32 from './icons/Renewableenergy32.js';
715
722
  import Pushpinoff48 from './icons/Pushpinoff48.js';
716
723
  import Read48 from './icons/Read48.js';
717
- import ReduceScreen48 from './icons/ReduceScreen48.js';
718
724
  import Release48 from './icons/Release48.js';
719
- import Server48 from './icons/Server48.js';
720
- import Slideshow48 from './icons/Slideshow48.js';
725
+ import ReduceScreen48 from './icons/ReduceScreen48.js';
721
726
  import Sound48 from './icons/Sound48.js';
722
- import Stop48 from './icons/Stop48.js';
727
+ import Slideshow48 from './icons/Slideshow48.js';
728
+ import Server48 from './icons/Server48.js';
723
729
  import TimeRead48 from './icons/TimeRead48.js';
724
- import Upload48 from './icons/Upload48.js';
725
- import View36048 from './icons/View36048.js';
730
+ import Pdf48 from './icons/Pdf48.js';
726
731
  import ArrowArrowBottom48 from './icons/ArrowArrowBottom48.js';
727
- import ArrowArrowLeft48 from './icons/ArrowArrowLeft48.js';
732
+ import Stop48 from './icons/Stop48.js';
733
+ import Upload48 from './icons/Upload48.js';
728
734
  import ArrowArrowRight48 from './icons/ArrowArrowRight48.js';
735
+ import ArrowArrowLeft48 from './icons/ArrowArrowLeft48.js';
729
736
  import ArrowArrowTop48 from './icons/ArrowArrowTop48.js';
730
- import ArrowArrowBottomLeft48 from './icons/ArrowArrowBottomLeft48.js';
731
737
  import ArrowArrowBottomRight48 from './icons/ArrowArrowBottomRight48.js';
738
+ import ArrowArrowBottomLeft48 from './icons/ArrowArrowBottomLeft48.js';
732
739
  import ArrowArrowTopLeft48 from './icons/ArrowArrowTopLeft48.js';
733
- import ArrowArrowTopRight48 from './icons/ArrowArrowTopRight48.js';
734
740
  import ArrowBack48 from './icons/ArrowBack48.js';
735
741
  import ArrowDoubleArrowLeft48 from './icons/ArrowDoubleArrowLeft48.js';
736
742
  import ArrowDoubleArrowRight48 from './icons/ArrowDoubleArrowRight48.js';
737
743
  import ArrowDown48 from './icons/ArrowDown48.js';
744
+ import ArrowArrowTopRight48 from './icons/ArrowArrowTopRight48.js';
738
745
  import ArrowNext48 from './icons/ArrowNext48.js';
739
- import ArrowUp48 from './icons/ArrowUp48.js';
740
- import ControlCircleCross48 from './icons/ControlCircleCross48.js';
741
746
  import ControlCircleLess48 from './icons/ControlCircleLess48.js';
747
+ import ControlCircleCross48 from './icons/ControlCircleCross48.js';
748
+ import ArrowUp48 from './icons/ArrowUp48.js';
742
749
  import ControlCircleMore48 from './icons/ControlCircleMore48.js';
743
750
  import ControlCross48 from './icons/ControlCross48.js';
744
- import ControlLess48 from './icons/ControlLess48.js';
745
751
  import ControlMore48 from './icons/ControlMore48.js';
746
752
  import ControlTagCross48 from './icons/ControlTagCross48.js';
747
753
  import DisplayBlink48 from './icons/DisplayBlink48.js';
748
754
  import DisplayCalendar48 from './icons/DisplayCalendar48.js';
749
755
  import DisplayConnect48 from './icons/DisplayConnect48.js';
756
+ import ControlLess48 from './icons/ControlLess48.js';
750
757
  import DisplayDisplayFullFilled48 from './icons/DisplayDisplayFullFilled48.js';
751
- import DisplayDisplayFullOutline48 from './icons/DisplayDisplayFullOutline48.js';
752
758
  import DisplayDisplayListFilled48 from './icons/DisplayDisplayListFilled48.js';
753
759
  import DisplayDisplayListOutline48 from './icons/DisplayDisplayListOutline48.js';
754
- import DisplayDisplayMobileHorizontal48 from './icons/DisplayDisplayMobileHorizontal48.js';
755
760
  import DisplayDisplayMobileVertical48 from './icons/DisplayDisplayMobileVertical48.js';
756
761
  import DisplayDisplayProductX4Filled48 from './icons/DisplayDisplayProductX4Filled48.js';
762
+ import DisplayDisplayFullOutline48 from './icons/DisplayDisplayFullOutline48.js';
763
+ import DisplayDisplayMobileHorizontal48 from './icons/DisplayDisplayMobileHorizontal48.js';
757
764
  import DisplayDisplayProductX4Outline48 from './icons/DisplayDisplayProductX4Outline48.js';
758
765
  import DisplayDisplayProductX948 from './icons/DisplayDisplayProductX948.js';
759
- import DisplayExternalLink48 from './icons/DisplayExternalLink48.js';
760
- import DisplayFilter48 from './icons/DisplayFilter48.js';
761
766
  import DisplayHome48 from './icons/DisplayHome48.js';
762
767
  import DisplayLogOut48 from './icons/DisplayLogOut48.js';
763
- import DisplayMenu48 from './icons/DisplayMenu48.js';
768
+ import Group48 from './icons/Group48.js';
769
+ import DisplayFilter48 from './icons/DisplayFilter48.js';
770
+ import DisplayExternalLink48 from './icons/DisplayExternalLink48.js';
764
771
  import DisplayMovingBlock48 from './icons/DisplayMovingBlock48.js';
765
772
  import DisplayOptions48 from './icons/DisplayOptions48.js';
766
- import DisplayOther48 from './icons/DisplayOther48.js';
767
- import DisplayProductNumb48 from './icons/DisplayProductNumb48.js';
768
773
  import DisplayRefresh48 from './icons/DisplayRefresh48.js';
769
774
  import DisplayScreenRotation48 from './icons/DisplayScreenRotation48.js';
775
+ import DisplayProductNumb48 from './icons/DisplayProductNumb48.js';
770
776
  import DisplaySearch48 from './icons/DisplaySearch48.js';
771
- import DisplaySearchList48 from './icons/DisplaySearchList48.js';
772
777
  import DisplaySearchProduct48 from './icons/DisplaySearchProduct48.js';
773
778
  import DisplaySetting48 from './icons/DisplaySetting48.js';
774
779
  import DisplayView48 from './icons/DisplayView48.js';
775
780
  import DisplayVocalSearch48 from './icons/DisplayVocalSearch48.js';
776
781
  import NotificationAvailable48 from './icons/NotificationAvailable48.js';
777
782
  import NotificationBell48 from './icons/NotificationBell48.js';
783
+ import DisplaySearchList48 from './icons/DisplaySearchList48.js';
778
784
  import NotificationCircleAvailable48 from './icons/NotificationCircleAvailable48.js';
779
- import NotificationInformation48 from './icons/NotificationInformation48.js';
780
785
  import NotificationQuestion48 from './icons/NotificationQuestion48.js';
781
786
  import NotificationWarning48 from './icons/NotificationWarning48.js';
782
787
  import PublishCopy48 from './icons/PublishCopy48.js';
783
788
  import PublishEdit48 from './icons/PublishEdit48.js';
789
+ import NotificationInformation48 from './icons/NotificationInformation48.js';
790
+ import DisplayOther48 from './icons/DisplayOther48.js';
784
791
  import PublishFavorite48 from './icons/PublishFavorite48.js';
785
- import PublishFavoriteFull48 from './icons/PublishFavoriteFull48.js';
786
- import PublishLock48 from './icons/PublishLock48.js';
787
792
  import PublishSend48 from './icons/PublishSend48.js';
788
793
  import PublishTrashbin48 from './icons/PublishTrashbin48.js';
794
+ import PublishFavoriteFull48 from './icons/PublishFavoriteFull48.js';
789
795
  import Split48 from './icons/Split48.js';
790
- import Bill48 from './icons/Bill48.js';
791
796
  import Billzloty48 from './icons/Billzloty48.js';
797
+ import PublishLock48 from './icons/PublishLock48.js';
792
798
  import CardsMonochromeAmericanExpress48 from './icons/CardsMonochromeAmericanExpress48.js';
793
- import CardsMonochromeCB48 from './icons/CardsMonochromeCB48.js';
799
+ import Bill48 from './icons/Bill48.js';
794
800
  import CardsMonochromeCheque48 from './icons/CardsMonochromeCheque48.js';
795
- import CardsMonochromeGift48 from './icons/CardsMonochromeGift48.js';
796
801
  import CardsMonochromeIllicado48 from './icons/CardsMonochromeIllicado48.js';
802
+ import CardsMonochromeCB48 from './icons/CardsMonochromeCB48.js';
803
+ import CardsMonochromeGift48 from './icons/CardsMonochromeGift48.js';
797
804
  import CardsMonochromeLoyalty48 from './icons/CardsMonochromeLoyalty48.js';
798
- import CardsMonochromeMaestro48 from './icons/CardsMonochromeMaestro48.js';
799
- import CardsMonochromeMastercard48 from './icons/CardsMonochromeMastercard48.js';
800
805
  import CardsMonochromeOney48 from './icons/CardsMonochromeOney48.js';
806
+ import CardsMonochromeMastercard48 from './icons/CardsMonochromeMastercard48.js';
807
+ import CardsMonochromeMaestro48 from './icons/CardsMonochromeMaestro48.js';
801
808
  import CardsMonochromeOneyX348 from './icons/CardsMonochromeOneyX348.js';
802
- import CardsMonochromeOneyX448 from './icons/CardsMonochromeOneyX448.js';
803
- import CardsMonochromePaylib48 from './icons/CardsMonochromePaylib48.js';
804
809
  import CardsMonochromePaypal48 from './icons/CardsMonochromePaypal48.js';
805
810
  import CardsMonochromeVisa48 from './icons/CardsMonochromeVisa48.js';
806
811
  import DetailsOrder48 from './icons/DetailsOrder48.js';
812
+ import CardsMonochromeOneyX448 from './icons/CardsMonochromeOneyX448.js';
813
+ import CardsMonochromePaylib48 from './icons/CardsMonochromePaylib48.js';
807
814
  import Euro48 from './icons/Euro48.js';
808
- import Receipt48 from './icons/Receipt48.js';
809
- import Receiptzloty48 from './icons/Receiptzloty48.js';
810
815
  import SafePayment148 from './icons/SafePayment148.js';
811
816
  import SafePayment248 from './icons/SafePayment248.js';
812
- import Zloty48 from './icons/Zloty48.js';
817
+ import Receipt48 from './icons/Receipt48.js';
818
+ import Transfer48 from './icons/Transfer48.js';
813
819
  import AspectQuantity48 from './icons/AspectQuantity48.js';
814
820
  import AspectSize48 from './icons/AspectSize48.js';
821
+ import AspectWeight48 from './icons/AspectWeight48.js';
815
822
  import BasketAdd48 from './icons/BasketAdd48.js';
823
+ import Receiptzloty48 from './icons/Receiptzloty48.js';
816
824
  import BasketHandbag48 from './icons/BasketHandbag48.js';
817
- import BasketMulti48 from './icons/BasketMulti48.js';
825
+ import DisplayMenu48 from './icons/DisplayMenu48.js';
818
826
  import BasketSave48 from './icons/BasketSave48.js';
819
- import BasketStandard48 from './icons/BasketStandard48.js';
820
827
  import ListAdd48 from './icons/ListAdd48.js';
821
828
  import ListStandard48 from './icons/ListStandard48.js';
829
+ import Zloty48 from './icons/Zloty48.js';
830
+ import API48 from './icons/API48.js';
831
+ import BasketMulti48 from './icons/BasketMulti48.js';
822
832
  import PromiseCertification48 from './icons/PromiseCertification48.js';
823
- import PromiseCircularEconomy48 from './icons/PromiseCircularEconomy48.js';
824
- import PromiseDestocking48 from './icons/PromiseDestocking48.js';
825
833
  import PromiseEcoProduct48 from './icons/PromiseEcoProduct48.js';
826
- import PromiseFashionChoice48 from './icons/PromiseFashionChoice48.js';
827
834
  import PromiseFunding48 from './icons/PromiseFunding48.js';
835
+ import PromiseDestocking48 from './icons/PromiseDestocking48.js';
836
+ import PromiseFashionChoice48 from './icons/PromiseFashionChoice48.js';
828
837
  import PromiseMadeInEurope48 from './icons/PromiseMadeInEurope48.js';
829
838
  import PromiseMadeInFrance48 from './icons/PromiseMadeInFrance48.js';
830
- import PromiseModular48 from './icons/PromiseModular48.js';
831
839
  import PromiseProductOnPicture48 from './icons/PromiseProductOnPicture48.js';
832
- import PromiseProductSheet48 from './icons/PromiseProductSheet48.js';
833
840
  import PromiseScan48 from './icons/PromiseScan48.js';
841
+ import PromiseModular48 from './icons/PromiseModular48.js';
834
842
  import PromiseWarranty48 from './icons/PromiseWarranty48.js';
835
- import Trolley48 from './icons/Trolley48.js';
836
843
  import DescribeProject48 from './icons/DescribeProject48.js';
837
844
  import Inspiration48 from './icons/Inspiration48.js';
845
+ import PromiseProductSheet48 from './icons/PromiseProductSheet48.js';
838
846
  import MakeProject48 from './icons/MakeProject48.js';
839
- import Fundingzloty48 from './icons/Fundingzloty48.js';
840
847
  import AfterSalesAfterSalesService48 from './icons/AfterSalesAfterSalesService48.js';
841
848
  import AfterSalesHelpline48 from './icons/AfterSalesHelpline48.js';
842
849
  import AfterSalesPayback48 from './icons/AfterSalesPayback48.js';
843
850
  import AfterSalesSatisfaction48 from './icons/AfterSalesSatisfaction48.js';
844
- import CustomCopyKey48 from './icons/CustomCopyKey48.js';
851
+ import BasketStandard48 from './icons/BasketStandard48.js';
852
+ import Fundingzloty48 from './icons/Fundingzloty48.js';
845
853
  import CustomCourse48 from './icons/CustomCourse48.js';
846
- import CustomCutWoodGlass48 from './icons/CustomCutWoodGlass48.js';
847
854
  import CustomSample48 from './icons/CustomSample48.js';
855
+ import View36048 from './icons/View36048.js';
856
+ import PromiseCircularEconomy48 from './icons/PromiseCircularEconomy48.js';
848
857
  import CustomSharpening48 from './icons/CustomSharpening48.js';
849
858
  import DeliveryDeliveryPickupRelayPoint48 from './icons/DeliveryDeliveryPickupRelayPoint48.js';
850
- import DeliveryDeliveryPickupStore48 from './icons/DeliveryDeliveryPickupStore48.js';
859
+ import CustomCopyKey48 from './icons/CustomCopyKey48.js';
851
860
  import DeliveryDeliveryHome48 from './icons/DeliveryDeliveryHome48.js';
852
- import DeliveryDeliveryLocker48 from './icons/DeliveryDeliveryLocker48.js';
853
- import Pallet48 from './icons/Pallet48.js';
861
+ import DeliveryDeliveryPickupStore48 from './icons/DeliveryDeliveryPickupStore48.js';
854
862
  import PurchaseHelpCarRent48 from './icons/PurchaseHelpCarRent48.js';
855
863
  import PurchaseHelpHomeDIY48 from './icons/PurchaseHelpHomeDIY48.js';
856
- import PurchaseHelpHomeInstall48 from './icons/PurchaseHelpHomeInstall48.js';
857
864
  import PurchaseHelpToolRent48 from './icons/PurchaseHelpToolRent48.js';
858
865
  import TimeDelivery2h48 from './icons/TimeDelivery2h48.js';
859
- import TimeDelivery3h48 from './icons/TimeDelivery3h48.js';
866
+ import DeliveryDeliveryLocker48 from './icons/DeliveryDeliveryLocker48.js';
867
+ import PurchaseHelpHomeInstall48 from './icons/PurchaseHelpHomeInstall48.js';
860
868
  import TimeDelivery48h48 from './icons/TimeDelivery48h48.js';
861
- import TimeTimeDecline48 from './icons/TimeTimeDecline48.js';
862
- import Tools3d48 from './icons/Tools3d48.js';
869
+ import TimeDelivery3h48 from './icons/TimeDelivery3h48.js';
870
+ import CustomCutWoodGlass48 from './icons/CustomCutWoodGlass48.js';
871
+ import Trolley48 from './icons/Trolley48.js';
863
872
  import ToolsCalculator48 from './icons/ToolsCalculator48.js';
864
- import ToolsComparator48 from './icons/ToolsComparator48.js';
873
+ import TimeTimeDecline48 from './icons/TimeTimeDecline48.js';
865
874
  import CommentComment48 from './icons/CommentComment48.js';
866
- import CommentCommunity48 from './icons/CommentCommunity48.js';
867
- import CommentQuestionArticle48 from './icons/CommentQuestionArticle48.js';
868
- import CommentReport48 from './icons/CommentReport48.js';
869
- import ShareShareAndroid48 from './icons/ShareShareAndroid48.js';
875
+ import Pallet48 from './icons/Pallet48.js';
876
+ import ToolsComparator48 from './icons/ToolsComparator48.js';
870
877
  import ShareShareIOS48 from './icons/ShareShareIOS48.js';
871
878
  import SocialNetworkFacebook48 from './icons/SocialNetworkFacebook48.js';
872
879
  import SocialNetworkInstagram48 from './icons/SocialNetworkInstagram48.js';
873
- import SocialNetworkLinkedin48 from './icons/SocialNetworkLinkedin48.js';
874
880
  import SocialNetworkPinterest48 from './icons/SocialNetworkPinterest48.js';
875
- import SocialNetworkSpotify48 from './icons/SocialNetworkSpotify48.js';
881
+ import SocialNetworkLinkedin48 from './icons/SocialNetworkLinkedin48.js';
876
882
  import SocialNetworkTelegram48 from './icons/SocialNetworkTelegram48.js';
883
+ import SocialNetworkSpotify48 from './icons/SocialNetworkSpotify48.js';
877
884
  import SocialNetworkX48 from './icons/SocialNetworkX48.js';
878
- import SocialNetworkYoutube48 from './icons/SocialNetworkYoutube48.js';
885
+ import SocialNetworkTiktok48 from './icons/SocialNetworkTiktok48.js';
886
+ import CommentReport48 from './icons/CommentReport48.js';
879
887
  import ViewLikeNegative48 from './icons/ViewLikeNegative48.js';
880
- import ViewLikePositive48 from './icons/ViewLikePositive48.js';
881
- import ViewStarEmpty48 from './icons/ViewStarEmpty48.js';
888
+ import SocialNetworkYoutube48 from './icons/SocialNetworkYoutube48.js';
882
889
  import ViewStarFull48 from './icons/ViewStarFull48.js';
890
+ import ViewStarEmpty48 from './icons/ViewStarEmpty48.js';
883
891
  import ViewStarHalf48 from './icons/ViewStarHalf48.js';
884
892
  import ViewTesterView48 from './icons/ViewTesterView48.js';
885
- import Itinerary48 from './icons/Itinerary48.js';
893
+ import ShareShareAndroid48 from './icons/ShareShareAndroid48.js';
886
894
  import Locator48 from './icons/Locator48.js';
895
+ import ViewLikePositive48 from './icons/ViewLikePositive48.js';
887
896
  import Logo48 from './icons/Logo48.js';
888
897
  import Map48 from './icons/Map48.js';
889
- import MonochromeRelayLocation48 from './icons/MonochromeRelayLocation48.js';
890
- import MonochromeStoreLocation48 from './icons/MonochromeStoreLocation48.js';
898
+ import CommentQuestionArticle48 from './icons/CommentQuestionArticle48.js';
891
899
  import MonochromeStoreLocationbm48 from './icons/MonochromeStoreLocationbm48.js';
900
+ import MonochromeStoreLocation48 from './icons/MonochromeStoreLocation48.js';
892
901
  import StoreBM48 from './icons/StoreBM48.js';
893
- import StoreLM48 from './icons/StoreLM48.js';
894
902
  import Attic48 from './icons/Attic48.js';
903
+ import StoreLM48 from './icons/StoreLM48.js';
895
904
  import Bathroom48 from './icons/Bathroom48.js';
896
- import Bedroom48 from './icons/Bedroom48.js';
897
905
  import Carpentry48 from './icons/Carpentry48.js';
906
+ import Tools3d48 from './icons/Tools3d48.js';
898
907
  import ChristmasTree48 from './icons/ChristmasTree48.js';
899
- import ConnectedHome48 from './icons/ConnectedHome48.js';
908
+ import MonochromeRelayLocation48 from './icons/MonochromeRelayLocation48.js';
909
+ import Itinerary48 from './icons/Itinerary48.js';
900
910
  import Curtains48 from './icons/Curtains48.js';
901
911
  import Dressing48 from './icons/Dressing48.js';
902
- import Drillalt48 from './icons/Drillalt48.js';
903
- import Electricity48 from './icons/Electricity48.js';
912
+ import ConnectedHome48 from './icons/ConnectedHome48.js';
904
913
  import Enki48 from './icons/Enki48.js';
914
+ import Bedroom48 from './icons/Bedroom48.js';
915
+ import Electricity48 from './icons/Electricity48.js';
905
916
  import Floor48 from './icons/Floor48.js';
906
- import Garage48 from './icons/Garage48.js';
907
- import Garden48 from './icons/Garden48.js';
908
917
  import Garden148 from './icons/Garden148.js';
909
- import Garden248 from './icons/Garden248.js';
910
918
  import Glass48 from './icons/Glass48.js';
911
- import Hardhatalt48 from './icons/Hardhatalt48.js';
919
+ import CommentCommunity48 from './icons/CommentCommunity48.js';
912
920
  import HardwareStore48 from './icons/HardwareStore48.js';
913
921
  import Heater48 from './icons/Heater48.js';
914
922
  import Insulationalt48 from './icons/Insulationalt48.js';
915
923
  import Kids48 from './icons/Kids48.js';
924
+ import Garden48 from './icons/Garden48.js';
916
925
  import Kitchen48 from './icons/Kitchen48.js';
917
926
  import Kitchenalt48 from './icons/Kitchenalt48.js';
918
- import Kitchen248 from './icons/Kitchen248.js';
919
927
  import Leak48 from './icons/Leak48.js';
920
928
  import Lighting48 from './icons/Lighting48.js';
921
929
  import Living48 from './icons/Living48.js';
922
- import MakeIt48 from './icons/MakeIt48.js';
923
- import Masonryalt48 from './icons/Masonryalt48.js';
930
+ import Drillalt48 from './icons/Drillalt48.js';
931
+ import Garage48 from './icons/Garage48.js';
932
+ import Hardhatalt48 from './icons/Hardhatalt48.js';
933
+ import Kitchen248 from './icons/Kitchen248.js';
924
934
  import Paint48 from './icons/Paint48.js';
925
- import Pool48 from './icons/Pool48.js';
926
935
  import Renewableenergy48 from './icons/Renewableenergy48.js';
927
- import Security48 from './icons/Security48.js';
928
936
  import Stairs48 from './icons/Stairs48.js';
929
- import Terrace48 from './icons/Terrace48.js';
937
+ import MakeIt48 from './icons/MakeIt48.js';
930
938
  import Tool48 from './icons/Tool48.js';
931
939
  import Wallpaper48 from './icons/Wallpaper48.js';
940
+ import Security48 from './icons/Security48.js';
932
941
  import Wood48 from './icons/Wood48.js';
933
942
  import Woodflooring48 from './icons/Woodflooring48.js';
934
- import Woodflooringalt48 from './icons/Woodflooringalt48.js';
935
- import WoodSaw48 from './icons/WoodSaw48.js';
936
943
  import AccountCustomerCollaborator48 from './icons/AccountCustomerCollaborator48.js';
937
- import AccountCustomerPassion48 from './icons/AccountCustomerPassion48.js';
944
+ import Terrace48 from './icons/Terrace48.js';
945
+ import Woodflooringalt48 from './icons/Woodflooringalt48.js';
938
946
  import AccountCustomerPro48 from './icons/AccountCustomerPro48.js';
939
- import AccountProfileMan48 from './icons/AccountProfileMan48.js';
947
+ import Garden248 from './icons/Garden248.js';
948
+ import AccountCustomerPassion48 from './icons/AccountCustomerPassion48.js';
940
949
  import AccountProfileView48 from './icons/AccountProfileView48.js';
941
950
  import AccountProfileWoman48 from './icons/AccountProfileWoman48.js';
942
- import CardFunding48 from './icons/CardFunding48.js';
951
+ import Pool48 from './icons/Pool48.js';
943
952
  import CardFundingzloty48 from './icons/CardFundingzloty48.js';
944
- import CardGift48 from './icons/CardGift48.js';
953
+ import AccountProfileMan48 from './icons/AccountProfileMan48.js';
945
954
  import CardIDCard48 from './icons/CardIDCard48.js';
946
955
  import CardLoyaltyCard48 from './icons/CardLoyaltyCard48.js';
947
- import ContactMail48 from './icons/ContactMail48.js';
956
+ import CardFunding48 from './icons/CardFunding48.js';
948
957
  import ContactPhone48 from './icons/ContactPhone48.js';
949
- import ContactWebsite48 from './icons/ContactWebsite48.js';
950
- import SituationOwner48 from './icons/SituationOwner48.js';
958
+ import ContactMail48 from './icons/ContactMail48.js';
951
959
  import SituationTenant48 from './icons/SituationTenant48.js';
952
- import A11y48 from './icons/A11y48.js';
960
+ import SituationOwner48 from './icons/SituationOwner48.js';
953
961
  import Administration48 from './icons/Administration48.js';
954
- import Apartment48 from './icons/Apartment48.js';
962
+ import A11y48 from './icons/A11y48.js';
955
963
  import Balcony48 from './icons/Balcony48.js';
956
- import Blower48 from './icons/Blower48.js';
957
- import Company48 from './icons/Company48.js';
964
+ import ContactWebsite48 from './icons/ContactWebsite48.js';
965
+ import Apartment48 from './icons/Apartment48.js';
966
+ import WoodSaw48 from './icons/WoodSaw48.js';
958
967
  import Door48 from './icons/Door48.js';
959
- import EcoSaving48 from './icons/EcoSaving48.js';
960
- import Heat48 from './icons/Heat48.js';
968
+ import Masonryalt48 from './icons/Masonryalt48.js';
961
969
  import House48 from './icons/House48.js';
962
970
  import IncreaseValue48 from './icons/IncreaseValue48.js';
971
+ import Blower48 from './icons/Blower48.js';
963
972
  import Insulation48 from './icons/Insulation48.js';
964
973
  import LessonDIY48 from './icons/LessonDIY48.js';
965
974
  import Level48 from './icons/Level48.js';
966
- import PaintCan48 from './icons/PaintCan48.js';
967
975
  import PartnerCompany48 from './icons/PartnerCompany48.js';
968
976
  import PartnerWorker48 from './icons/PartnerWorker48.js';
969
977
  import Pipe48 from './icons/Pipe48.js';
970
978
  import Premium48 from './icons/Premium48.js';
979
+ import EcoSaving48 from './icons/EcoSaving48.js';
971
980
  import Shutter48 from './icons/Shutter48.js';
972
981
  import Survey48 from './icons/Survey48.js';
973
- import Temperature48 from './icons/Temperature48.js';
982
+ import CardGift48 from './icons/CardGift48.js';
974
983
  import ThermalControl48 from './icons/ThermalControl48.js';
975
984
  import ToolBox48 from './icons/ToolBox48.js';
976
- import Desktop64 from './icons/Desktop64.js';
977
985
  import Laptop64 from './icons/Laptop64.js';
978
986
  import Mobile64 from './icons/Mobile64.js';
987
+ import Temperature48 from './icons/Temperature48.js';
979
988
  import Tablet64 from './icons/Tablet64.js';
989
+ import Desktop64 from './icons/Desktop64.js';
980
990
  import HygieneCleaned64 from './icons/HygieneCleaned64.js';
981
- import HygieneDanger64 from './icons/HygieneDanger64.js';
982
- import HygieneDistance64 from './icons/HygieneDistance64.js';
983
991
  import HygieneGel64 from './icons/HygieneGel64.js';
984
- import HygieneMask64 from './icons/HygieneMask64.js';
992
+ import Company48 from './icons/Company48.js';
985
993
  import HygieneNoContact64 from './icons/HygieneNoContact64.js';
986
994
  import HygienePlexiglas64 from './icons/HygienePlexiglas64.js';
987
995
  import PaymentCheckout64 from './icons/PaymentCheckout64.js';
988
996
  import PaymentNoContact64 from './icons/PaymentNoContact64.js';
989
- import ServicePurchaseHelpCarOpenBoot64 from './icons/ServicePurchaseHelpCarOpenBoot64.js';
990
997
  import ServicePurchaseHelpCarStandInLine64 from './icons/ServicePurchaseHelpCarStandInLine64.js';
998
+ import ServicePurchaseHelpCarOpenBoot64 from './icons/ServicePurchaseHelpCarOpenBoot64.js';
999
+ import HygieneDistance64 from './icons/HygieneDistance64.js';
991
1000
  import ServicePurchaseHelpCarStayInside64 from './icons/ServicePurchaseHelpCarStayInside64.js';
992
1001
  import ServicePurchaseHelpLoading64 from './icons/ServicePurchaseHelpLoading64.js';
993
- import ServicePurchaseHelpNoCarRent64 from './icons/ServicePurchaseHelpNoCarRent64.js';
994
1002
  import ServicePurchaseHelpRequest64 from './icons/ServicePurchaseHelpRequest64.js';
1003
+ import HygieneDanger64 from './icons/HygieneDanger64.js';
995
1004
  import ServicePurchaseHelpTruck64 from './icons/ServicePurchaseHelpTruck64.js';
996
- import UniverseEssentialProduct64 from './icons/UniverseEssentialProduct64.js';
997
1005
  import PaymentMonochromeBizum64 from './icons/PaymentMonochromeBizum64.js';
1006
+ import PaymentMonochromeBlik64 from './icons/PaymentMonochromeBlik64.js';
998
1007
  import PaymentMonochromeBonificoBancario64 from './icons/PaymentMonochromeBonificoBancario64.js';
1008
+ import ServicePurchaseHelpNoCarRent64 from './icons/ServicePurchaseHelpNoCarRent64.js';
999
1009
  import PaymentMonochromeFintecture64 from './icons/PaymentMonochromeFintecture64.js';
1010
+ import UniverseEssentialProduct64 from './icons/UniverseEssentialProduct64.js';
1000
1011
  import PaymentMonochromeMBMultibanco64 from './icons/PaymentMonochromeMBMultibanco64.js';
1001
- import PaymentMonochromeMBWay64 from './icons/PaymentMonochromeMBWay64.js';
1002
1012
  import PaymentMonochromeOney64 from './icons/PaymentMonochromeOney64.js';
1003
- import PaymentMonochromeOney3x64 from './icons/PaymentMonochromeOney3x64.js';
1004
1013
  import PaymentMonochromeOney3x4x64 from './icons/PaymentMonochromeOney3x4x64.js';
1005
1014
  import PaymentMonochromeOney4x64 from './icons/PaymentMonochromeOney4x64.js';
1015
+ import PaymentMonochromeMBWay64 from './icons/PaymentMonochromeMBWay64.js';
1006
1016
  import PaymentMonochromeOneyRaty64 from './icons/PaymentMonochromeOneyRaty64.js';
1007
1017
  import PaymentMonochromePayPal64 from './icons/PaymentMonochromePayPal64.js';
1018
+ import PaymentMonochromeOney3x64 from './icons/PaymentMonochromeOney3x64.js';
1008
1019
  import PaymentMonochromePrzelesw64 from './icons/PaymentMonochromePrzelesw64.js';
1009
1020
  import API64 from './icons/API64.js';
1010
- import BookStore64 from './icons/BookStore64.js';
1011
1021
  import Camera64 from './icons/Camera64.js';
1012
1022
  import Code64 from './icons/Code64.js';
1013
- import Document64 from './icons/Document64.js';
1023
+ import PaymentMonochromePostepay64 from './icons/PaymentMonochromePostepay64.js';
1024
+ import BookStore64 from './icons/BookStore64.js';
1014
1025
  import DownloadApp64 from './icons/DownloadApp64.js';
1026
+ import Document64 from './icons/Document64.js';
1015
1027
  import DownloadWeb64 from './icons/DownloadWeb64.js';
1016
- import FullScreen64 from './icons/FullScreen64.js';
1017
- import Gauge64 from './icons/Gauge64.js';
1018
1028
  import Group64 from './icons/Group64.js';
1019
- import Imagealt64 from './icons/Imagealt64.js';
1020
- import NoPicture64 from './icons/NoPicture64.js';
1029
+ import Gauge64 from './icons/Gauge64.js';
1030
+ import FullScreen64 from './icons/FullScreen64.js';
1021
1031
  import Pdf64 from './icons/Pdf64.js';
1022
- import Picker64 from './icons/Picker64.js';
1023
- import Play64 from './icons/Play64.js';
1032
+ import NoPicture64 from './icons/NoPicture64.js';
1024
1033
  import Player64 from './icons/Player64.js';
1025
- import Policies64 from './icons/Policies64.js';
1034
+ import Play64 from './icons/Play64.js';
1026
1035
  import Print64 from './icons/Print64.js';
1036
+ import Policies64 from './icons/Policies64.js';
1027
1037
  import Project64 from './icons/Project64.js';
1028
1038
  import Pushpin64 from './icons/Pushpin64.js';
1029
1039
  import Pushpinoff64 from './icons/Pushpinoff64.js';
1040
+ import HygieneMask64 from './icons/HygieneMask64.js';
1041
+ import PaintCan48 from './icons/PaintCan48.js';
1030
1042
  import Read64 from './icons/Read64.js';
1031
- import ReduceScreen64 from './icons/ReduceScreen64.js';
1032
- import Release64 from './icons/Release64.js';
1033
- import Server64 from './icons/Server64.js';
1043
+ import Heat48 from './icons/Heat48.js';
1044
+ import Picker64 from './icons/Picker64.js';
1034
1045
  import Slideshow64 from './icons/Slideshow64.js';
1035
1046
  import Sound64 from './icons/Sound64.js';
1036
- import Stop64 from './icons/Stop64.js';
1037
- import TimeRead64 from './icons/TimeRead64.js';
1038
1047
  import Upload64 from './icons/Upload64.js';
1039
- import View36064 from './icons/View36064.js';
1048
+ import TimeRead64 from './icons/TimeRead64.js';
1049
+ import Stop64 from './icons/Stop64.js';
1050
+ import Server64 from './icons/Server64.js';
1040
1051
  import ArrowArrowBottom64 from './icons/ArrowArrowBottom64.js';
1052
+ import View36064 from './icons/View36064.js';
1041
1053
  import ArrowArrowLeft64 from './icons/ArrowArrowLeft64.js';
1042
- import ArrowArrowRight64 from './icons/ArrowArrowRight64.js';
1043
- import ArrowArrowTop64 from './icons/ArrowArrowTop64.js';
1044
1054
  import ArrowArrowBottomLeft64 from './icons/ArrowArrowBottomLeft64.js';
1055
+ import Imagealt64 from './icons/Imagealt64.js';
1045
1056
  import ArrowArrowBottomRight64 from './icons/ArrowArrowBottomRight64.js';
1046
1057
  import ArrowArrowTopLeft64 from './icons/ArrowArrowTopLeft64.js';
1047
- import ArrowArrowTopRight64 from './icons/ArrowArrowTopRight64.js';
1058
+ import ReduceScreen64 from './icons/ReduceScreen64.js';
1059
+ import ArrowArrowTop64 from './icons/ArrowArrowTop64.js';
1048
1060
  import ArrowBack64 from './icons/ArrowBack64.js';
1049
1061
  import ArrowDoubleArrowLeft64 from './icons/ArrowDoubleArrowLeft64.js';
1050
1062
  import ArrowDoubleArrowRight64 from './icons/ArrowDoubleArrowRight64.js';
1051
- import ArrowDown64 from './icons/ArrowDown64.js';
1052
1063
  import ArrowNext64 from './icons/ArrowNext64.js';
1053
- import ArrowUp64 from './icons/ArrowUp64.js';
1054
1064
  import ControlCircleCross64 from './icons/ControlCircleCross64.js';
1065
+ import ArrowUp64 from './icons/ArrowUp64.js';
1055
1066
  import ControlCircleLess64 from './icons/ControlCircleLess64.js';
1056
1067
  import ControlCircleMore64 from './icons/ControlCircleMore64.js';
1057
1068
  import ControlCross64 from './icons/ControlCross64.js';
1058
1069
  import ControlLess64 from './icons/ControlLess64.js';
1070
+ import ArrowArrowRight64 from './icons/ArrowArrowRight64.js';
1059
1071
  import ControlMore64 from './icons/ControlMore64.js';
1060
- import ControlTagCross64 from './icons/ControlTagCross64.js';
1061
1072
  import DisplayBlink64 from './icons/DisplayBlink64.js';
1062
- import DisplayCalendar64 from './icons/DisplayCalendar64.js';
1063
- import DisplayConnect64 from './icons/DisplayConnect64.js';
1064
- import DisplayDisplayFullFilled64 from './icons/DisplayDisplayFullFilled64.js';
1073
+ import ControlTagCross64 from './icons/ControlTagCross64.js';
1074
+ import Release64 from './icons/Release64.js';
1065
1075
  import DisplayDisplayFullOutline64 from './icons/DisplayDisplayFullOutline64.js';
1076
+ import DisplayDisplayFullFilled64 from './icons/DisplayDisplayFullFilled64.js';
1066
1077
  import DisplayDisplayListFilled64 from './icons/DisplayDisplayListFilled64.js';
1067
- import DisplayDisplayListOutline64 from './icons/DisplayDisplayListOutline64.js';
1078
+ import DisplayConnect64 from './icons/DisplayConnect64.js';
1068
1079
  import DisplayDisplayMobileHorizontal64 from './icons/DisplayDisplayMobileHorizontal64.js';
1069
- import DisplayDisplayMobileVertical64 from './icons/DisplayDisplayMobileVertical64.js';
1080
+ import ArrowDown64 from './icons/ArrowDown64.js';
1081
+ import DisplayCalendar64 from './icons/DisplayCalendar64.js';
1070
1082
  import DisplayDisplayProductX4Filled64 from './icons/DisplayDisplayProductX4Filled64.js';
1071
1083
  import DisplayDisplayProductX4Outline64 from './icons/DisplayDisplayProductX4Outline64.js';
1072
1084
  import DisplayDisplayProductX964 from './icons/DisplayDisplayProductX964.js';
1073
- import DisplayExternalLink64 from './icons/DisplayExternalLink64.js';
1074
- import DisplayFilter64 from './icons/DisplayFilter64.js';
1075
1085
  import DisplayHome64 from './icons/DisplayHome64.js';
1086
+ import DisplayFilter64 from './icons/DisplayFilter64.js';
1076
1087
  import DisplayLogOut64 from './icons/DisplayLogOut64.js';
1077
1088
  import DisplayMenu64 from './icons/DisplayMenu64.js';
1078
1089
  import DisplayMovingBlock64 from './icons/DisplayMovingBlock64.js';
1079
1090
  import DisplayOptions64 from './icons/DisplayOptions64.js';
1080
1091
  import DisplayOther64 from './icons/DisplayOther64.js';
1092
+ import DisplayDisplayListOutline64 from './icons/DisplayDisplayListOutline64.js';
1093
+ import DisplayExternalLink64 from './icons/DisplayExternalLink64.js';
1081
1094
  import DisplayProductNumb64 from './icons/DisplayProductNumb64.js';
1082
1095
  import DisplayRefresh64 from './icons/DisplayRefresh64.js';
1083
1096
  import DisplayScreenRotation64 from './icons/DisplayScreenRotation64.js';
1084
- import DisplaySearch64 from './icons/DisplaySearch64.js';
1085
1097
  import DisplaySearchList64 from './icons/DisplaySearchList64.js';
1086
1098
  import DisplaySearchProduct64 from './icons/DisplaySearchProduct64.js';
1087
1099
  import DisplaySetting64 from './icons/DisplaySetting64.js';
1088
1100
  import DisplayView64 from './icons/DisplayView64.js';
1089
- import DisplayVocalSearch64 from './icons/DisplayVocalSearch64.js';
1090
1101
  import NotificationAvailable64 from './icons/NotificationAvailable64.js';
1102
+ import DisplaySearch64 from './icons/DisplaySearch64.js';
1091
1103
  import NotificationBell64 from './icons/NotificationBell64.js';
1092
1104
  import NotificationCircleAvailable64 from './icons/NotificationCircleAvailable64.js';
1093
1105
  import NotificationInformation64 from './icons/NotificationInformation64.js';
1094
- import NotificationQuestion64 from './icons/NotificationQuestion64.js';
1095
- import NotificationWarning64 from './icons/NotificationWarning64.js';
1096
- import PublishCopy64 from './icons/PublishCopy64.js';
1106
+ import DisplayVocalSearch64 from './icons/DisplayVocalSearch64.js';
1097
1107
  import PublishEdit64 from './icons/PublishEdit64.js';
1098
- import PublishFavorite64 from './icons/PublishFavorite64.js';
1108
+ import PublishCopy64 from './icons/PublishCopy64.js';
1099
1109
  import PublishFavoriteFull64 from './icons/PublishFavoriteFull64.js';
1100
1110
  import PublishLock64 from './icons/PublishLock64.js';
1111
+ import PublishFavorite64 from './icons/PublishFavorite64.js';
1112
+ import NotificationQuestion64 from './icons/NotificationQuestion64.js';
1101
1113
  import PublishSend64 from './icons/PublishSend64.js';
1102
- import PublishTrashbin64 from './icons/PublishTrashbin64.js';
1103
1114
  import Split64 from './icons/Split64.js';
1104
- import Bill64 from './icons/Bill64.js';
1115
+ import PublishTrashbin64 from './icons/PublishTrashbin64.js';
1105
1116
  import Billzloty64 from './icons/Billzloty64.js';
1106
1117
  import CardsMonochromeAmericanExpress64 from './icons/CardsMonochromeAmericanExpress64.js';
1107
1118
  import CardsMonochromeCB64 from './icons/CardsMonochromeCB64.js';
1108
1119
  import CardsMonochromeCheque64 from './icons/CardsMonochromeCheque64.js';
1109
1120
  import CardsMonochromeGift64 from './icons/CardsMonochromeGift64.js';
1110
- import CardsMonochromeIllicado64 from './icons/CardsMonochromeIllicado64.js';
1121
+ import NotificationWarning64 from './icons/NotificationWarning64.js';
1111
1122
  import CardsMonochromeLoyalty64 from './icons/CardsMonochromeLoyalty64.js';
1112
- import CardsMonochromeMaestro64 from './icons/CardsMonochromeMaestro64.js';
1113
1123
  import CardsMonochromeMastercard64 from './icons/CardsMonochromeMastercard64.js';
1124
+ import CardsMonochromeMaestro64 from './icons/CardsMonochromeMaestro64.js';
1125
+ import CardsMonochromeIllicado64 from './icons/CardsMonochromeIllicado64.js';
1114
1126
  import CardsMonochromeOney64 from './icons/CardsMonochromeOney64.js';
1115
- import CardsMonochromeOneyX364 from './icons/CardsMonochromeOneyX364.js';
1127
+ import ArrowArrowTopRight64 from './icons/ArrowArrowTopRight64.js';
1116
1128
  import CardsMonochromeOneyX464 from './icons/CardsMonochromeOneyX464.js';
1117
- import CardsMonochromePaylib64 from './icons/CardsMonochromePaylib64.js';
1118
1129
  import CardsMonochromePaypal64 from './icons/CardsMonochromePaypal64.js';
1119
1130
  import CardsMonochromeVisa64 from './icons/CardsMonochromeVisa64.js';
1120
1131
  import DetailsOrder64 from './icons/DetailsOrder64.js';
1121
- import Euro64 from './icons/Euro64.js';
1122
- import Receipt64 from './icons/Receipt64.js';
1132
+ import Bill64 from './icons/Bill64.js';
1123
1133
  import Receiptzloty64 from './icons/Receiptzloty64.js';
1134
+ import Receipt64 from './icons/Receipt64.js';
1124
1135
  import SafePayment164 from './icons/SafePayment164.js';
1136
+ import CardsMonochromePaylib64 from './icons/CardsMonochromePaylib64.js';
1125
1137
  import SafePayment264 from './icons/SafePayment264.js';
1126
- import Zloty64 from './icons/Zloty64.js';
1127
- import AspectQuantity64 from './icons/AspectQuantity64.js';
1138
+ import Transfer64 from './icons/Transfer64.js';
1139
+ import DisplayDisplayMobileVertical64 from './icons/DisplayDisplayMobileVertical64.js';
1128
1140
  import AspectSize64 from './icons/AspectSize64.js';
1129
1141
  import AspectWeight64 from './icons/AspectWeight64.js';
1130
- import BasketAdd64 from './icons/BasketAdd64.js';
1142
+ import CardsMonochromeOneyX364 from './icons/CardsMonochromeOneyX364.js';
1131
1143
  import BasketHandbag64 from './icons/BasketHandbag64.js';
1132
- import BasketMulti64 from './icons/BasketMulti64.js';
1133
1144
  import BasketSave64 from './icons/BasketSave64.js';
1145
+ import BasketMulti64 from './icons/BasketMulti64.js';
1134
1146
  import BasketStandard64 from './icons/BasketStandard64.js';
1135
- import ListAdd64 from './icons/ListAdd64.js';
1136
1147
  import ListStandard64 from './icons/ListStandard64.js';
1148
+ import Zloty64 from './icons/Zloty64.js';
1149
+ import AspectQuantity64 from './icons/AspectQuantity64.js';
1137
1150
  import PromiseCertification64 from './icons/PromiseCertification64.js';
1138
1151
  import PromiseCircularEconomy64 from './icons/PromiseCircularEconomy64.js';
1139
- import PromiseDestocking64 from './icons/PromiseDestocking64.js';
1140
- import PromiseEcoProduct64 from './icons/PromiseEcoProduct64.js';
1141
- import PromiseFashionChoice64 from './icons/PromiseFashionChoice64.js';
1152
+ import BasketAdd64 from './icons/BasketAdd64.js';
1153
+ import Euro64 from './icons/Euro64.js';
1142
1154
  import PromiseFunding64 from './icons/PromiseFunding64.js';
1143
1155
  import PromiseMadeInEurope64 from './icons/PromiseMadeInEurope64.js';
1144
1156
  import PromiseMadeInFrance64 from './icons/PromiseMadeInFrance64.js';
1145
- import PromiseModular64 from './icons/PromiseModular64.js';
1146
1157
  import PromiseProductOnPicture64 from './icons/PromiseProductOnPicture64.js';
1147
1158
  import PromiseProductSheet64 from './icons/PromiseProductSheet64.js';
1159
+ import PromiseModular64 from './icons/PromiseModular64.js';
1160
+ import PromiseEcoProduct64 from './icons/PromiseEcoProduct64.js';
1148
1161
  import PromiseScan64 from './icons/PromiseScan64.js';
1149
1162
  import PromiseWarranty64 from './icons/PromiseWarranty64.js';
1150
1163
  import Trolley64 from './icons/Trolley64.js';
1151
- import DescribeProject64 from './icons/DescribeProject64.js';
1152
- import Inspiration64 from './icons/Inspiration64.js';
1164
+ import ListAdd64 from './icons/ListAdd64.js';
1153
1165
  import MakeProject64 from './icons/MakeProject64.js';
1154
1166
  import Fundingzloty64 from './icons/Fundingzloty64.js';
1155
- import AfterSalesAfterSalesService64 from './icons/AfterSalesAfterSalesService64.js';
1156
1167
  import AfterSalesHelpline64 from './icons/AfterSalesHelpline64.js';
1157
- import AfterSalesPayback64 from './icons/AfterSalesPayback64.js';
1168
+ import AfterSalesAfterSalesService64 from './icons/AfterSalesAfterSalesService64.js';
1169
+ import PromiseFashionChoice64 from './icons/PromiseFashionChoice64.js';
1170
+ import DescribeProject64 from './icons/DescribeProject64.js';
1158
1171
  import AfterSalesSatisfaction64 from './icons/AfterSalesSatisfaction64.js';
1159
1172
  import CustomCopyKey64 from './icons/CustomCopyKey64.js';
1160
1173
  import CustomCourse64 from './icons/CustomCourse64.js';
1161
- import CustomCutWoodGlass64 from './icons/CustomCutWoodGlass64.js';
1162
- import CustomSample64 from './icons/CustomSample64.js';
1163
- import CustomSharpening64 from './icons/CustomSharpening64.js';
1174
+ import Inspiration64 from './icons/Inspiration64.js';
1164
1175
  import DeliveryDeliveryPickupRelayPoint64 from './icons/DeliveryDeliveryPickupRelayPoint64.js';
1176
+ import CustomSharpening64 from './icons/CustomSharpening64.js';
1165
1177
  import DeliveryDeliveryPickupStore64 from './icons/DeliveryDeliveryPickupStore64.js';
1166
- import DeliveryDeliveryHome64 from './icons/DeliveryDeliveryHome64.js';
1167
1178
  import DeliveryDeliveryLocker64 from './icons/DeliveryDeliveryLocker64.js';
1179
+ import DeliveryDeliveryHome64 from './icons/DeliveryDeliveryHome64.js';
1180
+ import CustomSample64 from './icons/CustomSample64.js';
1168
1181
  import Pallet64 from './icons/Pallet64.js';
1169
1182
  import PurchaseHelpCarRent64 from './icons/PurchaseHelpCarRent64.js';
1170
1183
  import PurchaseHelpHomeDIY64 from './icons/PurchaseHelpHomeDIY64.js';
1171
- import PurchaseHelpHomeInstall64 from './icons/PurchaseHelpHomeInstall64.js';
1172
1184
  import PurchaseHelpToolRent64 from './icons/PurchaseHelpToolRent64.js';
1173
1185
  import TimeDelivery2h64 from './icons/TimeDelivery2h64.js';
1174
1186
  import TimeDelivery3h64 from './icons/TimeDelivery3h64.js';
1175
1187
  import TimeDelivery48h64 from './icons/TimeDelivery48h64.js';
1176
1188
  import TimeTimeDecline64 from './icons/TimeTimeDecline64.js';
1177
- import Tools3d64 from './icons/Tools3d64.js';
1178
1189
  import ToolsCalculator64 from './icons/ToolsCalculator64.js';
1190
+ import Tools3d64 from './icons/Tools3d64.js';
1179
1191
  import ToolsComparator64 from './icons/ToolsComparator64.js';
1180
1192
  import CommentComment64 from './icons/CommentComment64.js';
1181
1193
  import CommentCommunity64 from './icons/CommentCommunity64.js';
@@ -1183,12 +1195,13 @@ import CommentQuestionArticle64 from './icons/CommentQuestionArticle64.js';
1183
1195
  import CommentReport64 from './icons/CommentReport64.js';
1184
1196
  import ShareShareAndroid64 from './icons/ShareShareAndroid64.js';
1185
1197
  import ShareShareIOS64 from './icons/ShareShareIOS64.js';
1186
- import SocialNetworkFacebook64 from './icons/SocialNetworkFacebook64.js';
1198
+ import CustomCutWoodGlass64 from './icons/CustomCutWoodGlass64.js';
1187
1199
  import SocialNetworkInstagram64 from './icons/SocialNetworkInstagram64.js';
1188
1200
  import SocialNetworkLinkedin64 from './icons/SocialNetworkLinkedin64.js';
1189
1201
  import SocialNetworkPinterest64 from './icons/SocialNetworkPinterest64.js';
1190
1202
  import SocialNetworkSpotify64 from './icons/SocialNetworkSpotify64.js';
1191
1203
  import SocialNetworkTelegram64 from './icons/SocialNetworkTelegram64.js';
1204
+ import SocialNetworkTiktok64 from './icons/SocialNetworkTiktok64.js';
1192
1205
  import SocialNetworkX64 from './icons/SocialNetworkX64.js';
1193
1206
  import SocialNetworkYoutube64 from './icons/SocialNetworkYoutube64.js';
1194
1207
  import ViewLikeNegative64 from './icons/ViewLikeNegative64.js';
@@ -1220,8 +1233,8 @@ import Enki64 from './icons/Enki64.js';
1220
1233
  import Floor64 from './icons/Floor64.js';
1221
1234
  import Garage64 from './icons/Garage64.js';
1222
1235
  import Garden64 from './icons/Garden64.js';
1223
- import Garden164 from './icons/Garden164.js';
1224
- import Garden264 from './icons/Garden264.js';
1236
+ import PromiseDestocking64 from './icons/PromiseDestocking64.js';
1237
+ import AfterSalesPayback64 from './icons/AfterSalesPayback64.js';
1225
1238
  import Glass64 from './icons/Glass64.js';
1226
1239
  import Hardhatalt64 from './icons/Hardhatalt64.js';
1227
1240
  import HardwareStore64 from './icons/HardwareStore64.js';
@@ -1233,10 +1246,10 @@ import Kitchenalt64 from './icons/Kitchenalt64.js';
1233
1246
  import Kitchen264 from './icons/Kitchen264.js';
1234
1247
  import Leak64 from './icons/Leak64.js';
1235
1248
  import Lighting64 from './icons/Lighting64.js';
1236
- import Living64 from './icons/Living64.js';
1249
+ import Garden164 from './icons/Garden164.js';
1237
1250
  import MakeIt64 from './icons/MakeIt64.js';
1251
+ import PurchaseHelpHomeInstall64 from './icons/PurchaseHelpHomeInstall64.js';
1238
1252
  import Masonryalt64 from './icons/Masonryalt64.js';
1239
- import Paint64 from './icons/Paint64.js';
1240
1253
  import Pool64 from './icons/Pool64.js';
1241
1254
  import Renewableenergy64 from './icons/Renewableenergy64.js';
1242
1255
  import Security64 from './icons/Security64.js';
@@ -1244,67 +1257,65 @@ import Stairs64 from './icons/Stairs64.js';
1244
1257
  import Terrace64 from './icons/Terrace64.js';
1245
1258
  import Tool64 from './icons/Tool64.js';
1246
1259
  import Wallpaper64 from './icons/Wallpaper64.js';
1247
- import Wood64 from './icons/Wood64.js';
1260
+ import Living64 from './icons/Living64.js';
1248
1261
  import Woodflooring64 from './icons/Woodflooring64.js';
1249
1262
  import Woodflooringalt64 from './icons/Woodflooringalt64.js';
1250
1263
  import WoodSaw64 from './icons/WoodSaw64.js';
1251
1264
  import AccountCustomerCollaborator64 from './icons/AccountCustomerCollaborator64.js';
1252
- import AccountCustomerPassion64 from './icons/AccountCustomerPassion64.js';
1265
+ import Wood64 from './icons/Wood64.js';
1253
1266
  import AccountCustomerPro64 from './icons/AccountCustomerPro64.js';
1267
+ import AccountCustomerPassion64 from './icons/AccountCustomerPassion64.js';
1254
1268
  import AccountProfileMan64 from './icons/AccountProfileMan64.js';
1255
- import AccountProfileView64 from './icons/AccountProfileView64.js';
1256
- import AccountProfileWoman64 from './icons/AccountProfileWoman64.js';
1257
1269
  import CardFunding64 from './icons/CardFunding64.js';
1258
- import CardFundingzloty64 from './icons/CardFundingzloty64.js';
1270
+ import Garden264 from './icons/Garden264.js';
1271
+ import SocialNetworkFacebook64 from './icons/SocialNetworkFacebook64.js';
1259
1272
  import CardGift64 from './icons/CardGift64.js';
1260
1273
  import CardIDCard64 from './icons/CardIDCard64.js';
1261
1274
  import CardLoyaltyCard64 from './icons/CardLoyaltyCard64.js';
1262
- import ContactMail64 from './icons/ContactMail64.js';
1275
+ import AccountProfileWoman64 from './icons/AccountProfileWoman64.js';
1263
1276
  import ContactPhone64 from './icons/ContactPhone64.js';
1264
1277
  import ContactWebsite64 from './icons/ContactWebsite64.js';
1265
1278
  import SituationOwner64 from './icons/SituationOwner64.js';
1266
1279
  import SituationTenant64 from './icons/SituationTenant64.js';
1267
- import A11y64 from './icons/A11y64.js';
1268
1280
  import Administration64 from './icons/Administration64.js';
1281
+ import CardFundingzloty64 from './icons/CardFundingzloty64.js';
1269
1282
  import Apartment64 from './icons/Apartment64.js';
1270
- import Balcony64 from './icons/Balcony64.js';
1271
1283
  import Blower64 from './icons/Blower64.js';
1284
+ import ContactMail64 from './icons/ContactMail64.js';
1285
+ import Balcony64 from './icons/Balcony64.js';
1272
1286
  import Company64 from './icons/Company64.js';
1273
- import Door64 from './icons/Door64.js';
1274
- import EcoSaving64 from './icons/EcoSaving64.js';
1287
+ import AccountProfileView64 from './icons/AccountProfileView64.js';
1288
+ import A11y64 from './icons/A11y64.js';
1275
1289
  import Heat64 from './icons/Heat64.js';
1276
- import House64 from './icons/House64.js';
1277
1290
  import IncreaseValue64 from './icons/IncreaseValue64.js';
1278
1291
  import Insulation64 from './icons/Insulation64.js';
1279
1292
  import LessonDIY64 from './icons/LessonDIY64.js';
1280
1293
  import Level64 from './icons/Level64.js';
1281
1294
  import PaintCan64 from './icons/PaintCan64.js';
1282
- import PartnerCompany64 from './icons/PartnerCompany64.js';
1283
- import PartnerWorker64 from './icons/PartnerWorker64.js';
1295
+ import Door64 from './icons/Door64.js';
1284
1296
  import Pipe64 from './icons/Pipe64.js';
1297
+ import PartnerWorker64 from './icons/PartnerWorker64.js';
1285
1298
  import Premium64 from './icons/Premium64.js';
1286
- import Shutter64 from './icons/Shutter64.js';
1287
1299
  import Survey64 from './icons/Survey64.js';
1300
+ import Shutter64 from './icons/Shutter64.js';
1288
1301
  import Temperature64 from './icons/Temperature64.js';
1289
1302
  import ThermalControl64 from './icons/ThermalControl64.js';
1290
1303
  import ToolBox64 from './icons/ToolBox64.js';
1291
1304
  import Player96 from './icons/Player96.js';
1292
- import View36096 from './icons/View36096.js';
1305
+ import EcoSaving64 from './icons/EcoSaving64.js';
1293
1306
  if (!customElements.get('media-fullscreen-16px')) {
1294
1307
  customElements.define('media-fullscreen-16px', FullScreen16);
1295
1308
  }
1296
1309
  if (!customElements.get('media-reducescreen-16px')) {
1297
1310
  customElements.define('media-reducescreen-16px', ReduceScreen16);
1298
1311
  }
1312
+ import House64 from './icons/House64.js';
1299
1313
  if (!customElements.get('navigation-arrow-arrow--bottom-16px')) {
1300
1314
  customElements.define('navigation-arrow-arrow--bottom-16px', ArrowArrowBottom16);
1301
1315
  }
1302
1316
  if (!customElements.get('navigation-arrow-arrow--left-16px')) {
1303
1317
  customElements.define('navigation-arrow-arrow--left-16px', ArrowArrowLeft16);
1304
1318
  }
1305
- if (!customElements.get('navigation-arrow-arrow--right-16px')) {
1306
- customElements.define('navigation-arrow-arrow--right-16px', ArrowArrowRight16);
1307
- }
1308
1319
  if (!customElements.get('navigation-arrow-arrow--top-16px')) {
1309
1320
  customElements.define('navigation-arrow-arrow--top-16px', ArrowArrowTop16);
1310
1321
  }
@@ -1320,15 +1331,16 @@ if (!customElements.get('navigation-arrow-arrowtopleft-16px')) {
1320
1331
  if (!customElements.get('navigation-arrow-arrowtopright-16px')) {
1321
1332
  customElements.define('navigation-arrow-arrowtopright-16px', ArrowArrowTopRight16);
1322
1333
  }
1323
- if (!customElements.get('navigation-arrow-back-16px')) {
1324
- customElements.define('navigation-arrow-back-16px', ArrowBack16);
1325
- }
1334
+ import View36096 from './icons/View36096.js';
1326
1335
  if (!customElements.get('navigation-arrow-doublearrow--left-16px')) {
1327
1336
  customElements.define('navigation-arrow-doublearrow--left-16px', ArrowDoubleArrowLeft16);
1328
1337
  }
1329
1338
  if (!customElements.get('navigation-arrow-doublearrow--right-16px')) {
1330
1339
  customElements.define('navigation-arrow-doublearrow--right-16px', ArrowDoubleArrowRight16);
1331
1340
  }
1341
+ if (!customElements.get('navigation-arrow-arrow--right-16px')) {
1342
+ customElements.define('navigation-arrow-arrow--right-16px', ArrowArrowRight16);
1343
+ }
1332
1344
  if (!customElements.get('navigation-arrow-down-16px')) {
1333
1345
  customElements.define('navigation-arrow-down-16px', ArrowDown16);
1334
1346
  }
@@ -1353,6 +1365,7 @@ if (!customElements.get('navigation-control-tag--cross-16px')) {
1353
1365
  if (!customElements.get('navigation-display-externallink-16px')) {
1354
1366
  customElements.define('navigation-display-externallink-16px', DisplayExternalLink16);
1355
1367
  }
1368
+ import Paint64 from './icons/Paint64.js';
1356
1369
  if (!customElements.get('navigation-notification-available-16px')) {
1357
1370
  customElements.define('navigation-notification-available-16px', NotificationAvailable16);
1358
1371
  }
@@ -1365,15 +1378,15 @@ if (!customElements.get('navigation-publish-favoritefull-16px')) {
1365
1378
  if (!customElements.get('navigation-publish-lock-16px')) {
1366
1379
  customElements.define('navigation-publish-lock-16px', PublishLock16);
1367
1380
  }
1381
+ if (!customElements.get('navigation-arrow-back-16px')) {
1382
+ customElements.define('navigation-arrow-back-16px', ArrowBack16);
1383
+ }
1368
1384
  if (!customElements.get('payment-euro-16px')) {
1369
1385
  customElements.define('payment-euro-16px', Euro16);
1370
1386
  }
1371
1387
  if (!customElements.get('social-view-like--negative-16px')) {
1372
1388
  customElements.define('social-view-like--negative-16px', ViewLikeNegative16);
1373
1389
  }
1374
- if (!customElements.get('social-view-like--positive-16px')) {
1375
- customElements.define('social-view-like--positive-16px', ViewLikePositive16);
1376
- }
1377
1390
  if (!customElements.get('social-view-star--empty-16px')) {
1378
1391
  customElements.define('social-view-star--empty-16px', ViewStarEmpty16);
1379
1392
  }
@@ -1407,8 +1420,8 @@ if (!customElements.get('instruction-hygiene-danger-24px')) {
1407
1420
  if (!customElements.get('instruction-hygiene-distance-24px')) {
1408
1421
  customElements.define('instruction-hygiene-distance-24px', HygieneDistance24);
1409
1422
  }
1410
- if (!customElements.get('instruction-hygiene-gel-24px')) {
1411
- customElements.define('instruction-hygiene-gel-24px', HygieneGel24);
1423
+ if (!customElements.get('social-view-like--positive-16px')) {
1424
+ customElements.define('social-view-like--positive-16px', ViewLikePositive16);
1412
1425
  }
1413
1426
  if (!customElements.get('instruction-hygiene-mask-24px')) {
1414
1427
  customElements.define('instruction-hygiene-mask-24px', HygieneMask24);
@@ -1437,6 +1450,9 @@ if (!customElements.get('instruction-service-purchasehelp-car--stayinside-24px')
1437
1450
  if (!customElements.get('instruction-service-purchasehelp-loading-24px')) {
1438
1451
  customElements.define('instruction-service-purchasehelp-loading-24px', ServicePurchaseHelpLoading24);
1439
1452
  }
1453
+ if (!customElements.get('instruction-service-purchasehelp-nocarrent-24px')) {
1454
+ customElements.define('instruction-service-purchasehelp-nocarrent-24px', ServicePurchaseHelpNoCarRent24);
1455
+ }
1440
1456
  if (!customElements.get('instruction-service-purchasehelp-request-24px')) {
1441
1457
  customElements.define('instruction-service-purchasehelp-request-24px', ServicePurchaseHelpRequest24);
1442
1458
  }
@@ -1449,12 +1465,12 @@ if (!customElements.get('instruction-universe-essentialproduct-24px')) {
1449
1465
  if (!customElements.get('logotypes-payment-monochrome-bizum-24px')) {
1450
1466
  customElements.define('logotypes-payment-monochrome-bizum-24px', PaymentMonochromeBizum24);
1451
1467
  }
1468
+ if (!customElements.get('logotypes-payment-monochrome-blik-24px')) {
1469
+ customElements.define('logotypes-payment-monochrome-blik-24px', PaymentMonochromeBlik24);
1470
+ }
1452
1471
  if (!customElements.get('logotypes-payment-monochrome-bonificobancario-24px')) {
1453
1472
  customElements.define('logotypes-payment-monochrome-bonificobancario-24px', PaymentMonochromeBonificoBancario24);
1454
1473
  }
1455
- if (!customElements.get('instruction-service-purchasehelp-nocarrent-24px')) {
1456
- customElements.define('instruction-service-purchasehelp-nocarrent-24px', ServicePurchaseHelpNoCarRent24);
1457
- }
1458
1474
  if (!customElements.get('logotypes-payment-monochrome-fintecture-24px')) {
1459
1475
  customElements.define('logotypes-payment-monochrome-fintecture-24px', PaymentMonochromeFintecture24);
1460
1476
  }
@@ -1479,6 +1495,9 @@ if (!customElements.get('logotypes-payment-monochrome-oney--4x-24px')) {
1479
1495
  if (!customElements.get('logotypes-payment-monochrome-oneyraty-24px')) {
1480
1496
  customElements.define('logotypes-payment-monochrome-oneyraty-24px', PaymentMonochromeOneyRaty24);
1481
1497
  }
1498
+ if (!customElements.get('logotypes-payment-monochrome-postepay-24px')) {
1499
+ customElements.define('logotypes-payment-monochrome-postepay-24px', PaymentMonochromePostepay24);
1500
+ }
1482
1501
  if (!customElements.get('logotypes-payment-monochrome-paypal-24px')) {
1483
1502
  customElements.define('logotypes-payment-monochrome-paypal-24px', PaymentMonochromePayPal24);
1484
1503
  }
@@ -1500,12 +1519,13 @@ if (!customElements.get('media-code-24px')) {
1500
1519
  if (!customElements.get('media-document-24px')) {
1501
1520
  customElements.define('media-document-24px', Document24);
1502
1521
  }
1503
- if (!customElements.get('media-download-app-24px')) {
1504
- customElements.define('media-download-app-24px', DownloadApp24);
1522
+ if (!customElements.get('instruction-hygiene-gel-24px')) {
1523
+ customElements.define('instruction-hygiene-gel-24px', HygieneGel24);
1505
1524
  }
1506
1525
  if (!customElements.get('media-download-web-24px')) {
1507
1526
  customElements.define('media-download-web-24px', DownloadWeb24);
1508
1527
  }
1528
+ import PartnerCompany64 from './icons/PartnerCompany64.js';
1509
1529
  if (!customElements.get('media-fullscreen-24px')) {
1510
1530
  customElements.define('media-fullscreen-24px', FullScreen24);
1511
1531
  }
@@ -1515,8 +1535,8 @@ if (!customElements.get('media-gauge-24px')) {
1515
1535
  if (!customElements.get('media-group-24px')) {
1516
1536
  customElements.define('media-group-24px', Group24);
1517
1537
  }
1518
- if (!customElements.get('media-image-alt-24px')) {
1519
- customElements.define('media-image-alt-24px', Imagealt24);
1538
+ if (!customElements.get('media-download-app-24px')) {
1539
+ customElements.define('media-download-app-24px', DownloadApp24);
1520
1540
  }
1521
1541
  if (!customElements.get('media-nopicture-24px')) {
1522
1542
  customElements.define('media-nopicture-24px', NoPicture24);
@@ -1542,9 +1562,6 @@ if (!customElements.get('media-print-24px')) {
1542
1562
  if (!customElements.get('media-project-24px')) {
1543
1563
  customElements.define('media-project-24px', Project24);
1544
1564
  }
1545
- if (!customElements.get('media-push-pin-off-24px')) {
1546
- customElements.define('media-push-pin-off-24px', Pushpinoff24);
1547
- }
1548
1565
  if (!customElements.get('media-read-24px')) {
1549
1566
  customElements.define('media-read-24px', Read24);
1550
1567
  }
@@ -1566,30 +1583,30 @@ if (!customElements.get('media-sound-24px')) {
1566
1583
  if (!customElements.get('media-stop-24px')) {
1567
1584
  customElements.define('media-stop-24px', Stop24);
1568
1585
  }
1569
- if (!customElements.get('media-timeread-24px')) {
1570
- customElements.define('media-timeread-24px', TimeRead24);
1571
- }
1572
1586
  if (!customElements.get('media-upload-24px')) {
1573
1587
  customElements.define('media-upload-24px', Upload24);
1574
1588
  }
1575
1589
  if (!customElements.get('media-view360-24px')) {
1576
1590
  customElements.define('media-view360-24px', View36024);
1577
1591
  }
1592
+ if (!customElements.get('media-timeread-24px')) {
1593
+ customElements.define('media-timeread-24px', TimeRead24);
1594
+ }
1578
1595
  if (!customElements.get('navigation-arrow-arrow--bottom-24px')) {
1579
1596
  customElements.define('navigation-arrow-arrow--bottom-24px', ArrowArrowBottom24);
1580
1597
  }
1581
1598
  if (!customElements.get('navigation-arrow-arrow--left-24px')) {
1582
1599
  customElements.define('navigation-arrow-arrow--left-24px', ArrowArrowLeft24);
1583
1600
  }
1584
- if (!customElements.get('navigation-arrow-arrow--right-24px')) {
1585
- customElements.define('navigation-arrow-arrow--right-24px', ArrowArrowRight24);
1586
- }
1587
1601
  if (!customElements.get('navigation-arrow-arrow--top-24px')) {
1588
1602
  customElements.define('navigation-arrow-arrow--top-24px', ArrowArrowTop24);
1589
1603
  }
1590
1604
  if (!customElements.get('navigation-arrow-arrowbottomleft-24px')) {
1591
1605
  customElements.define('navigation-arrow-arrowbottomleft-24px', ArrowArrowBottomLeft24);
1592
1606
  }
1607
+ if (!customElements.get('media-push-pin-off-24px')) {
1608
+ customElements.define('media-push-pin-off-24px', Pushpinoff24);
1609
+ }
1593
1610
  if (!customElements.get('navigation-arrow-arrowbottomright-24px')) {
1594
1611
  customElements.define('navigation-arrow-arrowbottomright-24px', ArrowArrowBottomRight24);
1595
1612
  }
@@ -1605,18 +1622,21 @@ if (!customElements.get('navigation-arrow-back-24px')) {
1605
1622
  if (!customElements.get('navigation-arrow-doublearrow--left-24px')) {
1606
1623
  customElements.define('navigation-arrow-doublearrow--left-24px', ArrowDoubleArrowLeft24);
1607
1624
  }
1608
- if (!customElements.get('navigation-arrow-doublearrow--right-24px')) {
1609
- customElements.define('navigation-arrow-doublearrow--right-24px', ArrowDoubleArrowRight24);
1610
- }
1611
1625
  if (!customElements.get('navigation-arrow-down-24px')) {
1612
1626
  customElements.define('navigation-arrow-down-24px', ArrowDown24);
1613
1627
  }
1628
+ if (!customElements.get('navigation-arrow-doublearrow--right-24px')) {
1629
+ customElements.define('navigation-arrow-doublearrow--right-24px', ArrowDoubleArrowRight24);
1630
+ }
1614
1631
  if (!customElements.get('navigation-arrow-next-24px')) {
1615
1632
  customElements.define('navigation-arrow-next-24px', ArrowNext24);
1616
1633
  }
1617
1634
  if (!customElements.get('navigation-arrow-up-24px')) {
1618
1635
  customElements.define('navigation-arrow-up-24px', ArrowUp24);
1619
1636
  }
1637
+ if (!customElements.get('navigation-arrow-arrow--right-24px')) {
1638
+ customElements.define('navigation-arrow-arrow--right-24px', ArrowArrowRight24);
1639
+ }
1620
1640
  if (!customElements.get('navigation-control-circle--cross-24px')) {
1621
1641
  customElements.define('navigation-control-circle--cross-24px', ControlCircleCross24);
1622
1642
  }
@@ -1629,21 +1649,24 @@ if (!customElements.get('navigation-control-circle--more-24px')) {
1629
1649
  if (!customElements.get('navigation-control-cross-24px')) {
1630
1650
  customElements.define('navigation-control-cross-24px', ControlCross24);
1631
1651
  }
1652
+ if (!customElements.get('media-image-alt-24px')) {
1653
+ customElements.define('media-image-alt-24px', Imagealt24);
1654
+ }
1632
1655
  if (!customElements.get('navigation-control-less-24px')) {
1633
1656
  customElements.define('navigation-control-less-24px', ControlLess24);
1634
1657
  }
1635
1658
  if (!customElements.get('navigation-control-more-24px')) {
1636
1659
  customElements.define('navigation-control-more-24px', ControlMore24);
1637
1660
  }
1638
- if (!customElements.get('navigation-control-tag--cross-24px')) {
1639
- customElements.define('navigation-control-tag--cross-24px', ControlTagCross24);
1640
- }
1641
1661
  if (!customElements.get('navigation-display-blink-24px')) {
1642
1662
  customElements.define('navigation-display-blink-24px', DisplayBlink24);
1643
1663
  }
1644
1664
  if (!customElements.get('navigation-display-calendar-24px')) {
1645
1665
  customElements.define('navigation-display-calendar-24px', DisplayCalendar24);
1646
1666
  }
1667
+ if (!customElements.get('navigation-control-tag--cross-24px')) {
1668
+ customElements.define('navigation-control-tag--cross-24px', ControlTagCross24);
1669
+ }
1647
1670
  if (!customElements.get('navigation-display-connect-24px')) {
1648
1671
  customElements.define('navigation-display-connect-24px', DisplayConnect24);
1649
1672
  }
@@ -1719,9 +1742,6 @@ if (!customElements.get('navigation-display-searchproduct-24px')) {
1719
1742
  if (!customElements.get('navigation-display-setting-24px')) {
1720
1743
  customElements.define('navigation-display-setting-24px', DisplaySetting24);
1721
1744
  }
1722
- if (!customElements.get('navigation-display-view-24px')) {
1723
- customElements.define('navigation-display-view-24px', DisplayView24);
1724
- }
1725
1745
  if (!customElements.get('navigation-display-vocalsearch-24px')) {
1726
1746
  customElements.define('navigation-display-vocalsearch-24px', DisplayVocalSearch24);
1727
1747
  }
@@ -1731,8 +1751,8 @@ if (!customElements.get('navigation-notification-available-24px')) {
1731
1751
  if (!customElements.get('navigation-notification-bell-24px')) {
1732
1752
  customElements.define('navigation-notification-bell-24px', NotificationBell24);
1733
1753
  }
1734
- if (!customElements.get('navigation-notification-circle--available-24px')) {
1735
- customElements.define('navigation-notification-circle--available-24px', NotificationCircleAvailable24);
1754
+ if (!customElements.get('navigation-display-view-24px')) {
1755
+ customElements.define('navigation-display-view-24px', DisplayView24);
1736
1756
  }
1737
1757
  if (!customElements.get('navigation-notification-information-24px')) {
1738
1758
  customElements.define('navigation-notification-information-24px', NotificationInformation24);
@@ -1761,6 +1781,9 @@ if (!customElements.get('navigation-publish-lock-24px')) {
1761
1781
  if (!customElements.get('navigation-publish-send-24px')) {
1762
1782
  customElements.define('navigation-publish-send-24px', PublishSend24);
1763
1783
  }
1784
+ if (!customElements.get('navigation-notification-circle--available-24px')) {
1785
+ customElements.define('navigation-notification-circle--available-24px', NotificationCircleAvailable24);
1786
+ }
1764
1787
  if (!customElements.get('navigation-publish-trashbin-24px')) {
1765
1788
  customElements.define('navigation-publish-trashbin-24px', PublishTrashbin24);
1766
1789
  }
@@ -1812,6 +1835,9 @@ if (!customElements.get('payment-cards-monochrome-paylib-24px')) {
1812
1835
  if (!customElements.get('payment-cards-monochrome-paypal-24px')) {
1813
1836
  customElements.define('payment-cards-monochrome-paypal-24px', CardsMonochromePaypal24);
1814
1837
  }
1838
+ if (!customElements.get('payment-cards-monochrome-visa-24px')) {
1839
+ customElements.define('payment-cards-monochrome-visa-24px', CardsMonochromeVisa24);
1840
+ }
1815
1841
  if (!customElements.get('payment-detailsorder-24px')) {
1816
1842
  customElements.define('payment-detailsorder-24px', DetailsOrder24);
1817
1843
  }
@@ -1827,18 +1853,21 @@ if (!customElements.get('payment-receipt-zloty-24px')) {
1827
1853
  if (!customElements.get('payment-safepayment1-24px')) {
1828
1854
  customElements.define('payment-safepayment1-24px', SafePayment124);
1829
1855
  }
1830
- if (!customElements.get('payment-cards-monochrome-visa-24px')) {
1831
- customElements.define('payment-cards-monochrome-visa-24px', CardsMonochromeVisa24);
1832
- }
1833
- if (!customElements.get('product-aspect-quantity-24px')) {
1834
- customElements.define('product-aspect-quantity-24px', AspectQuantity24);
1835
- }
1836
1856
  if (!customElements.get('payment-safepayment2-24px')) {
1837
1857
  customElements.define('payment-safepayment2-24px', SafePayment224);
1838
1858
  }
1859
+ if (!customElements.get('payment-transfer-24px')) {
1860
+ customElements.define('payment-transfer-24px', Transfer24);
1861
+ }
1839
1862
  if (!customElements.get('payment-zloty-24px')) {
1840
1863
  customElements.define('payment-zloty-24px', Zloty24);
1841
1864
  }
1865
+ if (!customElements.get('product-aspect-quantity-24px')) {
1866
+ customElements.define('product-aspect-quantity-24px', AspectQuantity24);
1867
+ }
1868
+ if (!customElements.get('product-aspect-size-24px')) {
1869
+ customElements.define('product-aspect-size-24px', AspectSize24);
1870
+ }
1842
1871
  if (!customElements.get('product-aspect-weight-24px')) {
1843
1872
  customElements.define('product-aspect-weight-24px', AspectWeight24);
1844
1873
  }
@@ -1902,9 +1931,6 @@ if (!customElements.get('product-promise-scan-24px')) {
1902
1931
  if (!customElements.get('product-promise-warranty-24px')) {
1903
1932
  customElements.define('product-promise-warranty-24px', PromiseWarranty24);
1904
1933
  }
1905
- if (!customElements.get('product-trolley-24px')) {
1906
- customElements.define('product-trolley-24px', Trolley24);
1907
- }
1908
1934
  if (!customElements.get('project-describeproject-24px')) {
1909
1935
  customElements.define('project-describeproject-24px', DescribeProject24);
1910
1936
  }
@@ -1977,9 +2003,6 @@ if (!customElements.get('service-time-delivery--2h-24px')) {
1977
2003
  if (!customElements.get('service-time-delivery--3h-24px')) {
1978
2004
  customElements.define('service-time-delivery--3h-24px', TimeDelivery3h24);
1979
2005
  }
1980
- if (!customElements.get('service-time-delivery--48h-24px')) {
1981
- customElements.define('service-time-delivery--48h-24px', TimeDelivery48h24);
1982
- }
1983
2006
  if (!customElements.get('service-time-timedecline-24px')) {
1984
2007
  customElements.define('service-time-timedecline-24px', TimeTimeDecline24);
1985
2008
  }
@@ -1995,12 +2018,12 @@ if (!customElements.get('service-tools-comparator-24px')) {
1995
2018
  if (!customElements.get('social-comment-comment-24px')) {
1996
2019
  customElements.define('social-comment-comment-24px', CommentComment24);
1997
2020
  }
2021
+ if (!customElements.get('product-trolley-24px')) {
2022
+ customElements.define('product-trolley-24px', Trolley24);
2023
+ }
1998
2024
  if (!customElements.get('social-comment-community-24px')) {
1999
2025
  customElements.define('social-comment-community-24px', CommentCommunity24);
2000
2026
  }
2001
- if (!customElements.get('social-comment-question--article-24px')) {
2002
- customElements.define('social-comment-question--article-24px', CommentQuestionArticle24);
2003
- }
2004
2027
  if (!customElements.get('social-comment-report-24px')) {
2005
2028
  customElements.define('social-comment-report-24px', CommentReport24);
2006
2029
  }
@@ -2010,8 +2033,8 @@ if (!customElements.get('social-share-shareandroid-24px')) {
2010
2033
  if (!customElements.get('social-share-shareios-24px')) {
2011
2034
  customElements.define('social-share-shareios-24px', ShareShareIOS24);
2012
2035
  }
2013
- if (!customElements.get('social-socialnetwork-facebook-24px')) {
2014
- customElements.define('social-socialnetwork-facebook-24px', SocialNetworkFacebook24);
2036
+ if (!customElements.get('service-time-delivery--48h-24px')) {
2037
+ customElements.define('service-time-delivery--48h-24px', TimeDelivery48h24);
2015
2038
  }
2016
2039
  if (!customElements.get('social-socialnetwork-instagram-24px')) {
2017
2040
  customElements.define('social-socialnetwork-instagram-24px', SocialNetworkInstagram24);
@@ -2028,6 +2051,9 @@ if (!customElements.get('social-socialnetwork-spotify-24px')) {
2028
2051
  if (!customElements.get('social-socialnetwork-telegram-24px')) {
2029
2052
  customElements.define('social-socialnetwork-telegram-24px', SocialNetworkTelegram24);
2030
2053
  }
2054
+ if (!customElements.get('social-socialnetwork-facebook-24px')) {
2055
+ customElements.define('social-socialnetwork-facebook-24px', SocialNetworkFacebook24);
2056
+ }
2031
2057
  if (!customElements.get('social-socialnetwork-x-24px')) {
2032
2058
  customElements.define('social-socialnetwork-x-24px', SocialNetworkX24);
2033
2059
  }
@@ -2046,18 +2072,21 @@ if (!customElements.get('social-view-star--empty-24px')) {
2046
2072
  if (!customElements.get('social-view-star--full-24px')) {
2047
2073
  customElements.define('social-view-star--full-24px', ViewStarFull24);
2048
2074
  }
2075
+ if (!customElements.get('social-view-star--half-24px')) {
2076
+ customElements.define('social-view-star--half-24px', ViewStarHalf24);
2077
+ }
2049
2078
  if (!customElements.get('social-view-testerview-24px')) {
2050
2079
  customElements.define('social-view-testerview-24px', ViewTesterView24);
2051
2080
  }
2052
2081
  if (!customElements.get('store-itinerary-24px')) {
2053
2082
  customElements.define('store-itinerary-24px', Itinerary24);
2054
2083
  }
2055
- if (!customElements.get('social-view-star--half-24px')) {
2056
- customElements.define('social-view-star--half-24px', ViewStarHalf24);
2057
- }
2058
2084
  if (!customElements.get('store-locator-24px')) {
2059
2085
  customElements.define('store-locator-24px', Locator24);
2060
2086
  }
2087
+ if (!customElements.get('social-socialnetwork-tiktok-24px')) {
2088
+ customElements.define('social-socialnetwork-tiktok-24px', SocialNetworkTiktok24);
2089
+ }
2061
2090
  if (!customElements.get('store-logo-24px')) {
2062
2091
  customElements.define('store-logo-24px', Logo24);
2063
2092
  }
@@ -2073,12 +2102,6 @@ if (!customElements.get('store-monochrome-storelocation-24px')) {
2073
2102
  if (!customElements.get('store-monochrome-storelocation-bm-24px')) {
2074
2103
  customElements.define('store-monochrome-storelocation-bm-24px', MonochromeStoreLocationbm24);
2075
2104
  }
2076
- if (!customElements.get('product-aspect-size-24px')) {
2077
- customElements.define('product-aspect-size-24px', AspectSize24);
2078
- }
2079
- if (!customElements.get('store-storebm-24px')) {
2080
- customElements.define('store-storebm-24px', StoreBM24);
2081
- }
2082
2105
  if (!customElements.get('store-storelm-24px')) {
2083
2106
  customElements.define('store-storelm-24px', StoreLM24);
2084
2107
  }
@@ -2109,8 +2132,8 @@ if (!customElements.get('universe-dressing-24px')) {
2109
2132
  if (!customElements.get('universe-drill-alt-24px')) {
2110
2133
  customElements.define('universe-drill-alt-24px', Drillalt24);
2111
2134
  }
2112
- if (!customElements.get('universe-electricity-24px')) {
2113
- customElements.define('universe-electricity-24px', Electricity24);
2135
+ if (!customElements.get('social-comment-question--article-24px')) {
2136
+ customElements.define('social-comment-question--article-24px', CommentQuestionArticle24);
2114
2137
  }
2115
2138
  if (!customElements.get('universe-enki-24px')) {
2116
2139
  customElements.define('universe-enki-24px', Enki24);
@@ -2118,14 +2141,17 @@ if (!customElements.get('universe-enki-24px')) {
2118
2141
  if (!customElements.get('universe-floor-24px')) {
2119
2142
  customElements.define('universe-floor-24px', Floor24);
2120
2143
  }
2144
+ if (!customElements.get('store-storebm-24px')) {
2145
+ customElements.define('store-storebm-24px', StoreBM24);
2146
+ }
2121
2147
  if (!customElements.get('universe-garage-24px')) {
2122
2148
  customElements.define('universe-garage-24px', Garage24);
2123
2149
  }
2124
2150
  if (!customElements.get('universe-garden-24px')) {
2125
2151
  customElements.define('universe-garden-24px', Garden24);
2126
2152
  }
2127
- if (!customElements.get('universe-garden1-24px')) {
2128
- customElements.define('universe-garden1-24px', Garden124);
2153
+ if (!customElements.get('universe-electricity-24px')) {
2154
+ customElements.define('universe-electricity-24px', Electricity24);
2129
2155
  }
2130
2156
  if (!customElements.get('universe-garden2-24px')) {
2131
2157
  customElements.define('universe-garden2-24px', Garden224);
@@ -2148,11 +2174,8 @@ if (!customElements.get('universe-insulation-alt-24px')) {
2148
2174
  if (!customElements.get('universe-kids-24px')) {
2149
2175
  customElements.define('universe-kids-24px', Kids24);
2150
2176
  }
2151
- if (!customElements.get('universe-kitchen-24px')) {
2152
- customElements.define('universe-kitchen-24px', Kitchen24);
2153
- }
2154
- if (!customElements.get('universe-kitchen-alt-24px')) {
2155
- customElements.define('universe-kitchen-alt-24px', Kitchenalt24);
2177
+ if (!customElements.get('universe-garden1-24px')) {
2178
+ customElements.define('universe-garden1-24px', Garden124);
2156
2179
  }
2157
2180
  if (!customElements.get('universe-kitchen2-24px')) {
2158
2181
  customElements.define('universe-kitchen2-24px', Kitchen224);
@@ -2187,8 +2210,8 @@ if (!customElements.get('universe-security-24px')) {
2187
2210
  if (!customElements.get('universe-stairs-24px')) {
2188
2211
  customElements.define('universe-stairs-24px', Stairs24);
2189
2212
  }
2190
- if (!customElements.get('universe-terrace-24px')) {
2191
- customElements.define('universe-terrace-24px', Terrace24);
2213
+ if (!customElements.get('universe-kitchen-alt-24px')) {
2214
+ customElements.define('universe-kitchen-alt-24px', Kitchenalt24);
2192
2215
  }
2193
2216
  if (!customElements.get('universe-tool-24px')) {
2194
2217
  customElements.define('universe-tool-24px', Tool24);
@@ -2205,6 +2228,9 @@ if (!customElements.get('universe-wood-flooring-24px')) {
2205
2228
  if (!customElements.get('universe-wood-flooring-alt-24px')) {
2206
2229
  customElements.define('universe-wood-flooring-alt-24px', Woodflooringalt24);
2207
2230
  }
2231
+ if (!customElements.get('universe-kitchen-24px')) {
2232
+ customElements.define('universe-kitchen-24px', Kitchen24);
2233
+ }
2208
2234
  if (!customElements.get('universe-woodsaw-24px')) {
2209
2235
  customElements.define('universe-woodsaw-24px', WoodSaw24);
2210
2236
  }
@@ -2217,9 +2243,6 @@ if (!customElements.get('user-account-customer--passion-24px')) {
2217
2243
  if (!customElements.get('user-account-customer--pro-24px')) {
2218
2244
  customElements.define('user-account-customer--pro-24px', AccountCustomerPro24);
2219
2245
  }
2220
- if (!customElements.get('user-account-profile--man-24px')) {
2221
- customElements.define('user-account-profile--man-24px', AccountProfileMan24);
2222
- }
2223
2246
  if (!customElements.get('user-account-profile--view-24px')) {
2224
2247
  customElements.define('user-account-profile--view-24px', AccountProfileView24);
2225
2248
  }
@@ -2241,8 +2264,8 @@ if (!customElements.get('user-card-idcard-24px')) {
2241
2264
  if (!customElements.get('user-card-loyaltycard-24px')) {
2242
2265
  customElements.define('user-card-loyaltycard-24px', CardLoyaltyCard24);
2243
2266
  }
2244
- if (!customElements.get('user-contact-mail-24px')) {
2245
- customElements.define('user-contact-mail-24px', ContactMail24);
2267
+ if (!customElements.get('universe-terrace-24px')) {
2268
+ customElements.define('universe-terrace-24px', Terrace24);
2246
2269
  }
2247
2270
  if (!customElements.get('user-contact-phone-24px')) {
2248
2271
  customElements.define('user-contact-phone-24px', ContactPhone24);
@@ -2268,9 +2291,6 @@ if (!customElements.get('various-apartment-24px')) {
2268
2291
  if (!customElements.get('various-balcony-24px')) {
2269
2292
  customElements.define('various-balcony-24px', Balcony24);
2270
2293
  }
2271
- if (!customElements.get('various-blower-24px')) {
2272
- customElements.define('various-blower-24px', Blower24);
2273
- }
2274
2294
  if (!customElements.get('various-company-24px')) {
2275
2295
  customElements.define('various-company-24px', Company24);
2276
2296
  }
@@ -2298,6 +2318,9 @@ if (!customElements.get('various-lessondiy-24px')) {
2298
2318
  if (!customElements.get('various-level-24px')) {
2299
2319
  customElements.define('various-level-24px', Level24);
2300
2320
  }
2321
+ if (!customElements.get('user-contact-mail-24px')) {
2322
+ customElements.define('user-contact-mail-24px', ContactMail24);
2323
+ }
2301
2324
  if (!customElements.get('various-paintcan-24px')) {
2302
2325
  customElements.define('various-paintcan-24px', PaintCan24);
2303
2326
  }
@@ -2331,15 +2354,12 @@ if (!customElements.get('various-toolbox-24px')) {
2331
2354
  if (!customElements.get('device-desktop-32px')) {
2332
2355
  customElements.define('device-desktop-32px', Desktop32);
2333
2356
  }
2334
- if (!customElements.get('device-laptop-32px')) {
2335
- customElements.define('device-laptop-32px', Laptop32);
2357
+ if (!customElements.get('device-tablet-32px')) {
2358
+ customElements.define('device-tablet-32px', Tablet32);
2336
2359
  }
2337
2360
  if (!customElements.get('device-mobile-32px')) {
2338
2361
  customElements.define('device-mobile-32px', Mobile32);
2339
2362
  }
2340
- if (!customElements.get('device-tablet-32px')) {
2341
- customElements.define('device-tablet-32px', Tablet32);
2342
- }
2343
2363
  if (!customElements.get('instruction-hygiene-cleaned-32px')) {
2344
2364
  customElements.define('instruction-hygiene-cleaned-32px', HygieneCleaned32);
2345
2365
  }
@@ -2349,8 +2369,8 @@ if (!customElements.get('instruction-hygiene-danger-32px')) {
2349
2369
  if (!customElements.get('instruction-hygiene-distance-32px')) {
2350
2370
  customElements.define('instruction-hygiene-distance-32px', HygieneDistance32);
2351
2371
  }
2352
- if (!customElements.get('instruction-hygiene-gel-32px')) {
2353
- customElements.define('instruction-hygiene-gel-32px', HygieneGel32);
2372
+ if (!customElements.get('various-blower-24px')) {
2373
+ customElements.define('various-blower-24px', Blower24);
2354
2374
  }
2355
2375
  if (!customElements.get('instruction-hygiene-mask-32px')) {
2356
2376
  customElements.define('instruction-hygiene-mask-32px', HygieneMask32);
@@ -2367,15 +2387,15 @@ if (!customElements.get('instruction-payment-checkout-32px')) {
2367
2387
  if (!customElements.get('instruction-payment-nocontact-32px')) {
2368
2388
  customElements.define('instruction-payment-nocontact-32px', PaymentNoContact32);
2369
2389
  }
2390
+ if (!customElements.get('user-account-profile--man-24px')) {
2391
+ customElements.define('user-account-profile--man-24px', AccountProfileMan24);
2392
+ }
2370
2393
  if (!customElements.get('instruction-service-purchasehelp-car--openboot-32px')) {
2371
2394
  customElements.define('instruction-service-purchasehelp-car--openboot-32px', ServicePurchaseHelpCarOpenBoot32);
2372
2395
  }
2373
2396
  if (!customElements.get('instruction-service-purchasehelp-car--standinline-32px')) {
2374
2397
  customElements.define('instruction-service-purchasehelp-car--standinline-32px', ServicePurchaseHelpCarStandInLine32);
2375
2398
  }
2376
- if (!customElements.get('instruction-service-purchasehelp-car--stayinside-32px')) {
2377
- customElements.define('instruction-service-purchasehelp-car--stayinside-32px', ServicePurchaseHelpCarStayInside32);
2378
- }
2379
2399
  if (!customElements.get('instruction-service-purchasehelp-loading-32px')) {
2380
2400
  customElements.define('instruction-service-purchasehelp-loading-32px', ServicePurchaseHelpLoading32);
2381
2401
  }
@@ -2391,15 +2411,15 @@ if (!customElements.get('instruction-service-purchasehelp-truck-32px')) {
2391
2411
  if (!customElements.get('instruction-universe-essentialproduct-32px')) {
2392
2412
  customElements.define('instruction-universe-essentialproduct-32px', UniverseEssentialProduct32);
2393
2413
  }
2394
- if (!customElements.get('logotypes-payment-monochrome-bizum-32px')) {
2395
- customElements.define('logotypes-payment-monochrome-bizum-32px', PaymentMonochromeBizum32);
2414
+ if (!customElements.get('device-laptop-32px')) {
2415
+ customElements.define('device-laptop-32px', Laptop32);
2416
+ }
2417
+ if (!customElements.get('logotypes-payment-monochrome-blik-32px')) {
2418
+ customElements.define('logotypes-payment-monochrome-blik-32px', PaymentMonochromeBlik32);
2396
2419
  }
2397
2420
  if (!customElements.get('logotypes-payment-monochrome-bonificobancario-32px')) {
2398
2421
  customElements.define('logotypes-payment-monochrome-bonificobancario-32px', PaymentMonochromeBonificoBancario32);
2399
2422
  }
2400
- if (!customElements.get('logotypes-payment-monochrome-fintecture-32px')) {
2401
- customElements.define('logotypes-payment-monochrome-fintecture-32px', PaymentMonochromeFintecture32);
2402
- }
2403
2423
  if (!customElements.get('logotypes-payment-monochrome-mb--multibanco-32px')) {
2404
2424
  customElements.define('logotypes-payment-monochrome-mb--multibanco-32px', PaymentMonochromeMBMultibanco32);
2405
2425
  }
@@ -2418,12 +2438,18 @@ if (!customElements.get('logotypes-payment-monochrome-oney--3x4x-32px')) {
2418
2438
  if (!customElements.get('logotypes-payment-monochrome-oney--4x-32px')) {
2419
2439
  customElements.define('logotypes-payment-monochrome-oney--4x-32px', PaymentMonochromeOney4x32);
2420
2440
  }
2441
+ if (!customElements.get('instruction-hygiene-gel-32px')) {
2442
+ customElements.define('instruction-hygiene-gel-32px', HygieneGel32);
2443
+ }
2421
2444
  if (!customElements.get('logotypes-payment-monochrome-oneyraty-32px')) {
2422
2445
  customElements.define('logotypes-payment-monochrome-oneyraty-32px', PaymentMonochromeOneyRaty32);
2423
2446
  }
2424
2447
  if (!customElements.get('logotypes-payment-monochrome-paypal-32px')) {
2425
2448
  customElements.define('logotypes-payment-monochrome-paypal-32px', PaymentMonochromePayPal32);
2426
2449
  }
2450
+ if (!customElements.get('logotypes-payment-monochrome-postepay-32px')) {
2451
+ customElements.define('logotypes-payment-monochrome-postepay-32px', PaymentMonochromePostepay32);
2452
+ }
2427
2453
  if (!customElements.get('logotypes-payment-monochrome-przelesw-32px')) {
2428
2454
  customElements.define('logotypes-payment-monochrome-przelesw-32px', PaymentMonochromePrzelesw32);
2429
2455
  }
@@ -2445,6 +2471,9 @@ if (!customElements.get('media-document-32px')) {
2445
2471
  if (!customElements.get('media-download-app-32px')) {
2446
2472
  customElements.define('media-download-app-32px', DownloadApp32);
2447
2473
  }
2474
+ if (!customElements.get('logotypes-payment-monochrome-bizum-32px')) {
2475
+ customElements.define('logotypes-payment-monochrome-bizum-32px', PaymentMonochromeBizum32);
2476
+ }
2448
2477
  if (!customElements.get('media-download-web-32px')) {
2449
2478
  customElements.define('media-download-web-32px', DownloadWeb32);
2450
2479
  }
@@ -2466,21 +2495,24 @@ if (!customElements.get('media-nopicture-32px')) {
2466
2495
  if (!customElements.get('media-pdf-32px')) {
2467
2496
  customElements.define('media-pdf-32px', Pdf32);
2468
2497
  }
2498
+ if (!customElements.get('instruction-service-purchasehelp-car--stayinside-32px')) {
2499
+ customElements.define('instruction-service-purchasehelp-car--stayinside-32px', ServicePurchaseHelpCarStayInside32);
2500
+ }
2469
2501
  if (!customElements.get('media-picker-32px')) {
2470
2502
  customElements.define('media-picker-32px', Picker32);
2471
2503
  }
2472
2504
  if (!customElements.get('media-play-32px')) {
2473
2505
  customElements.define('media-play-32px', Play32);
2474
2506
  }
2475
- if (!customElements.get('media-player-32px')) {
2476
- customElements.define('media-player-32px', Player32);
2477
- }
2478
- if (!customElements.get('media-print-32px')) {
2479
- customElements.define('media-print-32px', Print32);
2507
+ if (!customElements.get('logotypes-payment-monochrome-fintecture-32px')) {
2508
+ customElements.define('logotypes-payment-monochrome-fintecture-32px', PaymentMonochromeFintecture32);
2480
2509
  }
2481
2510
  if (!customElements.get('media-policies-32px')) {
2482
2511
  customElements.define('media-policies-32px', Policies32);
2483
2512
  }
2513
+ if (!customElements.get('media-print-32px')) {
2514
+ customElements.define('media-print-32px', Print32);
2515
+ }
2484
2516
  if (!customElements.get('media-project-32px')) {
2485
2517
  customElements.define('media-project-32px', Project32);
2486
2518
  }
@@ -2490,12 +2522,6 @@ if (!customElements.get('media-push-pin-32px')) {
2490
2522
  if (!customElements.get('media-push-pin-off-32px')) {
2491
2523
  customElements.define('media-push-pin-off-32px', Pushpinoff32);
2492
2524
  }
2493
- if (!customElements.get('media-read-32px')) {
2494
- customElements.define('media-read-32px', Read32);
2495
- }
2496
- if (!customElements.get('media-reducescreen-32px')) {
2497
- customElements.define('media-reducescreen-32px', ReduceScreen32);
2498
- }
2499
2525
  if (!customElements.get('media-release-32px')) {
2500
2526
  customElements.define('media-release-32px', Release32);
2501
2527
  }
@@ -2517,24 +2543,21 @@ if (!customElements.get('media-timeread-32px')) {
2517
2543
  if (!customElements.get('media-upload-32px')) {
2518
2544
  customElements.define('media-upload-32px', Upload32);
2519
2545
  }
2520
- if (!customElements.get('navigation-arrow-arrow--bottom-32px')) {
2521
- customElements.define('navigation-arrow-arrow--bottom-32px', ArrowArrowBottom32);
2522
- }
2523
2546
  if (!customElements.get('media-view360-32px')) {
2524
2547
  customElements.define('media-view360-32px', View36032);
2525
2548
  }
2549
+ if (!customElements.get('navigation-arrow-arrow--bottom-32px')) {
2550
+ customElements.define('navigation-arrow-arrow--bottom-32px', ArrowArrowBottom32);
2551
+ }
2526
2552
  if (!customElements.get('navigation-arrow-arrow--left-32px')) {
2527
2553
  customElements.define('navigation-arrow-arrow--left-32px', ArrowArrowLeft32);
2528
2554
  }
2529
- if (!customElements.get('navigation-arrow-arrow--right-32px')) {
2530
- customElements.define('navigation-arrow-arrow--right-32px', ArrowArrowRight32);
2555
+ if (!customElements.get('media-player-32px')) {
2556
+ customElements.define('media-player-32px', Player32);
2531
2557
  }
2532
2558
  if (!customElements.get('navigation-arrow-arrow--top-32px')) {
2533
2559
  customElements.define('navigation-arrow-arrow--top-32px', ArrowArrowTop32);
2534
2560
  }
2535
- if (!customElements.get('navigation-arrow-arrowbottomleft-32px')) {
2536
- customElements.define('navigation-arrow-arrowbottomleft-32px', ArrowArrowBottomLeft32);
2537
- }
2538
2561
  if (!customElements.get('navigation-arrow-arrowbottomright-32px')) {
2539
2562
  customElements.define('navigation-arrow-arrowbottomright-32px', ArrowArrowBottomRight32);
2540
2563
  }
@@ -2550,11 +2573,20 @@ if (!customElements.get('navigation-arrow-back-32px')) {
2550
2573
  if (!customElements.get('navigation-arrow-doublearrow--left-32px')) {
2551
2574
  customElements.define('navigation-arrow-doublearrow--left-32px', ArrowDoubleArrowLeft32);
2552
2575
  }
2576
+ if (!customElements.get('media-reducescreen-32px')) {
2577
+ customElements.define('media-reducescreen-32px', ReduceScreen32);
2578
+ }
2553
2579
  if (!customElements.get('navigation-arrow-doublearrow--right-32px')) {
2554
2580
  customElements.define('navigation-arrow-doublearrow--right-32px', ArrowDoubleArrowRight32);
2555
2581
  }
2556
- if (!customElements.get('navigation-arrow-down-32px')) {
2557
- customElements.define('navigation-arrow-down-32px', ArrowDown32);
2582
+ if (!customElements.get('media-read-32px')) {
2583
+ customElements.define('media-read-32px', Read32);
2584
+ }
2585
+ if (!customElements.get('navigation-arrow-arrow--right-32px')) {
2586
+ customElements.define('navigation-arrow-arrow--right-32px', ArrowArrowRight32);
2587
+ }
2588
+ if (!customElements.get('navigation-arrow-arrowbottomleft-32px')) {
2589
+ customElements.define('navigation-arrow-arrowbottomleft-32px', ArrowArrowBottomLeft32);
2558
2590
  }
2559
2591
  if (!customElements.get('navigation-arrow-next-32px')) {
2560
2592
  customElements.define('navigation-arrow-next-32px', ArrowNext32);
@@ -2574,9 +2606,6 @@ if (!customElements.get('navigation-control-circle--more-32px')) {
2574
2606
  if (!customElements.get('navigation-control-cross-32px')) {
2575
2607
  customElements.define('navigation-control-cross-32px', ControlCross32);
2576
2608
  }
2577
- if (!customElements.get('navigation-control-less-32px')) {
2578
- customElements.define('navigation-control-less-32px', ControlLess32);
2579
- }
2580
2609
  if (!customElements.get('navigation-control-more-32px')) {
2581
2610
  customElements.define('navigation-control-more-32px', ControlMore32);
2582
2611
  }
@@ -2601,9 +2630,6 @@ if (!customElements.get('navigation-display-displayfull-outline-32px')) {
2601
2630
  if (!customElements.get('navigation-display-displaylist-filled-32px')) {
2602
2631
  customElements.define('navigation-display-displaylist-filled-32px', DisplayDisplayListFilled32);
2603
2632
  }
2604
- if (!customElements.get('navigation-display-displaylist-outline-32px')) {
2605
- customElements.define('navigation-display-displaylist-outline-32px', DisplayDisplayListOutline32);
2606
- }
2607
2633
  if (!customElements.get('navigation-display-displaymobile--horizontal-32px')) {
2608
2634
  customElements.define('navigation-display-displaymobile--horizontal-32px', DisplayDisplayMobileHorizontal32);
2609
2635
  }
@@ -2646,8 +2672,8 @@ if (!customElements.get('navigation-display-other-32px')) {
2646
2672
  if (!customElements.get('navigation-display-productnumb-32px')) {
2647
2673
  customElements.define('navigation-display-productnumb-32px', DisplayProductNumb32);
2648
2674
  }
2649
- if (!customElements.get('navigation-display-refresh-32px')) {
2650
- customElements.define('navigation-display-refresh-32px', DisplayRefresh32);
2675
+ if (!customElements.get('navigation-control-less-32px')) {
2676
+ customElements.define('navigation-control-less-32px', ControlLess32);
2651
2677
  }
2652
2678
  if (!customElements.get('navigation-display-screenrotation-32px')) {
2653
2679
  customElements.define('navigation-display-screenrotation-32px', DisplayScreenRotation32);
@@ -2664,8 +2690,8 @@ if (!customElements.get('navigation-display-searchproduct-32px')) {
2664
2690
  if (!customElements.get('navigation-display-setting-32px')) {
2665
2691
  customElements.define('navigation-display-setting-32px', DisplaySetting32);
2666
2692
  }
2667
- if (!customElements.get('navigation-display-view-32px')) {
2668
- customElements.define('navigation-display-view-32px', DisplayView32);
2693
+ if (!customElements.get('navigation-display-displaylist-outline-32px')) {
2694
+ customElements.define('navigation-display-displaylist-outline-32px', DisplayDisplayListOutline32);
2669
2695
  }
2670
2696
  if (!customElements.get('navigation-display-vocalsearch-32px')) {
2671
2697
  customElements.define('navigation-display-vocalsearch-32px', DisplayVocalSearch32);
@@ -2673,8 +2699,8 @@ if (!customElements.get('navigation-display-vocalsearch-32px')) {
2673
2699
  if (!customElements.get('navigation-notification-available-32px')) {
2674
2700
  customElements.define('navigation-notification-available-32px', NotificationAvailable32);
2675
2701
  }
2676
- if (!customElements.get('navigation-notification-bell-32px')) {
2677
- customElements.define('navigation-notification-bell-32px', NotificationBell32);
2702
+ if (!customElements.get('navigation-display-view-32px')) {
2703
+ customElements.define('navigation-display-view-32px', DisplayView32);
2678
2704
  }
2679
2705
  if (!customElements.get('navigation-notification-circle--available-32px')) {
2680
2706
  customElements.define('navigation-notification-circle--available-32px', NotificationCircleAvailable32);
@@ -2682,12 +2708,12 @@ if (!customElements.get('navigation-notification-circle--available-32px')) {
2682
2708
  if (!customElements.get('navigation-notification-information-32px')) {
2683
2709
  customElements.define('navigation-notification-information-32px', NotificationInformation32);
2684
2710
  }
2685
- if (!customElements.get('navigation-notification-question-32px')) {
2686
- customElements.define('navigation-notification-question-32px', NotificationQuestion32);
2687
- }
2688
2711
  if (!customElements.get('navigation-notification-warning-32px')) {
2689
2712
  customElements.define('navigation-notification-warning-32px', NotificationWarning32);
2690
2713
  }
2714
+ if (!customElements.get('navigation-notification-bell-32px')) {
2715
+ customElements.define('navigation-notification-bell-32px', NotificationBell32);
2716
+ }
2691
2717
  if (!customElements.get('navigation-publish-copy-32px')) {
2692
2718
  customElements.define('navigation-publish-copy-32px', PublishCopy32);
2693
2719
  }
@@ -2706,18 +2732,30 @@ if (!customElements.get('navigation-publish-lock-32px')) {
2706
2732
  if (!customElements.get('navigation-publish-send-32px')) {
2707
2733
  customElements.define('navigation-publish-send-32px', PublishSend32);
2708
2734
  }
2735
+ if (!customElements.get('navigation-display-refresh-32px')) {
2736
+ customElements.define('navigation-display-refresh-32px', DisplayRefresh32);
2737
+ }
2709
2738
  if (!customElements.get('navigation-publish-trashbin-32px')) {
2710
2739
  customElements.define('navigation-publish-trashbin-32px', PublishTrashbin32);
2711
2740
  }
2741
+ if (!customElements.get('navigation-arrow-down-32px')) {
2742
+ customElements.define('navigation-arrow-down-32px', ArrowDown32);
2743
+ }
2712
2744
  if (!customElements.get('navigation-split-32px')) {
2713
2745
  customElements.define('navigation-split-32px', Split32);
2714
2746
  }
2715
2747
  if (!customElements.get('payment-bill-32px')) {
2716
2748
  customElements.define('payment-bill-32px', Bill32);
2717
2749
  }
2750
+ if (!customElements.get('payment-bill-zloty-32px')) {
2751
+ customElements.define('payment-bill-zloty-32px', Billzloty32);
2752
+ }
2718
2753
  if (!customElements.get('payment-cards-monochrome-americanexpress-32px')) {
2719
2754
  customElements.define('payment-cards-monochrome-americanexpress-32px', CardsMonochromeAmericanExpress32);
2720
2755
  }
2756
+ if (!customElements.get('payment-cards-monochrome-cb-32px')) {
2757
+ customElements.define('payment-cards-monochrome-cb-32px', CardsMonochromeCB32);
2758
+ }
2721
2759
  if (!customElements.get('payment-cards-monochrome-cheque-32px')) {
2722
2760
  customElements.define('payment-cards-monochrome-cheque-32px', CardsMonochromeCheque32);
2723
2761
  }
@@ -2751,12 +2789,12 @@ if (!customElements.get('payment-cards-monochrome-paylib-32px')) {
2751
2789
  if (!customElements.get('payment-cards-monochrome-paypal-32px')) {
2752
2790
  customElements.define('payment-cards-monochrome-paypal-32px', CardsMonochromePaypal32);
2753
2791
  }
2754
- if (!customElements.get('payment-bill-zloty-32px')) {
2755
- customElements.define('payment-bill-zloty-32px', Billzloty32);
2756
- }
2757
2792
  if (!customElements.get('payment-cards-monochrome-visa-32px')) {
2758
2793
  customElements.define('payment-cards-monochrome-visa-32px', CardsMonochromeVisa32);
2759
2794
  }
2795
+ if (!customElements.get('payment-detailsorder-32px')) {
2796
+ customElements.define('payment-detailsorder-32px', DetailsOrder32);
2797
+ }
2760
2798
  if (!customElements.get('payment-euro-32px')) {
2761
2799
  customElements.define('payment-euro-32px', Euro32);
2762
2800
  }
@@ -2772,6 +2810,9 @@ if (!customElements.get('payment-safepayment1-32px')) {
2772
2810
  if (!customElements.get('payment-safepayment2-32px')) {
2773
2811
  customElements.define('payment-safepayment2-32px', SafePayment232);
2774
2812
  }
2813
+ if (!customElements.get('payment-transfer-32px')) {
2814
+ customElements.define('payment-transfer-32px', Transfer32);
2815
+ }
2775
2816
  if (!customElements.get('payment-zloty-32px')) {
2776
2817
  customElements.define('payment-zloty-32px', Zloty32);
2777
2818
  }
@@ -2787,12 +2828,12 @@ if (!customElements.get('product-aspect-weight-32px')) {
2787
2828
  if (!customElements.get('product-basket-add-32px')) {
2788
2829
  customElements.define('product-basket-add-32px', BasketAdd32);
2789
2830
  }
2831
+ if (!customElements.get('navigation-notification-question-32px')) {
2832
+ customElements.define('navigation-notification-question-32px', NotificationQuestion32);
2833
+ }
2790
2834
  if (!customElements.get('product-basket-handbag-32px')) {
2791
2835
  customElements.define('product-basket-handbag-32px', BasketHandbag32);
2792
2836
  }
2793
- if (!customElements.get('product-basket-multi-32px')) {
2794
- customElements.define('product-basket-multi-32px', BasketMulti32);
2795
- }
2796
2837
  if (!customElements.get('product-basket-save-32px')) {
2797
2838
  customElements.define('product-basket-save-32px', BasketSave32);
2798
2839
  }
@@ -2817,18 +2858,15 @@ if (!customElements.get('product-promise-destocking-32px')) {
2817
2858
  if (!customElements.get('product-promise-ecoproduct-32px')) {
2818
2859
  customElements.define('product-promise-ecoproduct-32px', PromiseEcoProduct32);
2819
2860
  }
2820
- if (!customElements.get('payment-cards-monochrome-cb-32px')) {
2821
- customElements.define('payment-cards-monochrome-cb-32px', CardsMonochromeCB32);
2822
- }
2823
2861
  if (!customElements.get('product-promise-fashionchoice-32px')) {
2824
2862
  customElements.define('product-promise-fashionchoice-32px', PromiseFashionChoice32);
2825
2863
  }
2864
+ if (!customElements.get('product-promise-funding-32px')) {
2865
+ customElements.define('product-promise-funding-32px', PromiseFunding32);
2866
+ }
2826
2867
  if (!customElements.get('product-promise-madeineurope-32px')) {
2827
2868
  customElements.define('product-promise-madeineurope-32px', PromiseMadeInEurope32);
2828
2869
  }
2829
- if (!customElements.get('product-promise-madeinfrance-32px')) {
2830
- customElements.define('product-promise-madeinfrance-32px', PromiseMadeInFrance32);
2831
- }
2832
2870
  if (!customElements.get('product-promise-modular-32px')) {
2833
2871
  customElements.define('product-promise-modular-32px', PromiseModular32);
2834
2872
  }
@@ -2868,12 +2906,12 @@ if (!customElements.get('service-aftersales-helpline-32px')) {
2868
2906
  if (!customElements.get('service-aftersales-payback-32px')) {
2869
2907
  customElements.define('service-aftersales-payback-32px', AfterSalesPayback32);
2870
2908
  }
2871
- if (!customElements.get('payment-detailsorder-32px')) {
2872
- customElements.define('payment-detailsorder-32px', DetailsOrder32);
2873
- }
2874
2909
  if (!customElements.get('service-aftersales-satisfaction-32px')) {
2875
2910
  customElements.define('service-aftersales-satisfaction-32px', AfterSalesSatisfaction32);
2876
2911
  }
2912
+ if (!customElements.get('service-custom-copykey-32px')) {
2913
+ customElements.define('service-custom-copykey-32px', CustomCopyKey32);
2914
+ }
2877
2915
  if (!customElements.get('service-custom-course-32px')) {
2878
2916
  customElements.define('service-custom-course-32px', CustomCourse32);
2879
2917
  }
@@ -2886,6 +2924,9 @@ if (!customElements.get('service-custom-sample-32px')) {
2886
2924
  if (!customElements.get('service-custom-sharpening-32px')) {
2887
2925
  customElements.define('service-custom-sharpening-32px', CustomSharpening32);
2888
2926
  }
2927
+ if (!customElements.get('product-promise-madeinfrance-32px')) {
2928
+ customElements.define('product-promise-madeinfrance-32px', PromiseMadeInFrance32);
2929
+ }
2889
2930
  if (!customElements.get('service-delivery-delivery-pickup--relaypoint-32px')) {
2890
2931
  customElements.define('service-delivery-delivery-pickup--relaypoint-32px', DeliveryDeliveryPickupRelayPoint32);
2891
2932
  }
@@ -2898,6 +2939,9 @@ if (!customElements.get('service-delivery-delivery--home-32px')) {
2898
2939
  if (!customElements.get('service-delivery-delivery--locker-32px')) {
2899
2940
  customElements.define('service-delivery-delivery--locker-32px', DeliveryDeliveryLocker32);
2900
2941
  }
2942
+ if (!customElements.get('product-basket-multi-32px')) {
2943
+ customElements.define('product-basket-multi-32px', BasketMulti32);
2944
+ }
2901
2945
  if (!customElements.get('service-pallet-32px')) {
2902
2946
  customElements.define('service-pallet-32px', Pallet32);
2903
2947
  }
@@ -2916,9 +2960,6 @@ if (!customElements.get('service-purchasehelp-toolrent-32px')) {
2916
2960
  if (!customElements.get('service-time-delivery--2h-32px')) {
2917
2961
  customElements.define('service-time-delivery--2h-32px', TimeDelivery2h32);
2918
2962
  }
2919
- if (!customElements.get('product-promise-funding-32px')) {
2920
- customElements.define('product-promise-funding-32px', PromiseFunding32);
2921
- }
2922
2963
  if (!customElements.get('service-time-delivery--3h-32px')) {
2923
2964
  customElements.define('service-time-delivery--3h-32px', TimeDelivery3h32);
2924
2965
  }
@@ -2952,13 +2993,6 @@ if (!customElements.get('social-comment-report-32px')) {
2952
2993
  if (!customElements.get('social-share-shareandroid-32px')) {
2953
2994
  customElements.define('social-share-shareandroid-32px', ShareShareAndroid32);
2954
2995
  }
2955
- if (!customElements.get('social-share-shareios-32px')) {
2956
- customElements.define('social-share-shareios-32px', ShareShareIOS32);
2957
- }
2958
- import AspectWeight48 from './icons/AspectWeight48.js';
2959
- if (!customElements.get('social-socialnetwork-facebook-32px')) {
2960
- customElements.define('social-socialnetwork-facebook-32px', SocialNetworkFacebook32);
2961
- }
2962
2996
  if (!customElements.get('social-socialnetwork-instagram-32px')) {
2963
2997
  customElements.define('social-socialnetwork-instagram-32px', SocialNetworkInstagram32);
2964
2998
  }
@@ -2974,6 +3008,9 @@ if (!customElements.get('social-socialnetwork-spotify-32px')) {
2974
3008
  if (!customElements.get('social-socialnetwork-telegram-32px')) {
2975
3009
  customElements.define('social-socialnetwork-telegram-32px', SocialNetworkTelegram32);
2976
3010
  }
3011
+ if (!customElements.get('social-socialnetwork-tiktok-32px')) {
3012
+ customElements.define('social-socialnetwork-tiktok-32px', SocialNetworkTiktok32);
3013
+ }
2977
3014
  if (!customElements.get('social-socialnetwork-x-32px')) {
2978
3015
  customElements.define('social-socialnetwork-x-32px', SocialNetworkX32);
2979
3016
  }
@@ -2992,8 +3029,8 @@ if (!customElements.get('social-view-star--empty-32px')) {
2992
3029
  if (!customElements.get('social-view-star--full-32px')) {
2993
3030
  customElements.define('social-view-star--full-32px', ViewStarFull32);
2994
3031
  }
2995
- if (!customElements.get('social-view-star--half-32px')) {
2996
- customElements.define('social-view-star--half-32px', ViewStarHalf32);
3032
+ if (!customElements.get('social-socialnetwork-facebook-32px')) {
3033
+ customElements.define('social-socialnetwork-facebook-32px', SocialNetworkFacebook32);
2997
3034
  }
2998
3035
  if (!customElements.get('social-view-testerview-32px')) {
2999
3036
  customElements.define('social-view-testerview-32px', ViewTesterView32);
@@ -3031,8 +3068,8 @@ if (!customElements.get('universe-attic-32px')) {
3031
3068
  if (!customElements.get('universe-bathroom-32px')) {
3032
3069
  customElements.define('universe-bathroom-32px', Bathroom32);
3033
3070
  }
3034
- if (!customElements.get('universe-bedroom-32px')) {
3035
- customElements.define('universe-bedroom-32px', Bedroom32);
3071
+ if (!customElements.get('social-share-shareios-32px')) {
3072
+ customElements.define('social-share-shareios-32px', ShareShareIOS32);
3036
3073
  }
3037
3074
  if (!customElements.get('universe-carpentry-32px')) {
3038
3075
  customElements.define('universe-carpentry-32px', Carpentry32);
@@ -3040,6 +3077,9 @@ if (!customElements.get('universe-carpentry-32px')) {
3040
3077
  if (!customElements.get('universe-christmastree-32px')) {
3041
3078
  customElements.define('universe-christmastree-32px', ChristmasTree32);
3042
3079
  }
3080
+ if (!customElements.get('social-view-star--half-32px')) {
3081
+ customElements.define('social-view-star--half-32px', ViewStarHalf32);
3082
+ }
3043
3083
  if (!customElements.get('universe-connectedhome-32px')) {
3044
3084
  customElements.define('universe-connectedhome-32px', ConnectedHome32);
3045
3085
  }
@@ -3058,9 +3098,6 @@ if (!customElements.get('universe-electricity-32px')) {
3058
3098
  if (!customElements.get('universe-enki-32px')) {
3059
3099
  customElements.define('universe-enki-32px', Enki32);
3060
3100
  }
3061
- if (!customElements.get('universe-floor-32px')) {
3062
- customElements.define('universe-floor-32px', Floor32);
3063
- }
3064
3101
  if (!customElements.get('universe-garage-32px')) {
3065
3102
  customElements.define('universe-garage-32px', Garage32);
3066
3103
  }
@@ -3097,12 +3134,12 @@ if (!customElements.get('universe-kitchen-32px')) {
3097
3134
  if (!customElements.get('universe-kitchen-alt-32px')) {
3098
3135
  customElements.define('universe-kitchen-alt-32px', Kitchenalt32);
3099
3136
  }
3100
- if (!customElements.get('universe-kitchen2-32px')) {
3101
- customElements.define('universe-kitchen2-32px', Kitchen232);
3102
- }
3103
3137
  if (!customElements.get('universe-leak-32px')) {
3104
3138
  customElements.define('universe-leak-32px', Leak32);
3105
3139
  }
3140
+ if (!customElements.get('universe-kitchen2-32px')) {
3141
+ customElements.define('universe-kitchen2-32px', Kitchen232);
3142
+ }
3106
3143
  if (!customElements.get('universe-lighting-32px')) {
3107
3144
  customElements.define('universe-lighting-32px', Lighting32);
3108
3145
  }
@@ -3121,8 +3158,8 @@ if (!customElements.get('universe-paint-32px')) {
3121
3158
  if (!customElements.get('universe-pool-32px')) {
3122
3159
  customElements.define('universe-pool-32px', Pool32);
3123
3160
  }
3124
- if (!customElements.get('universe-renewable-energy-32px')) {
3125
- customElements.define('universe-renewable-energy-32px', Renewableenergy32);
3161
+ if (!customElements.get('universe-bedroom-32px')) {
3162
+ customElements.define('universe-bedroom-32px', Bedroom32);
3126
3163
  }
3127
3164
  if (!customElements.get('universe-security-32px')) {
3128
3165
  customElements.define('universe-security-32px', Security32);
@@ -3139,6 +3176,9 @@ if (!customElements.get('universe-tool-32px')) {
3139
3176
  if (!customElements.get('universe-wallpaper-32px')) {
3140
3177
  customElements.define('universe-wallpaper-32px', Wallpaper32);
3141
3178
  }
3179
+ if (!customElements.get('universe-floor-32px')) {
3180
+ customElements.define('universe-floor-32px', Floor32);
3181
+ }
3142
3182
  if (!customElements.get('universe-wood-32px')) {
3143
3183
  customElements.define('universe-wood-32px', Wood32);
3144
3184
  }
@@ -3160,11 +3200,8 @@ if (!customElements.get('user-account-customer--passion-32px')) {
3160
3200
  if (!customElements.get('user-account-customer--pro-32px')) {
3161
3201
  customElements.define('user-account-customer--pro-32px', AccountCustomerPro32);
3162
3202
  }
3163
- if (!customElements.get('user-account-profile--man-32px')) {
3164
- customElements.define('user-account-profile--man-32px', AccountProfileMan32);
3165
- }
3166
- if (!customElements.get('user-account-profile--view-32px')) {
3167
- customElements.define('user-account-profile--view-32px', AccountProfileView32);
3203
+ if (!customElements.get('universe-renewable-energy-32px')) {
3204
+ customElements.define('universe-renewable-energy-32px', Renewableenergy32);
3168
3205
  }
3169
3206
  if (!customElements.get('user-account-profile--woman-32px')) {
3170
3207
  customElements.define('user-account-profile--woman-32px', AccountProfileWoman32);
@@ -3175,14 +3212,14 @@ if (!customElements.get('user-card-funding-32px')) {
3175
3212
  if (!customElements.get('user-card-funding-zloty-32px')) {
3176
3213
  customElements.define('user-card-funding-zloty-32px', CardFundingzloty32);
3177
3214
  }
3178
- if (!customElements.get('user-card-gift-32px')) {
3179
- customElements.define('user-card-gift-32px', CardGift32);
3215
+ if (!customElements.get('user-account-profile--view-32px')) {
3216
+ customElements.define('user-account-profile--view-32px', AccountProfileView32);
3180
3217
  }
3181
3218
  if (!customElements.get('user-card-idcard-32px')) {
3182
3219
  customElements.define('user-card-idcard-32px', CardIDCard32);
3183
3220
  }
3184
- if (!customElements.get('user-card-loyaltycard-32px')) {
3185
- customElements.define('user-card-loyaltycard-32px', CardLoyaltyCard32);
3221
+ if (!customElements.get('user-account-profile--man-32px')) {
3222
+ customElements.define('user-account-profile--man-32px', AccountProfileMan32);
3186
3223
  }
3187
3224
  if (!customElements.get('user-contact-mail-32px')) {
3188
3225
  customElements.define('user-contact-mail-32px', ContactMail32);
@@ -3199,9 +3236,6 @@ if (!customElements.get('user-situation-owner-32px')) {
3199
3236
  if (!customElements.get('user-situation-tenant-32px')) {
3200
3237
  customElements.define('user-situation-tenant-32px', SituationTenant32);
3201
3238
  }
3202
- if (!customElements.get('various-a11y-32px')) {
3203
- customElements.define('various-a11y-32px', A11y32);
3204
- }
3205
3239
  if (!customElements.get('various-administration-32px')) {
3206
3240
  customElements.define('various-administration-32px', Administration32);
3207
3241
  }
@@ -3211,39 +3245,42 @@ if (!customElements.get('various-apartment-32px')) {
3211
3245
  if (!customElements.get('various-balcony-32px')) {
3212
3246
  customElements.define('various-balcony-32px', Balcony32);
3213
3247
  }
3248
+ if (!customElements.get('user-card-gift-32px')) {
3249
+ customElements.define('user-card-gift-32px', CardGift32);
3250
+ }
3214
3251
  if (!customElements.get('various-blower-32px')) {
3215
3252
  customElements.define('various-blower-32px', Blower32);
3216
3253
  }
3217
- if (!customElements.get('various-company-32px')) {
3218
- customElements.define('various-company-32px', Company32);
3219
- }
3220
3254
  if (!customElements.get('various-door-32px')) {
3221
3255
  customElements.define('various-door-32px', Door32);
3222
3256
  }
3223
- if (!customElements.get('various-ecosaving-32px')) {
3224
- customElements.define('various-ecosaving-32px', EcoSaving32);
3257
+ if (!customElements.get('various-company-32px')) {
3258
+ customElements.define('various-company-32px', Company32);
3225
3259
  }
3226
3260
  if (!customElements.get('various-heat-32px')) {
3227
3261
  customElements.define('various-heat-32px', Heat32);
3228
3262
  }
3229
- if (!customElements.get('various-house-32px')) {
3230
- customElements.define('various-house-32px', House32);
3263
+ if (!customElements.get('user-card-loyaltycard-32px')) {
3264
+ customElements.define('user-card-loyaltycard-32px', CardLoyaltyCard32);
3231
3265
  }
3232
3266
  if (!customElements.get('various-increasevalue-32px')) {
3233
3267
  customElements.define('various-increasevalue-32px', IncreaseValue32);
3234
3268
  }
3235
- if (!customElements.get('various-insulation-32px')) {
3236
- customElements.define('various-insulation-32px', Insulation32);
3269
+ if (!customElements.get('various-house-32px')) {
3270
+ customElements.define('various-house-32px', House32);
3271
+ }
3272
+ if (!customElements.get('various-a11y-32px')) {
3273
+ customElements.define('various-a11y-32px', A11y32);
3237
3274
  }
3238
3275
  if (!customElements.get('various-lessondiy-32px')) {
3239
3276
  customElements.define('various-lessondiy-32px', LessonDIY32);
3240
3277
  }
3241
- if (!customElements.get('various-level-32px')) {
3242
- customElements.define('various-level-32px', Level32);
3243
- }
3244
3278
  if (!customElements.get('various-paintcan-32px')) {
3245
3279
  customElements.define('various-paintcan-32px', PaintCan32);
3246
3280
  }
3281
+ if (!customElements.get('various-ecosaving-32px')) {
3282
+ customElements.define('various-ecosaving-32px', EcoSaving32);
3283
+ }
3247
3284
  if (!customElements.get('various-partnercompany-32px')) {
3248
3285
  customElements.define('various-partnercompany-32px', PartnerCompany32);
3249
3286
  }
@@ -3292,8 +3329,8 @@ if (!customElements.get('instruction-hygiene-danger-48px')) {
3292
3329
  if (!customElements.get('instruction-hygiene-distance-48px')) {
3293
3330
  customElements.define('instruction-hygiene-distance-48px', HygieneDistance48);
3294
3331
  }
3295
- if (!customElements.get('instruction-hygiene-gel-48px')) {
3296
- customElements.define('instruction-hygiene-gel-48px', HygieneGel48);
3332
+ if (!customElements.get('various-level-32px')) {
3333
+ customElements.define('various-level-32px', Level32);
3297
3334
  }
3298
3335
  if (!customElements.get('instruction-hygiene-mask-48px')) {
3299
3336
  customElements.define('instruction-hygiene-mask-48px', HygieneMask48);
@@ -3316,6 +3353,9 @@ if (!customElements.get('instruction-service-purchasehelp-car--openboot-48px'))
3316
3353
  if (!customElements.get('instruction-service-purchasehelp-car--standinline-48px')) {
3317
3354
  customElements.define('instruction-service-purchasehelp-car--standinline-48px', ServicePurchaseHelpCarStandInLine48);
3318
3355
  }
3356
+ if (!customElements.get('various-insulation-32px')) {
3357
+ customElements.define('various-insulation-32px', Insulation32);
3358
+ }
3319
3359
  if (!customElements.get('instruction-service-purchasehelp-car--stayinside-48px')) {
3320
3360
  customElements.define('instruction-service-purchasehelp-car--stayinside-48px', ServicePurchaseHelpCarStayInside48);
3321
3361
  }
@@ -3334,12 +3374,12 @@ if (!customElements.get('instruction-service-purchasehelp-truck-48px')) {
3334
3374
  if (!customElements.get('instruction-universe-essentialproduct-48px')) {
3335
3375
  customElements.define('instruction-universe-essentialproduct-48px', UniverseEssentialProduct48);
3336
3376
  }
3337
- if (!customElements.get('service-custom-copykey-32px')) {
3338
- customElements.define('service-custom-copykey-32px', CustomCopyKey32);
3339
- }
3340
3377
  if (!customElements.get('logotypes-payment-monochrome-bizum-48px')) {
3341
3378
  customElements.define('logotypes-payment-monochrome-bizum-48px', PaymentMonochromeBizum48);
3342
3379
  }
3380
+ if (!customElements.get('logotypes-payment-monochrome-blik-48px')) {
3381
+ customElements.define('logotypes-payment-monochrome-blik-48px', PaymentMonochromeBlik48);
3382
+ }
3343
3383
  if (!customElements.get('logotypes-payment-monochrome-bonificobancario-48px')) {
3344
3384
  customElements.define('logotypes-payment-monochrome-bonificobancario-48px', PaymentMonochromeBonificoBancario48);
3345
3385
  }
@@ -3361,15 +3401,18 @@ if (!customElements.get('logotypes-payment-monochrome-oney--3x-48px')) {
3361
3401
  if (!customElements.get('logotypes-payment-monochrome-oney--3x4x-48px')) {
3362
3402
  customElements.define('logotypes-payment-monochrome-oney--3x4x-48px', PaymentMonochromeOney3x4x48);
3363
3403
  }
3364
- if (!customElements.get('logotypes-payment-monochrome-oney--4x-48px')) {
3365
- customElements.define('logotypes-payment-monochrome-oney--4x-48px', PaymentMonochromeOney4x48);
3366
- }
3367
3404
  if (!customElements.get('logotypes-payment-monochrome-oneyraty-48px')) {
3368
3405
  customElements.define('logotypes-payment-monochrome-oneyraty-48px', PaymentMonochromeOneyRaty48);
3369
3406
  }
3407
+ if (!customElements.get('logotypes-payment-monochrome-oney--4x-48px')) {
3408
+ customElements.define('logotypes-payment-monochrome-oney--4x-48px', PaymentMonochromeOney4x48);
3409
+ }
3370
3410
  if (!customElements.get('logotypes-payment-monochrome-paypal-48px')) {
3371
3411
  customElements.define('logotypes-payment-monochrome-paypal-48px', PaymentMonochromePayPal48);
3372
3412
  }
3413
+ if (!customElements.get('logotypes-payment-monochrome-postepay-48px')) {
3414
+ customElements.define('logotypes-payment-monochrome-postepay-48px', PaymentMonochromePostepay48);
3415
+ }
3373
3416
  if (!customElements.get('logotypes-payment-monochrome-przelesw-48px')) {
3374
3417
  customElements.define('logotypes-payment-monochrome-przelesw-48px', PaymentMonochromePrzelesw48);
3375
3418
  }
@@ -3385,12 +3428,12 @@ if (!customElements.get('media-camera-48px')) {
3385
3428
  if (!customElements.get('media-code-48px')) {
3386
3429
  customElements.define('media-code-48px', Code48);
3387
3430
  }
3431
+ if (!customElements.get('instruction-hygiene-gel-48px')) {
3432
+ customElements.define('instruction-hygiene-gel-48px', HygieneGel48);
3433
+ }
3388
3434
  if (!customElements.get('media-document-48px')) {
3389
3435
  customElements.define('media-document-48px', Document48);
3390
3436
  }
3391
- if (!customElements.get('media-download-app-48px')) {
3392
- customElements.define('media-download-app-48px', DownloadApp48);
3393
- }
3394
3437
  if (!customElements.get('media-download-web-48px')) {
3395
3438
  customElements.define('media-download-web-48px', DownloadWeb48);
3396
3439
  }
@@ -3412,9 +3455,6 @@ if (!customElements.get('media-nopicture-48px')) {
3412
3455
  if (!customElements.get('media-pdf-48px')) {
3413
3456
  customElements.define('media-pdf-48px', Pdf48);
3414
3457
  }
3415
- if (!customElements.get('media-picker-48px')) {
3416
- customElements.define('media-picker-48px', Picker48);
3417
- }
3418
3458
  if (!customElements.get('media-play-48px')) {
3419
3459
  customElements.define('media-play-48px', Play48);
3420
3460
  }
@@ -3439,21 +3479,21 @@ if (!customElements.get('media-push-pin-off-48px')) {
3439
3479
  if (!customElements.get('media-read-48px')) {
3440
3480
  customElements.define('media-read-48px', Read48);
3441
3481
  }
3442
- if (!customElements.get('media-reducescreen-48px')) {
3443
- customElements.define('media-reducescreen-48px', ReduceScreen48);
3482
+ if (!customElements.get('media-download-app-48px')) {
3483
+ customElements.define('media-download-app-48px', DownloadApp48);
3444
3484
  }
3445
3485
  if (!customElements.get('media-release-48px')) {
3446
3486
  customElements.define('media-release-48px', Release48);
3447
3487
  }
3448
- if (!customElements.get('media-server-48px')) {
3449
- customElements.define('media-server-48px', Server48);
3450
- }
3451
3488
  if (!customElements.get('media-slideshow-48px')) {
3452
3489
  customElements.define('media-slideshow-48px', Slideshow48);
3453
3490
  }
3454
3491
  if (!customElements.get('media-sound-48px')) {
3455
3492
  customElements.define('media-sound-48px', Sound48);
3456
3493
  }
3494
+ if (!customElements.get('media-reducescreen-48px')) {
3495
+ customElements.define('media-reducescreen-48px', ReduceScreen48);
3496
+ }
3457
3497
  if (!customElements.get('media-stop-48px')) {
3458
3498
  customElements.define('media-stop-48px', Stop48);
3459
3499
  }
@@ -3472,14 +3512,17 @@ if (!customElements.get('navigation-arrow-arrow--bottom-48px')) {
3472
3512
  if (!customElements.get('navigation-arrow-arrow--left-48px')) {
3473
3513
  customElements.define('navigation-arrow-arrow--left-48px', ArrowArrowLeft48);
3474
3514
  }
3475
- if (!customElements.get('navigation-arrow-arrow--right-48px')) {
3476
- customElements.define('navigation-arrow-arrow--right-48px', ArrowArrowRight48);
3515
+ if (!customElements.get('media-server-48px')) {
3516
+ customElements.define('media-server-48px', Server48);
3477
3517
  }
3478
3518
  if (!customElements.get('navigation-arrow-arrow--top-48px')) {
3479
3519
  customElements.define('navigation-arrow-arrow--top-48px', ArrowArrowTop48);
3480
3520
  }
3481
- if (!customElements.get('navigation-arrow-arrowbottomleft-48px')) {
3482
- customElements.define('navigation-arrow-arrowbottomleft-48px', ArrowArrowBottomLeft48);
3521
+ if (!customElements.get('media-picker-48px')) {
3522
+ customElements.define('media-picker-48px', Picker48);
3523
+ }
3524
+ if (!customElements.get('navigation-arrow-arrow--right-48px')) {
3525
+ customElements.define('navigation-arrow-arrow--right-48px', ArrowArrowRight48);
3483
3526
  }
3484
3527
  if (!customElements.get('navigation-arrow-arrowbottomright-48px')) {
3485
3528
  customElements.define('navigation-arrow-arrowbottomright-48px', ArrowArrowBottomRight48);
@@ -3490,9 +3533,6 @@ if (!customElements.get('navigation-arrow-arrowtopleft-48px')) {
3490
3533
  if (!customElements.get('navigation-arrow-arrowtopright-48px')) {
3491
3534
  customElements.define('navigation-arrow-arrowtopright-48px', ArrowArrowTopRight48);
3492
3535
  }
3493
- if (!customElements.get('navigation-arrow-back-48px')) {
3494
- customElements.define('navigation-arrow-back-48px', ArrowBack48);
3495
- }
3496
3536
  if (!customElements.get('navigation-arrow-doublearrow--left-48px')) {
3497
3537
  customElements.define('navigation-arrow-doublearrow--left-48px', ArrowDoubleArrowLeft48);
3498
3538
  }
@@ -3511,12 +3551,12 @@ if (!customElements.get('navigation-arrow-up-48px')) {
3511
3551
  if (!customElements.get('navigation-control-circle--cross-48px')) {
3512
3552
  customElements.define('navigation-control-circle--cross-48px', ControlCircleCross48);
3513
3553
  }
3514
- if (!customElements.get('navigation-control-circle--more-48px')) {
3515
- customElements.define('navigation-control-circle--more-48px', ControlCircleMore48);
3516
- }
3517
3554
  if (!customElements.get('navigation-control-circle--less-48px')) {
3518
3555
  customElements.define('navigation-control-circle--less-48px', ControlCircleLess48);
3519
3556
  }
3557
+ if (!customElements.get('navigation-control-circle--more-48px')) {
3558
+ customElements.define('navigation-control-circle--more-48px', ControlCircleMore48);
3559
+ }
3520
3560
  if (!customElements.get('navigation-control-cross-48px')) {
3521
3561
  customElements.define('navigation-control-cross-48px', ControlCross48);
3522
3562
  }
@@ -3529,9 +3569,6 @@ if (!customElements.get('navigation-control-more-48px')) {
3529
3569
  if (!customElements.get('navigation-control-tag--cross-48px')) {
3530
3570
  customElements.define('navigation-control-tag--cross-48px', ControlTagCross48);
3531
3571
  }
3532
- if (!customElements.get('navigation-display-blink-48px')) {
3533
- customElements.define('navigation-display-blink-48px', DisplayBlink48);
3534
- }
3535
3572
  if (!customElements.get('navigation-display-calendar-48px')) {
3536
3573
  customElements.define('navigation-display-calendar-48px', DisplayCalendar48);
3537
3574
  }
@@ -3544,8 +3581,11 @@ if (!customElements.get('navigation-display-displayfull-filled-48px')) {
3544
3581
  if (!customElements.get('navigation-display-displayfull-outline-48px')) {
3545
3582
  customElements.define('navigation-display-displayfull-outline-48px', DisplayDisplayFullOutline48);
3546
3583
  }
3547
- if (!customElements.get('navigation-display-displaylist-filled-48px')) {
3548
- customElements.define('navigation-display-displaylist-filled-48px', DisplayDisplayListFilled48);
3584
+ if (!customElements.get('navigation-arrow-arrowbottomleft-48px')) {
3585
+ customElements.define('navigation-arrow-arrowbottomleft-48px', ArrowArrowBottomLeft48);
3586
+ }
3587
+ if (!customElements.get('navigation-arrow-back-48px')) {
3588
+ customElements.define('navigation-arrow-back-48px', ArrowBack48);
3549
3589
  }
3550
3590
  if (!customElements.get('navigation-display-displaylist-outline-48px')) {
3551
3591
  customElements.define('navigation-display-displaylist-outline-48px', DisplayDisplayListOutline48);
@@ -3553,8 +3593,8 @@ if (!customElements.get('navigation-display-displaylist-outline-48px')) {
3553
3593
  if (!customElements.get('navigation-display-displaymobile--horizontal-48px')) {
3554
3594
  customElements.define('navigation-display-displaymobile--horizontal-48px', DisplayDisplayMobileHorizontal48);
3555
3595
  }
3556
- if (!customElements.get('navigation-display-displaymobile--vertical-48px')) {
3557
- customElements.define('navigation-display-displaymobile--vertical-48px', DisplayDisplayMobileVertical48);
3596
+ if (!customElements.get('navigation-display-displaylist-filled-48px')) {
3597
+ customElements.define('navigation-display-displaylist-filled-48px', DisplayDisplayListFilled48);
3558
3598
  }
3559
3599
  if (!customElements.get('navigation-display-displayproductx4-filled-48px')) {
3560
3600
  customElements.define('navigation-display-displayproductx4-filled-48px', DisplayDisplayProductX4Filled48);
@@ -3568,12 +3608,12 @@ if (!customElements.get('navigation-display-displayproductx9-48px')) {
3568
3608
  if (!customElements.get('navigation-display-externallink-48px')) {
3569
3609
  customElements.define('navigation-display-externallink-48px', DisplayExternalLink48);
3570
3610
  }
3571
- if (!customElements.get('navigation-display-filter-48px')) {
3572
- customElements.define('navigation-display-filter-48px', DisplayFilter48);
3573
- }
3574
3611
  if (!customElements.get('navigation-display-home-48px')) {
3575
3612
  customElements.define('navigation-display-home-48px', DisplayHome48);
3576
3613
  }
3614
+ if (!customElements.get('navigation-display-blink-48px')) {
3615
+ customElements.define('navigation-display-blink-48px', DisplayBlink48);
3616
+ }
3577
3617
  if (!customElements.get('navigation-display-logout-48px')) {
3578
3618
  customElements.define('navigation-display-logout-48px', DisplayLogOut48);
3579
3619
  }
@@ -3589,8 +3629,8 @@ if (!customElements.get('navigation-display-options-48px')) {
3589
3629
  if (!customElements.get('navigation-display-other-48px')) {
3590
3630
  customElements.define('navigation-display-other-48px', DisplayOther48);
3591
3631
  }
3592
- if (!customElements.get('navigation-display-productnumb-48px')) {
3593
- customElements.define('navigation-display-productnumb-48px', DisplayProductNumb48);
3632
+ if (!customElements.get('navigation-display-displaymobile--vertical-48px')) {
3633
+ customElements.define('navigation-display-displaymobile--vertical-48px', DisplayDisplayMobileVertical48);
3594
3634
  }
3595
3635
  if (!customElements.get('navigation-display-refresh-48px')) {
3596
3636
  customElements.define('navigation-display-refresh-48px', DisplayRefresh48);
@@ -3616,8 +3656,8 @@ if (!customElements.get('navigation-display-view-48px')) {
3616
3656
  if (!customElements.get('navigation-display-vocalsearch-48px')) {
3617
3657
  customElements.define('navigation-display-vocalsearch-48px', DisplayVocalSearch48);
3618
3658
  }
3619
- if (!customElements.get('navigation-notification-available-48px')) {
3620
- customElements.define('navigation-notification-available-48px', NotificationAvailable48);
3659
+ if (!customElements.get('navigation-display-productnumb-48px')) {
3660
+ customElements.define('navigation-display-productnumb-48px', DisplayProductNumb48);
3621
3661
  }
3622
3662
  if (!customElements.get('navigation-notification-bell-48px')) {
3623
3663
  customElements.define('navigation-notification-bell-48px', NotificationBell48);
@@ -3637,9 +3677,6 @@ if (!customElements.get('navigation-notification-warning-48px')) {
3637
3677
  if (!customElements.get('navigation-publish-copy-48px')) {
3638
3678
  customElements.define('navigation-publish-copy-48px', PublishCopy48);
3639
3679
  }
3640
- if (!customElements.get('navigation-publish-edit-48px')) {
3641
- customElements.define('navigation-publish-edit-48px', PublishEdit48);
3642
- }
3643
3680
  if (!customElements.get('navigation-publish-favorite-48px')) {
3644
3681
  customElements.define('navigation-publish-favorite-48px', PublishFavorite48);
3645
3682
  }
@@ -3652,6 +3689,9 @@ if (!customElements.get('navigation-publish-lock-48px')) {
3652
3689
  if (!customElements.get('navigation-publish-send-48px')) {
3653
3690
  customElements.define('navigation-publish-send-48px', PublishSend48);
3654
3691
  }
3692
+ if (!customElements.get('navigation-display-filter-48px')) {
3693
+ customElements.define('navigation-display-filter-48px', DisplayFilter48);
3694
+ }
3655
3695
  if (!customElements.get('navigation-publish-trashbin-48px')) {
3656
3696
  customElements.define('navigation-publish-trashbin-48px', PublishTrashbin48);
3657
3697
  }
@@ -3661,8 +3701,8 @@ if (!customElements.get('navigation-split-48px')) {
3661
3701
  if (!customElements.get('payment-bill-48px')) {
3662
3702
  customElements.define('payment-bill-48px', Bill48);
3663
3703
  }
3664
- if (!customElements.get('payment-bill-zloty-48px')) {
3665
- customElements.define('payment-bill-zloty-48px', Billzloty48);
3704
+ if (!customElements.get('navigation-notification-available-48px')) {
3705
+ customElements.define('navigation-notification-available-48px', NotificationAvailable48);
3666
3706
  }
3667
3707
  if (!customElements.get('payment-cards-monochrome-americanexpress-48px')) {
3668
3708
  customElements.define('payment-cards-monochrome-americanexpress-48px', CardsMonochromeAmericanExpress48);
@@ -3688,15 +3728,15 @@ if (!customElements.get('payment-cards-monochrome-maestro-48px')) {
3688
3728
  if (!customElements.get('payment-cards-monochrome-mastercard-48px')) {
3689
3729
  customElements.define('payment-cards-monochrome-mastercard-48px', CardsMonochromeMastercard48);
3690
3730
  }
3731
+ if (!customElements.get('payment-bill-zloty-48px')) {
3732
+ customElements.define('payment-bill-zloty-48px', Billzloty48);
3733
+ }
3691
3734
  if (!customElements.get('payment-cards-monochrome-oney-48px')) {
3692
3735
  customElements.define('payment-cards-monochrome-oney-48px', CardsMonochromeOney48);
3693
3736
  }
3694
3737
  if (!customElements.get('payment-cards-monochrome-oneyx3-48px')) {
3695
3738
  customElements.define('payment-cards-monochrome-oneyx3-48px', CardsMonochromeOneyX348);
3696
3739
  }
3697
- if (!customElements.get('payment-cards-monochrome-oneyx4-48px')) {
3698
- customElements.define('payment-cards-monochrome-oneyx4-48px', CardsMonochromeOneyX448);
3699
- }
3700
3740
  if (!customElements.get('payment-cards-monochrome-paylib-48px')) {
3701
3741
  customElements.define('payment-cards-monochrome-paylib-48px', CardsMonochromePaylib48);
3702
3742
  }
@@ -3712,11 +3752,8 @@ if (!customElements.get('payment-detailsorder-48px')) {
3712
3752
  if (!customElements.get('payment-euro-48px')) {
3713
3753
  customElements.define('payment-euro-48px', Euro48);
3714
3754
  }
3715
- if (!customElements.get('payment-receipt-48px')) {
3716
- customElements.define('payment-receipt-48px', Receipt48);
3717
- }
3718
- if (!customElements.get('payment-receipt-zloty-48px')) {
3719
- customElements.define('payment-receipt-zloty-48px', Receiptzloty48);
3755
+ if (!customElements.get('payment-cards-monochrome-oneyx4-48px')) {
3756
+ customElements.define('payment-cards-monochrome-oneyx4-48px', CardsMonochromeOneyX448);
3720
3757
  }
3721
3758
  if (!customElements.get('payment-safepayment1-48px')) {
3722
3759
  customElements.define('payment-safepayment1-48px', SafePayment148);
@@ -3724,12 +3761,18 @@ if (!customElements.get('payment-safepayment1-48px')) {
3724
3761
  if (!customElements.get('payment-safepayment2-48px')) {
3725
3762
  customElements.define('payment-safepayment2-48px', SafePayment248);
3726
3763
  }
3764
+ if (!customElements.get('payment-transfer-48px')) {
3765
+ customElements.define('payment-transfer-48px', Transfer48);
3766
+ }
3727
3767
  if (!customElements.get('payment-zloty-48px')) {
3728
3768
  customElements.define('payment-zloty-48px', Zloty48);
3729
3769
  }
3730
3770
  if (!customElements.get('product-aspect-quantity-48px')) {
3731
3771
  customElements.define('product-aspect-quantity-48px', AspectQuantity48);
3732
3772
  }
3773
+ if (!customElements.get('payment-receipt-zloty-48px')) {
3774
+ customElements.define('payment-receipt-zloty-48px', Receiptzloty48);
3775
+ }
3733
3776
  if (!customElements.get('product-aspect-size-48px')) {
3734
3777
  customElements.define('product-aspect-size-48px', AspectSize48);
3735
3778
  }
@@ -3739,8 +3782,8 @@ if (!customElements.get('product-aspect-weight-48px')) {
3739
3782
  if (!customElements.get('product-basket-add-48px')) {
3740
3783
  customElements.define('product-basket-add-48px', BasketAdd48);
3741
3784
  }
3742
- if (!customElements.get('product-basket-handbag-48px')) {
3743
- customElements.define('product-basket-handbag-48px', BasketHandbag48);
3785
+ if (!customElements.get('payment-receipt-48px')) {
3786
+ customElements.define('payment-receipt-48px', Receipt48);
3744
3787
  }
3745
3788
  if (!customElements.get('product-basket-multi-48px')) {
3746
3789
  customElements.define('product-basket-multi-48px', BasketMulti48);
@@ -3754,23 +3797,23 @@ if (!customElements.get('product-basket-standard-48px')) {
3754
3797
  if (!customElements.get('product-list-add-48px')) {
3755
3798
  customElements.define('product-list-add-48px', ListAdd48);
3756
3799
  }
3757
- if (!customElements.get('product-list-standard-48px')) {
3758
- customElements.define('product-list-standard-48px', ListStandard48);
3800
+ if (!customElements.get('navigation-publish-edit-48px')) {
3801
+ customElements.define('navigation-publish-edit-48px', PublishEdit48);
3759
3802
  }
3760
3803
  if (!customElements.get('product-promise-certification-48px')) {
3761
3804
  customElements.define('product-promise-certification-48px', PromiseCertification48);
3762
3805
  }
3763
- if (!customElements.get('product-promise-circulareconomy-48px')) {
3764
- customElements.define('product-promise-circulareconomy-48px', PromiseCircularEconomy48);
3765
- }
3766
3806
  if (!customElements.get('product-promise-destocking-48px')) {
3767
3807
  customElements.define('product-promise-destocking-48px', PromiseDestocking48);
3768
3808
  }
3769
3809
  if (!customElements.get('product-promise-ecoproduct-48px')) {
3770
3810
  customElements.define('product-promise-ecoproduct-48px', PromiseEcoProduct48);
3771
3811
  }
3772
- if (!customElements.get('product-promise-fashionchoice-48px')) {
3773
- customElements.define('product-promise-fashionchoice-48px', PromiseFashionChoice48);
3812
+ if (!customElements.get('product-promise-circulareconomy-48px')) {
3813
+ customElements.define('product-promise-circulareconomy-48px', PromiseCircularEconomy48);
3814
+ }
3815
+ if (!customElements.get('product-basket-handbag-48px')) {
3816
+ customElements.define('product-basket-handbag-48px', BasketHandbag48);
3774
3817
  }
3775
3818
  if (!customElements.get('product-promise-funding-48px')) {
3776
3819
  customElements.define('product-promise-funding-48px', PromiseFunding48);
@@ -3778,33 +3821,33 @@ if (!customElements.get('product-promise-funding-48px')) {
3778
3821
  if (!customElements.get('product-promise-madeineurope-48px')) {
3779
3822
  customElements.define('product-promise-madeineurope-48px', PromiseMadeInEurope48);
3780
3823
  }
3781
- if (!customElements.get('product-promise-madeinfrance-48px')) {
3782
- customElements.define('product-promise-madeinfrance-48px', PromiseMadeInFrance48);
3783
- }
3784
3824
  if (!customElements.get('product-promise-modular-48px')) {
3785
3825
  customElements.define('product-promise-modular-48px', PromiseModular48);
3786
3826
  }
3787
- if (!customElements.get('product-promise-productonpicture-48px')) {
3788
- customElements.define('product-promise-productonpicture-48px', PromiseProductOnPicture48);
3827
+ if (!customElements.get('product-promise-fashionchoice-48px')) {
3828
+ customElements.define('product-promise-fashionchoice-48px', PromiseFashionChoice48);
3789
3829
  }
3790
- if (!customElements.get('product-promise-productsheet-48px')) {
3791
- customElements.define('product-promise-productsheet-48px', PromiseProductSheet48);
3830
+ if (!customElements.get('product-list-standard-48px')) {
3831
+ customElements.define('product-list-standard-48px', ListStandard48);
3792
3832
  }
3793
3833
  if (!customElements.get('product-promise-scan-48px')) {
3794
3834
  customElements.define('product-promise-scan-48px', PromiseScan48);
3795
3835
  }
3796
- if (!customElements.get('product-promise-warranty-48px')) {
3797
- customElements.define('product-promise-warranty-48px', PromiseWarranty48);
3798
- }
3799
3836
  if (!customElements.get('product-trolley-48px')) {
3800
3837
  customElements.define('product-trolley-48px', Trolley48);
3801
3838
  }
3839
+ if (!customElements.get('product-promise-warranty-48px')) {
3840
+ customElements.define('product-promise-warranty-48px', PromiseWarranty48);
3841
+ }
3802
3842
  if (!customElements.get('project-describeproject-48px')) {
3803
3843
  customElements.define('project-describeproject-48px', DescribeProject48);
3804
3844
  }
3805
3845
  if (!customElements.get('project-inspiration-48px')) {
3806
3846
  customElements.define('project-inspiration-48px', Inspiration48);
3807
3847
  }
3848
+ if (!customElements.get('product-promise-productonpicture-48px')) {
3849
+ customElements.define('product-promise-productonpicture-48px', PromiseProductOnPicture48);
3850
+ }
3808
3851
  if (!customElements.get('project-makeproject-48px')) {
3809
3852
  customElements.define('project-makeproject-48px', MakeProject48);
3810
3853
  }
@@ -3823,6 +3866,9 @@ if (!customElements.get('service-aftersales-payback-48px')) {
3823
3866
  if (!customElements.get('service-aftersales-satisfaction-48px')) {
3824
3867
  customElements.define('service-aftersales-satisfaction-48px', AfterSalesSatisfaction48);
3825
3868
  }
3869
+ if (!customElements.get('product-promise-productsheet-48px')) {
3870
+ customElements.define('product-promise-productsheet-48px', PromiseProductSheet48);
3871
+ }
3826
3872
  if (!customElements.get('service-custom-copykey-48px')) {
3827
3873
  customElements.define('service-custom-copykey-48px', CustomCopyKey48);
3828
3874
  }
@@ -3838,12 +3884,6 @@ if (!customElements.get('service-custom-sample-48px')) {
3838
3884
  if (!customElements.get('service-custom-sharpening-48px')) {
3839
3885
  customElements.define('service-custom-sharpening-48px', CustomSharpening48);
3840
3886
  }
3841
- if (!customElements.get('service-delivery-delivery-pickup--relaypoint-48px')) {
3842
- customElements.define('service-delivery-delivery-pickup--relaypoint-48px', DeliveryDeliveryPickupRelayPoint48);
3843
- }
3844
- if (!customElements.get('service-delivery-delivery-pickup--store-48px')) {
3845
- customElements.define('service-delivery-delivery-pickup--store-48px', DeliveryDeliveryPickupStore48);
3846
- }
3847
3887
  if (!customElements.get('service-delivery-delivery--home-48px')) {
3848
3888
  customElements.define('service-delivery-delivery--home-48px', DeliveryDeliveryHome48);
3849
3889
  }
@@ -3859,11 +3899,11 @@ if (!customElements.get('service-purchasehelp-carrent-48px')) {
3859
3899
  if (!customElements.get('service-purchasehelp-homediy-48px')) {
3860
3900
  customElements.define('service-purchasehelp-homediy-48px', PurchaseHelpHomeDIY48);
3861
3901
  }
3862
- if (!customElements.get('service-purchasehelp-homeinstall-48px')) {
3863
- customElements.define('service-purchasehelp-homeinstall-48px', PurchaseHelpHomeInstall48);
3902
+ if (!customElements.get('service-delivery-delivery-pickup--store-48px')) {
3903
+ customElements.define('service-delivery-delivery-pickup--store-48px', DeliveryDeliveryPickupStore48);
3864
3904
  }
3865
- if (!customElements.get('service-time-delivery--2h-48px')) {
3866
- customElements.define('service-time-delivery--2h-48px', TimeDelivery2h48);
3905
+ if (!customElements.get('service-purchasehelp-toolrent-48px')) {
3906
+ customElements.define('service-purchasehelp-toolrent-48px', PurchaseHelpToolRent48);
3867
3907
  }
3868
3908
  if (!customElements.get('service-time-delivery--3h-48px')) {
3869
3909
  customElements.define('service-time-delivery--3h-48px', TimeDelivery3h48);
@@ -3871,8 +3911,11 @@ if (!customElements.get('service-time-delivery--3h-48px')) {
3871
3911
  if (!customElements.get('service-time-delivery--48h-48px')) {
3872
3912
  customElements.define('service-time-delivery--48h-48px', TimeDelivery48h48);
3873
3913
  }
3874
- if (!customElements.get('service-time-timedecline-48px')) {
3875
- customElements.define('service-time-timedecline-48px', TimeTimeDecline48);
3914
+ if (!customElements.get('service-time-delivery--2h-48px')) {
3915
+ customElements.define('service-time-delivery--2h-48px', TimeDelivery2h48);
3916
+ }
3917
+ if (!customElements.get('product-promise-madeinfrance-48px')) {
3918
+ customElements.define('product-promise-madeinfrance-48px', PromiseMadeInFrance48);
3876
3919
  }
3877
3920
  if (!customElements.get('service-tools-3d-48px')) {
3878
3921
  customElements.define('service-tools-3d-48px', Tools3d48);
@@ -3892,8 +3935,11 @@ if (!customElements.get('social-comment-community-48px')) {
3892
3935
  if (!customElements.get('social-comment-question--article-48px')) {
3893
3936
  customElements.define('social-comment-question--article-48px', CommentQuestionArticle48);
3894
3937
  }
3895
- if (!customElements.get('social-comment-report-48px')) {
3896
- customElements.define('social-comment-report-48px', CommentReport48);
3938
+ if (!customElements.get('service-purchasehelp-homeinstall-48px')) {
3939
+ customElements.define('service-purchasehelp-homeinstall-48px', PurchaseHelpHomeInstall48);
3940
+ }
3941
+ if (!customElements.get('service-time-timedecline-48px')) {
3942
+ customElements.define('service-time-timedecline-48px', TimeTimeDecline48);
3897
3943
  }
3898
3944
  if (!customElements.get('social-share-shareandroid-48px')) {
3899
3945
  customElements.define('social-share-shareandroid-48px', ShareShareAndroid48);
@@ -3907,44 +3953,47 @@ if (!customElements.get('social-socialnetwork-facebook-48px')) {
3907
3953
  if (!customElements.get('social-socialnetwork-instagram-48px')) {
3908
3954
  customElements.define('social-socialnetwork-instagram-48px', SocialNetworkInstagram48);
3909
3955
  }
3956
+ if (!customElements.get('social-comment-report-48px')) {
3957
+ customElements.define('social-comment-report-48px', CommentReport48);
3958
+ }
3910
3959
  if (!customElements.get('social-socialnetwork-linkedin-48px')) {
3911
3960
  customElements.define('social-socialnetwork-linkedin-48px', SocialNetworkLinkedin48);
3912
3961
  }
3913
- if (!customElements.get('social-socialnetwork-pinterest-48px')) {
3914
- customElements.define('social-socialnetwork-pinterest-48px', SocialNetworkPinterest48);
3915
- }
3916
3962
  if (!customElements.get('social-socialnetwork-spotify-48px')) {
3917
3963
  customElements.define('social-socialnetwork-spotify-48px', SocialNetworkSpotify48);
3918
3964
  }
3919
3965
  if (!customElements.get('social-socialnetwork-telegram-48px')) {
3920
3966
  customElements.define('social-socialnetwork-telegram-48px', SocialNetworkTelegram48);
3921
3967
  }
3968
+ if (!customElements.get('social-socialnetwork-tiktok-48px')) {
3969
+ customElements.define('social-socialnetwork-tiktok-48px', SocialNetworkTiktok48);
3970
+ }
3922
3971
  if (!customElements.get('social-socialnetwork-x-48px')) {
3923
3972
  customElements.define('social-socialnetwork-x-48px', SocialNetworkX48);
3924
3973
  }
3925
3974
  if (!customElements.get('social-socialnetwork-youtube-48px')) {
3926
3975
  customElements.define('social-socialnetwork-youtube-48px', SocialNetworkYoutube48);
3927
3976
  }
3928
- if (!customElements.get('social-view-like--negative-48px')) {
3929
- customElements.define('social-view-like--negative-48px', ViewLikeNegative48);
3977
+ if (!customElements.get('social-socialnetwork-pinterest-48px')) {
3978
+ customElements.define('social-socialnetwork-pinterest-48px', SocialNetworkPinterest48);
3930
3979
  }
3931
3980
  if (!customElements.get('social-view-like--positive-48px')) {
3932
3981
  customElements.define('social-view-like--positive-48px', ViewLikePositive48);
3933
3982
  }
3934
- if (!customElements.get('social-view-star--empty-48px')) {
3935
- customElements.define('social-view-star--empty-48px', ViewStarEmpty48);
3936
- }
3983
+ if (!customElements.get('service-delivery-delivery-pickup--relaypoint-48px')) {
3984
+ customElements.define('service-delivery-delivery-pickup--relaypoint-48px', DeliveryDeliveryPickupRelayPoint48);
3985
+ }
3937
3986
  if (!customElements.get('social-view-star--full-48px')) {
3938
3987
  customElements.define('social-view-star--full-48px', ViewStarFull48);
3939
3988
  }
3940
3989
  if (!customElements.get('social-view-star--half-48px')) {
3941
3990
  customElements.define('social-view-star--half-48px', ViewStarHalf48);
3942
3991
  }
3943
- if (!customElements.get('service-purchasehelp-toolrent-48px')) {
3944
- customElements.define('service-purchasehelp-toolrent-48px', PurchaseHelpToolRent48);
3992
+ if (!customElements.get('social-view-like--negative-48px')) {
3993
+ customElements.define('social-view-like--negative-48px', ViewLikeNegative48);
3945
3994
  }
3946
- if (!customElements.get('store-itinerary-48px')) {
3947
- customElements.define('store-itinerary-48px', Itinerary48);
3995
+ if (!customElements.get('social-view-testerview-48px')) {
3996
+ customElements.define('social-view-testerview-48px', ViewTesterView48);
3948
3997
  }
3949
3998
  if (!customElements.get('store-locator-48px')) {
3950
3999
  customElements.define('store-locator-48px', Locator48);
@@ -3967,8 +4016,8 @@ if (!customElements.get('store-monochrome-storelocation-bm-48px')) {
3967
4016
  if (!customElements.get('store-storebm-48px')) {
3968
4017
  customElements.define('store-storebm-48px', StoreBM48);
3969
4018
  }
3970
- if (!customElements.get('store-storelm-48px')) {
3971
- customElements.define('store-storelm-48px', StoreLM48);
4019
+ if (!customElements.get('social-view-star--empty-48px')) {
4020
+ customElements.define('social-view-star--empty-48px', ViewStarEmpty48);
3972
4021
  }
3973
4022
  if (!customElements.get('universe-attic-48px')) {
3974
4023
  customElements.define('universe-attic-48px', Attic48);
@@ -3976,21 +4025,24 @@ if (!customElements.get('universe-attic-48px')) {
3976
4025
  if (!customElements.get('universe-bathroom-48px')) {
3977
4026
  customElements.define('universe-bathroom-48px', Bathroom48);
3978
4027
  }
4028
+ if (!customElements.get('store-itinerary-48px')) {
4029
+ customElements.define('store-itinerary-48px', Itinerary48);
4030
+ }
3979
4031
  if (!customElements.get('universe-bedroom-48px')) {
3980
4032
  customElements.define('universe-bedroom-48px', Bedroom48);
3981
4033
  }
3982
4034
  if (!customElements.get('universe-carpentry-48px')) {
3983
4035
  customElements.define('universe-carpentry-48px', Carpentry48);
3984
4036
  }
3985
- if (!customElements.get('universe-christmastree-48px')) {
3986
- customElements.define('universe-christmastree-48px', ChristmasTree48);
3987
- }
3988
- if (!customElements.get('universe-connectedhome-48px')) {
3989
- customElements.define('universe-connectedhome-48px', ConnectedHome48);
4037
+ if (!customElements.get('store-storelm-48px')) {
4038
+ customElements.define('store-storelm-48px', StoreLM48);
3990
4039
  }
3991
4040
  if (!customElements.get('universe-curtains-48px')) {
3992
4041
  customElements.define('universe-curtains-48px', Curtains48);
3993
4042
  }
4043
+ if (!customElements.get('universe-connectedhome-48px')) {
4044
+ customElements.define('universe-connectedhome-48px', ConnectedHome48);
4045
+ }
3994
4046
  if (!customElements.get('universe-dressing-48px')) {
3995
4047
  customElements.define('universe-dressing-48px', Dressing48);
3996
4048
  }
@@ -4003,9 +4055,6 @@ if (!customElements.get('universe-electricity-48px')) {
4003
4055
  if (!customElements.get('universe-enki-48px')) {
4004
4056
  customElements.define('universe-enki-48px', Enki48);
4005
4057
  }
4006
- if (!customElements.get('universe-floor-48px')) {
4007
- customElements.define('universe-floor-48px', Floor48);
4008
- }
4009
4058
  if (!customElements.get('universe-garage-48px')) {
4010
4059
  customElements.define('universe-garage-48px', Garage48);
4011
4060
  }
@@ -4015,8 +4064,8 @@ if (!customElements.get('universe-garden-48px')) {
4015
4064
  if (!customElements.get('universe-garden1-48px')) {
4016
4065
  customElements.define('universe-garden1-48px', Garden148);
4017
4066
  }
4018
- if (!customElements.get('universe-garden2-48px')) {
4019
- customElements.define('universe-garden2-48px', Garden248);
4067
+ if (!customElements.get('universe-christmastree-48px')) {
4068
+ customElements.define('universe-christmastree-48px', ChristmasTree48);
4020
4069
  }
4021
4070
  if (!customElements.get('universe-glass-48px')) {
4022
4071
  customElements.define('universe-glass-48px', Glass48);
@@ -4033,9 +4082,6 @@ if (!customElements.get('universe-heater-48px')) {
4033
4082
  if (!customElements.get('universe-insulation-alt-48px')) {
4034
4083
  customElements.define('universe-insulation-alt-48px', Insulationalt48);
4035
4084
  }
4036
- if (!customElements.get('universe-kids-48px')) {
4037
- customElements.define('universe-kids-48px', Kids48);
4038
- }
4039
4085
  if (!customElements.get('universe-kitchen-48px')) {
4040
4086
  customElements.define('universe-kitchen-48px', Kitchen48);
4041
4087
  }
@@ -4063,9 +4109,6 @@ if (!customElements.get('universe-masonry-alt-48px')) {
4063
4109
  if (!customElements.get('universe-paint-48px')) {
4064
4110
  customElements.define('universe-paint-48px', Paint48);
4065
4111
  }
4066
- if (!customElements.get('universe-pool-48px')) {
4067
- customElements.define('universe-pool-48px', Pool48);
4068
- }
4069
4112
  if (!customElements.get('universe-renewable-energy-48px')) {
4070
4113
  customElements.define('universe-renewable-energy-48px', Renewableenergy48);
4071
4114
  }
@@ -4099,6 +4142,9 @@ if (!customElements.get('universe-woodsaw-48px')) {
4099
4142
  if (!customElements.get('user-account-customer--collaborator-48px')) {
4100
4143
  customElements.define('user-account-customer--collaborator-48px', AccountCustomerCollaborator48);
4101
4144
  }
4145
+ if (!customElements.get('universe-floor-48px')) {
4146
+ customElements.define('universe-floor-48px', Floor48);
4147
+ }
4102
4148
  if (!customElements.get('user-account-customer--passion-48px')) {
4103
4149
  customElements.define('user-account-customer--passion-48px', AccountCustomerPassion48);
4104
4150
  }
@@ -4165,8 +4211,11 @@ if (!customElements.get('various-company-48px')) {
4165
4211
  if (!customElements.get('various-door-48px')) {
4166
4212
  customElements.define('various-door-48px', Door48);
4167
4213
  }
4168
- if (!customElements.get('various-ecosaving-48px')) {
4169
- customElements.define('various-ecosaving-48px', EcoSaving48);
4214
+ if (!customElements.get('universe-garden2-48px')) {
4215
+ customElements.define('universe-garden2-48px', Garden248);
4216
+ }
4217
+ if (!customElements.get('universe-pool-48px')) {
4218
+ customElements.define('universe-pool-48px', Pool48);
4170
4219
  }
4171
4220
  if (!customElements.get('various-heat-48px')) {
4172
4221
  customElements.define('various-heat-48px', Heat48);
@@ -4174,8 +4223,8 @@ if (!customElements.get('various-heat-48px')) {
4174
4223
  if (!customElements.get('various-house-48px')) {
4175
4224
  customElements.define('various-house-48px', House48);
4176
4225
  }
4177
- if (!customElements.get('social-view-testerview-48px')) {
4178
- customElements.define('social-view-testerview-48px', ViewTesterView48);
4226
+ if (!customElements.get('various-increasevalue-48px')) {
4227
+ customElements.define('various-increasevalue-48px', IncreaseValue48);
4179
4228
  }
4180
4229
  if (!customElements.get('various-insulation-48px')) {
4181
4230
  customElements.define('various-insulation-48px', Insulation48);
@@ -4204,9 +4253,6 @@ if (!customElements.get('various-premium-48px')) {
4204
4253
  if (!customElements.get('various-shutter-48px')) {
4205
4254
  customElements.define('various-shutter-48px', Shutter48);
4206
4255
  }
4207
- if (!customElements.get('various-survey-48px')) {
4208
- customElements.define('various-survey-48px', Survey48);
4209
- }
4210
4256
  if (!customElements.get('various-temperature-48px')) {
4211
4257
  customElements.define('various-temperature-48px', Temperature48);
4212
4258
  }
@@ -4216,8 +4262,8 @@ if (!customElements.get('various-thermalcontrol-48px')) {
4216
4262
  if (!customElements.get('various-toolbox-48px')) {
4217
4263
  customElements.define('various-toolbox-48px', ToolBox48);
4218
4264
  }
4219
- if (!customElements.get('device-desktop-64px')) {
4220
- customElements.define('device-desktop-64px', Desktop64);
4265
+ if (!customElements.get('universe-kids-48px')) {
4266
+ customElements.define('universe-kids-48px', Kids48);
4221
4267
  }
4222
4268
  if (!customElements.get('device-laptop-64px')) {
4223
4269
  customElements.define('device-laptop-64px', Laptop64);
@@ -4231,14 +4277,17 @@ if (!customElements.get('device-tablet-64px')) {
4231
4277
  if (!customElements.get('instruction-hygiene-cleaned-64px')) {
4232
4278
  customElements.define('instruction-hygiene-cleaned-64px', HygieneCleaned64);
4233
4279
  }
4280
+ if (!customElements.get('device-desktop-64px')) {
4281
+ customElements.define('device-desktop-64px', Desktop64);
4282
+ }
4234
4283
  if (!customElements.get('instruction-hygiene-danger-64px')) {
4235
4284
  customElements.define('instruction-hygiene-danger-64px', HygieneDanger64);
4236
4285
  }
4237
4286
  if (!customElements.get('instruction-hygiene-distance-64px')) {
4238
4287
  customElements.define('instruction-hygiene-distance-64px', HygieneDistance64);
4239
4288
  }
4240
- if (!customElements.get('instruction-hygiene-gel-64px')) {
4241
- customElements.define('instruction-hygiene-gel-64px', HygieneGel64);
4289
+ if (!customElements.get('various-survey-48px')) {
4290
+ customElements.define('various-survey-48px', Survey48);
4242
4291
  }
4243
4292
  if (!customElements.get('instruction-hygiene-mask-64px')) {
4244
4293
  customElements.define('instruction-hygiene-mask-64px', HygieneMask64);
@@ -4246,8 +4295,8 @@ if (!customElements.get('instruction-hygiene-mask-64px')) {
4246
4295
  if (!customElements.get('instruction-hygiene-nocontact-64px')) {
4247
4296
  customElements.define('instruction-hygiene-nocontact-64px', HygieneNoContact64);
4248
4297
  }
4249
- if (!customElements.get('instruction-hygiene-plexiglas-64px')) {
4250
- customElements.define('instruction-hygiene-plexiglas-64px', HygienePlexiglas64);
4298
+ if (!customElements.get('instruction-hygiene-gel-64px')) {
4299
+ customElements.define('instruction-hygiene-gel-64px', HygieneGel64);
4251
4300
  }
4252
4301
  if (!customElements.get('instruction-payment-checkout-64px')) {
4253
4302
  customElements.define('instruction-payment-checkout-64px', PaymentCheckout64);
@@ -4264,11 +4313,8 @@ if (!customElements.get('instruction-service-purchasehelp-car--standinline-64px'
4264
4313
  if (!customElements.get('instruction-service-purchasehelp-car--stayinside-64px')) {
4265
4314
  customElements.define('instruction-service-purchasehelp-car--stayinside-64px', ServicePurchaseHelpCarStayInside64);
4266
4315
  }
4267
- if (!customElements.get('instruction-service-purchasehelp-loading-64px')) {
4268
- customElements.define('instruction-service-purchasehelp-loading-64px', ServicePurchaseHelpLoading64);
4269
- }
4270
- if (!customElements.get('instruction-service-purchasehelp-nocarrent-64px')) {
4271
- customElements.define('instruction-service-purchasehelp-nocarrent-64px', ServicePurchaseHelpNoCarRent64);
4316
+ if (!customElements.get('various-ecosaving-48px')) {
4317
+ customElements.define('various-ecosaving-48px', EcoSaving48);
4272
4318
  }
4273
4319
  if (!customElements.get('instruction-service-purchasehelp-request-64px')) {
4274
4320
  customElements.define('instruction-service-purchasehelp-request-64px', ServicePurchaseHelpRequest64);
@@ -4282,6 +4328,9 @@ if (!customElements.get('instruction-universe-essentialproduct-64px')) {
4282
4328
  if (!customElements.get('logotypes-payment-monochrome-bizum-64px')) {
4283
4329
  customElements.define('logotypes-payment-monochrome-bizum-64px', PaymentMonochromeBizum64);
4284
4330
  }
4331
+ if (!customElements.get('logotypes-payment-monochrome-blik-64px')) {
4332
+ customElements.define('logotypes-payment-monochrome-blik-64px', PaymentMonochromeBlik64);
4333
+ }
4285
4334
  if (!customElements.get('logotypes-payment-monochrome-bonificobancario-64px')) {
4286
4335
  customElements.define('logotypes-payment-monochrome-bonificobancario-64px', PaymentMonochromeBonificoBancario64);
4287
4336
  }
@@ -4303,18 +4352,30 @@ if (!customElements.get('logotypes-payment-monochrome-oney--3x-64px')) {
4303
4352
  if (!customElements.get('logotypes-payment-monochrome-oney--3x4x-64px')) {
4304
4353
  customElements.define('logotypes-payment-monochrome-oney--3x4x-64px', PaymentMonochromeOney3x4x64);
4305
4354
  }
4355
+ if (!customElements.get('instruction-service-purchasehelp-nocarrent-64px')) {
4356
+ customElements.define('instruction-service-purchasehelp-nocarrent-64px', ServicePurchaseHelpNoCarRent64);
4357
+ }
4358
+ if (!customElements.get('instruction-hygiene-plexiglas-64px')) {
4359
+ customElements.define('instruction-hygiene-plexiglas-64px', HygienePlexiglas64);
4360
+ }
4306
4361
  if (!customElements.get('logotypes-payment-monochrome-oney--4x-64px')) {
4307
4362
  customElements.define('logotypes-payment-monochrome-oney--4x-64px', PaymentMonochromeOney4x64);
4308
4363
  }
4364
+ if (!customElements.get('logotypes-payment-monochrome-paypal-64px')) {
4365
+ customElements.define('logotypes-payment-monochrome-paypal-64px', PaymentMonochromePayPal64);
4366
+ }
4309
4367
  if (!customElements.get('logotypes-payment-monochrome-oneyraty-64px')) {
4310
4368
  customElements.define('logotypes-payment-monochrome-oneyraty-64px', PaymentMonochromeOneyRaty64);
4311
4369
  }
4312
- if (!customElements.get('logotypes-payment-monochrome-paypal-64px')) {
4313
- customElements.define('logotypes-payment-monochrome-paypal-64px', PaymentMonochromePayPal64);
4370
+ if (!customElements.get('logotypes-payment-monochrome-postepay-64px')) {
4371
+ customElements.define('logotypes-payment-monochrome-postepay-64px', PaymentMonochromePostepay64);
4314
4372
  }
4315
4373
  if (!customElements.get('logotypes-payment-monochrome-przelesw-64px')) {
4316
4374
  customElements.define('logotypes-payment-monochrome-przelesw-64px', PaymentMonochromePrzelesw64);
4317
4375
  }
4376
+ if (!customElements.get('instruction-service-purchasehelp-loading-64px')) {
4377
+ customElements.define('instruction-service-purchasehelp-loading-64px', ServicePurchaseHelpLoading64);
4378
+ }
4318
4379
  if (!customElements.get('media-api-64px')) {
4319
4380
  customElements.define('media-api-64px', API64);
4320
4381
  }
@@ -4342,18 +4403,15 @@ if (!customElements.get('media-fullscreen-64px')) {
4342
4403
  if (!customElements.get('media-gauge-64px')) {
4343
4404
  customElements.define('media-gauge-64px', Gauge64);
4344
4405
  }
4345
- if (!customElements.get('media-group-64px')) {
4346
- customElements.define('media-group-64px', Group64);
4347
- }
4348
4406
  if (!customElements.get('media-image-alt-64px')) {
4349
4407
  customElements.define('media-image-alt-64px', Imagealt64);
4350
4408
  }
4351
- if (!customElements.get('media-nopicture-64px')) {
4352
- customElements.define('media-nopicture-64px', NoPicture64);
4353
- }
4354
4409
  if (!customElements.get('media-pdf-64px')) {
4355
4410
  customElements.define('media-pdf-64px', Pdf64);
4356
4411
  }
4412
+ if (!customElements.get('media-nopicture-64px')) {
4413
+ customElements.define('media-nopicture-64px', NoPicture64);
4414
+ }
4357
4415
  if (!customElements.get('media-picker-64px')) {
4358
4416
  customElements.define('media-picker-64px', Picker64);
4359
4417
  }
@@ -4372,6 +4430,9 @@ if (!customElements.get('media-print-64px')) {
4372
4430
  if (!customElements.get('media-project-64px')) {
4373
4431
  customElements.define('media-project-64px', Project64);
4374
4432
  }
4433
+ if (!customElements.get('media-group-64px')) {
4434
+ customElements.define('media-group-64px', Group64);
4435
+ }
4375
4436
  if (!customElements.get('media-push-pin-64px')) {
4376
4437
  customElements.define('media-push-pin-64px', Pushpin64);
4377
4438
  }
@@ -4402,9 +4463,6 @@ if (!customElements.get('media-stop-64px')) {
4402
4463
  if (!customElements.get('media-timeread-64px')) {
4403
4464
  customElements.define('media-timeread-64px', TimeRead64);
4404
4465
  }
4405
- if (!customElements.get('media-upload-64px')) {
4406
- customElements.define('media-upload-64px', Upload64);
4407
- }
4408
4466
  if (!customElements.get('media-view360-64px')) {
4409
4467
  customElements.define('media-view360-64px', View36064);
4410
4468
  }
@@ -4414,9 +4472,6 @@ if (!customElements.get('navigation-arrow-arrow--bottom-64px')) {
4414
4472
  if (!customElements.get('navigation-arrow-arrow--left-64px')) {
4415
4473
  customElements.define('navigation-arrow-arrow--left-64px', ArrowArrowLeft64);
4416
4474
  }
4417
- if (!customElements.get('navigation-arrow-arrow--right-64px')) {
4418
- customElements.define('navigation-arrow-arrow--right-64px', ArrowArrowRight64);
4419
- }
4420
4475
  if (!customElements.get('navigation-arrow-arrow--top-64px')) {
4421
4476
  customElements.define('navigation-arrow-arrow--top-64px', ArrowArrowTop64);
4422
4477
  }
@@ -4426,6 +4481,9 @@ if (!customElements.get('navigation-arrow-arrowbottomleft-64px')) {
4426
4481
  if (!customElements.get('navigation-arrow-arrowbottomright-64px')) {
4427
4482
  customElements.define('navigation-arrow-arrowbottomright-64px', ArrowArrowBottomRight64);
4428
4483
  }
4484
+ if (!customElements.get('navigation-arrow-arrow--right-64px')) {
4485
+ customElements.define('navigation-arrow-arrow--right-64px', ArrowArrowRight64);
4486
+ }
4429
4487
  if (!customElements.get('navigation-arrow-arrowtopleft-64px')) {
4430
4488
  customElements.define('navigation-arrow-arrowtopleft-64px', ArrowArrowTopLeft64);
4431
4489
  }
@@ -4444,6 +4502,9 @@ if (!customElements.get('navigation-arrow-doublearrow--right-64px')) {
4444
4502
  if (!customElements.get('navigation-arrow-down-64px')) {
4445
4503
  customElements.define('navigation-arrow-down-64px', ArrowDown64);
4446
4504
  }
4505
+ if (!customElements.get('media-upload-64px')) {
4506
+ customElements.define('media-upload-64px', Upload64);
4507
+ }
4447
4508
  if (!customElements.get('navigation-arrow-next-64px')) {
4448
4509
  customElements.define('navigation-arrow-next-64px', ArrowNext64);
4449
4510
  }
@@ -4459,9 +4520,6 @@ if (!customElements.get('navigation-control-circle--less-64px')) {
4459
4520
  if (!customElements.get('navigation-control-circle--more-64px')) {
4460
4521
  customElements.define('navigation-control-circle--more-64px', ControlCircleMore64);
4461
4522
  }
4462
- if (!customElements.get('navigation-control-cross-64px')) {
4463
- customElements.define('navigation-control-cross-64px', ControlCross64);
4464
- }
4465
4523
  if (!customElements.get('navigation-control-less-64px')) {
4466
4524
  customElements.define('navigation-control-less-64px', ControlLess64);
4467
4525
  }
@@ -4507,8 +4565,8 @@ if (!customElements.get('navigation-display-displayproductx4-outline-64px')) {
4507
4565
  if (!customElements.get('navigation-display-displayproductx9-64px')) {
4508
4566
  customElements.define('navigation-display-displayproductx9-64px', DisplayDisplayProductX964);
4509
4567
  }
4510
- if (!customElements.get('navigation-display-externallink-64px')) {
4511
- customElements.define('navigation-display-externallink-64px', DisplayExternalLink64);
4568
+ if (!customElements.get('navigation-control-cross-64px')) {
4569
+ customElements.define('navigation-control-cross-64px', ControlCross64);
4512
4570
  }
4513
4571
  if (!customElements.get('navigation-display-filter-64px')) {
4514
4572
  customElements.define('navigation-display-filter-64px', DisplayFilter64);
@@ -4543,12 +4601,12 @@ if (!customElements.get('navigation-display-screenrotation-64px')) {
4543
4601
  if (!customElements.get('navigation-display-search-64px')) {
4544
4602
  customElements.define('navigation-display-search-64px', DisplaySearch64);
4545
4603
  }
4546
- if (!customElements.get('navigation-display-searchlist-64px')) {
4547
- customElements.define('navigation-display-searchlist-64px', DisplaySearchList64);
4548
- }
4549
4604
  if (!customElements.get('navigation-display-searchproduct-64px')) {
4550
4605
  customElements.define('navigation-display-searchproduct-64px', DisplaySearchProduct64);
4551
4606
  }
4607
+ if (!customElements.get('navigation-display-searchlist-64px')) {
4608
+ customElements.define('navigation-display-searchlist-64px', DisplaySearchList64);
4609
+ }
4552
4610
  if (!customElements.get('navigation-display-setting-64px')) {
4553
4611
  customElements.define('navigation-display-setting-64px', DisplaySetting64);
4554
4612
  }
@@ -4561,21 +4619,21 @@ if (!customElements.get('navigation-display-vocalsearch-64px')) {
4561
4619
  if (!customElements.get('navigation-notification-available-64px')) {
4562
4620
  customElements.define('navigation-notification-available-64px', NotificationAvailable64);
4563
4621
  }
4564
- if (!customElements.get('navigation-notification-bell-64px')) {
4565
- customElements.define('navigation-notification-bell-64px', NotificationBell64);
4566
- }
4567
4622
  if (!customElements.get('navigation-notification-circle--available-64px')) {
4568
4623
  customElements.define('navigation-notification-circle--available-64px', NotificationCircleAvailable64);
4569
4624
  }
4625
+ if (!customElements.get('navigation-notification-bell-64px')) {
4626
+ customElements.define('navigation-notification-bell-64px', NotificationBell64);
4627
+ }
4570
4628
  if (!customElements.get('navigation-notification-information-64px')) {
4571
4629
  customElements.define('navigation-notification-information-64px', NotificationInformation64);
4572
4630
  }
4573
- if (!customElements.get('navigation-notification-question-64px')) {
4574
- customElements.define('navigation-notification-question-64px', NotificationQuestion64);
4575
- }
4576
4631
  if (!customElements.get('navigation-notification-warning-64px')) {
4577
4632
  customElements.define('navigation-notification-warning-64px', NotificationWarning64);
4578
4633
  }
4634
+ if (!customElements.get('navigation-notification-question-64px')) {
4635
+ customElements.define('navigation-notification-question-64px', NotificationQuestion64);
4636
+ }
4579
4637
  if (!customElements.get('navigation-publish-copy-64px')) {
4580
4638
  customElements.define('navigation-publish-copy-64px', PublishCopy64);
4581
4639
  }
@@ -4585,17 +4643,17 @@ if (!customElements.get('navigation-publish-edit-64px')) {
4585
4643
  if (!customElements.get('navigation-publish-favorite-64px')) {
4586
4644
  customElements.define('navigation-publish-favorite-64px', PublishFavorite64);
4587
4645
  }
4646
+ if (!customElements.get('navigation-display-externallink-64px')) {
4647
+ customElements.define('navigation-display-externallink-64px', DisplayExternalLink64);
4648
+ }
4588
4649
  if (!customElements.get('navigation-publish-favoritefull-64px')) {
4589
4650
  customElements.define('navigation-publish-favoritefull-64px', PublishFavoriteFull64);
4590
4651
  }
4591
- if (!customElements.get('navigation-publish-lock-64px')) {
4592
- customElements.define('navigation-publish-lock-64px', PublishLock64);
4593
- }
4594
4652
  if (!customElements.get('navigation-publish-send-64px')) {
4595
4653
  customElements.define('navigation-publish-send-64px', PublishSend64);
4596
4654
  }
4597
- if (!customElements.get('navigation-publish-trashbin-64px')) {
4598
- customElements.define('navigation-publish-trashbin-64px', PublishTrashbin64);
4655
+ if (!customElements.get('navigation-publish-lock-64px')) {
4656
+ customElements.define('navigation-publish-lock-64px', PublishLock64);
4599
4657
  }
4600
4658
  if (!customElements.get('navigation-split-64px')) {
4601
4659
  customElements.define('navigation-split-64px', Split64);
@@ -4606,20 +4664,17 @@ if (!customElements.get('payment-bill-64px')) {
4606
4664
  if (!customElements.get('payment-bill-zloty-64px')) {
4607
4665
  customElements.define('payment-bill-zloty-64px', Billzloty64);
4608
4666
  }
4609
- if (!customElements.get('payment-cards-monochrome-americanexpress-64px')) {
4610
- customElements.define('payment-cards-monochrome-americanexpress-64px', CardsMonochromeAmericanExpress64);
4611
- }
4612
4667
  if (!customElements.get('payment-cards-monochrome-cb-64px')) {
4613
4668
  customElements.define('payment-cards-monochrome-cb-64px', CardsMonochromeCB64);
4614
4669
  }
4670
+ if (!customElements.get('payment-cards-monochrome-americanexpress-64px')) {
4671
+ customElements.define('payment-cards-monochrome-americanexpress-64px', CardsMonochromeAmericanExpress64);
4672
+ }
4615
4673
  if (!customElements.get('payment-cards-monochrome-cheque-64px')) {
4616
4674
  customElements.define('payment-cards-monochrome-cheque-64px', CardsMonochromeCheque64);
4617
4675
  }
4618
- if (!customElements.get('payment-cards-monochrome-gift-64px')) {
4619
- customElements.define('payment-cards-monochrome-gift-64px', CardsMonochromeGift64);
4620
- }
4621
- if (!customElements.get('payment-cards-monochrome-illicado-64px')) {
4622
- customElements.define('payment-cards-monochrome-illicado-64px', CardsMonochromeIllicado64);
4676
+ if (!customElements.get('navigation-publish-trashbin-64px')) {
4677
+ customElements.define('navigation-publish-trashbin-64px', PublishTrashbin64);
4623
4678
  }
4624
4679
  if (!customElements.get('payment-cards-monochrome-loyalty-64px')) {
4625
4680
  customElements.define('payment-cards-monochrome-loyalty-64px', CardsMonochromeLoyalty64);
@@ -4627,24 +4682,24 @@ if (!customElements.get('payment-cards-monochrome-loyalty-64px')) {
4627
4682
  if (!customElements.get('payment-cards-monochrome-maestro-64px')) {
4628
4683
  customElements.define('payment-cards-monochrome-maestro-64px', CardsMonochromeMaestro64);
4629
4684
  }
4630
- if (!customElements.get('payment-cards-monochrome-mastercard-64px')) {
4631
- customElements.define('payment-cards-monochrome-mastercard-64px', CardsMonochromeMastercard64);
4685
+ if (!customElements.get('payment-cards-monochrome-illicado-64px')) {
4686
+ customElements.define('payment-cards-monochrome-illicado-64px', CardsMonochromeIllicado64);
4632
4687
  }
4633
4688
  if (!customElements.get('payment-cards-monochrome-oney-64px')) {
4634
4689
  customElements.define('payment-cards-monochrome-oney-64px', CardsMonochromeOney64);
4635
4690
  }
4636
- if (!customElements.get('payment-cards-monochrome-oneyx3-64px')) {
4637
- customElements.define('payment-cards-monochrome-oneyx3-64px', CardsMonochromeOneyX364);
4691
+ if (!customElements.get('payment-cards-monochrome-mastercard-64px')) {
4692
+ customElements.define('payment-cards-monochrome-mastercard-64px', CardsMonochromeMastercard64);
4638
4693
  }
4639
4694
  if (!customElements.get('payment-cards-monochrome-oneyx4-64px')) {
4640
4695
  customElements.define('payment-cards-monochrome-oneyx4-64px', CardsMonochromeOneyX464);
4641
4696
  }
4642
- if (!customElements.get('payment-cards-monochrome-paylib-64px')) {
4643
- customElements.define('payment-cards-monochrome-paylib-64px', CardsMonochromePaylib64);
4644
- }
4645
4697
  if (!customElements.get('payment-cards-monochrome-paypal-64px')) {
4646
4698
  customElements.define('payment-cards-monochrome-paypal-64px', CardsMonochromePaypal64);
4647
4699
  }
4700
+ if (!customElements.get('payment-cards-monochrome-paylib-64px')) {
4701
+ customElements.define('payment-cards-monochrome-paylib-64px', CardsMonochromePaylib64);
4702
+ }
4648
4703
  if (!customElements.get('payment-cards-monochrome-visa-64px')) {
4649
4704
  customElements.define('payment-cards-monochrome-visa-64px', CardsMonochromeVisa64);
4650
4705
  }
@@ -4666,6 +4721,9 @@ if (!customElements.get('payment-safepayment1-64px')) {
4666
4721
  if (!customElements.get('payment-safepayment2-64px')) {
4667
4722
  customElements.define('payment-safepayment2-64px', SafePayment264);
4668
4723
  }
4724
+ if (!customElements.get('payment-transfer-64px')) {
4725
+ customElements.define('payment-transfer-64px', Transfer64);
4726
+ }
4669
4727
  if (!customElements.get('payment-zloty-64px')) {
4670
4728
  customElements.define('payment-zloty-64px', Zloty64);
4671
4729
  }
@@ -4729,18 +4787,15 @@ if (!customElements.get('product-promise-modular-64px')) {
4729
4787
  if (!customElements.get('product-promise-productonpicture-64px')) {
4730
4788
  customElements.define('product-promise-productonpicture-64px', PromiseProductOnPicture64);
4731
4789
  }
4790
+ if (!customElements.get('payment-cards-monochrome-gift-64px')) {
4791
+ customElements.define('payment-cards-monochrome-gift-64px', CardsMonochromeGift64);
4792
+ }
4732
4793
  if (!customElements.get('product-promise-productsheet-64px')) {
4733
4794
  customElements.define('product-promise-productsheet-64px', PromiseProductSheet64);
4734
4795
  }
4735
- if (!customElements.get('product-promise-scan-64px')) {
4736
- customElements.define('product-promise-scan-64px', PromiseScan64);
4737
- }
4738
4796
  if (!customElements.get('product-promise-warranty-64px')) {
4739
4797
  customElements.define('product-promise-warranty-64px', PromiseWarranty64);
4740
4798
  }
4741
- if (!customElements.get('product-trolley-64px')) {
4742
- customElements.define('product-trolley-64px', Trolley64);
4743
- }
4744
4799
  if (!customElements.get('project-describeproject-64px')) {
4745
4800
  customElements.define('project-describeproject-64px', DescribeProject64);
4746
4801
  }
@@ -4768,6 +4823,9 @@ if (!customElements.get('service-aftersales-satisfaction-64px')) {
4768
4823
  if (!customElements.get('service-custom-copykey-64px')) {
4769
4824
  customElements.define('service-custom-copykey-64px', CustomCopyKey64);
4770
4825
  }
4826
+ if (!customElements.get('product-trolley-64px')) {
4827
+ customElements.define('product-trolley-64px', Trolley64);
4828
+ }
4771
4829
  if (!customElements.get('service-custom-course-64px')) {
4772
4830
  customElements.define('service-custom-course-64px', CustomCourse64);
4773
4831
  }
@@ -4807,8 +4865,8 @@ if (!customElements.get('service-purchasehelp-homeinstall-64px')) {
4807
4865
  if (!customElements.get('service-purchasehelp-toolrent-64px')) {
4808
4866
  customElements.define('service-purchasehelp-toolrent-64px', PurchaseHelpToolRent64);
4809
4867
  }
4810
- if (!customElements.get('service-time-delivery--2h-64px')) {
4811
- customElements.define('service-time-delivery--2h-64px', TimeDelivery2h64);
4868
+ if (!customElements.get('product-promise-scan-64px')) {
4869
+ customElements.define('product-promise-scan-64px', PromiseScan64);
4812
4870
  }
4813
4871
  if (!customElements.get('service-time-delivery--3h-64px')) {
4814
4872
  customElements.define('service-time-delivery--3h-64px', TimeDelivery3h64);
@@ -4828,8 +4886,8 @@ if (!customElements.get('service-tools-calculator-64px')) {
4828
4886
  if (!customElements.get('service-tools-comparator-64px')) {
4829
4887
  customElements.define('service-tools-comparator-64px', ToolsComparator64);
4830
4888
  }
4831
- if (!customElements.get('social-comment-comment-64px')) {
4832
- customElements.define('social-comment-comment-64px', CommentComment64);
4889
+ if (!customElements.get('payment-cards-monochrome-oneyx3-64px')) {
4890
+ customElements.define('payment-cards-monochrome-oneyx3-64px', CardsMonochromeOneyX364);
4833
4891
  }
4834
4892
  if (!customElements.get('social-comment-community-64px')) {
4835
4893
  customElements.define('social-comment-community-64px', CommentCommunity64);
@@ -4837,11 +4895,11 @@ if (!customElements.get('social-comment-community-64px')) {
4837
4895
  if (!customElements.get('social-comment-question--article-64px')) {
4838
4896
  customElements.define('social-comment-question--article-64px', CommentQuestionArticle64);
4839
4897
  }
4840
- if (!customElements.get('social-comment-report-64px')) {
4841
- customElements.define('social-comment-report-64px', CommentReport64);
4898
+ if (!customElements.get('social-comment-comment-64px')) {
4899
+ customElements.define('social-comment-comment-64px', CommentComment64);
4842
4900
  }
4843
- if (!customElements.get('social-share-shareandroid-64px')) {
4844
- customElements.define('social-share-shareandroid-64px', ShareShareAndroid64);
4901
+ if (!customElements.get('service-time-delivery--2h-64px')) {
4902
+ customElements.define('service-time-delivery--2h-64px', TimeDelivery2h64);
4845
4903
  }
4846
4904
  if (!customElements.get('social-share-shareios-64px')) {
4847
4905
  customElements.define('social-share-shareios-64px', ShareShareIOS64);
@@ -4849,24 +4907,21 @@ if (!customElements.get('social-share-shareios-64px')) {
4849
4907
  if (!customElements.get('social-socialnetwork-facebook-64px')) {
4850
4908
  customElements.define('social-socialnetwork-facebook-64px', SocialNetworkFacebook64);
4851
4909
  }
4852
- if (!customElements.get('various-increasevalue-48px')) {
4853
- customElements.define('various-increasevalue-48px', IncreaseValue48);
4854
- }
4855
4910
  if (!customElements.get('social-socialnetwork-instagram-64px')) {
4856
4911
  customElements.define('social-socialnetwork-instagram-64px', SocialNetworkInstagram64);
4857
4912
  }
4858
4913
  if (!customElements.get('social-socialnetwork-linkedin-64px')) {
4859
4914
  customElements.define('social-socialnetwork-linkedin-64px', SocialNetworkLinkedin64);
4860
4915
  }
4861
- if (!customElements.get('social-socialnetwork-pinterest-64px')) {
4862
- customElements.define('social-socialnetwork-pinterest-64px', SocialNetworkPinterest64);
4863
- }
4864
4916
  if (!customElements.get('social-socialnetwork-spotify-64px')) {
4865
4917
  customElements.define('social-socialnetwork-spotify-64px', SocialNetworkSpotify64);
4866
4918
  }
4867
4919
  if (!customElements.get('social-socialnetwork-telegram-64px')) {
4868
4920
  customElements.define('social-socialnetwork-telegram-64px', SocialNetworkTelegram64);
4869
4921
  }
4922
+ if (!customElements.get('social-socialnetwork-tiktok-64px')) {
4923
+ customElements.define('social-socialnetwork-tiktok-64px', SocialNetworkTiktok64);
4924
+ }
4870
4925
  if (!customElements.get('social-socialnetwork-x-64px')) {
4871
4926
  customElements.define('social-socialnetwork-x-64px', SocialNetworkX64);
4872
4927
  }
@@ -4885,12 +4940,12 @@ if (!customElements.get('social-view-star--empty-64px')) {
4885
4940
  if (!customElements.get('social-view-star--full-64px')) {
4886
4941
  customElements.define('social-view-star--full-64px', ViewStarFull64);
4887
4942
  }
4888
- if (!customElements.get('social-view-testerview-64px')) {
4889
- customElements.define('social-view-testerview-64px', ViewTesterView64);
4890
- }
4891
4943
  if (!customElements.get('social-view-star--half-64px')) {
4892
4944
  customElements.define('social-view-star--half-64px', ViewStarHalf64);
4893
4945
  }
4946
+ if (!customElements.get('social-view-testerview-64px')) {
4947
+ customElements.define('social-view-testerview-64px', ViewTesterView64);
4948
+ }
4894
4949
  if (!customElements.get('store-itinerary-64px')) {
4895
4950
  customElements.define('store-itinerary-64px', Itinerary64);
4896
4951
  }
@@ -4909,15 +4964,15 @@ if (!customElements.get('store-monochrome-relaylocation-64px')) {
4909
4964
  if (!customElements.get('store-monochrome-storelocation-64px')) {
4910
4965
  customElements.define('store-monochrome-storelocation-64px', MonochromeStoreLocation64);
4911
4966
  }
4967
+ if (!customElements.get('social-share-shareandroid-64px')) {
4968
+ customElements.define('social-share-shareandroid-64px', ShareShareAndroid64);
4969
+ }
4912
4970
  if (!customElements.get('store-monochrome-storelocation-bm-64px')) {
4913
4971
  customElements.define('store-monochrome-storelocation-bm-64px', MonochromeStoreLocationbm64);
4914
4972
  }
4915
4973
  if (!customElements.get('store-storebm-64px')) {
4916
4974
  customElements.define('store-storebm-64px', StoreBM64);
4917
4975
  }
4918
- if (!customElements.get('store-storelm-64px')) {
4919
- customElements.define('store-storelm-64px', StoreLM64);
4920
- }
4921
4976
  if (!customElements.get('universe-attic-64px')) {
4922
4977
  customElements.define('universe-attic-64px', Attic64);
4923
4978
  }
@@ -4927,18 +4982,24 @@ if (!customElements.get('universe-bathroom-64px')) {
4927
4982
  if (!customElements.get('universe-bedroom-64px')) {
4928
4983
  customElements.define('universe-bedroom-64px', Bedroom64);
4929
4984
  }
4985
+ if (!customElements.get('social-comment-report-64px')) {
4986
+ customElements.define('social-comment-report-64px', CommentReport64);
4987
+ }
4988
+ if (!customElements.get('store-storelm-64px')) {
4989
+ customElements.define('store-storelm-64px', StoreLM64);
4990
+ }
4930
4991
  if (!customElements.get('universe-carpentry-64px')) {
4931
4992
  customElements.define('universe-carpentry-64px', Carpentry64);
4932
4993
  }
4933
- if (!customElements.get('universe-christmastree-64px')) {
4934
- customElements.define('universe-christmastree-64px', ChristmasTree64);
4935
- }
4936
4994
  if (!customElements.get('universe-connectedhome-64px')) {
4937
4995
  customElements.define('universe-connectedhome-64px', ConnectedHome64);
4938
4996
  }
4939
4997
  if (!customElements.get('universe-curtains-64px')) {
4940
4998
  customElements.define('universe-curtains-64px', Curtains64);
4941
4999
  }
5000
+ if (!customElements.get('universe-christmastree-64px')) {
5001
+ customElements.define('universe-christmastree-64px', ChristmasTree64);
5002
+ }
4942
5003
  if (!customElements.get('universe-dressing-64px')) {
4943
5004
  customElements.define('universe-dressing-64px', Dressing64);
4944
5005
  }
@@ -4954,6 +5015,9 @@ if (!customElements.get('universe-enki-64px')) {
4954
5015
  if (!customElements.get('universe-floor-64px')) {
4955
5016
  customElements.define('universe-floor-64px', Floor64);
4956
5017
  }
5018
+ if (!customElements.get('social-socialnetwork-pinterest-64px')) {
5019
+ customElements.define('social-socialnetwork-pinterest-64px', SocialNetworkPinterest64);
5020
+ }
4957
5021
  if (!customElements.get('universe-garage-64px')) {
4958
5022
  customElements.define('universe-garage-64px', Garage64);
4959
5023
  }
@@ -5008,15 +5072,15 @@ if (!customElements.get('universe-makeit-64px')) {
5008
5072
  if (!customElements.get('universe-masonry-alt-64px')) {
5009
5073
  customElements.define('universe-masonry-alt-64px', Masonryalt64);
5010
5074
  }
5011
- if (!customElements.get('universe-paint-64px')) {
5012
- customElements.define('universe-paint-64px', Paint64);
5013
- }
5014
5075
  if (!customElements.get('universe-pool-64px')) {
5015
5076
  customElements.define('universe-pool-64px', Pool64);
5016
5077
  }
5017
5078
  if (!customElements.get('universe-renewable-energy-64px')) {
5018
5079
  customElements.define('universe-renewable-energy-64px', Renewableenergy64);
5019
5080
  }
5081
+ if (!customElements.get('universe-paint-64px')) {
5082
+ customElements.define('universe-paint-64px', Paint64);
5083
+ }
5020
5084
  if (!customElements.get('universe-security-64px')) {
5021
5085
  customElements.define('universe-security-64px', Security64);
5022
5086
  }
@@ -5104,9 +5168,6 @@ if (!customElements.get('various-apartment-64px')) {
5104
5168
  if (!customElements.get('various-balcony-64px')) {
5105
5169
  customElements.define('various-balcony-64px', Balcony64);
5106
5170
  }
5107
- if (!customElements.get('various-blower-64px')) {
5108
- customElements.define('various-blower-64px', Blower64);
5109
- }
5110
5171
  if (!customElements.get('various-company-64px')) {
5111
5172
  customElements.define('various-company-64px', Company64);
5112
5173
  }
@@ -5170,3 +5231,6 @@ if (!customElements.get('media-player-96px')) {
5170
5231
  if (!customElements.get('media-view360-96px')) {
5171
5232
  customElements.define('media-view360-96px', View36096);
5172
5233
  }
5234
+ if (!customElements.get('various-blower-64px')) {
5235
+ customElements.define('various-blower-64px', Blower64);
5236
+ }