@mozaic-ds/icons 1.75.0 → 1.75.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/js/icons.common.js +90 -90
- package/js/icons.js +90 -90
- package/package.json +1 -1
- package/react/index.js +1 -1
- package/svelte/PaymentMonochromeBlik24.svelte +1 -1
- package/svelte/PaymentMonochromeBlik32.svelte +1 -1
- package/svelte/PaymentMonochromeBlik48.svelte +1 -1
- package/svelte/PaymentMonochromeBlik64.svelte +1 -1
- package/svelte/icons.js +856 -856
- package/svg/Logotypes_Payment_Monochrome_Blik_24px.svg +1 -1
- package/svg/Logotypes_Payment_Monochrome_Blik_32px.svg +1 -1
- package/svg/Logotypes_Payment_Monochrome_Blik_48px.svg +1 -1
- package/svg/Logotypes_Payment_Monochrome_Blik_64px.svg +1 -1
- package/vue/index.vue +10 -10
package/svelte/icons.js
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
|
+
import FullScreen16 from './icons/FullScreen16.js';
|
|
1
2
|
import ReduceScreen16 from './icons/ReduceScreen16.js';
|
|
3
|
+
import ArrowArrowBottom16 from './icons/ArrowArrowBottom16.js';
|
|
2
4
|
import ArrowArrowLeft16 from './icons/ArrowArrowLeft16.js';
|
|
3
5
|
import ArrowArrowRight16 from './icons/ArrowArrowRight16.js';
|
|
4
|
-
import ArrowArrowTopLeft16 from './icons/ArrowArrowTopLeft16.js';
|
|
5
6
|
import ArrowArrowTop16 from './icons/ArrowArrowTop16.js';
|
|
6
7
|
import ArrowArrowBottomLeft16 from './icons/ArrowArrowBottomLeft16.js';
|
|
7
8
|
import ArrowArrowBottomRight16 from './icons/ArrowArrowBottomRight16.js';
|
|
9
|
+
import ArrowArrowTopLeft16 from './icons/ArrowArrowTopLeft16.js';
|
|
8
10
|
import ArrowArrowTopRight16 from './icons/ArrowArrowTopRight16.js';
|
|
9
11
|
import ArrowBack16 from './icons/ArrowBack16.js';
|
|
10
|
-
import ArrowDoubleArrowRight16 from './icons/ArrowDoubleArrowRight16.js';
|
|
11
12
|
import ArrowDoubleArrowLeft16 from './icons/ArrowDoubleArrowLeft16.js';
|
|
13
|
+
import ArrowDoubleArrowRight16 from './icons/ArrowDoubleArrowRight16.js';
|
|
12
14
|
import ArrowDown16 from './icons/ArrowDown16.js';
|
|
13
15
|
import ArrowNext16 from './icons/ArrowNext16.js';
|
|
14
16
|
import ArrowUp16 from './icons/ArrowUp16.js';
|
|
@@ -35,7 +37,7 @@ import Tablet24 from './icons/Tablet24.js';
|
|
|
35
37
|
import HygieneCleaned24 from './icons/HygieneCleaned24.js';
|
|
36
38
|
import HygieneDanger24 from './icons/HygieneDanger24.js';
|
|
37
39
|
import HygieneDistance24 from './icons/HygieneDistance24.js';
|
|
38
|
-
import
|
|
40
|
+
import HygieneGel24 from './icons/HygieneGel24.js';
|
|
39
41
|
import HygieneMask24 from './icons/HygieneMask24.js';
|
|
40
42
|
import HygieneNoContact24 from './icons/HygieneNoContact24.js';
|
|
41
43
|
import HygienePlexiglas24 from './icons/HygienePlexiglas24.js';
|
|
@@ -44,13 +46,14 @@ import PaymentNoContact24 from './icons/PaymentNoContact24.js';
|
|
|
44
46
|
import ServicePurchaseHelpCarOpenBoot24 from './icons/ServicePurchaseHelpCarOpenBoot24.js';
|
|
45
47
|
import ServicePurchaseHelpCarStandInLine24 from './icons/ServicePurchaseHelpCarStandInLine24.js';
|
|
46
48
|
import ServicePurchaseHelpCarStayInside24 from './icons/ServicePurchaseHelpCarStayInside24.js';
|
|
47
|
-
import
|
|
49
|
+
import ServicePurchaseHelpLoading24 from './icons/ServicePurchaseHelpLoading24.js';
|
|
48
50
|
import ServicePurchaseHelpNoCarRent24 from './icons/ServicePurchaseHelpNoCarRent24.js';
|
|
49
51
|
import ServicePurchaseHelpRequest24 from './icons/ServicePurchaseHelpRequest24.js';
|
|
50
52
|
import ServicePurchaseHelpTruck24 from './icons/ServicePurchaseHelpTruck24.js';
|
|
51
53
|
import UniverseEssentialProduct24 from './icons/UniverseEssentialProduct24.js';
|
|
52
54
|
import PaymentMonochromeBizum24 from './icons/PaymentMonochromeBizum24.js';
|
|
53
55
|
import PaymentMonochromeBlik24 from './icons/PaymentMonochromeBlik24.js';
|
|
56
|
+
import PaymentMonochromeBonificoBancario24 from './icons/PaymentMonochromeBonificoBancario24.js';
|
|
54
57
|
import PaymentMonochromeFintecture24 from './icons/PaymentMonochromeFintecture24.js';
|
|
55
58
|
import PaymentMonochromeMBMultibanco24 from './icons/PaymentMonochromeMBMultibanco24.js';
|
|
56
59
|
import PaymentMonochromeMBWay24 from './icons/PaymentMonochromeMBWay24.js';
|
|
@@ -58,7 +61,7 @@ import PaymentMonochromeOney24 from './icons/PaymentMonochromeOney24.js';
|
|
|
58
61
|
import PaymentMonochromeOney3x24 from './icons/PaymentMonochromeOney3x24.js';
|
|
59
62
|
import PaymentMonochromeOney3x4x24 from './icons/PaymentMonochromeOney3x4x24.js';
|
|
60
63
|
import PaymentMonochromeOney4x24 from './icons/PaymentMonochromeOney4x24.js';
|
|
61
|
-
import
|
|
64
|
+
import PaymentMonochromeOneyRaty24 from './icons/PaymentMonochromeOneyRaty24.js';
|
|
62
65
|
import PaymentMonochromePayPal24 from './icons/PaymentMonochromePayPal24.js';
|
|
63
66
|
import PaymentMonochromePostepay24 from './icons/PaymentMonochromePostepay24.js';
|
|
64
67
|
import PaymentMonochromePrzelesw24 from './icons/PaymentMonochromePrzelesw24.js';
|
|
@@ -68,9 +71,9 @@ import Camera24 from './icons/Camera24.js';
|
|
|
68
71
|
import Code24 from './icons/Code24.js';
|
|
69
72
|
import Document24 from './icons/Document24.js';
|
|
70
73
|
import DownloadApp24 from './icons/DownloadApp24.js';
|
|
71
|
-
import FullScreen24 from './icons/FullScreen24.js';
|
|
72
74
|
import DownloadWeb24 from './icons/DownloadWeb24.js';
|
|
73
|
-
import
|
|
75
|
+
import FullScreen24 from './icons/FullScreen24.js';
|
|
76
|
+
import Gauge24 from './icons/Gauge24.js';
|
|
74
77
|
import Group24 from './icons/Group24.js';
|
|
75
78
|
import Imagealt24 from './icons/Imagealt24.js';
|
|
76
79
|
import NoPicture24 from './icons/NoPicture24.js';
|
|
@@ -93,10 +96,10 @@ import TimeRead24 from './icons/TimeRead24.js';
|
|
|
93
96
|
import Upload24 from './icons/Upload24.js';
|
|
94
97
|
import View36024 from './icons/View36024.js';
|
|
95
98
|
import ArrowArrowBottom24 from './icons/ArrowArrowBottom24.js';
|
|
96
|
-
import
|
|
97
|
-
import Gauge24 from './icons/Gauge24.js';
|
|
99
|
+
import ArrowArrowLeft24 from './icons/ArrowArrowLeft24.js';
|
|
98
100
|
import ArrowArrowRight24 from './icons/ArrowArrowRight24.js';
|
|
99
101
|
import ArrowArrowTop24 from './icons/ArrowArrowTop24.js';
|
|
102
|
+
import ArrowArrowBottomLeft24 from './icons/ArrowArrowBottomLeft24.js';
|
|
100
103
|
import ArrowArrowBottomRight24 from './icons/ArrowArrowBottomRight24.js';
|
|
101
104
|
import ArrowArrowTopLeft24 from './icons/ArrowArrowTopLeft24.js';
|
|
102
105
|
import ArrowArrowTopRight24 from './icons/ArrowArrowTopRight24.js';
|
|
@@ -104,8 +107,8 @@ import ArrowBack24 from './icons/ArrowBack24.js';
|
|
|
104
107
|
import ArrowDoubleArrowLeft24 from './icons/ArrowDoubleArrowLeft24.js';
|
|
105
108
|
import ArrowDoubleArrowRight24 from './icons/ArrowDoubleArrowRight24.js';
|
|
106
109
|
import ArrowDown24 from './icons/ArrowDown24.js';
|
|
107
|
-
import
|
|
108
|
-
import
|
|
110
|
+
import ArrowNext24 from './icons/ArrowNext24.js';
|
|
111
|
+
import ArrowUp24 from './icons/ArrowUp24.js';
|
|
109
112
|
import ControlCircleCross24 from './icons/ControlCircleCross24.js';
|
|
110
113
|
import ControlCircleLess24 from './icons/ControlCircleLess24.js';
|
|
111
114
|
import ControlCircleMore24 from './icons/ControlCircleMore24.js';
|
|
@@ -135,10 +138,10 @@ import DisplayOptions24 from './icons/DisplayOptions24.js';
|
|
|
135
138
|
import DisplayOther24 from './icons/DisplayOther24.js';
|
|
136
139
|
import DisplayProductNumb24 from './icons/DisplayProductNumb24.js';
|
|
137
140
|
import DisplayRefresh24 from './icons/DisplayRefresh24.js';
|
|
138
|
-
import DisplayScreenRotation24 from './icons/DisplayScreenRotation24.js';
|
|
139
141
|
import DisplaySearch24 from './icons/DisplaySearch24.js';
|
|
142
|
+
import DisplayScreenRotation24 from './icons/DisplayScreenRotation24.js';
|
|
140
143
|
import DisplaySearchList24 from './icons/DisplaySearchList24.js';
|
|
141
|
-
import
|
|
144
|
+
import DisplaySearchProduct24 from './icons/DisplaySearchProduct24.js';
|
|
142
145
|
import DisplaySetting24 from './icons/DisplaySetting24.js';
|
|
143
146
|
import DisplayView24 from './icons/DisplayView24.js';
|
|
144
147
|
import DisplayVocalSearch24 from './icons/DisplayVocalSearch24.js';
|
|
@@ -149,8 +152,8 @@ import NotificationInformation24 from './icons/NotificationInformation24.js';
|
|
|
149
152
|
import NotificationQuestion24 from './icons/NotificationQuestion24.js';
|
|
150
153
|
import NotificationWarning24 from './icons/NotificationWarning24.js';
|
|
151
154
|
import PublishCopy24 from './icons/PublishCopy24.js';
|
|
152
|
-
import PublishFavorite24 from './icons/PublishFavorite24.js';
|
|
153
155
|
import PublishEdit24 from './icons/PublishEdit24.js';
|
|
156
|
+
import PublishFavorite24 from './icons/PublishFavorite24.js';
|
|
154
157
|
import PublishFavoriteFull24 from './icons/PublishFavoriteFull24.js';
|
|
155
158
|
import PublishLock24 from './icons/PublishLock24.js';
|
|
156
159
|
import PublishSend24 from './icons/PublishSend24.js';
|
|
@@ -158,166 +161,167 @@ import PublishTrashbin24 from './icons/PublishTrashbin24.js';
|
|
|
158
161
|
import Split24 from './icons/Split24.js';
|
|
159
162
|
import Bill24 from './icons/Bill24.js';
|
|
160
163
|
import Billzloty24 from './icons/Billzloty24.js';
|
|
161
|
-
import CardsMonochromeAmericanExpress24 from './icons/CardsMonochromeAmericanExpress24.js';
|
|
162
164
|
import CardsMonochromeCB24 from './icons/CardsMonochromeCB24.js';
|
|
165
|
+
import CardsMonochromeAmericanExpress24 from './icons/CardsMonochromeAmericanExpress24.js';
|
|
163
166
|
import CardsMonochromeCheque24 from './icons/CardsMonochromeCheque24.js';
|
|
164
|
-
import
|
|
167
|
+
import CardsMonochromeGift24 from './icons/CardsMonochromeGift24.js';
|
|
168
|
+
import CardsMonochromeIllicado24 from './icons/CardsMonochromeIllicado24.js';
|
|
165
169
|
import CardsMonochromeLoyalty24 from './icons/CardsMonochromeLoyalty24.js';
|
|
170
|
+
import CardsMonochromeMaestro24 from './icons/CardsMonochromeMaestro24.js';
|
|
166
171
|
import CardsMonochromeMastercard24 from './icons/CardsMonochromeMastercard24.js';
|
|
167
172
|
import CardsMonochromeOney24 from './icons/CardsMonochromeOney24.js';
|
|
168
173
|
import CardsMonochromeOneyX324 from './icons/CardsMonochromeOneyX324.js';
|
|
169
|
-
import CardsMonochromeMaestro24 from './icons/CardsMonochromeMaestro24.js';
|
|
170
174
|
import CardsMonochromeOneyX424 from './icons/CardsMonochromeOneyX424.js';
|
|
175
|
+
import CardsMonochromePaylib24 from './icons/CardsMonochromePaylib24.js';
|
|
171
176
|
import CardsMonochromePaypal24 from './icons/CardsMonochromePaypal24.js';
|
|
172
|
-
import DetailsOrder24 from './icons/DetailsOrder24.js';
|
|
173
|
-
import CardsMonochromeGift24 from './icons/CardsMonochromeGift24.js';
|
|
174
177
|
import CardsMonochromeVisa24 from './icons/CardsMonochromeVisa24.js';
|
|
178
|
+
import DetailsOrder24 from './icons/DetailsOrder24.js';
|
|
175
179
|
import Euro24 from './icons/Euro24.js';
|
|
180
|
+
import Receipt24 from './icons/Receipt24.js';
|
|
181
|
+
import Receiptzloty24 from './icons/Receiptzloty24.js';
|
|
176
182
|
import SafePayment124 from './icons/SafePayment124.js';
|
|
177
183
|
import SafePayment224 from './icons/SafePayment224.js';
|
|
178
|
-
import Receipt24 from './icons/Receipt24.js';
|
|
179
184
|
import Transfer24 from './icons/Transfer24.js';
|
|
180
|
-
import
|
|
185
|
+
import Zloty24 from './icons/Zloty24.js';
|
|
181
186
|
import AspectQuantity24 from './icons/AspectQuantity24.js';
|
|
182
187
|
import AspectWeight24 from './icons/AspectWeight24.js';
|
|
183
|
-
import BasketAdd24 from './icons/BasketAdd24.js';
|
|
184
|
-
import Zloty24 from './icons/Zloty24.js';
|
|
185
188
|
import AspectSize24 from './icons/AspectSize24.js';
|
|
189
|
+
import BasketAdd24 from './icons/BasketAdd24.js';
|
|
186
190
|
import BasketHandbag24 from './icons/BasketHandbag24.js';
|
|
187
|
-
import ArrowUp24 from './icons/ArrowUp24.js';
|
|
188
|
-
import ListAdd24 from './icons/ListAdd24.js';
|
|
189
|
-
import BasketSave24 from './icons/BasketSave24.js';
|
|
190
191
|
import BasketMulti24 from './icons/BasketMulti24.js';
|
|
192
|
+
import BasketSave24 from './icons/BasketSave24.js';
|
|
193
|
+
import BasketStandard24 from './icons/BasketStandard24.js';
|
|
194
|
+
import ListAdd24 from './icons/ListAdd24.js';
|
|
191
195
|
import ListStandard24 from './icons/ListStandard24.js';
|
|
196
|
+
import PromiseCertification24 from './icons/PromiseCertification24.js';
|
|
197
|
+
import PromiseCircularEconomy24 from './icons/PromiseCircularEconomy24.js';
|
|
192
198
|
import PromiseDestocking24 from './icons/PromiseDestocking24.js';
|
|
193
199
|
import PromiseEcoProduct24 from './icons/PromiseEcoProduct24.js';
|
|
194
|
-
import PromiseCircularEconomy24 from './icons/PromiseCircularEconomy24.js';
|
|
195
|
-
import PromiseCertification24 from './icons/PromiseCertification24.js';
|
|
196
200
|
import PromiseFashionChoice24 from './icons/PromiseFashionChoice24.js';
|
|
197
201
|
import PromiseFunding24 from './icons/PromiseFunding24.js';
|
|
202
|
+
import PromiseMadeInEurope24 from './icons/PromiseMadeInEurope24.js';
|
|
198
203
|
import PromiseMadeInFrance24 from './icons/PromiseMadeInFrance24.js';
|
|
199
|
-
import CardsMonochromeIllicado24 from './icons/CardsMonochromeIllicado24.js';
|
|
200
204
|
import PromiseModular24 from './icons/PromiseModular24.js';
|
|
201
|
-
import
|
|
205
|
+
import PromiseProductOnPicture24 from './icons/PromiseProductOnPicture24.js';
|
|
206
|
+
import PromiseProductSheet24 from './icons/PromiseProductSheet24.js';
|
|
202
207
|
import PromiseScan24 from './icons/PromiseScan24.js';
|
|
208
|
+
import PromiseWarranty24 from './icons/PromiseWarranty24.js';
|
|
203
209
|
import Trolley24 from './icons/Trolley24.js';
|
|
204
|
-
import PromiseProductSheet24 from './icons/PromiseProductSheet24.js';
|
|
205
210
|
import DescribeProject24 from './icons/DescribeProject24.js';
|
|
211
|
+
import Inspiration24 from './icons/Inspiration24.js';
|
|
206
212
|
import MakeProject24 from './icons/MakeProject24.js';
|
|
207
|
-
import CardsMonochromePaylib24 from './icons/CardsMonochromePaylib24.js';
|
|
208
213
|
import Fundingzloty24 from './icons/Fundingzloty24.js';
|
|
209
|
-
import BasketStandard24 from './icons/BasketStandard24.js';
|
|
210
|
-
import PromiseProductOnPicture24 from './icons/PromiseProductOnPicture24.js';
|
|
211
|
-
import PromiseWarranty24 from './icons/PromiseWarranty24.js';
|
|
212
|
-
import CustomCopyKey24 from './icons/CustomCopyKey24.js';
|
|
213
|
-
import CustomCourse24 from './icons/CustomCourse24.js';
|
|
214
214
|
import AfterSalesAfterSalesService24 from './icons/AfterSalesAfterSalesService24.js';
|
|
215
|
-
import
|
|
215
|
+
import AfterSalesHelpline24 from './icons/AfterSalesHelpline24.js';
|
|
216
216
|
import AfterSalesPayback24 from './icons/AfterSalesPayback24.js';
|
|
217
|
-
import Inspiration24 from './icons/Inspiration24.js';
|
|
218
217
|
import AfterSalesSatisfaction24 from './icons/AfterSalesSatisfaction24.js';
|
|
219
|
-
import
|
|
218
|
+
import CustomCopyKey24 from './icons/CustomCopyKey24.js';
|
|
219
|
+
import CustomCutWoodGlass24 from './icons/CustomCutWoodGlass24.js';
|
|
220
|
+
import CustomCourse24 from './icons/CustomCourse24.js';
|
|
220
221
|
import CustomSample24 from './icons/CustomSample24.js';
|
|
221
|
-
import
|
|
222
|
+
import CustomSharpening24 from './icons/CustomSharpening24.js';
|
|
222
223
|
import DeliveryDeliveryPickupRelayPoint24 from './icons/DeliveryDeliveryPickupRelayPoint24.js';
|
|
224
|
+
import DeliveryDeliveryPickupStore24 from './icons/DeliveryDeliveryPickupStore24.js';
|
|
223
225
|
import DeliveryDeliveryHome24 from './icons/DeliveryDeliveryHome24.js';
|
|
226
|
+
import DeliveryDeliveryLocker24 from './icons/DeliveryDeliveryLocker24.js';
|
|
227
|
+
import Pallet24 from './icons/Pallet24.js';
|
|
224
228
|
import PurchaseHelpCarRent24 from './icons/PurchaseHelpCarRent24.js';
|
|
225
|
-
import PurchaseHelpToolRent24 from './icons/PurchaseHelpToolRent24.js';
|
|
226
229
|
import PurchaseHelpHomeDIY24 from './icons/PurchaseHelpHomeDIY24.js';
|
|
227
|
-
import TimeDelivery2h24 from './icons/TimeDelivery2h24.js';
|
|
228
|
-
import DisplaySearchProduct24 from './icons/DisplaySearchProduct24.js';
|
|
229
|
-
import AfterSalesHelpline24 from './icons/AfterSalesHelpline24.js';
|
|
230
230
|
import PurchaseHelpHomeInstall24 from './icons/PurchaseHelpHomeInstall24.js';
|
|
231
|
-
import
|
|
231
|
+
import PurchaseHelpToolRent24 from './icons/PurchaseHelpToolRent24.js';
|
|
232
|
+
import TimeDelivery2h24 from './icons/TimeDelivery2h24.js';
|
|
232
233
|
import TimeDelivery3h24 from './icons/TimeDelivery3h24.js';
|
|
234
|
+
import TimeDelivery48h24 from './icons/TimeDelivery48h24.js';
|
|
233
235
|
import TimeTimeDecline24 from './icons/TimeTimeDecline24.js';
|
|
234
|
-
import
|
|
236
|
+
import Tools3d24 from './icons/Tools3d24.js';
|
|
235
237
|
import ToolsCalculator24 from './icons/ToolsCalculator24.js';
|
|
236
|
-
import
|
|
238
|
+
import ToolsComparator24 from './icons/ToolsComparator24.js';
|
|
237
239
|
import CommentCommunity24 from './icons/CommentCommunity24.js';
|
|
238
240
|
import CommentComment24 from './icons/CommentComment24.js';
|
|
239
|
-
import
|
|
241
|
+
import CommentQuestionArticle24 from './icons/CommentQuestionArticle24.js';
|
|
240
242
|
import CommentReport24 from './icons/CommentReport24.js';
|
|
243
|
+
import ShareShareAndroid24 from './icons/ShareShareAndroid24.js';
|
|
244
|
+
import ShareShareIOS24 from './icons/ShareShareIOS24.js';
|
|
245
|
+
import SocialNetworkFacebook24 from './icons/SocialNetworkFacebook24.js';
|
|
241
246
|
import SocialNetworkInstagram24 from './icons/SocialNetworkInstagram24.js';
|
|
247
|
+
import SocialNetworkLinkedin24 from './icons/SocialNetworkLinkedin24.js';
|
|
242
248
|
import SocialNetworkPinterest24 from './icons/SocialNetworkPinterest24.js';
|
|
243
|
-
import TimeDelivery48h24 from './icons/TimeDelivery48h24.js';
|
|
244
|
-
import SocialNetworkFacebook24 from './icons/SocialNetworkFacebook24.js';
|
|
245
249
|
import SocialNetworkSpotify24 from './icons/SocialNetworkSpotify24.js';
|
|
246
|
-
import
|
|
250
|
+
import SocialNetworkTelegram24 from './icons/SocialNetworkTelegram24.js';
|
|
247
251
|
import SocialNetworkX24 from './icons/SocialNetworkX24.js';
|
|
248
252
|
import SocialNetworkTiktok24 from './icons/SocialNetworkTiktok24.js';
|
|
249
|
-
import SocialNetworkTelegram24 from './icons/SocialNetworkTelegram24.js';
|
|
250
|
-
import ViewLikeNegative24 from './icons/ViewLikeNegative24.js';
|
|
251
253
|
import SocialNetworkYoutube24 from './icons/SocialNetworkYoutube24.js';
|
|
252
|
-
import
|
|
254
|
+
import ViewLikeNegative24 from './icons/ViewLikeNegative24.js';
|
|
253
255
|
import ViewLikePositive24 from './icons/ViewLikePositive24.js';
|
|
254
256
|
import ViewStarEmpty24 from './icons/ViewStarEmpty24.js';
|
|
257
|
+
import ViewStarFull24 from './icons/ViewStarFull24.js';
|
|
258
|
+
import ViewStarHalf24 from './icons/ViewStarHalf24.js';
|
|
255
259
|
import ViewTesterView24 from './icons/ViewTesterView24.js';
|
|
256
|
-
import Logo24 from './icons/Logo24.js';
|
|
257
|
-
import Map24 from './icons/Map24.js';
|
|
258
260
|
import Itinerary24 from './icons/Itinerary24.js';
|
|
259
261
|
import Locator24 from './icons/Locator24.js';
|
|
262
|
+
import Logo24 from './icons/Logo24.js';
|
|
263
|
+
import Map24 from './icons/Map24.js';
|
|
260
264
|
import MonochromeRelayLocation24 from './icons/MonochromeRelayLocation24.js';
|
|
265
|
+
import MonochromeStoreLocation24 from './icons/MonochromeStoreLocation24.js';
|
|
266
|
+
import MonochromeStoreLocationbm24 from './icons/MonochromeStoreLocationbm24.js';
|
|
261
267
|
import StoreBM24 from './icons/StoreBM24.js';
|
|
262
268
|
import StoreLM24 from './icons/StoreLM24.js';
|
|
263
|
-
import MonochromeStoreLocationbm24 from './icons/MonochromeStoreLocationbm24.js';
|
|
264
|
-
import MonochromeStoreLocation24 from './icons/MonochromeStoreLocation24.js';
|
|
265
269
|
import Attic24 from './icons/Attic24.js';
|
|
270
|
+
import Bathroom24 from './icons/Bathroom24.js';
|
|
271
|
+
import Bedroom24 from './icons/Bedroom24.js';
|
|
266
272
|
import Carpentry24 from './icons/Carpentry24.js';
|
|
267
273
|
import ChristmasTree24 from './icons/ChristmasTree24.js';
|
|
268
|
-
import Bedroom24 from './icons/Bedroom24.js';
|
|
269
|
-
import Bathroom24 from './icons/Bathroom24.js';
|
|
270
274
|
import ConnectedHome24 from './icons/ConnectedHome24.js';
|
|
275
|
+
import Curtains24 from './icons/Curtains24.js';
|
|
276
|
+
import Dressing24 from './icons/Dressing24.js';
|
|
271
277
|
import Drillalt24 from './icons/Drillalt24.js';
|
|
272
278
|
import Electricity24 from './icons/Electricity24.js';
|
|
273
|
-
import Dressing24 from './icons/Dressing24.js';
|
|
274
|
-
import Curtains24 from './icons/Curtains24.js';
|
|
275
279
|
import Enki24 from './icons/Enki24.js';
|
|
276
|
-
import
|
|
280
|
+
import Garage24 from './icons/Garage24.js';
|
|
277
281
|
import Floor24 from './icons/Floor24.js';
|
|
282
|
+
import Garden24 from './icons/Garden24.js';
|
|
278
283
|
import Garden124 from './icons/Garden124.js';
|
|
279
|
-
import
|
|
284
|
+
import Garden224 from './icons/Garden224.js';
|
|
280
285
|
import Glass24 from './icons/Glass24.js';
|
|
286
|
+
import Hardhatalt24 from './icons/Hardhatalt24.js';
|
|
281
287
|
import HardwareStore24 from './icons/HardwareStore24.js';
|
|
282
288
|
import Heater24 from './icons/Heater24.js';
|
|
283
|
-
import Garden224 from './icons/Garden224.js';
|
|
284
|
-
import Hardhatalt24 from './icons/Hardhatalt24.js';
|
|
285
289
|
import Insulationalt24 from './icons/Insulationalt24.js';
|
|
290
|
+
import Kids24 from './icons/Kids24.js';
|
|
291
|
+
import Kitchen24 from './icons/Kitchen24.js';
|
|
286
292
|
import Kitchenalt24 from './icons/Kitchenalt24.js';
|
|
287
293
|
import Kitchen224 from './icons/Kitchen224.js';
|
|
288
|
-
import
|
|
294
|
+
import Lighting24 from './icons/Lighting24.js';
|
|
289
295
|
import Leak24 from './icons/Leak24.js';
|
|
290
|
-
import Kitchen24 from './icons/Kitchen24.js';
|
|
291
296
|
import Living24 from './icons/Living24.js';
|
|
292
|
-
import Lighting24 from './icons/Lighting24.js';
|
|
293
|
-
import Masonryalt24 from './icons/Masonryalt24.js';
|
|
294
297
|
import MakeIt24 from './icons/MakeIt24.js';
|
|
295
|
-
import
|
|
298
|
+
import Masonryalt24 from './icons/Masonryalt24.js';
|
|
296
299
|
import Paint24 from './icons/Paint24.js';
|
|
297
|
-
import
|
|
300
|
+
import Pool24 from './icons/Pool24.js';
|
|
298
301
|
import Renewableenergy24 from './icons/Renewableenergy24.js';
|
|
299
|
-
import
|
|
302
|
+
import Security24 from './icons/Security24.js';
|
|
300
303
|
import Stairs24 from './icons/Stairs24.js';
|
|
301
|
-
import
|
|
304
|
+
import Terrace24 from './icons/Terrace24.js';
|
|
302
305
|
import Tool24 from './icons/Tool24.js';
|
|
303
|
-
import
|
|
304
|
-
import ViewStarHalf24 from './icons/ViewStarHalf24.js';
|
|
305
|
-
import WoodSaw24 from './icons/WoodSaw24.js';
|
|
306
|
+
import Wallpaper24 from './icons/Wallpaper24.js';
|
|
306
307
|
import Wood24 from './icons/Wood24.js';
|
|
308
|
+
import Woodflooring24 from './icons/Woodflooring24.js';
|
|
307
309
|
import Woodflooringalt24 from './icons/Woodflooringalt24.js';
|
|
308
|
-
import
|
|
310
|
+
import WoodSaw24 from './icons/WoodSaw24.js';
|
|
309
311
|
import AccountCustomerCollaborator24 from './icons/AccountCustomerCollaborator24.js';
|
|
312
|
+
import AccountCustomerPassion24 from './icons/AccountCustomerPassion24.js';
|
|
313
|
+
import AccountProfileMan24 from './icons/AccountProfileMan24.js';
|
|
314
|
+
import AccountCustomerPro24 from './icons/AccountCustomerPro24.js';
|
|
310
315
|
import AccountProfileView24 from './icons/AccountProfileView24.js';
|
|
311
316
|
import AccountProfileWoman24 from './icons/AccountProfileWoman24.js';
|
|
312
|
-
import AccountCustomerPro24 from './icons/AccountCustomerPro24.js';
|
|
313
317
|
import CardFunding24 from './icons/CardFunding24.js';
|
|
314
|
-
import AccountProfileMan24 from './icons/AccountProfileMan24.js';
|
|
315
|
-
import CardIDCard24 from './icons/CardIDCard24.js';
|
|
316
318
|
import CardFundingzloty24 from './icons/CardFundingzloty24.js';
|
|
319
|
+
import CardGift24 from './icons/CardGift24.js';
|
|
320
|
+
import CardIDCard24 from './icons/CardIDCard24.js';
|
|
317
321
|
import CardLoyaltyCard24 from './icons/CardLoyaltyCard24.js';
|
|
318
322
|
import ContactPhone24 from './icons/ContactPhone24.js';
|
|
319
|
-
import ContactWebsite24 from './icons/ContactWebsite24.js';
|
|
320
323
|
import ContactMail24 from './icons/ContactMail24.js';
|
|
324
|
+
import ContactWebsite24 from './icons/ContactWebsite24.js';
|
|
321
325
|
import SituationOwner24 from './icons/SituationOwner24.js';
|
|
322
326
|
import SituationTenant24 from './icons/SituationTenant24.js';
|
|
323
327
|
import A11y24 from './icons/A11y24.js';
|
|
@@ -367,12 +371,11 @@ import ServicePurchaseHelpTruck32 from './icons/ServicePurchaseHelpTruck32.js';
|
|
|
367
371
|
import UniverseEssentialProduct32 from './icons/UniverseEssentialProduct32.js';
|
|
368
372
|
import PaymentMonochromeBizum32 from './icons/PaymentMonochromeBizum32.js';
|
|
369
373
|
import PaymentMonochromeBlik32 from './icons/PaymentMonochromeBlik32.js';
|
|
370
|
-
import ShareShareIOS24 from './icons/ShareShareIOS24.js';
|
|
371
|
-
import PaymentMonochromeFintecture32 from './icons/PaymentMonochromeFintecture32.js';
|
|
372
374
|
import PaymentMonochromeBonificoBancario32 from './icons/PaymentMonochromeBonificoBancario32.js';
|
|
375
|
+
import PaymentMonochromeFintecture32 from './icons/PaymentMonochromeFintecture32.js';
|
|
373
376
|
import PaymentMonochromeMBMultibanco32 from './icons/PaymentMonochromeMBMultibanco32.js';
|
|
374
|
-
import PaymentMonochromeMBWay32 from './icons/PaymentMonochromeMBWay32.js';
|
|
375
377
|
import PaymentMonochromeOney32 from './icons/PaymentMonochromeOney32.js';
|
|
378
|
+
import PaymentMonochromeMBWay32 from './icons/PaymentMonochromeMBWay32.js';
|
|
376
379
|
import PaymentMonochromeOney3x32 from './icons/PaymentMonochromeOney3x32.js';
|
|
377
380
|
import PaymentMonochromeOney3x4x32 from './icons/PaymentMonochromeOney3x4x32.js';
|
|
378
381
|
import PaymentMonochromeOney4x32 from './icons/PaymentMonochromeOney4x32.js';
|
|
@@ -385,43 +388,43 @@ import BookStore32 from './icons/BookStore32.js';
|
|
|
385
388
|
import Camera32 from './icons/Camera32.js';
|
|
386
389
|
import Code32 from './icons/Code32.js';
|
|
387
390
|
import Document32 from './icons/Document32.js';
|
|
388
|
-
import CardGift24 from './icons/CardGift24.js';
|
|
389
391
|
import DownloadApp32 from './icons/DownloadApp32.js';
|
|
390
392
|
import DownloadWeb32 from './icons/DownloadWeb32.js';
|
|
391
393
|
import FullScreen32 from './icons/FullScreen32.js';
|
|
392
394
|
import Gauge32 from './icons/Gauge32.js';
|
|
393
395
|
import Group32 from './icons/Group32.js';
|
|
396
|
+
import Imagealt32 from './icons/Imagealt32.js';
|
|
394
397
|
import NoPicture32 from './icons/NoPicture32.js';
|
|
395
|
-
import Picker32 from './icons/Picker32.js';
|
|
396
398
|
import Pdf32 from './icons/Pdf32.js';
|
|
399
|
+
import Picker32 from './icons/Picker32.js';
|
|
397
400
|
import Play32 from './icons/Play32.js';
|
|
398
|
-
import Policies32 from './icons/Policies32.js';
|
|
399
|
-
import Player32 from './icons/Player32.js';
|
|
400
401
|
import Print32 from './icons/Print32.js';
|
|
401
402
|
import Project32 from './icons/Project32.js';
|
|
402
403
|
import Pushpin32 from './icons/Pushpin32.js';
|
|
403
|
-
import Read32 from './icons/Read32.js';
|
|
404
404
|
import Pushpinoff32 from './icons/Pushpinoff32.js';
|
|
405
|
+
import Read32 from './icons/Read32.js';
|
|
405
406
|
import ReduceScreen32 from './icons/ReduceScreen32.js';
|
|
406
407
|
import Release32 from './icons/Release32.js';
|
|
407
408
|
import Server32 from './icons/Server32.js';
|
|
408
409
|
import Slideshow32 from './icons/Slideshow32.js';
|
|
409
410
|
import Sound32 from './icons/Sound32.js';
|
|
411
|
+
import Player32 from './icons/Player32.js';
|
|
410
412
|
import Stop32 from './icons/Stop32.js';
|
|
411
413
|
import TimeRead32 from './icons/TimeRead32.js';
|
|
412
|
-
import Imagealt32 from './icons/Imagealt32.js';
|
|
413
414
|
import Upload32 from './icons/Upload32.js';
|
|
414
415
|
import View36032 from './icons/View36032.js';
|
|
415
|
-
import ArrowArrowRight32 from './icons/ArrowArrowRight32.js';
|
|
416
416
|
import ArrowArrowBottom32 from './icons/ArrowArrowBottom32.js';
|
|
417
|
+
import ArrowArrowLeft32 from './icons/ArrowArrowLeft32.js';
|
|
418
|
+
import ArrowArrowRight32 from './icons/ArrowArrowRight32.js';
|
|
419
|
+
import ArrowArrowTop32 from './icons/ArrowArrowTop32.js';
|
|
420
|
+
import ArrowArrowBottomLeft32 from './icons/ArrowArrowBottomLeft32.js';
|
|
417
421
|
import ArrowArrowBottomRight32 from './icons/ArrowArrowBottomRight32.js';
|
|
418
422
|
import ArrowArrowTopLeft32 from './icons/ArrowArrowTopLeft32.js';
|
|
419
|
-
import ArrowArrowBottomLeft32 from './icons/ArrowArrowBottomLeft32.js';
|
|
420
423
|
import ArrowArrowTopRight32 from './icons/ArrowArrowTopRight32.js';
|
|
421
424
|
import ArrowBack32 from './icons/ArrowBack32.js';
|
|
422
425
|
import ArrowDoubleArrowLeft32 from './icons/ArrowDoubleArrowLeft32.js';
|
|
423
426
|
import ArrowDoubleArrowRight32 from './icons/ArrowDoubleArrowRight32.js';
|
|
424
|
-
import
|
|
427
|
+
import ArrowDown32 from './icons/ArrowDown32.js';
|
|
425
428
|
import ArrowNext32 from './icons/ArrowNext32.js';
|
|
426
429
|
import ArrowUp32 from './icons/ArrowUp32.js';
|
|
427
430
|
import ControlCircleCross32 from './icons/ControlCircleCross32.js';
|
|
@@ -430,21 +433,21 @@ import ControlCircleMore32 from './icons/ControlCircleMore32.js';
|
|
|
430
433
|
import ControlCross32 from './icons/ControlCross32.js';
|
|
431
434
|
import ControlLess32 from './icons/ControlLess32.js';
|
|
432
435
|
import ControlMore32 from './icons/ControlMore32.js';
|
|
433
|
-
import
|
|
436
|
+
import ControlTagCross32 from './icons/ControlTagCross32.js';
|
|
434
437
|
import DisplayBlink32 from './icons/DisplayBlink32.js';
|
|
435
438
|
import DisplayCalendar32 from './icons/DisplayCalendar32.js';
|
|
436
439
|
import DisplayConnect32 from './icons/DisplayConnect32.js';
|
|
437
440
|
import DisplayDisplayFullFilled32 from './icons/DisplayDisplayFullFilled32.js';
|
|
438
|
-
import DisplayDisplayListFilled32 from './icons/DisplayDisplayListFilled32.js';
|
|
439
441
|
import DisplayDisplayFullOutline32 from './icons/DisplayDisplayFullOutline32.js';
|
|
442
|
+
import DisplayDisplayListFilled32 from './icons/DisplayDisplayListFilled32.js';
|
|
440
443
|
import DisplayDisplayListOutline32 from './icons/DisplayDisplayListOutline32.js';
|
|
441
|
-
import DisplayDisplayProductX4Filled32 from './icons/DisplayDisplayProductX4Filled32.js';
|
|
442
444
|
import DisplayDisplayMobileHorizontal32 from './icons/DisplayDisplayMobileHorizontal32.js';
|
|
443
445
|
import DisplayDisplayMobileVertical32 from './icons/DisplayDisplayMobileVertical32.js';
|
|
444
|
-
import
|
|
445
|
-
import DisplayDisplayProductX932 from './icons/DisplayDisplayProductX932.js';
|
|
446
|
+
import DisplayDisplayProductX4Filled32 from './icons/DisplayDisplayProductX4Filled32.js';
|
|
446
447
|
import DisplayDisplayProductX4Outline32 from './icons/DisplayDisplayProductX4Outline32.js';
|
|
448
|
+
import DisplayDisplayProductX932 from './icons/DisplayDisplayProductX932.js';
|
|
447
449
|
import DisplayExternalLink32 from './icons/DisplayExternalLink32.js';
|
|
450
|
+
import DisplayFilter32 from './icons/DisplayFilter32.js';
|
|
448
451
|
import DisplayHome32 from './icons/DisplayHome32.js';
|
|
449
452
|
import DisplayLogOut32 from './icons/DisplayLogOut32.js';
|
|
450
453
|
import DisplayMenu32 from './icons/DisplayMenu32.js';
|
|
@@ -454,13 +457,11 @@ import DisplayOther32 from './icons/DisplayOther32.js';
|
|
|
454
457
|
import DisplayProductNumb32 from './icons/DisplayProductNumb32.js';
|
|
455
458
|
import DisplayRefresh32 from './icons/DisplayRefresh32.js';
|
|
456
459
|
import DisplayScreenRotation32 from './icons/DisplayScreenRotation32.js';
|
|
457
|
-
import ArrowDown32 from './icons/ArrowDown32.js';
|
|
458
460
|
import DisplaySearch32 from './icons/DisplaySearch32.js';
|
|
459
461
|
import DisplaySearchList32 from './icons/DisplaySearchList32.js';
|
|
460
462
|
import DisplaySearchProduct32 from './icons/DisplaySearchProduct32.js';
|
|
461
463
|
import DisplaySetting32 from './icons/DisplaySetting32.js';
|
|
462
464
|
import DisplayView32 from './icons/DisplayView32.js';
|
|
463
|
-
import ControlTagCross32 from './icons/ControlTagCross32.js';
|
|
464
465
|
import DisplayVocalSearch32 from './icons/DisplayVocalSearch32.js';
|
|
465
466
|
import NotificationAvailable32 from './icons/NotificationAvailable32.js';
|
|
466
467
|
import NotificationBell32 from './icons/NotificationBell32.js';
|
|
@@ -469,7 +470,9 @@ import NotificationInformation32 from './icons/NotificationInformation32.js';
|
|
|
469
470
|
import NotificationQuestion32 from './icons/NotificationQuestion32.js';
|
|
470
471
|
import NotificationWarning32 from './icons/NotificationWarning32.js';
|
|
471
472
|
import PublishCopy32 from './icons/PublishCopy32.js';
|
|
473
|
+
import PublishEdit32 from './icons/PublishEdit32.js';
|
|
472
474
|
import PublishFavorite32 from './icons/PublishFavorite32.js';
|
|
475
|
+
import PublishFavoriteFull32 from './icons/PublishFavoriteFull32.js';
|
|
473
476
|
import PublishLock32 from './icons/PublishLock32.js';
|
|
474
477
|
import PublishSend32 from './icons/PublishSend32.js';
|
|
475
478
|
import PublishTrashbin32 from './icons/PublishTrashbin32.js';
|
|
@@ -478,154 +481,154 @@ import Bill32 from './icons/Bill32.js';
|
|
|
478
481
|
import Billzloty32 from './icons/Billzloty32.js';
|
|
479
482
|
import CardsMonochromeAmericanExpress32 from './icons/CardsMonochromeAmericanExpress32.js';
|
|
480
483
|
import CardsMonochromeCB32 from './icons/CardsMonochromeCB32.js';
|
|
481
|
-
import DisplayFilter32 from './icons/DisplayFilter32.js';
|
|
482
|
-
import PublishEdit32 from './icons/PublishEdit32.js';
|
|
483
|
-
import CardsMonochromeGift32 from './icons/CardsMonochromeGift32.js';
|
|
484
484
|
import CardsMonochromeCheque32 from './icons/CardsMonochromeCheque32.js';
|
|
485
|
+
import CardsMonochromeGift32 from './icons/CardsMonochromeGift32.js';
|
|
485
486
|
import CardsMonochromeIllicado32 from './icons/CardsMonochromeIllicado32.js';
|
|
487
|
+
import CardsMonochromeLoyalty32 from './icons/CardsMonochromeLoyalty32.js';
|
|
488
|
+
import CardsMonochromeMaestro32 from './icons/CardsMonochromeMaestro32.js';
|
|
486
489
|
import CardsMonochromeMastercard32 from './icons/CardsMonochromeMastercard32.js';
|
|
487
|
-
import PublishFavoriteFull32 from './icons/PublishFavoriteFull32.js';
|
|
488
|
-
import CardsMonochromeOneyX332 from './icons/CardsMonochromeOneyX332.js';
|
|
489
|
-
import CardsMonochromePaylib32 from './icons/CardsMonochromePaylib32.js';
|
|
490
490
|
import CardsMonochromeOney32 from './icons/CardsMonochromeOney32.js';
|
|
491
|
+
import CardsMonochromeOneyX332 from './icons/CardsMonochromeOneyX332.js';
|
|
491
492
|
import CardsMonochromeOneyX432 from './icons/CardsMonochromeOneyX432.js';
|
|
493
|
+
import CardsMonochromePaylib32 from './icons/CardsMonochromePaylib32.js';
|
|
492
494
|
import CardsMonochromePaypal32 from './icons/CardsMonochromePaypal32.js';
|
|
493
|
-
import DetailsOrder32 from './icons/DetailsOrder32.js';
|
|
494
495
|
import CardsMonochromeVisa32 from './icons/CardsMonochromeVisa32.js';
|
|
496
|
+
import DetailsOrder32 from './icons/DetailsOrder32.js';
|
|
495
497
|
import Euro32 from './icons/Euro32.js';
|
|
496
|
-
import CardsMonochromeLoyalty32 from './icons/CardsMonochromeLoyalty32.js';
|
|
497
498
|
import Receipt32 from './icons/Receipt32.js';
|
|
498
|
-
import SafePayment132 from './icons/SafePayment132.js';
|
|
499
499
|
import Receiptzloty32 from './icons/Receiptzloty32.js';
|
|
500
|
-
import
|
|
500
|
+
import SafePayment132 from './icons/SafePayment132.js';
|
|
501
|
+
import SafePayment232 from './icons/SafePayment232.js';
|
|
501
502
|
import Transfer32 from './icons/Transfer32.js';
|
|
503
|
+
import Zloty32 from './icons/Zloty32.js';
|
|
502
504
|
import AspectQuantity32 from './icons/AspectQuantity32.js';
|
|
503
505
|
import AspectSize32 from './icons/AspectSize32.js';
|
|
504
506
|
import AspectWeight32 from './icons/AspectWeight32.js';
|
|
505
|
-
import
|
|
507
|
+
import BasketAdd32 from './icons/BasketAdd32.js';
|
|
506
508
|
import BasketHandbag32 from './icons/BasketHandbag32.js';
|
|
507
509
|
import BasketMulti32 from './icons/BasketMulti32.js';
|
|
508
|
-
import BasketAdd32 from './icons/BasketAdd32.js';
|
|
509
510
|
import BasketSave32 from './icons/BasketSave32.js';
|
|
510
511
|
import BasketStandard32 from './icons/BasketStandard32.js';
|
|
511
512
|
import ListAdd32 from './icons/ListAdd32.js';
|
|
512
|
-
import
|
|
513
|
+
import ListStandard32 from './icons/ListStandard32.js';
|
|
513
514
|
import PromiseCertification32 from './icons/PromiseCertification32.js';
|
|
514
|
-
import Pallet24 from './icons/Pallet24.js';
|
|
515
|
-
import PromiseFashionChoice32 from './icons/PromiseFashionChoice32.js';
|
|
516
515
|
import PromiseCircularEconomy32 from './icons/PromiseCircularEconomy32.js';
|
|
517
|
-
import
|
|
518
|
-
import
|
|
516
|
+
import PromiseDestocking32 from './icons/PromiseDestocking32.js';
|
|
517
|
+
import PromiseEcoProduct32 from './icons/PromiseEcoProduct32.js';
|
|
518
|
+
import PromiseFashionChoice32 from './icons/PromiseFashionChoice32.js';
|
|
519
519
|
import PromiseFunding32 from './icons/PromiseFunding32.js';
|
|
520
|
+
import PromiseMadeInEurope32 from './icons/PromiseMadeInEurope32.js';
|
|
521
|
+
import PromiseMadeInFrance32 from './icons/PromiseMadeInFrance32.js';
|
|
520
522
|
import PromiseModular32 from './icons/PromiseModular32.js';
|
|
523
|
+
import PromiseProductOnPicture32 from './icons/PromiseProductOnPicture32.js';
|
|
521
524
|
import PromiseProductSheet32 from './icons/PromiseProductSheet32.js';
|
|
522
525
|
import PromiseScan32 from './icons/PromiseScan32.js';
|
|
523
526
|
import PromiseWarranty32 from './icons/PromiseWarranty32.js';
|
|
527
|
+
import Trolley32 from './icons/Trolley32.js';
|
|
524
528
|
import DescribeProject32 from './icons/DescribeProject32.js';
|
|
525
|
-
import PromiseMadeInFrance32 from './icons/PromiseMadeInFrance32.js';
|
|
526
529
|
import Inspiration32 from './icons/Inspiration32.js';
|
|
527
530
|
import MakeProject32 from './icons/MakeProject32.js';
|
|
531
|
+
import Fundingzloty32 from './icons/Fundingzloty32.js';
|
|
528
532
|
import AfterSalesAfterSalesService32 from './icons/AfterSalesAfterSalesService32.js';
|
|
529
533
|
import AfterSalesHelpline32 from './icons/AfterSalesHelpline32.js';
|
|
530
534
|
import AfterSalesPayback32 from './icons/AfterSalesPayback32.js';
|
|
531
535
|
import AfterSalesSatisfaction32 from './icons/AfterSalesSatisfaction32.js';
|
|
532
|
-
import
|
|
533
|
-
import Trolley32 from './icons/Trolley32.js';
|
|
534
|
-
import PromiseProductOnPicture32 from './icons/PromiseProductOnPicture32.js';
|
|
536
|
+
import CustomCopyKey32 from './icons/CustomCopyKey32.js';
|
|
535
537
|
import CustomCourse32 from './icons/CustomCourse32.js';
|
|
536
538
|
import CustomCutWoodGlass32 from './icons/CustomCutWoodGlass32.js';
|
|
539
|
+
import CustomSample32 from './icons/CustomSample32.js';
|
|
540
|
+
import CustomSharpening32 from './icons/CustomSharpening32.js';
|
|
537
541
|
import DeliveryDeliveryPickupRelayPoint32 from './icons/DeliveryDeliveryPickupRelayPoint32.js';
|
|
538
542
|
import DeliveryDeliveryPickupStore32 from './icons/DeliveryDeliveryPickupStore32.js';
|
|
539
|
-
import CustomSample32 from './icons/CustomSample32.js';
|
|
540
543
|
import DeliveryDeliveryHome32 from './icons/DeliveryDeliveryHome32.js';
|
|
541
|
-
import CustomCopyKey32 from './icons/CustomCopyKey32.js';
|
|
542
|
-
import CustomSharpening32 from './icons/CustomSharpening32.js';
|
|
543
544
|
import DeliveryDeliveryLocker32 from './icons/DeliveryDeliveryLocker32.js';
|
|
545
|
+
import Pallet32 from './icons/Pallet32.js';
|
|
544
546
|
import PurchaseHelpCarRent32 from './icons/PurchaseHelpCarRent32.js';
|
|
545
|
-
import
|
|
546
|
-
import TimeDelivery2h32 from './icons/TimeDelivery2h32.js';
|
|
547
|
+
import PurchaseHelpHomeDIY32 from './icons/PurchaseHelpHomeDIY32.js';
|
|
547
548
|
import PurchaseHelpHomeInstall32 from './icons/PurchaseHelpHomeInstall32.js';
|
|
548
|
-
import Pallet32 from './icons/Pallet32.js';
|
|
549
549
|
import PurchaseHelpToolRent32 from './icons/PurchaseHelpToolRent32.js';
|
|
550
|
-
import
|
|
550
|
+
import TimeDelivery2h32 from './icons/TimeDelivery2h32.js';
|
|
551
|
+
import TimeDelivery3h32 from './icons/TimeDelivery3h32.js';
|
|
551
552
|
import TimeDelivery48h32 from './icons/TimeDelivery48h32.js';
|
|
552
553
|
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';
|
|
556
554
|
import Tools3d32 from './icons/Tools3d32.js';
|
|
555
|
+
import ToolsCalculator32 from './icons/ToolsCalculator32.js';
|
|
556
|
+
import ToolsComparator32 from './icons/ToolsComparator32.js';
|
|
557
|
+
import CommentComment32 from './icons/CommentComment32.js';
|
|
557
558
|
import CommentCommunity32 from './icons/CommentCommunity32.js';
|
|
558
|
-
import
|
|
559
|
+
import CommentQuestionArticle32 from './icons/CommentQuestionArticle32.js';
|
|
559
560
|
import CommentReport32 from './icons/CommentReport32.js';
|
|
561
|
+
import ShareShareAndroid32 from './icons/ShareShareAndroid32.js';
|
|
560
562
|
import ShareShareIOS32 from './icons/ShareShareIOS32.js';
|
|
563
|
+
import SocialNetworkFacebook32 from './icons/SocialNetworkFacebook32.js';
|
|
561
564
|
import SocialNetworkInstagram32 from './icons/SocialNetworkInstagram32.js';
|
|
562
|
-
import
|
|
563
|
-
import SocialNetworkSpotify32 from './icons/SocialNetworkSpotify32.js';
|
|
564
|
-
import CommentComment32 from './icons/CommentComment32.js';
|
|
565
|
+
import SocialNetworkLinkedin32 from './icons/SocialNetworkLinkedin32.js';
|
|
565
566
|
import SocialNetworkPinterest32 from './icons/SocialNetworkPinterest32.js';
|
|
566
|
-
import
|
|
567
|
+
import SocialNetworkSpotify32 from './icons/SocialNetworkSpotify32.js';
|
|
567
568
|
import SocialNetworkTelegram32 from './icons/SocialNetworkTelegram32.js';
|
|
568
|
-
import
|
|
569
|
+
import SocialNetworkTiktok32 from './icons/SocialNetworkTiktok32.js';
|
|
569
570
|
import SocialNetworkX32 from './icons/SocialNetworkX32.js';
|
|
570
571
|
import SocialNetworkYoutube32 from './icons/SocialNetworkYoutube32.js';
|
|
571
|
-
import
|
|
572
|
+
import ViewLikeNegative32 from './icons/ViewLikeNegative32.js';
|
|
572
573
|
import ViewLikePositive32 from './icons/ViewLikePositive32.js';
|
|
574
|
+
import ViewStarEmpty32 from './icons/ViewStarEmpty32.js';
|
|
573
575
|
import ViewStarFull32 from './icons/ViewStarFull32.js';
|
|
574
|
-
import ViewTesterView32 from './icons/ViewTesterView32.js';
|
|
575
576
|
import ViewStarHalf32 from './icons/ViewStarHalf32.js';
|
|
576
|
-
import
|
|
577
|
-
import SocialNetworkFacebook32 from './icons/SocialNetworkFacebook32.js';
|
|
577
|
+
import ViewTesterView32 from './icons/ViewTesterView32.js';
|
|
578
578
|
import Itinerary32 from './icons/Itinerary32.js';
|
|
579
|
+
import Locator32 from './icons/Locator32.js';
|
|
580
|
+
import Logo32 from './icons/Logo32.js';
|
|
581
|
+
import Map32 from './icons/Map32.js';
|
|
579
582
|
import MonochromeRelayLocation32 from './icons/MonochromeRelayLocation32.js';
|
|
580
|
-
import
|
|
581
|
-
import StoreBM32 from './icons/StoreBM32.js';
|
|
583
|
+
import MonochromeStoreLocation32 from './icons/MonochromeStoreLocation32.js';
|
|
582
584
|
import MonochromeStoreLocationbm32 from './icons/MonochromeStoreLocationbm32.js';
|
|
583
|
-
import
|
|
585
|
+
import StoreBM32 from './icons/StoreBM32.js';
|
|
584
586
|
import StoreLM32 from './icons/StoreLM32.js';
|
|
585
|
-
import Bedroom32 from './icons/Bedroom32.js';
|
|
586
|
-
import Bathroom32 from './icons/Bathroom32.js';
|
|
587
587
|
import Attic32 from './icons/Attic32.js';
|
|
588
|
-
import
|
|
588
|
+
import Bathroom32 from './icons/Bathroom32.js';
|
|
589
|
+
import Bedroom32 from './icons/Bedroom32.js';
|
|
589
590
|
import Carpentry32 from './icons/Carpentry32.js';
|
|
591
|
+
import ChristmasTree32 from './icons/ChristmasTree32.js';
|
|
592
|
+
import ConnectedHome32 from './icons/ConnectedHome32.js';
|
|
590
593
|
import Curtains32 from './icons/Curtains32.js';
|
|
591
|
-
import
|
|
594
|
+
import Dressing32 from './icons/Dressing32.js';
|
|
595
|
+
import Drillalt32 from './icons/Drillalt32.js';
|
|
592
596
|
import Electricity32 from './icons/Electricity32.js';
|
|
593
|
-
import Locator32 from './icons/Locator32.js';
|
|
594
|
-
import Floor32 from './icons/Floor32.js';
|
|
595
597
|
import Enki32 from './icons/Enki32.js';
|
|
598
|
+
import Floor32 from './icons/Floor32.js';
|
|
599
|
+
import Garage32 from './icons/Garage32.js';
|
|
596
600
|
import Garden32 from './icons/Garden32.js';
|
|
597
|
-
import Garden232 from './icons/Garden232.js';
|
|
598
601
|
import Garden132 from './icons/Garden132.js';
|
|
599
|
-
import
|
|
600
|
-
import Drillalt32 from './icons/Drillalt32.js';
|
|
602
|
+
import Garden232 from './icons/Garden232.js';
|
|
601
603
|
import Glass32 from './icons/Glass32.js';
|
|
602
604
|
import Hardhatalt32 from './icons/Hardhatalt32.js';
|
|
603
605
|
import HardwareStore32 from './icons/HardwareStore32.js';
|
|
604
606
|
import Heater32 from './icons/Heater32.js';
|
|
605
|
-
import
|
|
607
|
+
import Insulationalt32 from './icons/Insulationalt32.js';
|
|
606
608
|
import Kids32 from './icons/Kids32.js';
|
|
607
609
|
import Kitchen32 from './icons/Kitchen32.js';
|
|
608
610
|
import Kitchenalt32 from './icons/Kitchenalt32.js';
|
|
609
611
|
import Kitchen232 from './icons/Kitchen232.js';
|
|
610
612
|
import Leak32 from './icons/Leak32.js';
|
|
611
613
|
import Lighting32 from './icons/Lighting32.js';
|
|
612
|
-
import MakeIt32 from './icons/MakeIt32.js';
|
|
613
614
|
import Living32 from './icons/Living32.js';
|
|
615
|
+
import MakeIt32 from './icons/MakeIt32.js';
|
|
614
616
|
import Masonryalt32 from './icons/Masonryalt32.js';
|
|
615
617
|
import Paint32 from './icons/Paint32.js';
|
|
616
618
|
import Pool32 from './icons/Pool32.js';
|
|
619
|
+
import Renewableenergy32 from './icons/Renewableenergy32.js';
|
|
617
620
|
import Security32 from './icons/Security32.js';
|
|
618
621
|
import Stairs32 from './icons/Stairs32.js';
|
|
619
622
|
import Terrace32 from './icons/Terrace32.js';
|
|
620
623
|
import Tool32 from './icons/Tool32.js';
|
|
624
|
+
import Wallpaper32 from './icons/Wallpaper32.js';
|
|
621
625
|
import Wood32 from './icons/Wood32.js';
|
|
626
|
+
import Woodflooring32 from './icons/Woodflooring32.js';
|
|
622
627
|
import Woodflooringalt32 from './icons/Woodflooringalt32.js';
|
|
623
|
-
import
|
|
624
|
-
import ChristmasTree32 from './icons/ChristmasTree32.js';
|
|
628
|
+
import WoodSaw32 from './icons/WoodSaw32.js';
|
|
625
629
|
import AccountCustomerCollaborator32 from './icons/AccountCustomerCollaborator32.js';
|
|
626
630
|
import AccountCustomerPassion32 from './icons/AccountCustomerPassion32.js';
|
|
627
631
|
import AccountCustomerPro32 from './icons/AccountCustomerPro32.js';
|
|
628
|
-
import Wallpaper32 from './icons/Wallpaper32.js';
|
|
629
632
|
import AccountProfileMan32 from './icons/AccountProfileMan32.js';
|
|
630
633
|
import AccountProfileView32 from './icons/AccountProfileView32.js';
|
|
631
634
|
import AccountProfileWoman32 from './icons/AccountProfileWoman32.js';
|
|
@@ -636,7 +639,7 @@ import CardIDCard32 from './icons/CardIDCard32.js';
|
|
|
636
639
|
import CardLoyaltyCard32 from './icons/CardLoyaltyCard32.js';
|
|
637
640
|
import ContactMail32 from './icons/ContactMail32.js';
|
|
638
641
|
import ContactPhone32 from './icons/ContactPhone32.js';
|
|
639
|
-
import
|
|
642
|
+
import ContactWebsite32 from './icons/ContactWebsite32.js';
|
|
640
643
|
import SituationOwner32 from './icons/SituationOwner32.js';
|
|
641
644
|
import SituationTenant32 from './icons/SituationTenant32.js';
|
|
642
645
|
import A11y32 from './icons/A11y32.js';
|
|
@@ -650,7 +653,7 @@ import EcoSaving32 from './icons/EcoSaving32.js';
|
|
|
650
653
|
import Heat32 from './icons/Heat32.js';
|
|
651
654
|
import House32 from './icons/House32.js';
|
|
652
655
|
import IncreaseValue32 from './icons/IncreaseValue32.js';
|
|
653
|
-
import
|
|
656
|
+
import Insulation32 from './icons/Insulation32.js';
|
|
654
657
|
import LessonDIY32 from './icons/LessonDIY32.js';
|
|
655
658
|
import Level32 from './icons/Level32.js';
|
|
656
659
|
import PaintCan32 from './icons/PaintCan32.js';
|
|
@@ -662,23 +665,23 @@ import Shutter32 from './icons/Shutter32.js';
|
|
|
662
665
|
import Survey32 from './icons/Survey32.js';
|
|
663
666
|
import Temperature32 from './icons/Temperature32.js';
|
|
664
667
|
import ThermalControl32 from './icons/ThermalControl32.js';
|
|
665
|
-
import ContactWebsite32 from './icons/ContactWebsite32.js';
|
|
666
|
-
import Desktop48 from './icons/Desktop48.js';
|
|
667
668
|
import ToolBox32 from './icons/ToolBox32.js';
|
|
669
|
+
import Desktop48 from './icons/Desktop48.js';
|
|
670
|
+
import Laptop48 from './icons/Laptop48.js';
|
|
668
671
|
import Mobile48 from './icons/Mobile48.js';
|
|
669
|
-
import ConnectedHome32 from './icons/ConnectedHome32.js';
|
|
670
|
-
import HygieneCleaned48 from './icons/HygieneCleaned48.js';
|
|
671
672
|
import Tablet48 from './icons/Tablet48.js';
|
|
673
|
+
import HygieneCleaned48 from './icons/HygieneCleaned48.js';
|
|
674
|
+
import HygieneDanger48 from './icons/HygieneDanger48.js';
|
|
672
675
|
import HygieneDistance48 from './icons/HygieneDistance48.js';
|
|
673
676
|
import HygieneGel48 from './icons/HygieneGel48.js';
|
|
674
|
-
import
|
|
675
|
-
import
|
|
677
|
+
import HygieneMask48 from './icons/HygieneMask48.js';
|
|
678
|
+
import HygieneNoContact48 from './icons/HygieneNoContact48.js';
|
|
676
679
|
import HygienePlexiglas48 from './icons/HygienePlexiglas48.js';
|
|
677
680
|
import PaymentCheckout48 from './icons/PaymentCheckout48.js';
|
|
678
681
|
import PaymentNoContact48 from './icons/PaymentNoContact48.js';
|
|
679
682
|
import ServicePurchaseHelpCarOpenBoot48 from './icons/ServicePurchaseHelpCarOpenBoot48.js';
|
|
680
683
|
import ServicePurchaseHelpCarStandInLine48 from './icons/ServicePurchaseHelpCarStandInLine48.js';
|
|
681
|
-
import
|
|
684
|
+
import ServicePurchaseHelpCarStayInside48 from './icons/ServicePurchaseHelpCarStayInside48.js';
|
|
682
685
|
import ServicePurchaseHelpLoading48 from './icons/ServicePurchaseHelpLoading48.js';
|
|
683
686
|
import ServicePurchaseHelpNoCarRent48 from './icons/ServicePurchaseHelpNoCarRent48.js';
|
|
684
687
|
import ServicePurchaseHelpRequest48 from './icons/ServicePurchaseHelpRequest48.js';
|
|
@@ -692,25 +695,25 @@ import PaymentMonochromeMBMultibanco48 from './icons/PaymentMonochromeMBMultiban
|
|
|
692
695
|
import PaymentMonochromeMBWay48 from './icons/PaymentMonochromeMBWay48.js';
|
|
693
696
|
import PaymentMonochromeOney48 from './icons/PaymentMonochromeOney48.js';
|
|
694
697
|
import PaymentMonochromeOney3x48 from './icons/PaymentMonochromeOney3x48.js';
|
|
695
|
-
import
|
|
698
|
+
import PaymentMonochromeOney3x4x48 from './icons/PaymentMonochromeOney3x4x48.js';
|
|
696
699
|
import PaymentMonochromeOney4x48 from './icons/PaymentMonochromeOney4x48.js';
|
|
697
700
|
import PaymentMonochromeOneyRaty48 from './icons/PaymentMonochromeOneyRaty48.js';
|
|
698
701
|
import PaymentMonochromePayPal48 from './icons/PaymentMonochromePayPal48.js';
|
|
699
|
-
import
|
|
702
|
+
import PaymentMonochromePostepay48 from './icons/PaymentMonochromePostepay48.js';
|
|
700
703
|
import PaymentMonochromePrzelesw48 from './icons/PaymentMonochromePrzelesw48.js';
|
|
701
|
-
import
|
|
704
|
+
import API48 from './icons/API48.js';
|
|
702
705
|
import BookStore48 from './icons/BookStore48.js';
|
|
703
706
|
import Camera48 from './icons/Camera48.js';
|
|
704
707
|
import Code48 from './icons/Code48.js';
|
|
705
708
|
import Document48 from './icons/Document48.js';
|
|
706
709
|
import DownloadApp48 from './icons/DownloadApp48.js';
|
|
707
|
-
import
|
|
710
|
+
import DownloadWeb48 from './icons/DownloadWeb48.js';
|
|
708
711
|
import FullScreen48 from './icons/FullScreen48.js';
|
|
709
712
|
import Gauge48 from './icons/Gauge48.js';
|
|
710
|
-
import
|
|
713
|
+
import Group48 from './icons/Group48.js';
|
|
711
714
|
import Imagealt48 from './icons/Imagealt48.js';
|
|
712
715
|
import NoPicture48 from './icons/NoPicture48.js';
|
|
713
|
-
import
|
|
716
|
+
import Pdf48 from './icons/Pdf48.js';
|
|
714
717
|
import Picker48 from './icons/Picker48.js';
|
|
715
718
|
import Play48 from './icons/Play48.js';
|
|
716
719
|
import Player48 from './icons/Player48.js';
|
|
@@ -718,476 +721,477 @@ import Policies48 from './icons/Policies48.js';
|
|
|
718
721
|
import Print48 from './icons/Print48.js';
|
|
719
722
|
import Project48 from './icons/Project48.js';
|
|
720
723
|
import Pushpin48 from './icons/Pushpin48.js';
|
|
721
|
-
import Renewableenergy32 from './icons/Renewableenergy32.js';
|
|
722
724
|
import Pushpinoff48 from './icons/Pushpinoff48.js';
|
|
723
725
|
import Read48 from './icons/Read48.js';
|
|
724
|
-
import Release48 from './icons/Release48.js';
|
|
725
726
|
import ReduceScreen48 from './icons/ReduceScreen48.js';
|
|
726
|
-
import
|
|
727
|
-
import Slideshow48 from './icons/Slideshow48.js';
|
|
727
|
+
import Release48 from './icons/Release48.js';
|
|
728
728
|
import Server48 from './icons/Server48.js';
|
|
729
|
-
import
|
|
730
|
-
import
|
|
731
|
-
import ArrowArrowBottom48 from './icons/ArrowArrowBottom48.js';
|
|
729
|
+
import Slideshow48 from './icons/Slideshow48.js';
|
|
730
|
+
import Sound48 from './icons/Sound48.js';
|
|
732
731
|
import Stop48 from './icons/Stop48.js';
|
|
732
|
+
import TimeRead48 from './icons/TimeRead48.js';
|
|
733
733
|
import Upload48 from './icons/Upload48.js';
|
|
734
|
-
import
|
|
734
|
+
import View36048 from './icons/View36048.js';
|
|
735
|
+
import ArrowArrowBottom48 from './icons/ArrowArrowBottom48.js';
|
|
735
736
|
import ArrowArrowLeft48 from './icons/ArrowArrowLeft48.js';
|
|
737
|
+
import ArrowArrowRight48 from './icons/ArrowArrowRight48.js';
|
|
736
738
|
import ArrowArrowTop48 from './icons/ArrowArrowTop48.js';
|
|
737
|
-
import ArrowArrowBottomRight48 from './icons/ArrowArrowBottomRight48.js';
|
|
738
739
|
import ArrowArrowBottomLeft48 from './icons/ArrowArrowBottomLeft48.js';
|
|
740
|
+
import ArrowArrowBottomRight48 from './icons/ArrowArrowBottomRight48.js';
|
|
739
741
|
import ArrowArrowTopLeft48 from './icons/ArrowArrowTopLeft48.js';
|
|
742
|
+
import ArrowArrowTopRight48 from './icons/ArrowArrowTopRight48.js';
|
|
740
743
|
import ArrowBack48 from './icons/ArrowBack48.js';
|
|
741
744
|
import ArrowDoubleArrowLeft48 from './icons/ArrowDoubleArrowLeft48.js';
|
|
742
745
|
import ArrowDoubleArrowRight48 from './icons/ArrowDoubleArrowRight48.js';
|
|
743
746
|
import ArrowDown48 from './icons/ArrowDown48.js';
|
|
744
|
-
import ArrowArrowTopRight48 from './icons/ArrowArrowTopRight48.js';
|
|
745
747
|
import ArrowNext48 from './icons/ArrowNext48.js';
|
|
746
|
-
import ControlCircleLess48 from './icons/ControlCircleLess48.js';
|
|
747
|
-
import ControlCircleCross48 from './icons/ControlCircleCross48.js';
|
|
748
748
|
import ArrowUp48 from './icons/ArrowUp48.js';
|
|
749
|
+
import ControlCircleCross48 from './icons/ControlCircleCross48.js';
|
|
750
|
+
import ControlCircleLess48 from './icons/ControlCircleLess48.js';
|
|
749
751
|
import ControlCircleMore48 from './icons/ControlCircleMore48.js';
|
|
750
752
|
import ControlCross48 from './icons/ControlCross48.js';
|
|
753
|
+
import ControlLess48 from './icons/ControlLess48.js';
|
|
751
754
|
import ControlMore48 from './icons/ControlMore48.js';
|
|
752
755
|
import ControlTagCross48 from './icons/ControlTagCross48.js';
|
|
753
756
|
import DisplayBlink48 from './icons/DisplayBlink48.js';
|
|
754
757
|
import DisplayCalendar48 from './icons/DisplayCalendar48.js';
|
|
755
758
|
import DisplayConnect48 from './icons/DisplayConnect48.js';
|
|
756
|
-
import ControlLess48 from './icons/ControlLess48.js';
|
|
757
759
|
import DisplayDisplayFullFilled48 from './icons/DisplayDisplayFullFilled48.js';
|
|
760
|
+
import DisplayDisplayFullOutline48 from './icons/DisplayDisplayFullOutline48.js';
|
|
758
761
|
import DisplayDisplayListFilled48 from './icons/DisplayDisplayListFilled48.js';
|
|
759
762
|
import DisplayDisplayListOutline48 from './icons/DisplayDisplayListOutline48.js';
|
|
763
|
+
import DisplayDisplayMobileHorizontal48 from './icons/DisplayDisplayMobileHorizontal48.js';
|
|
760
764
|
import DisplayDisplayMobileVertical48 from './icons/DisplayDisplayMobileVertical48.js';
|
|
761
765
|
import DisplayDisplayProductX4Filled48 from './icons/DisplayDisplayProductX4Filled48.js';
|
|
762
|
-
import DisplayDisplayFullOutline48 from './icons/DisplayDisplayFullOutline48.js';
|
|
763
|
-
import DisplayDisplayMobileHorizontal48 from './icons/DisplayDisplayMobileHorizontal48.js';
|
|
764
766
|
import DisplayDisplayProductX4Outline48 from './icons/DisplayDisplayProductX4Outline48.js';
|
|
765
767
|
import DisplayDisplayProductX948 from './icons/DisplayDisplayProductX948.js';
|
|
768
|
+
import DisplayExternalLink48 from './icons/DisplayExternalLink48.js';
|
|
769
|
+
import DisplayFilter48 from './icons/DisplayFilter48.js';
|
|
766
770
|
import DisplayHome48 from './icons/DisplayHome48.js';
|
|
767
771
|
import DisplayLogOut48 from './icons/DisplayLogOut48.js';
|
|
768
|
-
import
|
|
769
|
-
import DisplayFilter48 from './icons/DisplayFilter48.js';
|
|
770
|
-
import DisplayExternalLink48 from './icons/DisplayExternalLink48.js';
|
|
772
|
+
import DisplayMenu48 from './icons/DisplayMenu48.js';
|
|
771
773
|
import DisplayMovingBlock48 from './icons/DisplayMovingBlock48.js';
|
|
772
774
|
import DisplayOptions48 from './icons/DisplayOptions48.js';
|
|
775
|
+
import DisplayOther48 from './icons/DisplayOther48.js';
|
|
776
|
+
import DisplayProductNumb48 from './icons/DisplayProductNumb48.js';
|
|
773
777
|
import DisplayRefresh48 from './icons/DisplayRefresh48.js';
|
|
774
778
|
import DisplayScreenRotation48 from './icons/DisplayScreenRotation48.js';
|
|
775
|
-
import DisplayProductNumb48 from './icons/DisplayProductNumb48.js';
|
|
776
779
|
import DisplaySearch48 from './icons/DisplaySearch48.js';
|
|
780
|
+
import DisplaySearchList48 from './icons/DisplaySearchList48.js';
|
|
777
781
|
import DisplaySearchProduct48 from './icons/DisplaySearchProduct48.js';
|
|
778
782
|
import DisplaySetting48 from './icons/DisplaySetting48.js';
|
|
779
783
|
import DisplayView48 from './icons/DisplayView48.js';
|
|
780
784
|
import DisplayVocalSearch48 from './icons/DisplayVocalSearch48.js';
|
|
781
785
|
import NotificationAvailable48 from './icons/NotificationAvailable48.js';
|
|
782
786
|
import NotificationBell48 from './icons/NotificationBell48.js';
|
|
783
|
-
import DisplaySearchList48 from './icons/DisplaySearchList48.js';
|
|
784
787
|
import NotificationCircleAvailable48 from './icons/NotificationCircleAvailable48.js';
|
|
788
|
+
import NotificationInformation48 from './icons/NotificationInformation48.js';
|
|
785
789
|
import NotificationQuestion48 from './icons/NotificationQuestion48.js';
|
|
786
790
|
import NotificationWarning48 from './icons/NotificationWarning48.js';
|
|
787
791
|
import PublishCopy48 from './icons/PublishCopy48.js';
|
|
788
792
|
import PublishEdit48 from './icons/PublishEdit48.js';
|
|
789
|
-
import NotificationInformation48 from './icons/NotificationInformation48.js';
|
|
790
|
-
import DisplayOther48 from './icons/DisplayOther48.js';
|
|
791
793
|
import PublishFavorite48 from './icons/PublishFavorite48.js';
|
|
794
|
+
import PublishFavoriteFull48 from './icons/PublishFavoriteFull48.js';
|
|
795
|
+
import PublishLock48 from './icons/PublishLock48.js';
|
|
792
796
|
import PublishSend48 from './icons/PublishSend48.js';
|
|
793
797
|
import PublishTrashbin48 from './icons/PublishTrashbin48.js';
|
|
794
|
-
import PublishFavoriteFull48 from './icons/PublishFavoriteFull48.js';
|
|
795
798
|
import Split48 from './icons/Split48.js';
|
|
799
|
+
import Bill48 from './icons/Bill48.js';
|
|
796
800
|
import Billzloty48 from './icons/Billzloty48.js';
|
|
797
|
-
import PublishLock48 from './icons/PublishLock48.js';
|
|
798
801
|
import CardsMonochromeAmericanExpress48 from './icons/CardsMonochromeAmericanExpress48.js';
|
|
799
|
-
import Bill48 from './icons/Bill48.js';
|
|
800
|
-
import CardsMonochromeCheque48 from './icons/CardsMonochromeCheque48.js';
|
|
801
|
-
import CardsMonochromeIllicado48 from './icons/CardsMonochromeIllicado48.js';
|
|
802
802
|
import CardsMonochromeCB48 from './icons/CardsMonochromeCB48.js';
|
|
803
|
+
import CardsMonochromeCheque48 from './icons/CardsMonochromeCheque48.js';
|
|
803
804
|
import CardsMonochromeGift48 from './icons/CardsMonochromeGift48.js';
|
|
805
|
+
import CardsMonochromeIllicado48 from './icons/CardsMonochromeIllicado48.js';
|
|
804
806
|
import CardsMonochromeLoyalty48 from './icons/CardsMonochromeLoyalty48.js';
|
|
805
|
-
import CardsMonochromeOney48 from './icons/CardsMonochromeOney48.js';
|
|
806
|
-
import CardsMonochromeMastercard48 from './icons/CardsMonochromeMastercard48.js';
|
|
807
807
|
import CardsMonochromeMaestro48 from './icons/CardsMonochromeMaestro48.js';
|
|
808
|
+
import CardsMonochromeMastercard48 from './icons/CardsMonochromeMastercard48.js';
|
|
809
|
+
import CardsMonochromeOney48 from './icons/CardsMonochromeOney48.js';
|
|
808
810
|
import CardsMonochromeOneyX348 from './icons/CardsMonochromeOneyX348.js';
|
|
811
|
+
import CardsMonochromeOneyX448 from './icons/CardsMonochromeOneyX448.js';
|
|
812
|
+
import CardsMonochromePaylib48 from './icons/CardsMonochromePaylib48.js';
|
|
809
813
|
import CardsMonochromePaypal48 from './icons/CardsMonochromePaypal48.js';
|
|
810
814
|
import CardsMonochromeVisa48 from './icons/CardsMonochromeVisa48.js';
|
|
811
815
|
import DetailsOrder48 from './icons/DetailsOrder48.js';
|
|
812
|
-
import CardsMonochromeOneyX448 from './icons/CardsMonochromeOneyX448.js';
|
|
813
|
-
import CardsMonochromePaylib48 from './icons/CardsMonochromePaylib48.js';
|
|
814
816
|
import Euro48 from './icons/Euro48.js';
|
|
817
|
+
import Receipt48 from './icons/Receipt48.js';
|
|
818
|
+
import Receiptzloty48 from './icons/Receiptzloty48.js';
|
|
815
819
|
import SafePayment148 from './icons/SafePayment148.js';
|
|
816
820
|
import SafePayment248 from './icons/SafePayment248.js';
|
|
817
|
-
import Receipt48 from './icons/Receipt48.js';
|
|
818
821
|
import Transfer48 from './icons/Transfer48.js';
|
|
822
|
+
import Zloty48 from './icons/Zloty48.js';
|
|
819
823
|
import AspectQuantity48 from './icons/AspectQuantity48.js';
|
|
820
824
|
import AspectSize48 from './icons/AspectSize48.js';
|
|
821
825
|
import AspectWeight48 from './icons/AspectWeight48.js';
|
|
822
826
|
import BasketAdd48 from './icons/BasketAdd48.js';
|
|
823
|
-
import Receiptzloty48 from './icons/Receiptzloty48.js';
|
|
824
827
|
import BasketHandbag48 from './icons/BasketHandbag48.js';
|
|
825
|
-
import
|
|
828
|
+
import BasketMulti48 from './icons/BasketMulti48.js';
|
|
826
829
|
import BasketSave48 from './icons/BasketSave48.js';
|
|
830
|
+
import BasketStandard48 from './icons/BasketStandard48.js';
|
|
827
831
|
import ListAdd48 from './icons/ListAdd48.js';
|
|
828
832
|
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';
|
|
832
833
|
import PromiseCertification48 from './icons/PromiseCertification48.js';
|
|
833
|
-
import
|
|
834
|
-
import PromiseFunding48 from './icons/PromiseFunding48.js';
|
|
834
|
+
import PromiseCircularEconomy48 from './icons/PromiseCircularEconomy48.js';
|
|
835
835
|
import PromiseDestocking48 from './icons/PromiseDestocking48.js';
|
|
836
|
+
import PromiseEcoProduct48 from './icons/PromiseEcoProduct48.js';
|
|
836
837
|
import PromiseFashionChoice48 from './icons/PromiseFashionChoice48.js';
|
|
838
|
+
import PromiseFunding48 from './icons/PromiseFunding48.js';
|
|
837
839
|
import PromiseMadeInEurope48 from './icons/PromiseMadeInEurope48.js';
|
|
838
840
|
import PromiseMadeInFrance48 from './icons/PromiseMadeInFrance48.js';
|
|
841
|
+
import PromiseModular48 from './icons/PromiseModular48.js';
|
|
839
842
|
import PromiseProductOnPicture48 from './icons/PromiseProductOnPicture48.js';
|
|
843
|
+
import PromiseProductSheet48 from './icons/PromiseProductSheet48.js';
|
|
840
844
|
import PromiseScan48 from './icons/PromiseScan48.js';
|
|
841
|
-
import PromiseModular48 from './icons/PromiseModular48.js';
|
|
842
845
|
import PromiseWarranty48 from './icons/PromiseWarranty48.js';
|
|
843
|
-
import
|
|
846
|
+
import Trolley48 from './icons/Trolley48.js';
|
|
844
847
|
import Inspiration48 from './icons/Inspiration48.js';
|
|
845
|
-
import
|
|
848
|
+
import DescribeProject48 from './icons/DescribeProject48.js';
|
|
846
849
|
import MakeProject48 from './icons/MakeProject48.js';
|
|
850
|
+
import Fundingzloty48 from './icons/Fundingzloty48.js';
|
|
847
851
|
import AfterSalesAfterSalesService48 from './icons/AfterSalesAfterSalesService48.js';
|
|
848
852
|
import AfterSalesHelpline48 from './icons/AfterSalesHelpline48.js';
|
|
849
853
|
import AfterSalesPayback48 from './icons/AfterSalesPayback48.js';
|
|
850
854
|
import AfterSalesSatisfaction48 from './icons/AfterSalesSatisfaction48.js';
|
|
851
|
-
import
|
|
852
|
-
import Fundingzloty48 from './icons/Fundingzloty48.js';
|
|
855
|
+
import CustomCopyKey48 from './icons/CustomCopyKey48.js';
|
|
853
856
|
import CustomCourse48 from './icons/CustomCourse48.js';
|
|
857
|
+
import CustomCutWoodGlass48 from './icons/CustomCutWoodGlass48.js';
|
|
854
858
|
import CustomSample48 from './icons/CustomSample48.js';
|
|
855
|
-
import View36048 from './icons/View36048.js';
|
|
856
|
-
import PromiseCircularEconomy48 from './icons/PromiseCircularEconomy48.js';
|
|
857
859
|
import CustomSharpening48 from './icons/CustomSharpening48.js';
|
|
858
860
|
import DeliveryDeliveryPickupRelayPoint48 from './icons/DeliveryDeliveryPickupRelayPoint48.js';
|
|
859
|
-
import CustomCopyKey48 from './icons/CustomCopyKey48.js';
|
|
860
|
-
import DeliveryDeliveryHome48 from './icons/DeliveryDeliveryHome48.js';
|
|
861
861
|
import DeliveryDeliveryPickupStore48 from './icons/DeliveryDeliveryPickupStore48.js';
|
|
862
|
+
import DeliveryDeliveryHome48 from './icons/DeliveryDeliveryHome48.js';
|
|
863
|
+
import DeliveryDeliveryLocker48 from './icons/DeliveryDeliveryLocker48.js';
|
|
864
|
+
import Pallet48 from './icons/Pallet48.js';
|
|
862
865
|
import PurchaseHelpCarRent48 from './icons/PurchaseHelpCarRent48.js';
|
|
863
866
|
import PurchaseHelpHomeDIY48 from './icons/PurchaseHelpHomeDIY48.js';
|
|
867
|
+
import PurchaseHelpHomeInstall48 from './icons/PurchaseHelpHomeInstall48.js';
|
|
864
868
|
import PurchaseHelpToolRent48 from './icons/PurchaseHelpToolRent48.js';
|
|
865
869
|
import TimeDelivery2h48 from './icons/TimeDelivery2h48.js';
|
|
866
|
-
import DeliveryDeliveryLocker48 from './icons/DeliveryDeliveryLocker48.js';
|
|
867
|
-
import PurchaseHelpHomeInstall48 from './icons/PurchaseHelpHomeInstall48.js';
|
|
868
|
-
import TimeDelivery48h48 from './icons/TimeDelivery48h48.js';
|
|
869
870
|
import TimeDelivery3h48 from './icons/TimeDelivery3h48.js';
|
|
870
|
-
import
|
|
871
|
-
import Trolley48 from './icons/Trolley48.js';
|
|
872
|
-
import ToolsCalculator48 from './icons/ToolsCalculator48.js';
|
|
871
|
+
import TimeDelivery48h48 from './icons/TimeDelivery48h48.js';
|
|
873
872
|
import TimeTimeDecline48 from './icons/TimeTimeDecline48.js';
|
|
874
|
-
import
|
|
875
|
-
import
|
|
873
|
+
import Tools3d48 from './icons/Tools3d48.js';
|
|
874
|
+
import ToolsCalculator48 from './icons/ToolsCalculator48.js';
|
|
876
875
|
import ToolsComparator48 from './icons/ToolsComparator48.js';
|
|
876
|
+
import CommentComment48 from './icons/CommentComment48.js';
|
|
877
|
+
import CommentCommunity48 from './icons/CommentCommunity48.js';
|
|
878
|
+
import CommentQuestionArticle48 from './icons/CommentQuestionArticle48.js';
|
|
879
|
+
import CommentReport48 from './icons/CommentReport48.js';
|
|
880
|
+
import ShareShareAndroid48 from './icons/ShareShareAndroid48.js';
|
|
877
881
|
import ShareShareIOS48 from './icons/ShareShareIOS48.js';
|
|
878
882
|
import SocialNetworkFacebook48 from './icons/SocialNetworkFacebook48.js';
|
|
879
883
|
import SocialNetworkInstagram48 from './icons/SocialNetworkInstagram48.js';
|
|
880
|
-
import SocialNetworkPinterest48 from './icons/SocialNetworkPinterest48.js';
|
|
881
884
|
import SocialNetworkLinkedin48 from './icons/SocialNetworkLinkedin48.js';
|
|
882
|
-
import
|
|
885
|
+
import SocialNetworkPinterest48 from './icons/SocialNetworkPinterest48.js';
|
|
883
886
|
import SocialNetworkSpotify48 from './icons/SocialNetworkSpotify48.js';
|
|
884
|
-
import
|
|
887
|
+
import SocialNetworkTelegram48 from './icons/SocialNetworkTelegram48.js';
|
|
885
888
|
import SocialNetworkTiktok48 from './icons/SocialNetworkTiktok48.js';
|
|
886
|
-
import
|
|
887
|
-
import ViewLikeNegative48 from './icons/ViewLikeNegative48.js';
|
|
889
|
+
import SocialNetworkX48 from './icons/SocialNetworkX48.js';
|
|
888
890
|
import SocialNetworkYoutube48 from './icons/SocialNetworkYoutube48.js';
|
|
889
|
-
import
|
|
891
|
+
import ViewLikeNegative48 from './icons/ViewLikeNegative48.js';
|
|
892
|
+
import ViewLikePositive48 from './icons/ViewLikePositive48.js';
|
|
890
893
|
import ViewStarEmpty48 from './icons/ViewStarEmpty48.js';
|
|
894
|
+
import ViewStarFull48 from './icons/ViewStarFull48.js';
|
|
891
895
|
import ViewStarHalf48 from './icons/ViewStarHalf48.js';
|
|
892
896
|
import ViewTesterView48 from './icons/ViewTesterView48.js';
|
|
893
|
-
import
|
|
897
|
+
import Itinerary48 from './icons/Itinerary48.js';
|
|
894
898
|
import Locator48 from './icons/Locator48.js';
|
|
895
|
-
import ViewLikePositive48 from './icons/ViewLikePositive48.js';
|
|
896
899
|
import Logo48 from './icons/Logo48.js';
|
|
897
900
|
import Map48 from './icons/Map48.js';
|
|
898
|
-
import
|
|
899
|
-
import MonochromeStoreLocationbm48 from './icons/MonochromeStoreLocationbm48.js';
|
|
901
|
+
import MonochromeRelayLocation48 from './icons/MonochromeRelayLocation48.js';
|
|
900
902
|
import MonochromeStoreLocation48 from './icons/MonochromeStoreLocation48.js';
|
|
903
|
+
import MonochromeStoreLocationbm48 from './icons/MonochromeStoreLocationbm48.js';
|
|
901
904
|
import StoreBM48 from './icons/StoreBM48.js';
|
|
902
|
-
import Attic48 from './icons/Attic48.js';
|
|
903
905
|
import StoreLM48 from './icons/StoreLM48.js';
|
|
906
|
+
import Attic48 from './icons/Attic48.js';
|
|
904
907
|
import Bathroom48 from './icons/Bathroom48.js';
|
|
908
|
+
import Bedroom48 from './icons/Bedroom48.js';
|
|
905
909
|
import Carpentry48 from './icons/Carpentry48.js';
|
|
906
|
-
import Tools3d48 from './icons/Tools3d48.js';
|
|
907
910
|
import ChristmasTree48 from './icons/ChristmasTree48.js';
|
|
908
|
-
import
|
|
909
|
-
import Itinerary48 from './icons/Itinerary48.js';
|
|
911
|
+
import ConnectedHome48 from './icons/ConnectedHome48.js';
|
|
910
912
|
import Curtains48 from './icons/Curtains48.js';
|
|
911
913
|
import Dressing48 from './icons/Dressing48.js';
|
|
912
|
-
import
|
|
913
|
-
import Enki48 from './icons/Enki48.js';
|
|
914
|
-
import Bedroom48 from './icons/Bedroom48.js';
|
|
914
|
+
import Drillalt48 from './icons/Drillalt48.js';
|
|
915
915
|
import Electricity48 from './icons/Electricity48.js';
|
|
916
|
+
import Enki48 from './icons/Enki48.js';
|
|
916
917
|
import Floor48 from './icons/Floor48.js';
|
|
918
|
+
import Garage48 from './icons/Garage48.js';
|
|
919
|
+
import Garden48 from './icons/Garden48.js';
|
|
917
920
|
import Garden148 from './icons/Garden148.js';
|
|
921
|
+
import Garden248 from './icons/Garden248.js';
|
|
918
922
|
import Glass48 from './icons/Glass48.js';
|
|
919
|
-
import
|
|
923
|
+
import Hardhatalt48 from './icons/Hardhatalt48.js';
|
|
920
924
|
import HardwareStore48 from './icons/HardwareStore48.js';
|
|
921
925
|
import Heater48 from './icons/Heater48.js';
|
|
922
926
|
import Insulationalt48 from './icons/Insulationalt48.js';
|
|
923
927
|
import Kids48 from './icons/Kids48.js';
|
|
924
|
-
import Garden48 from './icons/Garden48.js';
|
|
925
928
|
import Kitchen48 from './icons/Kitchen48.js';
|
|
926
929
|
import Kitchenalt48 from './icons/Kitchenalt48.js';
|
|
930
|
+
import Kitchen248 from './icons/Kitchen248.js';
|
|
927
931
|
import Leak48 from './icons/Leak48.js';
|
|
928
932
|
import Lighting48 from './icons/Lighting48.js';
|
|
929
933
|
import Living48 from './icons/Living48.js';
|
|
930
|
-
import
|
|
931
|
-
import
|
|
932
|
-
import Hardhatalt48 from './icons/Hardhatalt48.js';
|
|
933
|
-
import Kitchen248 from './icons/Kitchen248.js';
|
|
934
|
+
import MakeIt48 from './icons/MakeIt48.js';
|
|
935
|
+
import Masonryalt48 from './icons/Masonryalt48.js';
|
|
934
936
|
import Paint48 from './icons/Paint48.js';
|
|
937
|
+
import Pool48 from './icons/Pool48.js';
|
|
935
938
|
import Renewableenergy48 from './icons/Renewableenergy48.js';
|
|
939
|
+
import Security48 from './icons/Security48.js';
|
|
936
940
|
import Stairs48 from './icons/Stairs48.js';
|
|
937
|
-
import
|
|
941
|
+
import Terrace48 from './icons/Terrace48.js';
|
|
938
942
|
import Tool48 from './icons/Tool48.js';
|
|
939
943
|
import Wallpaper48 from './icons/Wallpaper48.js';
|
|
940
|
-
import Security48 from './icons/Security48.js';
|
|
941
944
|
import Wood48 from './icons/Wood48.js';
|
|
942
945
|
import Woodflooring48 from './icons/Woodflooring48.js';
|
|
943
|
-
import AccountCustomerCollaborator48 from './icons/AccountCustomerCollaborator48.js';
|
|
944
|
-
import Terrace48 from './icons/Terrace48.js';
|
|
945
946
|
import Woodflooringalt48 from './icons/Woodflooringalt48.js';
|
|
946
|
-
import
|
|
947
|
-
import
|
|
947
|
+
import WoodSaw48 from './icons/WoodSaw48.js';
|
|
948
|
+
import AccountCustomerCollaborator48 from './icons/AccountCustomerCollaborator48.js';
|
|
948
949
|
import AccountCustomerPassion48 from './icons/AccountCustomerPassion48.js';
|
|
950
|
+
import AccountCustomerPro48 from './icons/AccountCustomerPro48.js';
|
|
951
|
+
import AccountProfileMan48 from './icons/AccountProfileMan48.js';
|
|
949
952
|
import AccountProfileView48 from './icons/AccountProfileView48.js';
|
|
950
953
|
import AccountProfileWoman48 from './icons/AccountProfileWoman48.js';
|
|
951
|
-
import
|
|
954
|
+
import CardFunding48 from './icons/CardFunding48.js';
|
|
952
955
|
import CardFundingzloty48 from './icons/CardFundingzloty48.js';
|
|
953
|
-
import
|
|
956
|
+
import CardGift48 from './icons/CardGift48.js';
|
|
954
957
|
import CardIDCard48 from './icons/CardIDCard48.js';
|
|
955
958
|
import CardLoyaltyCard48 from './icons/CardLoyaltyCard48.js';
|
|
956
|
-
import CardFunding48 from './icons/CardFunding48.js';
|
|
957
|
-
import ContactPhone48 from './icons/ContactPhone48.js';
|
|
958
959
|
import ContactMail48 from './icons/ContactMail48.js';
|
|
959
|
-
import
|
|
960
|
+
import ContactPhone48 from './icons/ContactPhone48.js';
|
|
961
|
+
import ContactWebsite48 from './icons/ContactWebsite48.js';
|
|
960
962
|
import SituationOwner48 from './icons/SituationOwner48.js';
|
|
961
|
-
import
|
|
963
|
+
import SituationTenant48 from './icons/SituationTenant48.js';
|
|
962
964
|
import A11y48 from './icons/A11y48.js';
|
|
963
|
-
import
|
|
964
|
-
import ContactWebsite48 from './icons/ContactWebsite48.js';
|
|
965
|
+
import Administration48 from './icons/Administration48.js';
|
|
965
966
|
import Apartment48 from './icons/Apartment48.js';
|
|
966
|
-
import
|
|
967
|
+
import Balcony48 from './icons/Balcony48.js';
|
|
968
|
+
import Blower48 from './icons/Blower48.js';
|
|
969
|
+
import Company48 from './icons/Company48.js';
|
|
967
970
|
import Door48 from './icons/Door48.js';
|
|
968
|
-
import
|
|
971
|
+
import EcoSaving48 from './icons/EcoSaving48.js';
|
|
972
|
+
import Heat48 from './icons/Heat48.js';
|
|
969
973
|
import House48 from './icons/House48.js';
|
|
970
974
|
import IncreaseValue48 from './icons/IncreaseValue48.js';
|
|
971
|
-
import Blower48 from './icons/Blower48.js';
|
|
972
975
|
import Insulation48 from './icons/Insulation48.js';
|
|
973
976
|
import LessonDIY48 from './icons/LessonDIY48.js';
|
|
974
977
|
import Level48 from './icons/Level48.js';
|
|
978
|
+
import PaintCan48 from './icons/PaintCan48.js';
|
|
975
979
|
import PartnerCompany48 from './icons/PartnerCompany48.js';
|
|
976
980
|
import PartnerWorker48 from './icons/PartnerWorker48.js';
|
|
977
981
|
import Pipe48 from './icons/Pipe48.js';
|
|
978
982
|
import Premium48 from './icons/Premium48.js';
|
|
979
|
-
import EcoSaving48 from './icons/EcoSaving48.js';
|
|
980
983
|
import Shutter48 from './icons/Shutter48.js';
|
|
981
984
|
import Survey48 from './icons/Survey48.js';
|
|
982
|
-
import
|
|
985
|
+
import Temperature48 from './icons/Temperature48.js';
|
|
983
986
|
import ThermalControl48 from './icons/ThermalControl48.js';
|
|
984
987
|
import ToolBox48 from './icons/ToolBox48.js';
|
|
988
|
+
import Desktop64 from './icons/Desktop64.js';
|
|
985
989
|
import Laptop64 from './icons/Laptop64.js';
|
|
986
990
|
import Mobile64 from './icons/Mobile64.js';
|
|
987
|
-
import Temperature48 from './icons/Temperature48.js';
|
|
988
991
|
import Tablet64 from './icons/Tablet64.js';
|
|
989
|
-
import Desktop64 from './icons/Desktop64.js';
|
|
990
992
|
import HygieneCleaned64 from './icons/HygieneCleaned64.js';
|
|
993
|
+
import HygieneDanger64 from './icons/HygieneDanger64.js';
|
|
994
|
+
import HygieneDistance64 from './icons/HygieneDistance64.js';
|
|
991
995
|
import HygieneGel64 from './icons/HygieneGel64.js';
|
|
992
|
-
import
|
|
996
|
+
import HygieneMask64 from './icons/HygieneMask64.js';
|
|
993
997
|
import HygieneNoContact64 from './icons/HygieneNoContact64.js';
|
|
994
998
|
import HygienePlexiglas64 from './icons/HygienePlexiglas64.js';
|
|
995
999
|
import PaymentCheckout64 from './icons/PaymentCheckout64.js';
|
|
996
1000
|
import PaymentNoContact64 from './icons/PaymentNoContact64.js';
|
|
997
|
-
import ServicePurchaseHelpCarStandInLine64 from './icons/ServicePurchaseHelpCarStandInLine64.js';
|
|
998
1001
|
import ServicePurchaseHelpCarOpenBoot64 from './icons/ServicePurchaseHelpCarOpenBoot64.js';
|
|
999
|
-
import
|
|
1002
|
+
import ServicePurchaseHelpCarStandInLine64 from './icons/ServicePurchaseHelpCarStandInLine64.js';
|
|
1000
1003
|
import ServicePurchaseHelpCarStayInside64 from './icons/ServicePurchaseHelpCarStayInside64.js';
|
|
1001
1004
|
import ServicePurchaseHelpLoading64 from './icons/ServicePurchaseHelpLoading64.js';
|
|
1005
|
+
import ServicePurchaseHelpNoCarRent64 from './icons/ServicePurchaseHelpNoCarRent64.js';
|
|
1002
1006
|
import ServicePurchaseHelpRequest64 from './icons/ServicePurchaseHelpRequest64.js';
|
|
1003
|
-
import HygieneDanger64 from './icons/HygieneDanger64.js';
|
|
1004
1007
|
import ServicePurchaseHelpTruck64 from './icons/ServicePurchaseHelpTruck64.js';
|
|
1008
|
+
import UniverseEssentialProduct64 from './icons/UniverseEssentialProduct64.js';
|
|
1005
1009
|
import PaymentMonochromeBizum64 from './icons/PaymentMonochromeBizum64.js';
|
|
1006
1010
|
import PaymentMonochromeBlik64 from './icons/PaymentMonochromeBlik64.js';
|
|
1007
1011
|
import PaymentMonochromeBonificoBancario64 from './icons/PaymentMonochromeBonificoBancario64.js';
|
|
1008
|
-
import ServicePurchaseHelpNoCarRent64 from './icons/ServicePurchaseHelpNoCarRent64.js';
|
|
1009
1012
|
import PaymentMonochromeFintecture64 from './icons/PaymentMonochromeFintecture64.js';
|
|
1010
|
-
import UniverseEssentialProduct64 from './icons/UniverseEssentialProduct64.js';
|
|
1011
1013
|
import PaymentMonochromeMBMultibanco64 from './icons/PaymentMonochromeMBMultibanco64.js';
|
|
1014
|
+
import PaymentMonochromeMBWay64 from './icons/PaymentMonochromeMBWay64.js';
|
|
1012
1015
|
import PaymentMonochromeOney64 from './icons/PaymentMonochromeOney64.js';
|
|
1016
|
+
import PaymentMonochromeOney3x64 from './icons/PaymentMonochromeOney3x64.js';
|
|
1013
1017
|
import PaymentMonochromeOney3x4x64 from './icons/PaymentMonochromeOney3x4x64.js';
|
|
1014
1018
|
import PaymentMonochromeOney4x64 from './icons/PaymentMonochromeOney4x64.js';
|
|
1015
|
-
import PaymentMonochromeMBWay64 from './icons/PaymentMonochromeMBWay64.js';
|
|
1016
1019
|
import PaymentMonochromeOneyRaty64 from './icons/PaymentMonochromeOneyRaty64.js';
|
|
1017
1020
|
import PaymentMonochromePayPal64 from './icons/PaymentMonochromePayPal64.js';
|
|
1018
|
-
import
|
|
1021
|
+
import PaymentMonochromePostepay64 from './icons/PaymentMonochromePostepay64.js';
|
|
1019
1022
|
import PaymentMonochromePrzelesw64 from './icons/PaymentMonochromePrzelesw64.js';
|
|
1020
1023
|
import API64 from './icons/API64.js';
|
|
1024
|
+
import BookStore64 from './icons/BookStore64.js';
|
|
1021
1025
|
import Camera64 from './icons/Camera64.js';
|
|
1022
1026
|
import Code64 from './icons/Code64.js';
|
|
1023
|
-
import PaymentMonochromePostepay64 from './icons/PaymentMonochromePostepay64.js';
|
|
1024
|
-
import BookStore64 from './icons/BookStore64.js';
|
|
1025
|
-
import DownloadApp64 from './icons/DownloadApp64.js';
|
|
1026
1027
|
import Document64 from './icons/Document64.js';
|
|
1028
|
+
import DownloadApp64 from './icons/DownloadApp64.js';
|
|
1027
1029
|
import DownloadWeb64 from './icons/DownloadWeb64.js';
|
|
1028
|
-
import Group64 from './icons/Group64.js';
|
|
1029
|
-
import Gauge64 from './icons/Gauge64.js';
|
|
1030
1030
|
import FullScreen64 from './icons/FullScreen64.js';
|
|
1031
|
-
import
|
|
1031
|
+
import Gauge64 from './icons/Gauge64.js';
|
|
1032
|
+
import Group64 from './icons/Group64.js';
|
|
1033
|
+
import Imagealt64 from './icons/Imagealt64.js';
|
|
1032
1034
|
import NoPicture64 from './icons/NoPicture64.js';
|
|
1033
|
-
import
|
|
1035
|
+
import Pdf64 from './icons/Pdf64.js';
|
|
1036
|
+
import Picker64 from './icons/Picker64.js';
|
|
1034
1037
|
import Play64 from './icons/Play64.js';
|
|
1035
|
-
import
|
|
1038
|
+
import Player64 from './icons/Player64.js';
|
|
1036
1039
|
import Policies64 from './icons/Policies64.js';
|
|
1040
|
+
import Print64 from './icons/Print64.js';
|
|
1037
1041
|
import Project64 from './icons/Project64.js';
|
|
1038
1042
|
import Pushpin64 from './icons/Pushpin64.js';
|
|
1039
1043
|
import Pushpinoff64 from './icons/Pushpinoff64.js';
|
|
1040
|
-
import HygieneMask64 from './icons/HygieneMask64.js';
|
|
1041
|
-
import PaintCan48 from './icons/PaintCan48.js';
|
|
1042
1044
|
import Read64 from './icons/Read64.js';
|
|
1043
|
-
import
|
|
1044
|
-
import
|
|
1045
|
+
import ReduceScreen64 from './icons/ReduceScreen64.js';
|
|
1046
|
+
import Release64 from './icons/Release64.js';
|
|
1047
|
+
import Server64 from './icons/Server64.js';
|
|
1045
1048
|
import Slideshow64 from './icons/Slideshow64.js';
|
|
1046
1049
|
import Sound64 from './icons/Sound64.js';
|
|
1047
|
-
import Upload64 from './icons/Upload64.js';
|
|
1048
|
-
import TimeRead64 from './icons/TimeRead64.js';
|
|
1049
1050
|
import Stop64 from './icons/Stop64.js';
|
|
1050
|
-
import
|
|
1051
|
-
import
|
|
1051
|
+
import TimeRead64 from './icons/TimeRead64.js';
|
|
1052
|
+
import Upload64 from './icons/Upload64.js';
|
|
1052
1053
|
import View36064 from './icons/View36064.js';
|
|
1054
|
+
import ArrowArrowBottom64 from './icons/ArrowArrowBottom64.js';
|
|
1053
1055
|
import ArrowArrowLeft64 from './icons/ArrowArrowLeft64.js';
|
|
1056
|
+
import ArrowArrowRight64 from './icons/ArrowArrowRight64.js';
|
|
1057
|
+
import ArrowArrowTop64 from './icons/ArrowArrowTop64.js';
|
|
1054
1058
|
import ArrowArrowBottomLeft64 from './icons/ArrowArrowBottomLeft64.js';
|
|
1055
|
-
import Imagealt64 from './icons/Imagealt64.js';
|
|
1056
1059
|
import ArrowArrowBottomRight64 from './icons/ArrowArrowBottomRight64.js';
|
|
1057
1060
|
import ArrowArrowTopLeft64 from './icons/ArrowArrowTopLeft64.js';
|
|
1058
|
-
import
|
|
1059
|
-
import ArrowArrowTop64 from './icons/ArrowArrowTop64.js';
|
|
1061
|
+
import ArrowArrowTopRight64 from './icons/ArrowArrowTopRight64.js';
|
|
1060
1062
|
import ArrowBack64 from './icons/ArrowBack64.js';
|
|
1061
1063
|
import ArrowDoubleArrowLeft64 from './icons/ArrowDoubleArrowLeft64.js';
|
|
1062
1064
|
import ArrowDoubleArrowRight64 from './icons/ArrowDoubleArrowRight64.js';
|
|
1065
|
+
import ArrowDown64 from './icons/ArrowDown64.js';
|
|
1063
1066
|
import ArrowNext64 from './icons/ArrowNext64.js';
|
|
1064
|
-
import ControlCircleCross64 from './icons/ControlCircleCross64.js';
|
|
1065
1067
|
import ArrowUp64 from './icons/ArrowUp64.js';
|
|
1068
|
+
import ControlCircleCross64 from './icons/ControlCircleCross64.js';
|
|
1066
1069
|
import ControlCircleLess64 from './icons/ControlCircleLess64.js';
|
|
1067
1070
|
import ControlCircleMore64 from './icons/ControlCircleMore64.js';
|
|
1068
1071
|
import ControlCross64 from './icons/ControlCross64.js';
|
|
1069
1072
|
import ControlLess64 from './icons/ControlLess64.js';
|
|
1070
|
-
import ArrowArrowRight64 from './icons/ArrowArrowRight64.js';
|
|
1071
1073
|
import ControlMore64 from './icons/ControlMore64.js';
|
|
1072
|
-
import DisplayBlink64 from './icons/DisplayBlink64.js';
|
|
1073
1074
|
import ControlTagCross64 from './icons/ControlTagCross64.js';
|
|
1074
|
-
import
|
|
1075
|
-
import
|
|
1075
|
+
import DisplayBlink64 from './icons/DisplayBlink64.js';
|
|
1076
|
+
import DisplayCalendar64 from './icons/DisplayCalendar64.js';
|
|
1077
|
+
import DisplayConnect64 from './icons/DisplayConnect64.js';
|
|
1076
1078
|
import DisplayDisplayFullFilled64 from './icons/DisplayDisplayFullFilled64.js';
|
|
1079
|
+
import DisplayDisplayFullOutline64 from './icons/DisplayDisplayFullOutline64.js';
|
|
1077
1080
|
import DisplayDisplayListFilled64 from './icons/DisplayDisplayListFilled64.js';
|
|
1078
|
-
import
|
|
1081
|
+
import DisplayDisplayListOutline64 from './icons/DisplayDisplayListOutline64.js';
|
|
1079
1082
|
import DisplayDisplayMobileHorizontal64 from './icons/DisplayDisplayMobileHorizontal64.js';
|
|
1080
|
-
import
|
|
1081
|
-
import DisplayCalendar64 from './icons/DisplayCalendar64.js';
|
|
1083
|
+
import DisplayDisplayMobileVertical64 from './icons/DisplayDisplayMobileVertical64.js';
|
|
1082
1084
|
import DisplayDisplayProductX4Filled64 from './icons/DisplayDisplayProductX4Filled64.js';
|
|
1083
1085
|
import DisplayDisplayProductX4Outline64 from './icons/DisplayDisplayProductX4Outline64.js';
|
|
1084
1086
|
import DisplayDisplayProductX964 from './icons/DisplayDisplayProductX964.js';
|
|
1085
|
-
import
|
|
1087
|
+
import DisplayExternalLink64 from './icons/DisplayExternalLink64.js';
|
|
1086
1088
|
import DisplayFilter64 from './icons/DisplayFilter64.js';
|
|
1089
|
+
import DisplayHome64 from './icons/DisplayHome64.js';
|
|
1087
1090
|
import DisplayLogOut64 from './icons/DisplayLogOut64.js';
|
|
1088
1091
|
import DisplayMenu64 from './icons/DisplayMenu64.js';
|
|
1089
1092
|
import DisplayMovingBlock64 from './icons/DisplayMovingBlock64.js';
|
|
1090
1093
|
import DisplayOptions64 from './icons/DisplayOptions64.js';
|
|
1091
1094
|
import DisplayOther64 from './icons/DisplayOther64.js';
|
|
1092
|
-
import DisplayDisplayListOutline64 from './icons/DisplayDisplayListOutline64.js';
|
|
1093
|
-
import DisplayExternalLink64 from './icons/DisplayExternalLink64.js';
|
|
1094
1095
|
import DisplayProductNumb64 from './icons/DisplayProductNumb64.js';
|
|
1095
1096
|
import DisplayRefresh64 from './icons/DisplayRefresh64.js';
|
|
1096
1097
|
import DisplayScreenRotation64 from './icons/DisplayScreenRotation64.js';
|
|
1098
|
+
import DisplaySearch64 from './icons/DisplaySearch64.js';
|
|
1097
1099
|
import DisplaySearchList64 from './icons/DisplaySearchList64.js';
|
|
1098
1100
|
import DisplaySearchProduct64 from './icons/DisplaySearchProduct64.js';
|
|
1099
1101
|
import DisplaySetting64 from './icons/DisplaySetting64.js';
|
|
1100
1102
|
import DisplayView64 from './icons/DisplayView64.js';
|
|
1103
|
+
import DisplayVocalSearch64 from './icons/DisplayVocalSearch64.js';
|
|
1101
1104
|
import NotificationAvailable64 from './icons/NotificationAvailable64.js';
|
|
1102
|
-
import DisplaySearch64 from './icons/DisplaySearch64.js';
|
|
1103
1105
|
import NotificationBell64 from './icons/NotificationBell64.js';
|
|
1104
1106
|
import NotificationCircleAvailable64 from './icons/NotificationCircleAvailable64.js';
|
|
1105
1107
|
import NotificationInformation64 from './icons/NotificationInformation64.js';
|
|
1106
|
-
import
|
|
1107
|
-
import
|
|
1108
|
+
import NotificationQuestion64 from './icons/NotificationQuestion64.js';
|
|
1109
|
+
import NotificationWarning64 from './icons/NotificationWarning64.js';
|
|
1108
1110
|
import PublishCopy64 from './icons/PublishCopy64.js';
|
|
1111
|
+
import PublishEdit64 from './icons/PublishEdit64.js';
|
|
1112
|
+
import PublishFavorite64 from './icons/PublishFavorite64.js';
|
|
1109
1113
|
import PublishFavoriteFull64 from './icons/PublishFavoriteFull64.js';
|
|
1110
1114
|
import PublishLock64 from './icons/PublishLock64.js';
|
|
1111
|
-
import PublishFavorite64 from './icons/PublishFavorite64.js';
|
|
1112
|
-
import NotificationQuestion64 from './icons/NotificationQuestion64.js';
|
|
1113
1115
|
import PublishSend64 from './icons/PublishSend64.js';
|
|
1114
|
-
import Split64 from './icons/Split64.js';
|
|
1115
1116
|
import PublishTrashbin64 from './icons/PublishTrashbin64.js';
|
|
1117
|
+
import Split64 from './icons/Split64.js';
|
|
1118
|
+
import Bill64 from './icons/Bill64.js';
|
|
1116
1119
|
import Billzloty64 from './icons/Billzloty64.js';
|
|
1117
1120
|
import CardsMonochromeAmericanExpress64 from './icons/CardsMonochromeAmericanExpress64.js';
|
|
1118
1121
|
import CardsMonochromeCB64 from './icons/CardsMonochromeCB64.js';
|
|
1119
1122
|
import CardsMonochromeCheque64 from './icons/CardsMonochromeCheque64.js';
|
|
1120
1123
|
import CardsMonochromeGift64 from './icons/CardsMonochromeGift64.js';
|
|
1121
|
-
import
|
|
1124
|
+
import CardsMonochromeIllicado64 from './icons/CardsMonochromeIllicado64.js';
|
|
1122
1125
|
import CardsMonochromeLoyalty64 from './icons/CardsMonochromeLoyalty64.js';
|
|
1123
|
-
import CardsMonochromeMastercard64 from './icons/CardsMonochromeMastercard64.js';
|
|
1124
1126
|
import CardsMonochromeMaestro64 from './icons/CardsMonochromeMaestro64.js';
|
|
1125
|
-
import
|
|
1127
|
+
import CardsMonochromeMastercard64 from './icons/CardsMonochromeMastercard64.js';
|
|
1126
1128
|
import CardsMonochromeOney64 from './icons/CardsMonochromeOney64.js';
|
|
1127
|
-
import
|
|
1129
|
+
import CardsMonochromeOneyX364 from './icons/CardsMonochromeOneyX364.js';
|
|
1128
1130
|
import CardsMonochromeOneyX464 from './icons/CardsMonochromeOneyX464.js';
|
|
1131
|
+
import CardsMonochromePaylib64 from './icons/CardsMonochromePaylib64.js';
|
|
1129
1132
|
import CardsMonochromePaypal64 from './icons/CardsMonochromePaypal64.js';
|
|
1130
1133
|
import CardsMonochromeVisa64 from './icons/CardsMonochromeVisa64.js';
|
|
1131
1134
|
import DetailsOrder64 from './icons/DetailsOrder64.js';
|
|
1132
|
-
import
|
|
1133
|
-
import Receiptzloty64 from './icons/Receiptzloty64.js';
|
|
1135
|
+
import Euro64 from './icons/Euro64.js';
|
|
1134
1136
|
import Receipt64 from './icons/Receipt64.js';
|
|
1137
|
+
import Receiptzloty64 from './icons/Receiptzloty64.js';
|
|
1135
1138
|
import SafePayment164 from './icons/SafePayment164.js';
|
|
1136
|
-
import CardsMonochromePaylib64 from './icons/CardsMonochromePaylib64.js';
|
|
1137
1139
|
import SafePayment264 from './icons/SafePayment264.js';
|
|
1138
1140
|
import Transfer64 from './icons/Transfer64.js';
|
|
1139
|
-
import
|
|
1141
|
+
import Zloty64 from './icons/Zloty64.js';
|
|
1142
|
+
import AspectQuantity64 from './icons/AspectQuantity64.js';
|
|
1140
1143
|
import AspectSize64 from './icons/AspectSize64.js';
|
|
1141
1144
|
import AspectWeight64 from './icons/AspectWeight64.js';
|
|
1142
|
-
import
|
|
1145
|
+
import Policies32 from './icons/Policies32.js';
|
|
1146
|
+
import BasketAdd64 from './icons/BasketAdd64.js';
|
|
1143
1147
|
import BasketHandbag64 from './icons/BasketHandbag64.js';
|
|
1144
|
-
import BasketSave64 from './icons/BasketSave64.js';
|
|
1145
1148
|
import BasketMulti64 from './icons/BasketMulti64.js';
|
|
1149
|
+
import BasketSave64 from './icons/BasketSave64.js';
|
|
1146
1150
|
import BasketStandard64 from './icons/BasketStandard64.js';
|
|
1151
|
+
import ListAdd64 from './icons/ListAdd64.js';
|
|
1147
1152
|
import ListStandard64 from './icons/ListStandard64.js';
|
|
1148
|
-
import Zloty64 from './icons/Zloty64.js';
|
|
1149
|
-
import AspectQuantity64 from './icons/AspectQuantity64.js';
|
|
1150
1153
|
import PromiseCertification64 from './icons/PromiseCertification64.js';
|
|
1151
1154
|
import PromiseCircularEconomy64 from './icons/PromiseCircularEconomy64.js';
|
|
1152
|
-
import
|
|
1153
|
-
import
|
|
1155
|
+
import PromiseDestocking64 from './icons/PromiseDestocking64.js';
|
|
1156
|
+
import PromiseEcoProduct64 from './icons/PromiseEcoProduct64.js';
|
|
1157
|
+
import PromiseFashionChoice64 from './icons/PromiseFashionChoice64.js';
|
|
1154
1158
|
import PromiseFunding64 from './icons/PromiseFunding64.js';
|
|
1155
1159
|
import PromiseMadeInEurope64 from './icons/PromiseMadeInEurope64.js';
|
|
1156
1160
|
import PromiseMadeInFrance64 from './icons/PromiseMadeInFrance64.js';
|
|
1161
|
+
import PromiseModular64 from './icons/PromiseModular64.js';
|
|
1157
1162
|
import PromiseProductOnPicture64 from './icons/PromiseProductOnPicture64.js';
|
|
1158
1163
|
import PromiseProductSheet64 from './icons/PromiseProductSheet64.js';
|
|
1159
|
-
import PromiseModular64 from './icons/PromiseModular64.js';
|
|
1160
|
-
import PromiseEcoProduct64 from './icons/PromiseEcoProduct64.js';
|
|
1161
1164
|
import PromiseScan64 from './icons/PromiseScan64.js';
|
|
1162
1165
|
import PromiseWarranty64 from './icons/PromiseWarranty64.js';
|
|
1163
1166
|
import Trolley64 from './icons/Trolley64.js';
|
|
1164
|
-
import
|
|
1167
|
+
import DescribeProject64 from './icons/DescribeProject64.js';
|
|
1168
|
+
import Inspiration64 from './icons/Inspiration64.js';
|
|
1165
1169
|
import MakeProject64 from './icons/MakeProject64.js';
|
|
1166
1170
|
import Fundingzloty64 from './icons/Fundingzloty64.js';
|
|
1167
|
-
import AfterSalesHelpline64 from './icons/AfterSalesHelpline64.js';
|
|
1168
1171
|
import AfterSalesAfterSalesService64 from './icons/AfterSalesAfterSalesService64.js';
|
|
1169
|
-
import
|
|
1170
|
-
import
|
|
1172
|
+
import AfterSalesHelpline64 from './icons/AfterSalesHelpline64.js';
|
|
1173
|
+
import AfterSalesPayback64 from './icons/AfterSalesPayback64.js';
|
|
1171
1174
|
import AfterSalesSatisfaction64 from './icons/AfterSalesSatisfaction64.js';
|
|
1172
1175
|
import CustomCopyKey64 from './icons/CustomCopyKey64.js';
|
|
1173
1176
|
import CustomCourse64 from './icons/CustomCourse64.js';
|
|
1174
|
-
import
|
|
1175
|
-
import
|
|
1177
|
+
import CustomCutWoodGlass64 from './icons/CustomCutWoodGlass64.js';
|
|
1178
|
+
import CustomSample64 from './icons/CustomSample64.js';
|
|
1176
1179
|
import CustomSharpening64 from './icons/CustomSharpening64.js';
|
|
1180
|
+
import DeliveryDeliveryPickupRelayPoint64 from './icons/DeliveryDeliveryPickupRelayPoint64.js';
|
|
1177
1181
|
import DeliveryDeliveryPickupStore64 from './icons/DeliveryDeliveryPickupStore64.js';
|
|
1178
|
-
import DeliveryDeliveryLocker64 from './icons/DeliveryDeliveryLocker64.js';
|
|
1179
1182
|
import DeliveryDeliveryHome64 from './icons/DeliveryDeliveryHome64.js';
|
|
1180
|
-
import
|
|
1183
|
+
import DeliveryDeliveryLocker64 from './icons/DeliveryDeliveryLocker64.js';
|
|
1181
1184
|
import Pallet64 from './icons/Pallet64.js';
|
|
1182
1185
|
import PurchaseHelpCarRent64 from './icons/PurchaseHelpCarRent64.js';
|
|
1183
1186
|
import PurchaseHelpHomeDIY64 from './icons/PurchaseHelpHomeDIY64.js';
|
|
1187
|
+
import PurchaseHelpHomeInstall64 from './icons/PurchaseHelpHomeInstall64.js';
|
|
1184
1188
|
import PurchaseHelpToolRent64 from './icons/PurchaseHelpToolRent64.js';
|
|
1185
1189
|
import TimeDelivery2h64 from './icons/TimeDelivery2h64.js';
|
|
1186
1190
|
import TimeDelivery3h64 from './icons/TimeDelivery3h64.js';
|
|
1187
1191
|
import TimeDelivery48h64 from './icons/TimeDelivery48h64.js';
|
|
1188
1192
|
import TimeTimeDecline64 from './icons/TimeTimeDecline64.js';
|
|
1189
|
-
import ToolsCalculator64 from './icons/ToolsCalculator64.js';
|
|
1190
1193
|
import Tools3d64 from './icons/Tools3d64.js';
|
|
1194
|
+
import ToolsCalculator64 from './icons/ToolsCalculator64.js';
|
|
1191
1195
|
import ToolsComparator64 from './icons/ToolsComparator64.js';
|
|
1192
1196
|
import CommentComment64 from './icons/CommentComment64.js';
|
|
1193
1197
|
import CommentCommunity64 from './icons/CommentCommunity64.js';
|
|
@@ -1195,7 +1199,7 @@ import CommentQuestionArticle64 from './icons/CommentQuestionArticle64.js';
|
|
|
1195
1199
|
import CommentReport64 from './icons/CommentReport64.js';
|
|
1196
1200
|
import ShareShareAndroid64 from './icons/ShareShareAndroid64.js';
|
|
1197
1201
|
import ShareShareIOS64 from './icons/ShareShareIOS64.js';
|
|
1198
|
-
import
|
|
1202
|
+
import SocialNetworkFacebook64 from './icons/SocialNetworkFacebook64.js';
|
|
1199
1203
|
import SocialNetworkInstagram64 from './icons/SocialNetworkInstagram64.js';
|
|
1200
1204
|
import SocialNetworkLinkedin64 from './icons/SocialNetworkLinkedin64.js';
|
|
1201
1205
|
import SocialNetworkPinterest64 from './icons/SocialNetworkPinterest64.js';
|
|
@@ -1233,8 +1237,8 @@ import Enki64 from './icons/Enki64.js';
|
|
|
1233
1237
|
import Floor64 from './icons/Floor64.js';
|
|
1234
1238
|
import Garage64 from './icons/Garage64.js';
|
|
1235
1239
|
import Garden64 from './icons/Garden64.js';
|
|
1236
|
-
import
|
|
1237
|
-
import
|
|
1240
|
+
import Garden164 from './icons/Garden164.js';
|
|
1241
|
+
import Garden264 from './icons/Garden264.js';
|
|
1238
1242
|
import Glass64 from './icons/Glass64.js';
|
|
1239
1243
|
import Hardhatalt64 from './icons/Hardhatalt64.js';
|
|
1240
1244
|
import HardwareStore64 from './icons/HardwareStore64.js';
|
|
@@ -1246,10 +1250,10 @@ import Kitchenalt64 from './icons/Kitchenalt64.js';
|
|
|
1246
1250
|
import Kitchen264 from './icons/Kitchen264.js';
|
|
1247
1251
|
import Leak64 from './icons/Leak64.js';
|
|
1248
1252
|
import Lighting64 from './icons/Lighting64.js';
|
|
1249
|
-
import
|
|
1253
|
+
import Living64 from './icons/Living64.js';
|
|
1250
1254
|
import MakeIt64 from './icons/MakeIt64.js';
|
|
1251
|
-
import PurchaseHelpHomeInstall64 from './icons/PurchaseHelpHomeInstall64.js';
|
|
1252
1255
|
import Masonryalt64 from './icons/Masonryalt64.js';
|
|
1256
|
+
import Paint64 from './icons/Paint64.js';
|
|
1253
1257
|
import Pool64 from './icons/Pool64.js';
|
|
1254
1258
|
import Renewableenergy64 from './icons/Renewableenergy64.js';
|
|
1255
1259
|
import Security64 from './icons/Security64.js';
|
|
@@ -1257,65 +1261,67 @@ import Stairs64 from './icons/Stairs64.js';
|
|
|
1257
1261
|
import Terrace64 from './icons/Terrace64.js';
|
|
1258
1262
|
import Tool64 from './icons/Tool64.js';
|
|
1259
1263
|
import Wallpaper64 from './icons/Wallpaper64.js';
|
|
1260
|
-
import
|
|
1264
|
+
import Wood64 from './icons/Wood64.js';
|
|
1261
1265
|
import Woodflooring64 from './icons/Woodflooring64.js';
|
|
1262
1266
|
import Woodflooringalt64 from './icons/Woodflooringalt64.js';
|
|
1263
1267
|
import WoodSaw64 from './icons/WoodSaw64.js';
|
|
1264
1268
|
import AccountCustomerCollaborator64 from './icons/AccountCustomerCollaborator64.js';
|
|
1265
|
-
import Wood64 from './icons/Wood64.js';
|
|
1266
|
-
import AccountCustomerPro64 from './icons/AccountCustomerPro64.js';
|
|
1267
1269
|
import AccountCustomerPassion64 from './icons/AccountCustomerPassion64.js';
|
|
1270
|
+
import AccountCustomerPro64 from './icons/AccountCustomerPro64.js';
|
|
1268
1271
|
import AccountProfileMan64 from './icons/AccountProfileMan64.js';
|
|
1272
|
+
import AccountProfileView64 from './icons/AccountProfileView64.js';
|
|
1273
|
+
import AccountProfileWoman64 from './icons/AccountProfileWoman64.js';
|
|
1269
1274
|
import CardFunding64 from './icons/CardFunding64.js';
|
|
1270
|
-
import
|
|
1271
|
-
import SocialNetworkFacebook64 from './icons/SocialNetworkFacebook64.js';
|
|
1275
|
+
import CardFundingzloty64 from './icons/CardFundingzloty64.js';
|
|
1272
1276
|
import CardGift64 from './icons/CardGift64.js';
|
|
1273
1277
|
import CardIDCard64 from './icons/CardIDCard64.js';
|
|
1274
1278
|
import CardLoyaltyCard64 from './icons/CardLoyaltyCard64.js';
|
|
1275
|
-
import
|
|
1279
|
+
import ContactMail64 from './icons/ContactMail64.js';
|
|
1276
1280
|
import ContactPhone64 from './icons/ContactPhone64.js';
|
|
1277
1281
|
import ContactWebsite64 from './icons/ContactWebsite64.js';
|
|
1278
1282
|
import SituationOwner64 from './icons/SituationOwner64.js';
|
|
1279
1283
|
import SituationTenant64 from './icons/SituationTenant64.js';
|
|
1284
|
+
import A11y64 from './icons/A11y64.js';
|
|
1280
1285
|
import Administration64 from './icons/Administration64.js';
|
|
1281
|
-
import CardFundingzloty64 from './icons/CardFundingzloty64.js';
|
|
1282
1286
|
import Apartment64 from './icons/Apartment64.js';
|
|
1283
|
-
import Blower64 from './icons/Blower64.js';
|
|
1284
|
-
import ContactMail64 from './icons/ContactMail64.js';
|
|
1285
1287
|
import Balcony64 from './icons/Balcony64.js';
|
|
1288
|
+
import Blower64 from './icons/Blower64.js';
|
|
1286
1289
|
import Company64 from './icons/Company64.js';
|
|
1287
|
-
import
|
|
1288
|
-
import
|
|
1290
|
+
import Door64 from './icons/Door64.js';
|
|
1291
|
+
import EcoSaving64 from './icons/EcoSaving64.js';
|
|
1289
1292
|
import Heat64 from './icons/Heat64.js';
|
|
1293
|
+
import House64 from './icons/House64.js';
|
|
1290
1294
|
import IncreaseValue64 from './icons/IncreaseValue64.js';
|
|
1291
1295
|
import Insulation64 from './icons/Insulation64.js';
|
|
1292
1296
|
import LessonDIY64 from './icons/LessonDIY64.js';
|
|
1293
1297
|
import Level64 from './icons/Level64.js';
|
|
1294
1298
|
import PaintCan64 from './icons/PaintCan64.js';
|
|
1295
|
-
import
|
|
1296
|
-
import Pipe64 from './icons/Pipe64.js';
|
|
1299
|
+
import PartnerCompany64 from './icons/PartnerCompany64.js';
|
|
1297
1300
|
import PartnerWorker64 from './icons/PartnerWorker64.js';
|
|
1301
|
+
import Pipe64 from './icons/Pipe64.js';
|
|
1298
1302
|
import Premium64 from './icons/Premium64.js';
|
|
1299
|
-
import Survey64 from './icons/Survey64.js';
|
|
1300
1303
|
import Shutter64 from './icons/Shutter64.js';
|
|
1304
|
+
import Survey64 from './icons/Survey64.js';
|
|
1301
1305
|
import Temperature64 from './icons/Temperature64.js';
|
|
1302
1306
|
import ThermalControl64 from './icons/ThermalControl64.js';
|
|
1303
1307
|
import ToolBox64 from './icons/ToolBox64.js';
|
|
1304
1308
|
import Player96 from './icons/Player96.js';
|
|
1305
|
-
import
|
|
1309
|
+
import View36096 from './icons/View36096.js';
|
|
1306
1310
|
if (!customElements.get('media-fullscreen-16px')) {
|
|
1307
1311
|
customElements.define('media-fullscreen-16px', FullScreen16);
|
|
1308
1312
|
}
|
|
1309
1313
|
if (!customElements.get('media-reducescreen-16px')) {
|
|
1310
1314
|
customElements.define('media-reducescreen-16px', ReduceScreen16);
|
|
1311
1315
|
}
|
|
1312
|
-
import House64 from './icons/House64.js';
|
|
1313
1316
|
if (!customElements.get('navigation-arrow-arrow--bottom-16px')) {
|
|
1314
1317
|
customElements.define('navigation-arrow-arrow--bottom-16px', ArrowArrowBottom16);
|
|
1315
1318
|
}
|
|
1316
1319
|
if (!customElements.get('navigation-arrow-arrow--left-16px')) {
|
|
1317
1320
|
customElements.define('navigation-arrow-arrow--left-16px', ArrowArrowLeft16);
|
|
1318
1321
|
}
|
|
1322
|
+
if (!customElements.get('navigation-arrow-arrow--right-16px')) {
|
|
1323
|
+
customElements.define('navigation-arrow-arrow--right-16px', ArrowArrowRight16);
|
|
1324
|
+
}
|
|
1319
1325
|
if (!customElements.get('navigation-arrow-arrow--top-16px')) {
|
|
1320
1326
|
customElements.define('navigation-arrow-arrow--top-16px', ArrowArrowTop16);
|
|
1321
1327
|
}
|
|
@@ -1331,16 +1337,15 @@ if (!customElements.get('navigation-arrow-arrowtopleft-16px')) {
|
|
|
1331
1337
|
if (!customElements.get('navigation-arrow-arrowtopright-16px')) {
|
|
1332
1338
|
customElements.define('navigation-arrow-arrowtopright-16px', ArrowArrowTopRight16);
|
|
1333
1339
|
}
|
|
1334
|
-
|
|
1340
|
+
if (!customElements.get('navigation-arrow-back-16px')) {
|
|
1341
|
+
customElements.define('navigation-arrow-back-16px', ArrowBack16);
|
|
1342
|
+
}
|
|
1335
1343
|
if (!customElements.get('navigation-arrow-doublearrow--left-16px')) {
|
|
1336
1344
|
customElements.define('navigation-arrow-doublearrow--left-16px', ArrowDoubleArrowLeft16);
|
|
1337
1345
|
}
|
|
1338
1346
|
if (!customElements.get('navigation-arrow-doublearrow--right-16px')) {
|
|
1339
1347
|
customElements.define('navigation-arrow-doublearrow--right-16px', ArrowDoubleArrowRight16);
|
|
1340
1348
|
}
|
|
1341
|
-
if (!customElements.get('navigation-arrow-arrow--right-16px')) {
|
|
1342
|
-
customElements.define('navigation-arrow-arrow--right-16px', ArrowArrowRight16);
|
|
1343
|
-
}
|
|
1344
1349
|
if (!customElements.get('navigation-arrow-down-16px')) {
|
|
1345
1350
|
customElements.define('navigation-arrow-down-16px', ArrowDown16);
|
|
1346
1351
|
}
|
|
@@ -1365,7 +1370,6 @@ if (!customElements.get('navigation-control-tag--cross-16px')) {
|
|
|
1365
1370
|
if (!customElements.get('navigation-display-externallink-16px')) {
|
|
1366
1371
|
customElements.define('navigation-display-externallink-16px', DisplayExternalLink16);
|
|
1367
1372
|
}
|
|
1368
|
-
import Paint64 from './icons/Paint64.js';
|
|
1369
1373
|
if (!customElements.get('navigation-notification-available-16px')) {
|
|
1370
1374
|
customElements.define('navigation-notification-available-16px', NotificationAvailable16);
|
|
1371
1375
|
}
|
|
@@ -1378,15 +1382,15 @@ if (!customElements.get('navigation-publish-favoritefull-16px')) {
|
|
|
1378
1382
|
if (!customElements.get('navigation-publish-lock-16px')) {
|
|
1379
1383
|
customElements.define('navigation-publish-lock-16px', PublishLock16);
|
|
1380
1384
|
}
|
|
1381
|
-
if (!customElements.get('navigation-arrow-back-16px')) {
|
|
1382
|
-
customElements.define('navigation-arrow-back-16px', ArrowBack16);
|
|
1383
|
-
}
|
|
1384
1385
|
if (!customElements.get('payment-euro-16px')) {
|
|
1385
1386
|
customElements.define('payment-euro-16px', Euro16);
|
|
1386
1387
|
}
|
|
1387
1388
|
if (!customElements.get('social-view-like--negative-16px')) {
|
|
1388
1389
|
customElements.define('social-view-like--negative-16px', ViewLikeNegative16);
|
|
1389
1390
|
}
|
|
1391
|
+
if (!customElements.get('social-view-like--positive-16px')) {
|
|
1392
|
+
customElements.define('social-view-like--positive-16px', ViewLikePositive16);
|
|
1393
|
+
}
|
|
1390
1394
|
if (!customElements.get('social-view-star--empty-16px')) {
|
|
1391
1395
|
customElements.define('social-view-star--empty-16px', ViewStarEmpty16);
|
|
1392
1396
|
}
|
|
@@ -1420,8 +1424,8 @@ if (!customElements.get('instruction-hygiene-danger-24px')) {
|
|
|
1420
1424
|
if (!customElements.get('instruction-hygiene-distance-24px')) {
|
|
1421
1425
|
customElements.define('instruction-hygiene-distance-24px', HygieneDistance24);
|
|
1422
1426
|
}
|
|
1423
|
-
if (!customElements.get('
|
|
1424
|
-
customElements.define('
|
|
1427
|
+
if (!customElements.get('instruction-hygiene-gel-24px')) {
|
|
1428
|
+
customElements.define('instruction-hygiene-gel-24px', HygieneGel24);
|
|
1425
1429
|
}
|
|
1426
1430
|
if (!customElements.get('instruction-hygiene-mask-24px')) {
|
|
1427
1431
|
customElements.define('instruction-hygiene-mask-24px', HygieneMask24);
|
|
@@ -1495,12 +1499,12 @@ if (!customElements.get('logotypes-payment-monochrome-oney--4x-24px')) {
|
|
|
1495
1499
|
if (!customElements.get('logotypes-payment-monochrome-oneyraty-24px')) {
|
|
1496
1500
|
customElements.define('logotypes-payment-monochrome-oneyraty-24px', PaymentMonochromeOneyRaty24);
|
|
1497
1501
|
}
|
|
1498
|
-
if (!customElements.get('logotypes-payment-monochrome-postepay-24px')) {
|
|
1499
|
-
customElements.define('logotypes-payment-monochrome-postepay-24px', PaymentMonochromePostepay24);
|
|
1500
|
-
}
|
|
1501
1502
|
if (!customElements.get('logotypes-payment-monochrome-paypal-24px')) {
|
|
1502
1503
|
customElements.define('logotypes-payment-monochrome-paypal-24px', PaymentMonochromePayPal24);
|
|
1503
1504
|
}
|
|
1505
|
+
if (!customElements.get('logotypes-payment-monochrome-postepay-24px')) {
|
|
1506
|
+
customElements.define('logotypes-payment-monochrome-postepay-24px', PaymentMonochromePostepay24);
|
|
1507
|
+
}
|
|
1504
1508
|
if (!customElements.get('logotypes-payment-monochrome-przelesw-24px')) {
|
|
1505
1509
|
customElements.define('logotypes-payment-monochrome-przelesw-24px', PaymentMonochromePrzelesw24);
|
|
1506
1510
|
}
|
|
@@ -1519,13 +1523,12 @@ if (!customElements.get('media-code-24px')) {
|
|
|
1519
1523
|
if (!customElements.get('media-document-24px')) {
|
|
1520
1524
|
customElements.define('media-document-24px', Document24);
|
|
1521
1525
|
}
|
|
1522
|
-
if (!customElements.get('
|
|
1523
|
-
customElements.define('
|
|
1526
|
+
if (!customElements.get('media-download-app-24px')) {
|
|
1527
|
+
customElements.define('media-download-app-24px', DownloadApp24);
|
|
1524
1528
|
}
|
|
1525
1529
|
if (!customElements.get('media-download-web-24px')) {
|
|
1526
1530
|
customElements.define('media-download-web-24px', DownloadWeb24);
|
|
1527
1531
|
}
|
|
1528
|
-
import PartnerCompany64 from './icons/PartnerCompany64.js';
|
|
1529
1532
|
if (!customElements.get('media-fullscreen-24px')) {
|
|
1530
1533
|
customElements.define('media-fullscreen-24px', FullScreen24);
|
|
1531
1534
|
}
|
|
@@ -1535,8 +1538,8 @@ if (!customElements.get('media-gauge-24px')) {
|
|
|
1535
1538
|
if (!customElements.get('media-group-24px')) {
|
|
1536
1539
|
customElements.define('media-group-24px', Group24);
|
|
1537
1540
|
}
|
|
1538
|
-
if (!customElements.get('media-
|
|
1539
|
-
customElements.define('media-
|
|
1541
|
+
if (!customElements.get('media-image-alt-24px')) {
|
|
1542
|
+
customElements.define('media-image-alt-24px', Imagealt24);
|
|
1540
1543
|
}
|
|
1541
1544
|
if (!customElements.get('media-nopicture-24px')) {
|
|
1542
1545
|
customElements.define('media-nopicture-24px', NoPicture24);
|
|
@@ -1562,6 +1565,9 @@ if (!customElements.get('media-print-24px')) {
|
|
|
1562
1565
|
if (!customElements.get('media-project-24px')) {
|
|
1563
1566
|
customElements.define('media-project-24px', Project24);
|
|
1564
1567
|
}
|
|
1568
|
+
if (!customElements.get('media-push-pin-off-24px')) {
|
|
1569
|
+
customElements.define('media-push-pin-off-24px', Pushpinoff24);
|
|
1570
|
+
}
|
|
1565
1571
|
if (!customElements.get('media-read-24px')) {
|
|
1566
1572
|
customElements.define('media-read-24px', Read24);
|
|
1567
1573
|
}
|
|
@@ -1583,30 +1589,30 @@ if (!customElements.get('media-sound-24px')) {
|
|
|
1583
1589
|
if (!customElements.get('media-stop-24px')) {
|
|
1584
1590
|
customElements.define('media-stop-24px', Stop24);
|
|
1585
1591
|
}
|
|
1592
|
+
if (!customElements.get('media-timeread-24px')) {
|
|
1593
|
+
customElements.define('media-timeread-24px', TimeRead24);
|
|
1594
|
+
}
|
|
1586
1595
|
if (!customElements.get('media-upload-24px')) {
|
|
1587
1596
|
customElements.define('media-upload-24px', Upload24);
|
|
1588
1597
|
}
|
|
1589
1598
|
if (!customElements.get('media-view360-24px')) {
|
|
1590
1599
|
customElements.define('media-view360-24px', View36024);
|
|
1591
1600
|
}
|
|
1592
|
-
if (!customElements.get('media-timeread-24px')) {
|
|
1593
|
-
customElements.define('media-timeread-24px', TimeRead24);
|
|
1594
|
-
}
|
|
1595
1601
|
if (!customElements.get('navigation-arrow-arrow--bottom-24px')) {
|
|
1596
1602
|
customElements.define('navigation-arrow-arrow--bottom-24px', ArrowArrowBottom24);
|
|
1597
1603
|
}
|
|
1598
1604
|
if (!customElements.get('navigation-arrow-arrow--left-24px')) {
|
|
1599
1605
|
customElements.define('navigation-arrow-arrow--left-24px', ArrowArrowLeft24);
|
|
1600
1606
|
}
|
|
1607
|
+
if (!customElements.get('navigation-arrow-arrow--right-24px')) {
|
|
1608
|
+
customElements.define('navigation-arrow-arrow--right-24px', ArrowArrowRight24);
|
|
1609
|
+
}
|
|
1601
1610
|
if (!customElements.get('navigation-arrow-arrow--top-24px')) {
|
|
1602
1611
|
customElements.define('navigation-arrow-arrow--top-24px', ArrowArrowTop24);
|
|
1603
1612
|
}
|
|
1604
1613
|
if (!customElements.get('navigation-arrow-arrowbottomleft-24px')) {
|
|
1605
1614
|
customElements.define('navigation-arrow-arrowbottomleft-24px', ArrowArrowBottomLeft24);
|
|
1606
1615
|
}
|
|
1607
|
-
if (!customElements.get('media-push-pin-off-24px')) {
|
|
1608
|
-
customElements.define('media-push-pin-off-24px', Pushpinoff24);
|
|
1609
|
-
}
|
|
1610
1616
|
if (!customElements.get('navigation-arrow-arrowbottomright-24px')) {
|
|
1611
1617
|
customElements.define('navigation-arrow-arrowbottomright-24px', ArrowArrowBottomRight24);
|
|
1612
1618
|
}
|
|
@@ -1622,21 +1628,18 @@ if (!customElements.get('navigation-arrow-back-24px')) {
|
|
|
1622
1628
|
if (!customElements.get('navigation-arrow-doublearrow--left-24px')) {
|
|
1623
1629
|
customElements.define('navigation-arrow-doublearrow--left-24px', ArrowDoubleArrowLeft24);
|
|
1624
1630
|
}
|
|
1625
|
-
if (!customElements.get('navigation-arrow-down-24px')) {
|
|
1626
|
-
customElements.define('navigation-arrow-down-24px', ArrowDown24);
|
|
1627
|
-
}
|
|
1628
1631
|
if (!customElements.get('navigation-arrow-doublearrow--right-24px')) {
|
|
1629
1632
|
customElements.define('navigation-arrow-doublearrow--right-24px', ArrowDoubleArrowRight24);
|
|
1630
1633
|
}
|
|
1634
|
+
if (!customElements.get('navigation-arrow-down-24px')) {
|
|
1635
|
+
customElements.define('navigation-arrow-down-24px', ArrowDown24);
|
|
1636
|
+
}
|
|
1631
1637
|
if (!customElements.get('navigation-arrow-next-24px')) {
|
|
1632
1638
|
customElements.define('navigation-arrow-next-24px', ArrowNext24);
|
|
1633
1639
|
}
|
|
1634
1640
|
if (!customElements.get('navigation-arrow-up-24px')) {
|
|
1635
1641
|
customElements.define('navigation-arrow-up-24px', ArrowUp24);
|
|
1636
1642
|
}
|
|
1637
|
-
if (!customElements.get('navigation-arrow-arrow--right-24px')) {
|
|
1638
|
-
customElements.define('navigation-arrow-arrow--right-24px', ArrowArrowRight24);
|
|
1639
|
-
}
|
|
1640
1643
|
if (!customElements.get('navigation-control-circle--cross-24px')) {
|
|
1641
1644
|
customElements.define('navigation-control-circle--cross-24px', ControlCircleCross24);
|
|
1642
1645
|
}
|
|
@@ -1649,33 +1652,27 @@ if (!customElements.get('navigation-control-circle--more-24px')) {
|
|
|
1649
1652
|
if (!customElements.get('navigation-control-cross-24px')) {
|
|
1650
1653
|
customElements.define('navigation-control-cross-24px', ControlCross24);
|
|
1651
1654
|
}
|
|
1652
|
-
if (!customElements.get('media-image-alt-24px')) {
|
|
1653
|
-
customElements.define('media-image-alt-24px', Imagealt24);
|
|
1654
|
-
}
|
|
1655
1655
|
if (!customElements.get('navigation-control-less-24px')) {
|
|
1656
1656
|
customElements.define('navigation-control-less-24px', ControlLess24);
|
|
1657
1657
|
}
|
|
1658
1658
|
if (!customElements.get('navigation-control-more-24px')) {
|
|
1659
1659
|
customElements.define('navigation-control-more-24px', ControlMore24);
|
|
1660
1660
|
}
|
|
1661
|
+
if (!customElements.get('navigation-control-tag--cross-24px')) {
|
|
1662
|
+
customElements.define('navigation-control-tag--cross-24px', ControlTagCross24);
|
|
1663
|
+
}
|
|
1661
1664
|
if (!customElements.get('navigation-display-blink-24px')) {
|
|
1662
1665
|
customElements.define('navigation-display-blink-24px', DisplayBlink24);
|
|
1663
1666
|
}
|
|
1664
1667
|
if (!customElements.get('navigation-display-calendar-24px')) {
|
|
1665
1668
|
customElements.define('navigation-display-calendar-24px', DisplayCalendar24);
|
|
1666
1669
|
}
|
|
1667
|
-
if (!customElements.get('navigation-control-tag--cross-24px')) {
|
|
1668
|
-
customElements.define('navigation-control-tag--cross-24px', ControlTagCross24);
|
|
1669
|
-
}
|
|
1670
1670
|
if (!customElements.get('navigation-display-connect-24px')) {
|
|
1671
1671
|
customElements.define('navigation-display-connect-24px', DisplayConnect24);
|
|
1672
1672
|
}
|
|
1673
1673
|
if (!customElements.get('navigation-display-displayfull-filled-24px')) {
|
|
1674
1674
|
customElements.define('navigation-display-displayfull-filled-24px', DisplayDisplayFullFilled24);
|
|
1675
1675
|
}
|
|
1676
|
-
if (!customElements.get('navigation-display-displayfull-outline-24px')) {
|
|
1677
|
-
customElements.define('navigation-display-displayfull-outline-24px', DisplayDisplayFullOutline24);
|
|
1678
|
-
}
|
|
1679
1676
|
if (!customElements.get('navigation-display-displaylist-filled-24px')) {
|
|
1680
1677
|
customElements.define('navigation-display-displaylist-filled-24px', DisplayDisplayListFilled24);
|
|
1681
1678
|
}
|
|
@@ -1742,17 +1739,23 @@ if (!customElements.get('navigation-display-searchproduct-24px')) {
|
|
|
1742
1739
|
if (!customElements.get('navigation-display-setting-24px')) {
|
|
1743
1740
|
customElements.define('navigation-display-setting-24px', DisplaySetting24);
|
|
1744
1741
|
}
|
|
1742
|
+
if (!customElements.get('navigation-display-view-24px')) {
|
|
1743
|
+
customElements.define('navigation-display-view-24px', DisplayView24);
|
|
1744
|
+
}
|
|
1745
1745
|
if (!customElements.get('navigation-display-vocalsearch-24px')) {
|
|
1746
1746
|
customElements.define('navigation-display-vocalsearch-24px', DisplayVocalSearch24);
|
|
1747
1747
|
}
|
|
1748
1748
|
if (!customElements.get('navigation-notification-available-24px')) {
|
|
1749
1749
|
customElements.define('navigation-notification-available-24px', NotificationAvailable24);
|
|
1750
1750
|
}
|
|
1751
|
+
if (!customElements.get('navigation-display-displayfull-outline-24px')) {
|
|
1752
|
+
customElements.define('navigation-display-displayfull-outline-24px', DisplayDisplayFullOutline24);
|
|
1753
|
+
}
|
|
1751
1754
|
if (!customElements.get('navigation-notification-bell-24px')) {
|
|
1752
1755
|
customElements.define('navigation-notification-bell-24px', NotificationBell24);
|
|
1753
1756
|
}
|
|
1754
|
-
if (!customElements.get('navigation-
|
|
1755
|
-
customElements.define('navigation-
|
|
1757
|
+
if (!customElements.get('navigation-notification-circle--available-24px')) {
|
|
1758
|
+
customElements.define('navigation-notification-circle--available-24px', NotificationCircleAvailable24);
|
|
1756
1759
|
}
|
|
1757
1760
|
if (!customElements.get('navigation-notification-information-24px')) {
|
|
1758
1761
|
customElements.define('navigation-notification-information-24px', NotificationInformation24);
|
|
@@ -1781,9 +1784,6 @@ if (!customElements.get('navigation-publish-lock-24px')) {
|
|
|
1781
1784
|
if (!customElements.get('navigation-publish-send-24px')) {
|
|
1782
1785
|
customElements.define('navigation-publish-send-24px', PublishSend24);
|
|
1783
1786
|
}
|
|
1784
|
-
if (!customElements.get('navigation-notification-circle--available-24px')) {
|
|
1785
|
-
customElements.define('navigation-notification-circle--available-24px', NotificationCircleAvailable24);
|
|
1786
|
-
}
|
|
1787
1787
|
if (!customElements.get('navigation-publish-trashbin-24px')) {
|
|
1788
1788
|
customElements.define('navigation-publish-trashbin-24px', PublishTrashbin24);
|
|
1789
1789
|
}
|
|
@@ -1913,9 +1913,6 @@ if (!customElements.get('product-promise-funding-24px')) {
|
|
|
1913
1913
|
if (!customElements.get('product-promise-madeineurope-24px')) {
|
|
1914
1914
|
customElements.define('product-promise-madeineurope-24px', PromiseMadeInEurope24);
|
|
1915
1915
|
}
|
|
1916
|
-
if (!customElements.get('product-promise-madeinfrance-24px')) {
|
|
1917
|
-
customElements.define('product-promise-madeinfrance-24px', PromiseMadeInFrance24);
|
|
1918
|
-
}
|
|
1919
1916
|
if (!customElements.get('product-promise-modular-24px')) {
|
|
1920
1917
|
customElements.define('product-promise-modular-24px', PromiseModular24);
|
|
1921
1918
|
}
|
|
@@ -1931,6 +1928,9 @@ if (!customElements.get('product-promise-scan-24px')) {
|
|
|
1931
1928
|
if (!customElements.get('product-promise-warranty-24px')) {
|
|
1932
1929
|
customElements.define('product-promise-warranty-24px', PromiseWarranty24);
|
|
1933
1930
|
}
|
|
1931
|
+
if (!customElements.get('product-trolley-24px')) {
|
|
1932
|
+
customElements.define('product-trolley-24px', Trolley24);
|
|
1933
|
+
}
|
|
1934
1934
|
if (!customElements.get('project-describeproject-24px')) {
|
|
1935
1935
|
customElements.define('project-describeproject-24px', DescribeProject24);
|
|
1936
1936
|
}
|
|
@@ -2003,6 +2003,9 @@ if (!customElements.get('service-time-delivery--2h-24px')) {
|
|
|
2003
2003
|
if (!customElements.get('service-time-delivery--3h-24px')) {
|
|
2004
2004
|
customElements.define('service-time-delivery--3h-24px', TimeDelivery3h24);
|
|
2005
2005
|
}
|
|
2006
|
+
if (!customElements.get('service-time-delivery--48h-24px')) {
|
|
2007
|
+
customElements.define('service-time-delivery--48h-24px', TimeDelivery48h24);
|
|
2008
|
+
}
|
|
2006
2009
|
if (!customElements.get('service-time-timedecline-24px')) {
|
|
2007
2010
|
customElements.define('service-time-timedecline-24px', TimeTimeDecline24);
|
|
2008
2011
|
}
|
|
@@ -2018,12 +2021,12 @@ if (!customElements.get('service-tools-comparator-24px')) {
|
|
|
2018
2021
|
if (!customElements.get('social-comment-comment-24px')) {
|
|
2019
2022
|
customElements.define('social-comment-comment-24px', CommentComment24);
|
|
2020
2023
|
}
|
|
2021
|
-
if (!customElements.get('product-trolley-24px')) {
|
|
2022
|
-
customElements.define('product-trolley-24px', Trolley24);
|
|
2023
|
-
}
|
|
2024
2024
|
if (!customElements.get('social-comment-community-24px')) {
|
|
2025
2025
|
customElements.define('social-comment-community-24px', CommentCommunity24);
|
|
2026
2026
|
}
|
|
2027
|
+
if (!customElements.get('social-comment-question--article-24px')) {
|
|
2028
|
+
customElements.define('social-comment-question--article-24px', CommentQuestionArticle24);
|
|
2029
|
+
}
|
|
2027
2030
|
if (!customElements.get('social-comment-report-24px')) {
|
|
2028
2031
|
customElements.define('social-comment-report-24px', CommentReport24);
|
|
2029
2032
|
}
|
|
@@ -2033,8 +2036,8 @@ if (!customElements.get('social-share-shareandroid-24px')) {
|
|
|
2033
2036
|
if (!customElements.get('social-share-shareios-24px')) {
|
|
2034
2037
|
customElements.define('social-share-shareios-24px', ShareShareIOS24);
|
|
2035
2038
|
}
|
|
2036
|
-
if (!customElements.get('
|
|
2037
|
-
customElements.define('
|
|
2039
|
+
if (!customElements.get('social-socialnetwork-facebook-24px')) {
|
|
2040
|
+
customElements.define('social-socialnetwork-facebook-24px', SocialNetworkFacebook24);
|
|
2038
2041
|
}
|
|
2039
2042
|
if (!customElements.get('social-socialnetwork-instagram-24px')) {
|
|
2040
2043
|
customElements.define('social-socialnetwork-instagram-24px', SocialNetworkInstagram24);
|
|
@@ -2051,12 +2054,15 @@ if (!customElements.get('social-socialnetwork-spotify-24px')) {
|
|
|
2051
2054
|
if (!customElements.get('social-socialnetwork-telegram-24px')) {
|
|
2052
2055
|
customElements.define('social-socialnetwork-telegram-24px', SocialNetworkTelegram24);
|
|
2053
2056
|
}
|
|
2054
|
-
if (!customElements.get('social-socialnetwork-
|
|
2055
|
-
customElements.define('social-socialnetwork-
|
|
2057
|
+
if (!customElements.get('social-socialnetwork-tiktok-24px')) {
|
|
2058
|
+
customElements.define('social-socialnetwork-tiktok-24px', SocialNetworkTiktok24);
|
|
2056
2059
|
}
|
|
2057
2060
|
if (!customElements.get('social-socialnetwork-x-24px')) {
|
|
2058
2061
|
customElements.define('social-socialnetwork-x-24px', SocialNetworkX24);
|
|
2059
2062
|
}
|
|
2063
|
+
if (!customElements.get('product-promise-madeinfrance-24px')) {
|
|
2064
|
+
customElements.define('product-promise-madeinfrance-24px', PromiseMadeInFrance24);
|
|
2065
|
+
}
|
|
2060
2066
|
if (!customElements.get('social-socialnetwork-youtube-24px')) {
|
|
2061
2067
|
customElements.define('social-socialnetwork-youtube-24px', SocialNetworkYoutube24);
|
|
2062
2068
|
}
|
|
@@ -2084,9 +2090,6 @@ if (!customElements.get('store-itinerary-24px')) {
|
|
|
2084
2090
|
if (!customElements.get('store-locator-24px')) {
|
|
2085
2091
|
customElements.define('store-locator-24px', Locator24);
|
|
2086
2092
|
}
|
|
2087
|
-
if (!customElements.get('social-socialnetwork-tiktok-24px')) {
|
|
2088
|
-
customElements.define('social-socialnetwork-tiktok-24px', SocialNetworkTiktok24);
|
|
2089
|
-
}
|
|
2090
2093
|
if (!customElements.get('store-logo-24px')) {
|
|
2091
2094
|
customElements.define('store-logo-24px', Logo24);
|
|
2092
2095
|
}
|
|
@@ -2102,6 +2105,9 @@ if (!customElements.get('store-monochrome-storelocation-24px')) {
|
|
|
2102
2105
|
if (!customElements.get('store-monochrome-storelocation-bm-24px')) {
|
|
2103
2106
|
customElements.define('store-monochrome-storelocation-bm-24px', MonochromeStoreLocationbm24);
|
|
2104
2107
|
}
|
|
2108
|
+
if (!customElements.get('store-storebm-24px')) {
|
|
2109
|
+
customElements.define('store-storebm-24px', StoreBM24);
|
|
2110
|
+
}
|
|
2105
2111
|
if (!customElements.get('store-storelm-24px')) {
|
|
2106
2112
|
customElements.define('store-storelm-24px', StoreLM24);
|
|
2107
2113
|
}
|
|
@@ -2132,8 +2138,8 @@ if (!customElements.get('universe-dressing-24px')) {
|
|
|
2132
2138
|
if (!customElements.get('universe-drill-alt-24px')) {
|
|
2133
2139
|
customElements.define('universe-drill-alt-24px', Drillalt24);
|
|
2134
2140
|
}
|
|
2135
|
-
if (!customElements.get('
|
|
2136
|
-
customElements.define('
|
|
2141
|
+
if (!customElements.get('universe-electricity-24px')) {
|
|
2142
|
+
customElements.define('universe-electricity-24px', Electricity24);
|
|
2137
2143
|
}
|
|
2138
2144
|
if (!customElements.get('universe-enki-24px')) {
|
|
2139
2145
|
customElements.define('universe-enki-24px', Enki24);
|
|
@@ -2141,17 +2147,14 @@ if (!customElements.get('universe-enki-24px')) {
|
|
|
2141
2147
|
if (!customElements.get('universe-floor-24px')) {
|
|
2142
2148
|
customElements.define('universe-floor-24px', Floor24);
|
|
2143
2149
|
}
|
|
2144
|
-
if (!customElements.get('store-storebm-24px')) {
|
|
2145
|
-
customElements.define('store-storebm-24px', StoreBM24);
|
|
2146
|
-
}
|
|
2147
2150
|
if (!customElements.get('universe-garage-24px')) {
|
|
2148
2151
|
customElements.define('universe-garage-24px', Garage24);
|
|
2149
2152
|
}
|
|
2150
2153
|
if (!customElements.get('universe-garden-24px')) {
|
|
2151
2154
|
customElements.define('universe-garden-24px', Garden24);
|
|
2152
2155
|
}
|
|
2153
|
-
if (!customElements.get('universe-
|
|
2154
|
-
customElements.define('universe-
|
|
2156
|
+
if (!customElements.get('universe-garden1-24px')) {
|
|
2157
|
+
customElements.define('universe-garden1-24px', Garden124);
|
|
2155
2158
|
}
|
|
2156
2159
|
if (!customElements.get('universe-garden2-24px')) {
|
|
2157
2160
|
customElements.define('universe-garden2-24px', Garden224);
|
|
@@ -2174,8 +2177,11 @@ if (!customElements.get('universe-insulation-alt-24px')) {
|
|
|
2174
2177
|
if (!customElements.get('universe-kids-24px')) {
|
|
2175
2178
|
customElements.define('universe-kids-24px', Kids24);
|
|
2176
2179
|
}
|
|
2177
|
-
if (!customElements.get('universe-
|
|
2178
|
-
customElements.define('universe-
|
|
2180
|
+
if (!customElements.get('universe-kitchen-24px')) {
|
|
2181
|
+
customElements.define('universe-kitchen-24px', Kitchen24);
|
|
2182
|
+
}
|
|
2183
|
+
if (!customElements.get('universe-kitchen-alt-24px')) {
|
|
2184
|
+
customElements.define('universe-kitchen-alt-24px', Kitchenalt24);
|
|
2179
2185
|
}
|
|
2180
2186
|
if (!customElements.get('universe-kitchen2-24px')) {
|
|
2181
2187
|
customElements.define('universe-kitchen2-24px', Kitchen224);
|
|
@@ -2198,39 +2204,36 @@ if (!customElements.get('universe-masonry-alt-24px')) {
|
|
|
2198
2204
|
if (!customElements.get('universe-paint-24px')) {
|
|
2199
2205
|
customElements.define('universe-paint-24px', Paint24);
|
|
2200
2206
|
}
|
|
2201
|
-
if (!customElements.get('universe-pool-24px')) {
|
|
2202
|
-
customElements.define('universe-pool-24px', Pool24);
|
|
2203
|
-
}
|
|
2204
2207
|
if (!customElements.get('universe-renewable-energy-24px')) {
|
|
2205
2208
|
customElements.define('universe-renewable-energy-24px', Renewableenergy24);
|
|
2206
2209
|
}
|
|
2210
|
+
if (!customElements.get('universe-pool-24px')) {
|
|
2211
|
+
customElements.define('universe-pool-24px', Pool24);
|
|
2212
|
+
}
|
|
2207
2213
|
if (!customElements.get('universe-security-24px')) {
|
|
2208
2214
|
customElements.define('universe-security-24px', Security24);
|
|
2209
2215
|
}
|
|
2210
2216
|
if (!customElements.get('universe-stairs-24px')) {
|
|
2211
2217
|
customElements.define('universe-stairs-24px', Stairs24);
|
|
2212
2218
|
}
|
|
2213
|
-
if (!customElements.get('universe-
|
|
2214
|
-
customElements.define('universe-
|
|
2219
|
+
if (!customElements.get('universe-terrace-24px')) {
|
|
2220
|
+
customElements.define('universe-terrace-24px', Terrace24);
|
|
2215
2221
|
}
|
|
2216
2222
|
if (!customElements.get('universe-tool-24px')) {
|
|
2217
2223
|
customElements.define('universe-tool-24px', Tool24);
|
|
2218
2224
|
}
|
|
2219
|
-
if (!customElements.get('universe-wallpaper-24px')) {
|
|
2220
|
-
customElements.define('universe-wallpaper-24px', Wallpaper24);
|
|
2221
|
-
}
|
|
2222
2225
|
if (!customElements.get('universe-wood-24px')) {
|
|
2223
2226
|
customElements.define('universe-wood-24px', Wood24);
|
|
2224
2227
|
}
|
|
2228
|
+
if (!customElements.get('universe-wallpaper-24px')) {
|
|
2229
|
+
customElements.define('universe-wallpaper-24px', Wallpaper24);
|
|
2230
|
+
}
|
|
2225
2231
|
if (!customElements.get('universe-wood-flooring-24px')) {
|
|
2226
2232
|
customElements.define('universe-wood-flooring-24px', Woodflooring24);
|
|
2227
2233
|
}
|
|
2228
2234
|
if (!customElements.get('universe-wood-flooring-alt-24px')) {
|
|
2229
2235
|
customElements.define('universe-wood-flooring-alt-24px', Woodflooringalt24);
|
|
2230
2236
|
}
|
|
2231
|
-
if (!customElements.get('universe-kitchen-24px')) {
|
|
2232
|
-
customElements.define('universe-kitchen-24px', Kitchen24);
|
|
2233
|
-
}
|
|
2234
2237
|
if (!customElements.get('universe-woodsaw-24px')) {
|
|
2235
2238
|
customElements.define('universe-woodsaw-24px', WoodSaw24);
|
|
2236
2239
|
}
|
|
@@ -2243,6 +2246,9 @@ if (!customElements.get('user-account-customer--passion-24px')) {
|
|
|
2243
2246
|
if (!customElements.get('user-account-customer--pro-24px')) {
|
|
2244
2247
|
customElements.define('user-account-customer--pro-24px', AccountCustomerPro24);
|
|
2245
2248
|
}
|
|
2249
|
+
if (!customElements.get('user-account-profile--man-24px')) {
|
|
2250
|
+
customElements.define('user-account-profile--man-24px', AccountProfileMan24);
|
|
2251
|
+
}
|
|
2246
2252
|
if (!customElements.get('user-account-profile--view-24px')) {
|
|
2247
2253
|
customElements.define('user-account-profile--view-24px', AccountProfileView24);
|
|
2248
2254
|
}
|
|
@@ -2264,8 +2270,8 @@ if (!customElements.get('user-card-idcard-24px')) {
|
|
|
2264
2270
|
if (!customElements.get('user-card-loyaltycard-24px')) {
|
|
2265
2271
|
customElements.define('user-card-loyaltycard-24px', CardLoyaltyCard24);
|
|
2266
2272
|
}
|
|
2267
|
-
if (!customElements.get('
|
|
2268
|
-
customElements.define('
|
|
2273
|
+
if (!customElements.get('user-contact-mail-24px')) {
|
|
2274
|
+
customElements.define('user-contact-mail-24px', ContactMail24);
|
|
2269
2275
|
}
|
|
2270
2276
|
if (!customElements.get('user-contact-phone-24px')) {
|
|
2271
2277
|
customElements.define('user-contact-phone-24px', ContactPhone24);
|
|
@@ -2291,6 +2297,9 @@ if (!customElements.get('various-apartment-24px')) {
|
|
|
2291
2297
|
if (!customElements.get('various-balcony-24px')) {
|
|
2292
2298
|
customElements.define('various-balcony-24px', Balcony24);
|
|
2293
2299
|
}
|
|
2300
|
+
if (!customElements.get('various-blower-24px')) {
|
|
2301
|
+
customElements.define('various-blower-24px', Blower24);
|
|
2302
|
+
}
|
|
2294
2303
|
if (!customElements.get('various-company-24px')) {
|
|
2295
2304
|
customElements.define('various-company-24px', Company24);
|
|
2296
2305
|
}
|
|
@@ -2318,9 +2327,6 @@ if (!customElements.get('various-lessondiy-24px')) {
|
|
|
2318
2327
|
if (!customElements.get('various-level-24px')) {
|
|
2319
2328
|
customElements.define('various-level-24px', Level24);
|
|
2320
2329
|
}
|
|
2321
|
-
if (!customElements.get('user-contact-mail-24px')) {
|
|
2322
|
-
customElements.define('user-contact-mail-24px', ContactMail24);
|
|
2323
|
-
}
|
|
2324
2330
|
if (!customElements.get('various-paintcan-24px')) {
|
|
2325
2331
|
customElements.define('various-paintcan-24px', PaintCan24);
|
|
2326
2332
|
}
|
|
@@ -2354,12 +2360,15 @@ if (!customElements.get('various-toolbox-24px')) {
|
|
|
2354
2360
|
if (!customElements.get('device-desktop-32px')) {
|
|
2355
2361
|
customElements.define('device-desktop-32px', Desktop32);
|
|
2356
2362
|
}
|
|
2357
|
-
if (!customElements.get('device-
|
|
2358
|
-
customElements.define('device-
|
|
2363
|
+
if (!customElements.get('device-laptop-32px')) {
|
|
2364
|
+
customElements.define('device-laptop-32px', Laptop32);
|
|
2359
2365
|
}
|
|
2360
2366
|
if (!customElements.get('device-mobile-32px')) {
|
|
2361
2367
|
customElements.define('device-mobile-32px', Mobile32);
|
|
2362
2368
|
}
|
|
2369
|
+
if (!customElements.get('device-tablet-32px')) {
|
|
2370
|
+
customElements.define('device-tablet-32px', Tablet32);
|
|
2371
|
+
}
|
|
2363
2372
|
if (!customElements.get('instruction-hygiene-cleaned-32px')) {
|
|
2364
2373
|
customElements.define('instruction-hygiene-cleaned-32px', HygieneCleaned32);
|
|
2365
2374
|
}
|
|
@@ -2369,11 +2378,8 @@ if (!customElements.get('instruction-hygiene-danger-32px')) {
|
|
|
2369
2378
|
if (!customElements.get('instruction-hygiene-distance-32px')) {
|
|
2370
2379
|
customElements.define('instruction-hygiene-distance-32px', HygieneDistance32);
|
|
2371
2380
|
}
|
|
2372
|
-
if (!customElements.get('
|
|
2373
|
-
customElements.define('
|
|
2374
|
-
}
|
|
2375
|
-
if (!customElements.get('instruction-hygiene-mask-32px')) {
|
|
2376
|
-
customElements.define('instruction-hygiene-mask-32px', HygieneMask32);
|
|
2381
|
+
if (!customElements.get('instruction-hygiene-gel-32px')) {
|
|
2382
|
+
customElements.define('instruction-hygiene-gel-32px', HygieneGel32);
|
|
2377
2383
|
}
|
|
2378
2384
|
if (!customElements.get('instruction-hygiene-nocontact-32px')) {
|
|
2379
2385
|
customElements.define('instruction-hygiene-nocontact-32px', HygieneNoContact32);
|
|
@@ -2387,15 +2393,15 @@ if (!customElements.get('instruction-payment-checkout-32px')) {
|
|
|
2387
2393
|
if (!customElements.get('instruction-payment-nocontact-32px')) {
|
|
2388
2394
|
customElements.define('instruction-payment-nocontact-32px', PaymentNoContact32);
|
|
2389
2395
|
}
|
|
2390
|
-
if (!customElements.get('user-account-profile--man-24px')) {
|
|
2391
|
-
customElements.define('user-account-profile--man-24px', AccountProfileMan24);
|
|
2392
|
-
}
|
|
2393
2396
|
if (!customElements.get('instruction-service-purchasehelp-car--openboot-32px')) {
|
|
2394
2397
|
customElements.define('instruction-service-purchasehelp-car--openboot-32px', ServicePurchaseHelpCarOpenBoot32);
|
|
2395
2398
|
}
|
|
2396
2399
|
if (!customElements.get('instruction-service-purchasehelp-car--standinline-32px')) {
|
|
2397
2400
|
customElements.define('instruction-service-purchasehelp-car--standinline-32px', ServicePurchaseHelpCarStandInLine32);
|
|
2398
2401
|
}
|
|
2402
|
+
if (!customElements.get('instruction-service-purchasehelp-car--stayinside-32px')) {
|
|
2403
|
+
customElements.define('instruction-service-purchasehelp-car--stayinside-32px', ServicePurchaseHelpCarStayInside32);
|
|
2404
|
+
}
|
|
2399
2405
|
if (!customElements.get('instruction-service-purchasehelp-loading-32px')) {
|
|
2400
2406
|
customElements.define('instruction-service-purchasehelp-loading-32px', ServicePurchaseHelpLoading32);
|
|
2401
2407
|
}
|
|
@@ -2411,8 +2417,8 @@ if (!customElements.get('instruction-service-purchasehelp-truck-32px')) {
|
|
|
2411
2417
|
if (!customElements.get('instruction-universe-essentialproduct-32px')) {
|
|
2412
2418
|
customElements.define('instruction-universe-essentialproduct-32px', UniverseEssentialProduct32);
|
|
2413
2419
|
}
|
|
2414
|
-
if (!customElements.get('
|
|
2415
|
-
customElements.define('
|
|
2420
|
+
if (!customElements.get('logotypes-payment-monochrome-bizum-32px')) {
|
|
2421
|
+
customElements.define('logotypes-payment-monochrome-bizum-32px', PaymentMonochromeBizum32);
|
|
2416
2422
|
}
|
|
2417
2423
|
if (!customElements.get('logotypes-payment-monochrome-blik-32px')) {
|
|
2418
2424
|
customElements.define('logotypes-payment-monochrome-blik-32px', PaymentMonochromeBlik32);
|
|
@@ -2420,6 +2426,9 @@ if (!customElements.get('logotypes-payment-monochrome-blik-32px')) {
|
|
|
2420
2426
|
if (!customElements.get('logotypes-payment-monochrome-bonificobancario-32px')) {
|
|
2421
2427
|
customElements.define('logotypes-payment-monochrome-bonificobancario-32px', PaymentMonochromeBonificoBancario32);
|
|
2422
2428
|
}
|
|
2429
|
+
if (!customElements.get('logotypes-payment-monochrome-fintecture-32px')) {
|
|
2430
|
+
customElements.define('logotypes-payment-monochrome-fintecture-32px', PaymentMonochromeFintecture32);
|
|
2431
|
+
}
|
|
2423
2432
|
if (!customElements.get('logotypes-payment-monochrome-mb--multibanco-32px')) {
|
|
2424
2433
|
customElements.define('logotypes-payment-monochrome-mb--multibanco-32px', PaymentMonochromeMBMultibanco32);
|
|
2425
2434
|
}
|
|
@@ -2438,9 +2447,6 @@ if (!customElements.get('logotypes-payment-monochrome-oney--3x4x-32px')) {
|
|
|
2438
2447
|
if (!customElements.get('logotypes-payment-monochrome-oney--4x-32px')) {
|
|
2439
2448
|
customElements.define('logotypes-payment-monochrome-oney--4x-32px', PaymentMonochromeOney4x32);
|
|
2440
2449
|
}
|
|
2441
|
-
if (!customElements.get('instruction-hygiene-gel-32px')) {
|
|
2442
|
-
customElements.define('instruction-hygiene-gel-32px', HygieneGel32);
|
|
2443
|
-
}
|
|
2444
2450
|
if (!customElements.get('logotypes-payment-monochrome-oneyraty-32px')) {
|
|
2445
2451
|
customElements.define('logotypes-payment-monochrome-oneyraty-32px', PaymentMonochromeOneyRaty32);
|
|
2446
2452
|
}
|
|
@@ -2462,18 +2468,15 @@ if (!customElements.get('media-bookstore-32px')) {
|
|
|
2462
2468
|
if (!customElements.get('media-camera-32px')) {
|
|
2463
2469
|
customElements.define('media-camera-32px', Camera32);
|
|
2464
2470
|
}
|
|
2465
|
-
if (!customElements.get('media-code-32px')) {
|
|
2466
|
-
customElements.define('media-code-32px', Code32);
|
|
2467
|
-
}
|
|
2468
2471
|
if (!customElements.get('media-document-32px')) {
|
|
2469
2472
|
customElements.define('media-document-32px', Document32);
|
|
2470
2473
|
}
|
|
2474
|
+
if (!customElements.get('media-code-32px')) {
|
|
2475
|
+
customElements.define('media-code-32px', Code32);
|
|
2476
|
+
}
|
|
2471
2477
|
if (!customElements.get('media-download-app-32px')) {
|
|
2472
2478
|
customElements.define('media-download-app-32px', DownloadApp32);
|
|
2473
2479
|
}
|
|
2474
|
-
if (!customElements.get('logotypes-payment-monochrome-bizum-32px')) {
|
|
2475
|
-
customElements.define('logotypes-payment-monochrome-bizum-32px', PaymentMonochromeBizum32);
|
|
2476
|
-
}
|
|
2477
2480
|
if (!customElements.get('media-download-web-32px')) {
|
|
2478
2481
|
customElements.define('media-download-web-32px', DownloadWeb32);
|
|
2479
2482
|
}
|
|
@@ -2495,17 +2498,14 @@ if (!customElements.get('media-nopicture-32px')) {
|
|
|
2495
2498
|
if (!customElements.get('media-pdf-32px')) {
|
|
2496
2499
|
customElements.define('media-pdf-32px', Pdf32);
|
|
2497
2500
|
}
|
|
2498
|
-
if (!customElements.get('instruction-service-purchasehelp-car--stayinside-32px')) {
|
|
2499
|
-
customElements.define('instruction-service-purchasehelp-car--stayinside-32px', ServicePurchaseHelpCarStayInside32);
|
|
2500
|
-
}
|
|
2501
2501
|
if (!customElements.get('media-picker-32px')) {
|
|
2502
2502
|
customElements.define('media-picker-32px', Picker32);
|
|
2503
2503
|
}
|
|
2504
2504
|
if (!customElements.get('media-play-32px')) {
|
|
2505
2505
|
customElements.define('media-play-32px', Play32);
|
|
2506
2506
|
}
|
|
2507
|
-
if (!customElements.get('
|
|
2508
|
-
customElements.define('
|
|
2507
|
+
if (!customElements.get('media-player-32px')) {
|
|
2508
|
+
customElements.define('media-player-32px', Player32);
|
|
2509
2509
|
}
|
|
2510
2510
|
if (!customElements.get('media-policies-32px')) {
|
|
2511
2511
|
customElements.define('media-policies-32px', Policies32);
|
|
@@ -2522,6 +2522,12 @@ if (!customElements.get('media-push-pin-32px')) {
|
|
|
2522
2522
|
if (!customElements.get('media-push-pin-off-32px')) {
|
|
2523
2523
|
customElements.define('media-push-pin-off-32px', Pushpinoff32);
|
|
2524
2524
|
}
|
|
2525
|
+
if (!customElements.get('media-read-32px')) {
|
|
2526
|
+
customElements.define('media-read-32px', Read32);
|
|
2527
|
+
}
|
|
2528
|
+
if (!customElements.get('media-reducescreen-32px')) {
|
|
2529
|
+
customElements.define('media-reducescreen-32px', ReduceScreen32);
|
|
2530
|
+
}
|
|
2525
2531
|
if (!customElements.get('media-release-32px')) {
|
|
2526
2532
|
customElements.define('media-release-32px', Release32);
|
|
2527
2533
|
}
|
|
@@ -2552,12 +2558,15 @@ if (!customElements.get('navigation-arrow-arrow--bottom-32px')) {
|
|
|
2552
2558
|
if (!customElements.get('navigation-arrow-arrow--left-32px')) {
|
|
2553
2559
|
customElements.define('navigation-arrow-arrow--left-32px', ArrowArrowLeft32);
|
|
2554
2560
|
}
|
|
2555
|
-
if (!customElements.get('
|
|
2556
|
-
customElements.define('
|
|
2561
|
+
if (!customElements.get('navigation-arrow-arrow--right-32px')) {
|
|
2562
|
+
customElements.define('navigation-arrow-arrow--right-32px', ArrowArrowRight32);
|
|
2557
2563
|
}
|
|
2558
2564
|
if (!customElements.get('navigation-arrow-arrow--top-32px')) {
|
|
2559
2565
|
customElements.define('navigation-arrow-arrow--top-32px', ArrowArrowTop32);
|
|
2560
2566
|
}
|
|
2567
|
+
if (!customElements.get('navigation-arrow-arrowbottomleft-32px')) {
|
|
2568
|
+
customElements.define('navigation-arrow-arrowbottomleft-32px', ArrowArrowBottomLeft32);
|
|
2569
|
+
}
|
|
2561
2570
|
if (!customElements.get('navigation-arrow-arrowbottomright-32px')) {
|
|
2562
2571
|
customElements.define('navigation-arrow-arrowbottomright-32px', ArrowArrowBottomRight32);
|
|
2563
2572
|
}
|
|
@@ -2573,20 +2582,11 @@ if (!customElements.get('navigation-arrow-back-32px')) {
|
|
|
2573
2582
|
if (!customElements.get('navigation-arrow-doublearrow--left-32px')) {
|
|
2574
2583
|
customElements.define('navigation-arrow-doublearrow--left-32px', ArrowDoubleArrowLeft32);
|
|
2575
2584
|
}
|
|
2576
|
-
if (!customElements.get('media-reducescreen-32px')) {
|
|
2577
|
-
customElements.define('media-reducescreen-32px', ReduceScreen32);
|
|
2578
|
-
}
|
|
2579
2585
|
if (!customElements.get('navigation-arrow-doublearrow--right-32px')) {
|
|
2580
2586
|
customElements.define('navigation-arrow-doublearrow--right-32px', ArrowDoubleArrowRight32);
|
|
2581
2587
|
}
|
|
2582
|
-
if (!customElements.get('
|
|
2583
|
-
customElements.define('
|
|
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);
|
|
2588
|
+
if (!customElements.get('navigation-arrow-down-32px')) {
|
|
2589
|
+
customElements.define('navigation-arrow-down-32px', ArrowDown32);
|
|
2590
2590
|
}
|
|
2591
2591
|
if (!customElements.get('navigation-arrow-next-32px')) {
|
|
2592
2592
|
customElements.define('navigation-arrow-next-32px', ArrowNext32);
|
|
@@ -2606,6 +2606,9 @@ if (!customElements.get('navigation-control-circle--more-32px')) {
|
|
|
2606
2606
|
if (!customElements.get('navigation-control-cross-32px')) {
|
|
2607
2607
|
customElements.define('navigation-control-cross-32px', ControlCross32);
|
|
2608
2608
|
}
|
|
2609
|
+
if (!customElements.get('navigation-control-less-32px')) {
|
|
2610
|
+
customElements.define('navigation-control-less-32px', ControlLess32);
|
|
2611
|
+
}
|
|
2609
2612
|
if (!customElements.get('navigation-control-more-32px')) {
|
|
2610
2613
|
customElements.define('navigation-control-more-32px', ControlMore32);
|
|
2611
2614
|
}
|
|
@@ -2630,6 +2633,9 @@ if (!customElements.get('navigation-display-displayfull-outline-32px')) {
|
|
|
2630
2633
|
if (!customElements.get('navigation-display-displaylist-filled-32px')) {
|
|
2631
2634
|
customElements.define('navigation-display-displaylist-filled-32px', DisplayDisplayListFilled32);
|
|
2632
2635
|
}
|
|
2636
|
+
if (!customElements.get('navigation-display-displaylist-outline-32px')) {
|
|
2637
|
+
customElements.define('navigation-display-displaylist-outline-32px', DisplayDisplayListOutline32);
|
|
2638
|
+
}
|
|
2633
2639
|
if (!customElements.get('navigation-display-displaymobile--horizontal-32px')) {
|
|
2634
2640
|
customElements.define('navigation-display-displaymobile--horizontal-32px', DisplayDisplayMobileHorizontal32);
|
|
2635
2641
|
}
|
|
@@ -2672,8 +2678,8 @@ if (!customElements.get('navigation-display-other-32px')) {
|
|
|
2672
2678
|
if (!customElements.get('navigation-display-productnumb-32px')) {
|
|
2673
2679
|
customElements.define('navigation-display-productnumb-32px', DisplayProductNumb32);
|
|
2674
2680
|
}
|
|
2675
|
-
if (!customElements.get('navigation-
|
|
2676
|
-
customElements.define('navigation-
|
|
2681
|
+
if (!customElements.get('navigation-display-refresh-32px')) {
|
|
2682
|
+
customElements.define('navigation-display-refresh-32px', DisplayRefresh32);
|
|
2677
2683
|
}
|
|
2678
2684
|
if (!customElements.get('navigation-display-screenrotation-32px')) {
|
|
2679
2685
|
customElements.define('navigation-display-screenrotation-32px', DisplayScreenRotation32);
|
|
@@ -2690,8 +2696,8 @@ if (!customElements.get('navigation-display-searchproduct-32px')) {
|
|
|
2690
2696
|
if (!customElements.get('navigation-display-setting-32px')) {
|
|
2691
2697
|
customElements.define('navigation-display-setting-32px', DisplaySetting32);
|
|
2692
2698
|
}
|
|
2693
|
-
if (!customElements.get('navigation-display-
|
|
2694
|
-
customElements.define('navigation-display-
|
|
2699
|
+
if (!customElements.get('navigation-display-view-32px')) {
|
|
2700
|
+
customElements.define('navigation-display-view-32px', DisplayView32);
|
|
2695
2701
|
}
|
|
2696
2702
|
if (!customElements.get('navigation-display-vocalsearch-32px')) {
|
|
2697
2703
|
customElements.define('navigation-display-vocalsearch-32px', DisplayVocalSearch32);
|
|
@@ -2699,24 +2705,24 @@ if (!customElements.get('navigation-display-vocalsearch-32px')) {
|
|
|
2699
2705
|
if (!customElements.get('navigation-notification-available-32px')) {
|
|
2700
2706
|
customElements.define('navigation-notification-available-32px', NotificationAvailable32);
|
|
2701
2707
|
}
|
|
2702
|
-
if (!customElements.get('navigation-display-view-32px')) {
|
|
2703
|
-
customElements.define('navigation-display-view-32px', DisplayView32);
|
|
2704
|
-
}
|
|
2705
2708
|
if (!customElements.get('navigation-notification-circle--available-32px')) {
|
|
2706
2709
|
customElements.define('navigation-notification-circle--available-32px', NotificationCircleAvailable32);
|
|
2707
2710
|
}
|
|
2708
2711
|
if (!customElements.get('navigation-notification-information-32px')) {
|
|
2709
2712
|
customElements.define('navigation-notification-information-32px', NotificationInformation32);
|
|
2710
2713
|
}
|
|
2714
|
+
if (!customElements.get('navigation-notification-question-32px')) {
|
|
2715
|
+
customElements.define('navigation-notification-question-32px', NotificationQuestion32);
|
|
2716
|
+
}
|
|
2711
2717
|
if (!customElements.get('navigation-notification-warning-32px')) {
|
|
2712
2718
|
customElements.define('navigation-notification-warning-32px', NotificationWarning32);
|
|
2713
2719
|
}
|
|
2714
|
-
if (!customElements.get('navigation-notification-bell-32px')) {
|
|
2715
|
-
customElements.define('navigation-notification-bell-32px', NotificationBell32);
|
|
2716
|
-
}
|
|
2717
2720
|
if (!customElements.get('navigation-publish-copy-32px')) {
|
|
2718
2721
|
customElements.define('navigation-publish-copy-32px', PublishCopy32);
|
|
2719
2722
|
}
|
|
2723
|
+
if (!customElements.get('navigation-notification-bell-32px')) {
|
|
2724
|
+
customElements.define('navigation-notification-bell-32px', NotificationBell32);
|
|
2725
|
+
}
|
|
2720
2726
|
if (!customElements.get('navigation-publish-edit-32px')) {
|
|
2721
2727
|
customElements.define('navigation-publish-edit-32px', PublishEdit32);
|
|
2722
2728
|
}
|
|
@@ -2732,15 +2738,6 @@ if (!customElements.get('navigation-publish-lock-32px')) {
|
|
|
2732
2738
|
if (!customElements.get('navigation-publish-send-32px')) {
|
|
2733
2739
|
customElements.define('navigation-publish-send-32px', PublishSend32);
|
|
2734
2740
|
}
|
|
2735
|
-
if (!customElements.get('navigation-display-refresh-32px')) {
|
|
2736
|
-
customElements.define('navigation-display-refresh-32px', DisplayRefresh32);
|
|
2737
|
-
}
|
|
2738
|
-
if (!customElements.get('navigation-publish-trashbin-32px')) {
|
|
2739
|
-
customElements.define('navigation-publish-trashbin-32px', PublishTrashbin32);
|
|
2740
|
-
}
|
|
2741
|
-
if (!customElements.get('navigation-arrow-down-32px')) {
|
|
2742
|
-
customElements.define('navigation-arrow-down-32px', ArrowDown32);
|
|
2743
|
-
}
|
|
2744
2741
|
if (!customElements.get('navigation-split-32px')) {
|
|
2745
2742
|
customElements.define('navigation-split-32px', Split32);
|
|
2746
2743
|
}
|
|
@@ -2828,12 +2825,12 @@ if (!customElements.get('product-aspect-weight-32px')) {
|
|
|
2828
2825
|
if (!customElements.get('product-basket-add-32px')) {
|
|
2829
2826
|
customElements.define('product-basket-add-32px', BasketAdd32);
|
|
2830
2827
|
}
|
|
2831
|
-
if (!customElements.get('navigation-notification-question-32px')) {
|
|
2832
|
-
customElements.define('navigation-notification-question-32px', NotificationQuestion32);
|
|
2833
|
-
}
|
|
2834
2828
|
if (!customElements.get('product-basket-handbag-32px')) {
|
|
2835
2829
|
customElements.define('product-basket-handbag-32px', BasketHandbag32);
|
|
2836
2830
|
}
|
|
2831
|
+
if (!customElements.get('product-basket-multi-32px')) {
|
|
2832
|
+
customElements.define('product-basket-multi-32px', BasketMulti32);
|
|
2833
|
+
}
|
|
2837
2834
|
if (!customElements.get('product-basket-save-32px')) {
|
|
2838
2835
|
customElements.define('product-basket-save-32px', BasketSave32);
|
|
2839
2836
|
}
|
|
@@ -2867,6 +2864,9 @@ if (!customElements.get('product-promise-funding-32px')) {
|
|
|
2867
2864
|
if (!customElements.get('product-promise-madeineurope-32px')) {
|
|
2868
2865
|
customElements.define('product-promise-madeineurope-32px', PromiseMadeInEurope32);
|
|
2869
2866
|
}
|
|
2867
|
+
if (!customElements.get('product-promise-madeinfrance-32px')) {
|
|
2868
|
+
customElements.define('product-promise-madeinfrance-32px', PromiseMadeInFrance32);
|
|
2869
|
+
}
|
|
2870
2870
|
if (!customElements.get('product-promise-modular-32px')) {
|
|
2871
2871
|
customElements.define('product-promise-modular-32px', PromiseModular32);
|
|
2872
2872
|
}
|
|
@@ -2924,9 +2924,6 @@ if (!customElements.get('service-custom-sample-32px')) {
|
|
|
2924
2924
|
if (!customElements.get('service-custom-sharpening-32px')) {
|
|
2925
2925
|
customElements.define('service-custom-sharpening-32px', CustomSharpening32);
|
|
2926
2926
|
}
|
|
2927
|
-
if (!customElements.get('product-promise-madeinfrance-32px')) {
|
|
2928
|
-
customElements.define('product-promise-madeinfrance-32px', PromiseMadeInFrance32);
|
|
2929
|
-
}
|
|
2930
2927
|
if (!customElements.get('service-delivery-delivery-pickup--relaypoint-32px')) {
|
|
2931
2928
|
customElements.define('service-delivery-delivery-pickup--relaypoint-32px', DeliveryDeliveryPickupRelayPoint32);
|
|
2932
2929
|
}
|
|
@@ -2939,9 +2936,6 @@ if (!customElements.get('service-delivery-delivery--home-32px')) {
|
|
|
2939
2936
|
if (!customElements.get('service-delivery-delivery--locker-32px')) {
|
|
2940
2937
|
customElements.define('service-delivery-delivery--locker-32px', DeliveryDeliveryLocker32);
|
|
2941
2938
|
}
|
|
2942
|
-
if (!customElements.get('product-basket-multi-32px')) {
|
|
2943
|
-
customElements.define('product-basket-multi-32px', BasketMulti32);
|
|
2944
|
-
}
|
|
2945
2939
|
if (!customElements.get('service-pallet-32px')) {
|
|
2946
2940
|
customElements.define('service-pallet-32px', Pallet32);
|
|
2947
2941
|
}
|
|
@@ -2969,15 +2963,6 @@ if (!customElements.get('service-time-delivery--48h-32px')) {
|
|
|
2969
2963
|
if (!customElements.get('service-time-timedecline-32px')) {
|
|
2970
2964
|
customElements.define('service-time-timedecline-32px', TimeTimeDecline32);
|
|
2971
2965
|
}
|
|
2972
|
-
if (!customElements.get('service-tools-3d-32px')) {
|
|
2973
|
-
customElements.define('service-tools-3d-32px', Tools3d32);
|
|
2974
|
-
}
|
|
2975
|
-
if (!customElements.get('service-tools-calculator-32px')) {
|
|
2976
|
-
customElements.define('service-tools-calculator-32px', ToolsCalculator32);
|
|
2977
|
-
}
|
|
2978
|
-
if (!customElements.get('service-tools-comparator-32px')) {
|
|
2979
|
-
customElements.define('service-tools-comparator-32px', ToolsComparator32);
|
|
2980
|
-
}
|
|
2981
2966
|
if (!customElements.get('social-comment-comment-32px')) {
|
|
2982
2967
|
customElements.define('social-comment-comment-32px', CommentComment32);
|
|
2983
2968
|
}
|
|
@@ -2993,6 +2978,12 @@ if (!customElements.get('social-comment-report-32px')) {
|
|
|
2993
2978
|
if (!customElements.get('social-share-shareandroid-32px')) {
|
|
2994
2979
|
customElements.define('social-share-shareandroid-32px', ShareShareAndroid32);
|
|
2995
2980
|
}
|
|
2981
|
+
if (!customElements.get('social-share-shareios-32px')) {
|
|
2982
|
+
customElements.define('social-share-shareios-32px', ShareShareIOS32);
|
|
2983
|
+
}
|
|
2984
|
+
if (!customElements.get('social-socialnetwork-facebook-32px')) {
|
|
2985
|
+
customElements.define('social-socialnetwork-facebook-32px', SocialNetworkFacebook32);
|
|
2986
|
+
}
|
|
2996
2987
|
if (!customElements.get('social-socialnetwork-instagram-32px')) {
|
|
2997
2988
|
customElements.define('social-socialnetwork-instagram-32px', SocialNetworkInstagram32);
|
|
2998
2989
|
}
|
|
@@ -3029,8 +3020,8 @@ if (!customElements.get('social-view-star--empty-32px')) {
|
|
|
3029
3020
|
if (!customElements.get('social-view-star--full-32px')) {
|
|
3030
3021
|
customElements.define('social-view-star--full-32px', ViewStarFull32);
|
|
3031
3022
|
}
|
|
3032
|
-
if (!customElements.get('social-
|
|
3033
|
-
customElements.define('social-
|
|
3023
|
+
if (!customElements.get('social-view-star--half-32px')) {
|
|
3024
|
+
customElements.define('social-view-star--half-32px', ViewStarHalf32);
|
|
3034
3025
|
}
|
|
3035
3026
|
if (!customElements.get('social-view-testerview-32px')) {
|
|
3036
3027
|
customElements.define('social-view-testerview-32px', ViewTesterView32);
|
|
@@ -3050,9 +3041,6 @@ if (!customElements.get('store-map-32px')) {
|
|
|
3050
3041
|
if (!customElements.get('store-monochrome-relaylocation-32px')) {
|
|
3051
3042
|
customElements.define('store-monochrome-relaylocation-32px', MonochromeRelayLocation32);
|
|
3052
3043
|
}
|
|
3053
|
-
if (!customElements.get('store-monochrome-storelocation-32px')) {
|
|
3054
|
-
customElements.define('store-monochrome-storelocation-32px', MonochromeStoreLocation32);
|
|
3055
|
-
}
|
|
3056
3044
|
if (!customElements.get('store-monochrome-storelocation-bm-32px')) {
|
|
3057
3045
|
customElements.define('store-monochrome-storelocation-bm-32px', MonochromeStoreLocationbm32);
|
|
3058
3046
|
}
|
|
@@ -3068,8 +3056,8 @@ if (!customElements.get('universe-attic-32px')) {
|
|
|
3068
3056
|
if (!customElements.get('universe-bathroom-32px')) {
|
|
3069
3057
|
customElements.define('universe-bathroom-32px', Bathroom32);
|
|
3070
3058
|
}
|
|
3071
|
-
if (!customElements.get('
|
|
3072
|
-
customElements.define('
|
|
3059
|
+
if (!customElements.get('universe-bedroom-32px')) {
|
|
3060
|
+
customElements.define('universe-bedroom-32px', Bedroom32);
|
|
3073
3061
|
}
|
|
3074
3062
|
if (!customElements.get('universe-carpentry-32px')) {
|
|
3075
3063
|
customElements.define('universe-carpentry-32px', Carpentry32);
|
|
@@ -3077,9 +3065,6 @@ if (!customElements.get('universe-carpentry-32px')) {
|
|
|
3077
3065
|
if (!customElements.get('universe-christmastree-32px')) {
|
|
3078
3066
|
customElements.define('universe-christmastree-32px', ChristmasTree32);
|
|
3079
3067
|
}
|
|
3080
|
-
if (!customElements.get('social-view-star--half-32px')) {
|
|
3081
|
-
customElements.define('social-view-star--half-32px', ViewStarHalf32);
|
|
3082
|
-
}
|
|
3083
3068
|
if (!customElements.get('universe-connectedhome-32px')) {
|
|
3084
3069
|
customElements.define('universe-connectedhome-32px', ConnectedHome32);
|
|
3085
3070
|
}
|
|
@@ -3098,6 +3083,9 @@ if (!customElements.get('universe-electricity-32px')) {
|
|
|
3098
3083
|
if (!customElements.get('universe-enki-32px')) {
|
|
3099
3084
|
customElements.define('universe-enki-32px', Enki32);
|
|
3100
3085
|
}
|
|
3086
|
+
if (!customElements.get('universe-floor-32px')) {
|
|
3087
|
+
customElements.define('universe-floor-32px', Floor32);
|
|
3088
|
+
}
|
|
3101
3089
|
if (!customElements.get('universe-garage-32px')) {
|
|
3102
3090
|
customElements.define('universe-garage-32px', Garage32);
|
|
3103
3091
|
}
|
|
@@ -3134,11 +3122,14 @@ if (!customElements.get('universe-kitchen-32px')) {
|
|
|
3134
3122
|
if (!customElements.get('universe-kitchen-alt-32px')) {
|
|
3135
3123
|
customElements.define('universe-kitchen-alt-32px', Kitchenalt32);
|
|
3136
3124
|
}
|
|
3125
|
+
if (!customElements.get('universe-kitchen2-32px')) {
|
|
3126
|
+
customElements.define('universe-kitchen2-32px', Kitchen232);
|
|
3127
|
+
}
|
|
3137
3128
|
if (!customElements.get('universe-leak-32px')) {
|
|
3138
3129
|
customElements.define('universe-leak-32px', Leak32);
|
|
3139
3130
|
}
|
|
3140
|
-
if (!customElements.get('
|
|
3141
|
-
customElements.define('
|
|
3131
|
+
if (!customElements.get('store-monochrome-storelocation-32px')) {
|
|
3132
|
+
customElements.define('store-monochrome-storelocation-32px', MonochromeStoreLocation32);
|
|
3142
3133
|
}
|
|
3143
3134
|
if (!customElements.get('universe-lighting-32px')) {
|
|
3144
3135
|
customElements.define('universe-lighting-32px', Lighting32);
|
|
@@ -3158,8 +3149,8 @@ if (!customElements.get('universe-paint-32px')) {
|
|
|
3158
3149
|
if (!customElements.get('universe-pool-32px')) {
|
|
3159
3150
|
customElements.define('universe-pool-32px', Pool32);
|
|
3160
3151
|
}
|
|
3161
|
-
if (!customElements.get('universe-
|
|
3162
|
-
customElements.define('universe-
|
|
3152
|
+
if (!customElements.get('universe-renewable-energy-32px')) {
|
|
3153
|
+
customElements.define('universe-renewable-energy-32px', Renewableenergy32);
|
|
3163
3154
|
}
|
|
3164
3155
|
if (!customElements.get('universe-security-32px')) {
|
|
3165
3156
|
customElements.define('universe-security-32px', Security32);
|
|
@@ -3176,9 +3167,6 @@ if (!customElements.get('universe-tool-32px')) {
|
|
|
3176
3167
|
if (!customElements.get('universe-wallpaper-32px')) {
|
|
3177
3168
|
customElements.define('universe-wallpaper-32px', Wallpaper32);
|
|
3178
3169
|
}
|
|
3179
|
-
if (!customElements.get('universe-floor-32px')) {
|
|
3180
|
-
customElements.define('universe-floor-32px', Floor32);
|
|
3181
|
-
}
|
|
3182
3170
|
if (!customElements.get('universe-wood-32px')) {
|
|
3183
3171
|
customElements.define('universe-wood-32px', Wood32);
|
|
3184
3172
|
}
|
|
@@ -3197,11 +3185,17 @@ if (!customElements.get('user-account-customer--collaborator-32px')) {
|
|
|
3197
3185
|
if (!customElements.get('user-account-customer--passion-32px')) {
|
|
3198
3186
|
customElements.define('user-account-customer--passion-32px', AccountCustomerPassion32);
|
|
3199
3187
|
}
|
|
3188
|
+
if (!customElements.get('instruction-hygiene-mask-32px')) {
|
|
3189
|
+
customElements.define('instruction-hygiene-mask-32px', HygieneMask32);
|
|
3190
|
+
}
|
|
3200
3191
|
if (!customElements.get('user-account-customer--pro-32px')) {
|
|
3201
3192
|
customElements.define('user-account-customer--pro-32px', AccountCustomerPro32);
|
|
3202
3193
|
}
|
|
3203
|
-
if (!customElements.get('
|
|
3204
|
-
customElements.define('
|
|
3194
|
+
if (!customElements.get('user-account-profile--man-32px')) {
|
|
3195
|
+
customElements.define('user-account-profile--man-32px', AccountProfileMan32);
|
|
3196
|
+
}
|
|
3197
|
+
if (!customElements.get('user-account-profile--view-32px')) {
|
|
3198
|
+
customElements.define('user-account-profile--view-32px', AccountProfileView32);
|
|
3205
3199
|
}
|
|
3206
3200
|
if (!customElements.get('user-account-profile--woman-32px')) {
|
|
3207
3201
|
customElements.define('user-account-profile--woman-32px', AccountProfileWoman32);
|
|
@@ -3212,14 +3206,14 @@ if (!customElements.get('user-card-funding-32px')) {
|
|
|
3212
3206
|
if (!customElements.get('user-card-funding-zloty-32px')) {
|
|
3213
3207
|
customElements.define('user-card-funding-zloty-32px', CardFundingzloty32);
|
|
3214
3208
|
}
|
|
3215
|
-
if (!customElements.get('user-
|
|
3216
|
-
customElements.define('user-
|
|
3209
|
+
if (!customElements.get('user-card-gift-32px')) {
|
|
3210
|
+
customElements.define('user-card-gift-32px', CardGift32);
|
|
3217
3211
|
}
|
|
3218
3212
|
if (!customElements.get('user-card-idcard-32px')) {
|
|
3219
3213
|
customElements.define('user-card-idcard-32px', CardIDCard32);
|
|
3220
3214
|
}
|
|
3221
|
-
if (!customElements.get('user-
|
|
3222
|
-
customElements.define('user-
|
|
3215
|
+
if (!customElements.get('user-card-loyaltycard-32px')) {
|
|
3216
|
+
customElements.define('user-card-loyaltycard-32px', CardLoyaltyCard32);
|
|
3223
3217
|
}
|
|
3224
3218
|
if (!customElements.get('user-contact-mail-32px')) {
|
|
3225
3219
|
customElements.define('user-contact-mail-32px', ContactMail32);
|
|
@@ -3236,6 +3230,9 @@ if (!customElements.get('user-situation-owner-32px')) {
|
|
|
3236
3230
|
if (!customElements.get('user-situation-tenant-32px')) {
|
|
3237
3231
|
customElements.define('user-situation-tenant-32px', SituationTenant32);
|
|
3238
3232
|
}
|
|
3233
|
+
if (!customElements.get('various-a11y-32px')) {
|
|
3234
|
+
customElements.define('various-a11y-32px', A11y32);
|
|
3235
|
+
}
|
|
3239
3236
|
if (!customElements.get('various-administration-32px')) {
|
|
3240
3237
|
customElements.define('various-administration-32px', Administration32);
|
|
3241
3238
|
}
|
|
@@ -3245,42 +3242,39 @@ if (!customElements.get('various-apartment-32px')) {
|
|
|
3245
3242
|
if (!customElements.get('various-balcony-32px')) {
|
|
3246
3243
|
customElements.define('various-balcony-32px', Balcony32);
|
|
3247
3244
|
}
|
|
3248
|
-
if (!customElements.get('user-card-gift-32px')) {
|
|
3249
|
-
customElements.define('user-card-gift-32px', CardGift32);
|
|
3250
|
-
}
|
|
3251
3245
|
if (!customElements.get('various-blower-32px')) {
|
|
3252
3246
|
customElements.define('various-blower-32px', Blower32);
|
|
3253
3247
|
}
|
|
3248
|
+
if (!customElements.get('various-company-32px')) {
|
|
3249
|
+
customElements.define('various-company-32px', Company32);
|
|
3250
|
+
}
|
|
3254
3251
|
if (!customElements.get('various-door-32px')) {
|
|
3255
3252
|
customElements.define('various-door-32px', Door32);
|
|
3256
3253
|
}
|
|
3257
|
-
if (!customElements.get('various-
|
|
3258
|
-
customElements.define('various-
|
|
3254
|
+
if (!customElements.get('various-ecosaving-32px')) {
|
|
3255
|
+
customElements.define('various-ecosaving-32px', EcoSaving32);
|
|
3259
3256
|
}
|
|
3260
3257
|
if (!customElements.get('various-heat-32px')) {
|
|
3261
3258
|
customElements.define('various-heat-32px', Heat32);
|
|
3262
3259
|
}
|
|
3263
|
-
if (!customElements.get('
|
|
3264
|
-
customElements.define('
|
|
3260
|
+
if (!customElements.get('various-house-32px')) {
|
|
3261
|
+
customElements.define('various-house-32px', House32);
|
|
3265
3262
|
}
|
|
3266
3263
|
if (!customElements.get('various-increasevalue-32px')) {
|
|
3267
3264
|
customElements.define('various-increasevalue-32px', IncreaseValue32);
|
|
3268
3265
|
}
|
|
3269
|
-
if (!customElements.get('various-
|
|
3270
|
-
customElements.define('various-
|
|
3271
|
-
}
|
|
3272
|
-
if (!customElements.get('various-a11y-32px')) {
|
|
3273
|
-
customElements.define('various-a11y-32px', A11y32);
|
|
3266
|
+
if (!customElements.get('various-insulation-32px')) {
|
|
3267
|
+
customElements.define('various-insulation-32px', Insulation32);
|
|
3274
3268
|
}
|
|
3275
3269
|
if (!customElements.get('various-lessondiy-32px')) {
|
|
3276
3270
|
customElements.define('various-lessondiy-32px', LessonDIY32);
|
|
3277
3271
|
}
|
|
3272
|
+
if (!customElements.get('various-level-32px')) {
|
|
3273
|
+
customElements.define('various-level-32px', Level32);
|
|
3274
|
+
}
|
|
3278
3275
|
if (!customElements.get('various-paintcan-32px')) {
|
|
3279
3276
|
customElements.define('various-paintcan-32px', PaintCan32);
|
|
3280
3277
|
}
|
|
3281
|
-
if (!customElements.get('various-ecosaving-32px')) {
|
|
3282
|
-
customElements.define('various-ecosaving-32px', EcoSaving32);
|
|
3283
|
-
}
|
|
3284
3278
|
if (!customElements.get('various-partnercompany-32px')) {
|
|
3285
3279
|
customElements.define('various-partnercompany-32px', PartnerCompany32);
|
|
3286
3280
|
}
|
|
@@ -3329,8 +3323,8 @@ if (!customElements.get('instruction-hygiene-danger-48px')) {
|
|
|
3329
3323
|
if (!customElements.get('instruction-hygiene-distance-48px')) {
|
|
3330
3324
|
customElements.define('instruction-hygiene-distance-48px', HygieneDistance48);
|
|
3331
3325
|
}
|
|
3332
|
-
if (!customElements.get('
|
|
3333
|
-
customElements.define('
|
|
3326
|
+
if (!customElements.get('instruction-hygiene-gel-48px')) {
|
|
3327
|
+
customElements.define('instruction-hygiene-gel-48px', HygieneGel48);
|
|
3334
3328
|
}
|
|
3335
3329
|
if (!customElements.get('instruction-hygiene-mask-48px')) {
|
|
3336
3330
|
customElements.define('instruction-hygiene-mask-48px', HygieneMask48);
|
|
@@ -3353,9 +3347,6 @@ if (!customElements.get('instruction-service-purchasehelp-car--openboot-48px'))
|
|
|
3353
3347
|
if (!customElements.get('instruction-service-purchasehelp-car--standinline-48px')) {
|
|
3354
3348
|
customElements.define('instruction-service-purchasehelp-car--standinline-48px', ServicePurchaseHelpCarStandInLine48);
|
|
3355
3349
|
}
|
|
3356
|
-
if (!customElements.get('various-insulation-32px')) {
|
|
3357
|
-
customElements.define('various-insulation-32px', Insulation32);
|
|
3358
|
-
}
|
|
3359
3350
|
if (!customElements.get('instruction-service-purchasehelp-car--stayinside-48px')) {
|
|
3360
3351
|
customElements.define('instruction-service-purchasehelp-car--stayinside-48px', ServicePurchaseHelpCarStayInside48);
|
|
3361
3352
|
}
|
|
@@ -3401,12 +3392,12 @@ if (!customElements.get('logotypes-payment-monochrome-oney--3x-48px')) {
|
|
|
3401
3392
|
if (!customElements.get('logotypes-payment-monochrome-oney--3x4x-48px')) {
|
|
3402
3393
|
customElements.define('logotypes-payment-monochrome-oney--3x4x-48px', PaymentMonochromeOney3x4x48);
|
|
3403
3394
|
}
|
|
3404
|
-
if (!customElements.get('logotypes-payment-monochrome-oneyraty-48px')) {
|
|
3405
|
-
customElements.define('logotypes-payment-monochrome-oneyraty-48px', PaymentMonochromeOneyRaty48);
|
|
3406
|
-
}
|
|
3407
3395
|
if (!customElements.get('logotypes-payment-monochrome-oney--4x-48px')) {
|
|
3408
3396
|
customElements.define('logotypes-payment-monochrome-oney--4x-48px', PaymentMonochromeOney4x48);
|
|
3409
3397
|
}
|
|
3398
|
+
if (!customElements.get('logotypes-payment-monochrome-oneyraty-48px')) {
|
|
3399
|
+
customElements.define('logotypes-payment-monochrome-oneyraty-48px', PaymentMonochromeOneyRaty48);
|
|
3400
|
+
}
|
|
3410
3401
|
if (!customElements.get('logotypes-payment-monochrome-paypal-48px')) {
|
|
3411
3402
|
customElements.define('logotypes-payment-monochrome-paypal-48px', PaymentMonochromePayPal48);
|
|
3412
3403
|
}
|
|
@@ -3428,12 +3419,12 @@ if (!customElements.get('media-camera-48px')) {
|
|
|
3428
3419
|
if (!customElements.get('media-code-48px')) {
|
|
3429
3420
|
customElements.define('media-code-48px', Code48);
|
|
3430
3421
|
}
|
|
3431
|
-
if (!customElements.get('instruction-hygiene-gel-48px')) {
|
|
3432
|
-
customElements.define('instruction-hygiene-gel-48px', HygieneGel48);
|
|
3433
|
-
}
|
|
3434
3422
|
if (!customElements.get('media-document-48px')) {
|
|
3435
3423
|
customElements.define('media-document-48px', Document48);
|
|
3436
3424
|
}
|
|
3425
|
+
if (!customElements.get('media-download-app-48px')) {
|
|
3426
|
+
customElements.define('media-download-app-48px', DownloadApp48);
|
|
3427
|
+
}
|
|
3437
3428
|
if (!customElements.get('media-download-web-48px')) {
|
|
3438
3429
|
customElements.define('media-download-web-48px', DownloadWeb48);
|
|
3439
3430
|
}
|
|
@@ -3443,6 +3434,9 @@ if (!customElements.get('media-fullscreen-48px')) {
|
|
|
3443
3434
|
if (!customElements.get('media-gauge-48px')) {
|
|
3444
3435
|
customElements.define('media-gauge-48px', Gauge48);
|
|
3445
3436
|
}
|
|
3437
|
+
if (!customElements.get('service-tools-3d-32px')) {
|
|
3438
|
+
customElements.define('service-tools-3d-32px', Tools3d32);
|
|
3439
|
+
}
|
|
3446
3440
|
if (!customElements.get('media-group-48px')) {
|
|
3447
3441
|
customElements.define('media-group-48px', Group48);
|
|
3448
3442
|
}
|
|
@@ -3455,6 +3449,9 @@ if (!customElements.get('media-nopicture-48px')) {
|
|
|
3455
3449
|
if (!customElements.get('media-pdf-48px')) {
|
|
3456
3450
|
customElements.define('media-pdf-48px', Pdf48);
|
|
3457
3451
|
}
|
|
3452
|
+
if (!customElements.get('media-picker-48px')) {
|
|
3453
|
+
customElements.define('media-picker-48px', Picker48);
|
|
3454
|
+
}
|
|
3458
3455
|
if (!customElements.get('media-play-48px')) {
|
|
3459
3456
|
customElements.define('media-play-48px', Play48);
|
|
3460
3457
|
}
|
|
@@ -3479,21 +3476,21 @@ if (!customElements.get('media-push-pin-off-48px')) {
|
|
|
3479
3476
|
if (!customElements.get('media-read-48px')) {
|
|
3480
3477
|
customElements.define('media-read-48px', Read48);
|
|
3481
3478
|
}
|
|
3482
|
-
if (!customElements.get('media-
|
|
3483
|
-
customElements.define('media-
|
|
3479
|
+
if (!customElements.get('media-reducescreen-48px')) {
|
|
3480
|
+
customElements.define('media-reducescreen-48px', ReduceScreen48);
|
|
3484
3481
|
}
|
|
3485
3482
|
if (!customElements.get('media-release-48px')) {
|
|
3486
3483
|
customElements.define('media-release-48px', Release48);
|
|
3487
3484
|
}
|
|
3485
|
+
if (!customElements.get('media-server-48px')) {
|
|
3486
|
+
customElements.define('media-server-48px', Server48);
|
|
3487
|
+
}
|
|
3488
3488
|
if (!customElements.get('media-slideshow-48px')) {
|
|
3489
3489
|
customElements.define('media-slideshow-48px', Slideshow48);
|
|
3490
3490
|
}
|
|
3491
3491
|
if (!customElements.get('media-sound-48px')) {
|
|
3492
3492
|
customElements.define('media-sound-48px', Sound48);
|
|
3493
3493
|
}
|
|
3494
|
-
if (!customElements.get('media-reducescreen-48px')) {
|
|
3495
|
-
customElements.define('media-reducescreen-48px', ReduceScreen48);
|
|
3496
|
-
}
|
|
3497
3494
|
if (!customElements.get('media-stop-48px')) {
|
|
3498
3495
|
customElements.define('media-stop-48px', Stop48);
|
|
3499
3496
|
}
|
|
@@ -3512,17 +3509,14 @@ if (!customElements.get('navigation-arrow-arrow--bottom-48px')) {
|
|
|
3512
3509
|
if (!customElements.get('navigation-arrow-arrow--left-48px')) {
|
|
3513
3510
|
customElements.define('navigation-arrow-arrow--left-48px', ArrowArrowLeft48);
|
|
3514
3511
|
}
|
|
3515
|
-
if (!customElements.get('
|
|
3516
|
-
customElements.define('
|
|
3512
|
+
if (!customElements.get('navigation-arrow-arrow--right-48px')) {
|
|
3513
|
+
customElements.define('navigation-arrow-arrow--right-48px', ArrowArrowRight48);
|
|
3517
3514
|
}
|
|
3518
3515
|
if (!customElements.get('navigation-arrow-arrow--top-48px')) {
|
|
3519
3516
|
customElements.define('navigation-arrow-arrow--top-48px', ArrowArrowTop48);
|
|
3520
3517
|
}
|
|
3521
|
-
if (!customElements.get('
|
|
3522
|
-
customElements.define('
|
|
3523
|
-
}
|
|
3524
|
-
if (!customElements.get('navigation-arrow-arrow--right-48px')) {
|
|
3525
|
-
customElements.define('navigation-arrow-arrow--right-48px', ArrowArrowRight48);
|
|
3518
|
+
if (!customElements.get('navigation-arrow-arrowbottomleft-48px')) {
|
|
3519
|
+
customElements.define('navigation-arrow-arrowbottomleft-48px', ArrowArrowBottomLeft48);
|
|
3526
3520
|
}
|
|
3527
3521
|
if (!customElements.get('navigation-arrow-arrowbottomright-48px')) {
|
|
3528
3522
|
customElements.define('navigation-arrow-arrowbottomright-48px', ArrowArrowBottomRight48);
|
|
@@ -3533,6 +3527,9 @@ if (!customElements.get('navigation-arrow-arrowtopleft-48px')) {
|
|
|
3533
3527
|
if (!customElements.get('navigation-arrow-arrowtopright-48px')) {
|
|
3534
3528
|
customElements.define('navigation-arrow-arrowtopright-48px', ArrowArrowTopRight48);
|
|
3535
3529
|
}
|
|
3530
|
+
if (!customElements.get('navigation-arrow-back-48px')) {
|
|
3531
|
+
customElements.define('navigation-arrow-back-48px', ArrowBack48);
|
|
3532
|
+
}
|
|
3536
3533
|
if (!customElements.get('navigation-arrow-doublearrow--left-48px')) {
|
|
3537
3534
|
customElements.define('navigation-arrow-doublearrow--left-48px', ArrowDoubleArrowLeft48);
|
|
3538
3535
|
}
|
|
@@ -3569,6 +3566,9 @@ if (!customElements.get('navigation-control-more-48px')) {
|
|
|
3569
3566
|
if (!customElements.get('navigation-control-tag--cross-48px')) {
|
|
3570
3567
|
customElements.define('navigation-control-tag--cross-48px', ControlTagCross48);
|
|
3571
3568
|
}
|
|
3569
|
+
if (!customElements.get('navigation-display-blink-48px')) {
|
|
3570
|
+
customElements.define('navigation-display-blink-48px', DisplayBlink48);
|
|
3571
|
+
}
|
|
3572
3572
|
if (!customElements.get('navigation-display-calendar-48px')) {
|
|
3573
3573
|
customElements.define('navigation-display-calendar-48px', DisplayCalendar48);
|
|
3574
3574
|
}
|
|
@@ -3581,11 +3581,8 @@ if (!customElements.get('navigation-display-displayfull-filled-48px')) {
|
|
|
3581
3581
|
if (!customElements.get('navigation-display-displayfull-outline-48px')) {
|
|
3582
3582
|
customElements.define('navigation-display-displayfull-outline-48px', DisplayDisplayFullOutline48);
|
|
3583
3583
|
}
|
|
3584
|
-
if (!customElements.get('navigation-
|
|
3585
|
-
customElements.define('navigation-
|
|
3586
|
-
}
|
|
3587
|
-
if (!customElements.get('navigation-arrow-back-48px')) {
|
|
3588
|
-
customElements.define('navigation-arrow-back-48px', ArrowBack48);
|
|
3584
|
+
if (!customElements.get('navigation-display-displaylist-filled-48px')) {
|
|
3585
|
+
customElements.define('navigation-display-displaylist-filled-48px', DisplayDisplayListFilled48);
|
|
3589
3586
|
}
|
|
3590
3587
|
if (!customElements.get('navigation-display-displaylist-outline-48px')) {
|
|
3591
3588
|
customElements.define('navigation-display-displaylist-outline-48px', DisplayDisplayListOutline48);
|
|
@@ -3593,8 +3590,8 @@ if (!customElements.get('navigation-display-displaylist-outline-48px')) {
|
|
|
3593
3590
|
if (!customElements.get('navigation-display-displaymobile--horizontal-48px')) {
|
|
3594
3591
|
customElements.define('navigation-display-displaymobile--horizontal-48px', DisplayDisplayMobileHorizontal48);
|
|
3595
3592
|
}
|
|
3596
|
-
if (!customElements.get('navigation-display-
|
|
3597
|
-
customElements.define('navigation-display-
|
|
3593
|
+
if (!customElements.get('navigation-display-displaymobile--vertical-48px')) {
|
|
3594
|
+
customElements.define('navigation-display-displaymobile--vertical-48px', DisplayDisplayMobileVertical48);
|
|
3598
3595
|
}
|
|
3599
3596
|
if (!customElements.get('navigation-display-displayproductx4-filled-48px')) {
|
|
3600
3597
|
customElements.define('navigation-display-displayproductx4-filled-48px', DisplayDisplayProductX4Filled48);
|
|
@@ -3608,12 +3605,12 @@ if (!customElements.get('navigation-display-displayproductx9-48px')) {
|
|
|
3608
3605
|
if (!customElements.get('navigation-display-externallink-48px')) {
|
|
3609
3606
|
customElements.define('navigation-display-externallink-48px', DisplayExternalLink48);
|
|
3610
3607
|
}
|
|
3608
|
+
if (!customElements.get('navigation-display-filter-48px')) {
|
|
3609
|
+
customElements.define('navigation-display-filter-48px', DisplayFilter48);
|
|
3610
|
+
}
|
|
3611
3611
|
if (!customElements.get('navigation-display-home-48px')) {
|
|
3612
3612
|
customElements.define('navigation-display-home-48px', DisplayHome48);
|
|
3613
3613
|
}
|
|
3614
|
-
if (!customElements.get('navigation-display-blink-48px')) {
|
|
3615
|
-
customElements.define('navigation-display-blink-48px', DisplayBlink48);
|
|
3616
|
-
}
|
|
3617
3614
|
if (!customElements.get('navigation-display-logout-48px')) {
|
|
3618
3615
|
customElements.define('navigation-display-logout-48px', DisplayLogOut48);
|
|
3619
3616
|
}
|
|
@@ -3629,8 +3626,8 @@ if (!customElements.get('navigation-display-options-48px')) {
|
|
|
3629
3626
|
if (!customElements.get('navigation-display-other-48px')) {
|
|
3630
3627
|
customElements.define('navigation-display-other-48px', DisplayOther48);
|
|
3631
3628
|
}
|
|
3632
|
-
if (!customElements.get('navigation-display-
|
|
3633
|
-
customElements.define('navigation-display-
|
|
3629
|
+
if (!customElements.get('navigation-display-productnumb-48px')) {
|
|
3630
|
+
customElements.define('navigation-display-productnumb-48px', DisplayProductNumb48);
|
|
3634
3631
|
}
|
|
3635
3632
|
if (!customElements.get('navigation-display-refresh-48px')) {
|
|
3636
3633
|
customElements.define('navigation-display-refresh-48px', DisplayRefresh48);
|
|
@@ -3656,8 +3653,8 @@ if (!customElements.get('navigation-display-view-48px')) {
|
|
|
3656
3653
|
if (!customElements.get('navigation-display-vocalsearch-48px')) {
|
|
3657
3654
|
customElements.define('navigation-display-vocalsearch-48px', DisplayVocalSearch48);
|
|
3658
3655
|
}
|
|
3659
|
-
if (!customElements.get('navigation-
|
|
3660
|
-
customElements.define('navigation-
|
|
3656
|
+
if (!customElements.get('navigation-notification-available-48px')) {
|
|
3657
|
+
customElements.define('navigation-notification-available-48px', NotificationAvailable48);
|
|
3661
3658
|
}
|
|
3662
3659
|
if (!customElements.get('navigation-notification-bell-48px')) {
|
|
3663
3660
|
customElements.define('navigation-notification-bell-48px', NotificationBell48);
|
|
@@ -3668,30 +3665,33 @@ if (!customElements.get('navigation-notification-circle--available-48px')) {
|
|
|
3668
3665
|
if (!customElements.get('navigation-notification-information-48px')) {
|
|
3669
3666
|
customElements.define('navigation-notification-information-48px', NotificationInformation48);
|
|
3670
3667
|
}
|
|
3671
|
-
if (!customElements.get('navigation-notification-question-48px')) {
|
|
3672
|
-
customElements.define('navigation-notification-question-48px', NotificationQuestion48);
|
|
3668
|
+
if (!customElements.get('navigation-notification-question-48px')) {
|
|
3669
|
+
customElements.define('navigation-notification-question-48px', NotificationQuestion48);
|
|
3670
|
+
}
|
|
3671
|
+
if (!customElements.get('navigation-publish-trashbin-32px')) {
|
|
3672
|
+
customElements.define('navigation-publish-trashbin-32px', PublishTrashbin32);
|
|
3673
|
+
}
|
|
3674
|
+
if (!customElements.get('navigation-publish-copy-48px')) {
|
|
3675
|
+
customElements.define('navigation-publish-copy-48px', PublishCopy48);
|
|
3676
|
+
}
|
|
3677
|
+
if (!customElements.get('navigation-publish-edit-48px')) {
|
|
3678
|
+
customElements.define('navigation-publish-edit-48px', PublishEdit48);
|
|
3673
3679
|
}
|
|
3674
3680
|
if (!customElements.get('navigation-notification-warning-48px')) {
|
|
3675
3681
|
customElements.define('navigation-notification-warning-48px', NotificationWarning48);
|
|
3676
3682
|
}
|
|
3677
|
-
if (!customElements.get('navigation-publish-
|
|
3678
|
-
customElements.define('navigation-publish-
|
|
3683
|
+
if (!customElements.get('navigation-publish-favoritefull-48px')) {
|
|
3684
|
+
customElements.define('navigation-publish-favoritefull-48px', PublishFavoriteFull48);
|
|
3679
3685
|
}
|
|
3680
3686
|
if (!customElements.get('navigation-publish-favorite-48px')) {
|
|
3681
3687
|
customElements.define('navigation-publish-favorite-48px', PublishFavorite48);
|
|
3682
3688
|
}
|
|
3683
|
-
if (!customElements.get('navigation-publish-favoritefull-48px')) {
|
|
3684
|
-
customElements.define('navigation-publish-favoritefull-48px', PublishFavoriteFull48);
|
|
3685
|
-
}
|
|
3686
3689
|
if (!customElements.get('navigation-publish-lock-48px')) {
|
|
3687
3690
|
customElements.define('navigation-publish-lock-48px', PublishLock48);
|
|
3688
3691
|
}
|
|
3689
3692
|
if (!customElements.get('navigation-publish-send-48px')) {
|
|
3690
3693
|
customElements.define('navigation-publish-send-48px', PublishSend48);
|
|
3691
3694
|
}
|
|
3692
|
-
if (!customElements.get('navigation-display-filter-48px')) {
|
|
3693
|
-
customElements.define('navigation-display-filter-48px', DisplayFilter48);
|
|
3694
|
-
}
|
|
3695
3695
|
if (!customElements.get('navigation-publish-trashbin-48px')) {
|
|
3696
3696
|
customElements.define('navigation-publish-trashbin-48px', PublishTrashbin48);
|
|
3697
3697
|
}
|
|
@@ -3701,8 +3701,8 @@ if (!customElements.get('navigation-split-48px')) {
|
|
|
3701
3701
|
if (!customElements.get('payment-bill-48px')) {
|
|
3702
3702
|
customElements.define('payment-bill-48px', Bill48);
|
|
3703
3703
|
}
|
|
3704
|
-
if (!customElements.get('
|
|
3705
|
-
customElements.define('
|
|
3704
|
+
if (!customElements.get('payment-bill-zloty-48px')) {
|
|
3705
|
+
customElements.define('payment-bill-zloty-48px', Billzloty48);
|
|
3706
3706
|
}
|
|
3707
3707
|
if (!customElements.get('payment-cards-monochrome-americanexpress-48px')) {
|
|
3708
3708
|
customElements.define('payment-cards-monochrome-americanexpress-48px', CardsMonochromeAmericanExpress48);
|
|
@@ -3728,15 +3728,15 @@ if (!customElements.get('payment-cards-monochrome-maestro-48px')) {
|
|
|
3728
3728
|
if (!customElements.get('payment-cards-monochrome-mastercard-48px')) {
|
|
3729
3729
|
customElements.define('payment-cards-monochrome-mastercard-48px', CardsMonochromeMastercard48);
|
|
3730
3730
|
}
|
|
3731
|
-
if (!customElements.get('payment-bill-zloty-48px')) {
|
|
3732
|
-
customElements.define('payment-bill-zloty-48px', Billzloty48);
|
|
3733
|
-
}
|
|
3734
3731
|
if (!customElements.get('payment-cards-monochrome-oney-48px')) {
|
|
3735
3732
|
customElements.define('payment-cards-monochrome-oney-48px', CardsMonochromeOney48);
|
|
3736
3733
|
}
|
|
3737
3734
|
if (!customElements.get('payment-cards-monochrome-oneyx3-48px')) {
|
|
3738
3735
|
customElements.define('payment-cards-monochrome-oneyx3-48px', CardsMonochromeOneyX348);
|
|
3739
3736
|
}
|
|
3737
|
+
if (!customElements.get('payment-cards-monochrome-oneyx4-48px')) {
|
|
3738
|
+
customElements.define('payment-cards-monochrome-oneyx4-48px', CardsMonochromeOneyX448);
|
|
3739
|
+
}
|
|
3740
3740
|
if (!customElements.get('payment-cards-monochrome-paylib-48px')) {
|
|
3741
3741
|
customElements.define('payment-cards-monochrome-paylib-48px', CardsMonochromePaylib48);
|
|
3742
3742
|
}
|
|
@@ -3752,8 +3752,11 @@ if (!customElements.get('payment-detailsorder-48px')) {
|
|
|
3752
3752
|
if (!customElements.get('payment-euro-48px')) {
|
|
3753
3753
|
customElements.define('payment-euro-48px', Euro48);
|
|
3754
3754
|
}
|
|
3755
|
-
if (!customElements.get('payment-
|
|
3756
|
-
customElements.define('payment-
|
|
3755
|
+
if (!customElements.get('payment-receipt-48px')) {
|
|
3756
|
+
customElements.define('payment-receipt-48px', Receipt48);
|
|
3757
|
+
}
|
|
3758
|
+
if (!customElements.get('payment-receipt-zloty-48px')) {
|
|
3759
|
+
customElements.define('payment-receipt-zloty-48px', Receiptzloty48);
|
|
3757
3760
|
}
|
|
3758
3761
|
if (!customElements.get('payment-safepayment1-48px')) {
|
|
3759
3762
|
customElements.define('payment-safepayment1-48px', SafePayment148);
|
|
@@ -3770,9 +3773,6 @@ if (!customElements.get('payment-zloty-48px')) {
|
|
|
3770
3773
|
if (!customElements.get('product-aspect-quantity-48px')) {
|
|
3771
3774
|
customElements.define('product-aspect-quantity-48px', AspectQuantity48);
|
|
3772
3775
|
}
|
|
3773
|
-
if (!customElements.get('payment-receipt-zloty-48px')) {
|
|
3774
|
-
customElements.define('payment-receipt-zloty-48px', Receiptzloty48);
|
|
3775
|
-
}
|
|
3776
3776
|
if (!customElements.get('product-aspect-size-48px')) {
|
|
3777
3777
|
customElements.define('product-aspect-size-48px', AspectSize48);
|
|
3778
3778
|
}
|
|
@@ -3782,8 +3782,8 @@ if (!customElements.get('product-aspect-weight-48px')) {
|
|
|
3782
3782
|
if (!customElements.get('product-basket-add-48px')) {
|
|
3783
3783
|
customElements.define('product-basket-add-48px', BasketAdd48);
|
|
3784
3784
|
}
|
|
3785
|
-
if (!customElements.get('
|
|
3786
|
-
customElements.define('
|
|
3785
|
+
if (!customElements.get('product-basket-handbag-48px')) {
|
|
3786
|
+
customElements.define('product-basket-handbag-48px', BasketHandbag48);
|
|
3787
3787
|
}
|
|
3788
3788
|
if (!customElements.get('product-basket-multi-48px')) {
|
|
3789
3789
|
customElements.define('product-basket-multi-48px', BasketMulti48);
|
|
@@ -3797,23 +3797,23 @@ if (!customElements.get('product-basket-standard-48px')) {
|
|
|
3797
3797
|
if (!customElements.get('product-list-add-48px')) {
|
|
3798
3798
|
customElements.define('product-list-add-48px', ListAdd48);
|
|
3799
3799
|
}
|
|
3800
|
-
if (!customElements.get('
|
|
3801
|
-
customElements.define('
|
|
3800
|
+
if (!customElements.get('product-list-standard-48px')) {
|
|
3801
|
+
customElements.define('product-list-standard-48px', ListStandard48);
|
|
3802
3802
|
}
|
|
3803
3803
|
if (!customElements.get('product-promise-certification-48px')) {
|
|
3804
3804
|
customElements.define('product-promise-certification-48px', PromiseCertification48);
|
|
3805
3805
|
}
|
|
3806
|
+
if (!customElements.get('product-promise-circulareconomy-48px')) {
|
|
3807
|
+
customElements.define('product-promise-circulareconomy-48px', PromiseCircularEconomy48);
|
|
3808
|
+
}
|
|
3806
3809
|
if (!customElements.get('product-promise-destocking-48px')) {
|
|
3807
3810
|
customElements.define('product-promise-destocking-48px', PromiseDestocking48);
|
|
3808
3811
|
}
|
|
3809
3812
|
if (!customElements.get('product-promise-ecoproduct-48px')) {
|
|
3810
3813
|
customElements.define('product-promise-ecoproduct-48px', PromiseEcoProduct48);
|
|
3811
3814
|
}
|
|
3812
|
-
if (!customElements.get('product-promise-
|
|
3813
|
-
customElements.define('product-promise-
|
|
3814
|
-
}
|
|
3815
|
-
if (!customElements.get('product-basket-handbag-48px')) {
|
|
3816
|
-
customElements.define('product-basket-handbag-48px', BasketHandbag48);
|
|
3815
|
+
if (!customElements.get('product-promise-fashionchoice-48px')) {
|
|
3816
|
+
customElements.define('product-promise-fashionchoice-48px', PromiseFashionChoice48);
|
|
3817
3817
|
}
|
|
3818
3818
|
if (!customElements.get('product-promise-funding-48px')) {
|
|
3819
3819
|
customElements.define('product-promise-funding-48px', PromiseFunding48);
|
|
@@ -3821,33 +3821,33 @@ if (!customElements.get('product-promise-funding-48px')) {
|
|
|
3821
3821
|
if (!customElements.get('product-promise-madeineurope-48px')) {
|
|
3822
3822
|
customElements.define('product-promise-madeineurope-48px', PromiseMadeInEurope48);
|
|
3823
3823
|
}
|
|
3824
|
+
if (!customElements.get('product-promise-madeinfrance-48px')) {
|
|
3825
|
+
customElements.define('product-promise-madeinfrance-48px', PromiseMadeInFrance48);
|
|
3826
|
+
}
|
|
3824
3827
|
if (!customElements.get('product-promise-modular-48px')) {
|
|
3825
3828
|
customElements.define('product-promise-modular-48px', PromiseModular48);
|
|
3826
3829
|
}
|
|
3827
|
-
if (!customElements.get('product-promise-
|
|
3828
|
-
customElements.define('product-promise-
|
|
3830
|
+
if (!customElements.get('product-promise-productonpicture-48px')) {
|
|
3831
|
+
customElements.define('product-promise-productonpicture-48px', PromiseProductOnPicture48);
|
|
3829
3832
|
}
|
|
3830
|
-
if (!customElements.get('product-
|
|
3831
|
-
customElements.define('product-
|
|
3833
|
+
if (!customElements.get('product-promise-productsheet-48px')) {
|
|
3834
|
+
customElements.define('product-promise-productsheet-48px', PromiseProductSheet48);
|
|
3832
3835
|
}
|
|
3833
3836
|
if (!customElements.get('product-promise-scan-48px')) {
|
|
3834
3837
|
customElements.define('product-promise-scan-48px', PromiseScan48);
|
|
3835
3838
|
}
|
|
3836
|
-
if (!customElements.get('product-trolley-48px')) {
|
|
3837
|
-
customElements.define('product-trolley-48px', Trolley48);
|
|
3838
|
-
}
|
|
3839
3839
|
if (!customElements.get('product-promise-warranty-48px')) {
|
|
3840
3840
|
customElements.define('product-promise-warranty-48px', PromiseWarranty48);
|
|
3841
3841
|
}
|
|
3842
|
+
if (!customElements.get('product-trolley-48px')) {
|
|
3843
|
+
customElements.define('product-trolley-48px', Trolley48);
|
|
3844
|
+
}
|
|
3842
3845
|
if (!customElements.get('project-describeproject-48px')) {
|
|
3843
3846
|
customElements.define('project-describeproject-48px', DescribeProject48);
|
|
3844
3847
|
}
|
|
3845
3848
|
if (!customElements.get('project-inspiration-48px')) {
|
|
3846
3849
|
customElements.define('project-inspiration-48px', Inspiration48);
|
|
3847
3850
|
}
|
|
3848
|
-
if (!customElements.get('product-promise-productonpicture-48px')) {
|
|
3849
|
-
customElements.define('product-promise-productonpicture-48px', PromiseProductOnPicture48);
|
|
3850
|
-
}
|
|
3851
3851
|
if (!customElements.get('project-makeproject-48px')) {
|
|
3852
3852
|
customElements.define('project-makeproject-48px', MakeProject48);
|
|
3853
3853
|
}
|
|
@@ -3866,9 +3866,6 @@ if (!customElements.get('service-aftersales-payback-48px')) {
|
|
|
3866
3866
|
if (!customElements.get('service-aftersales-satisfaction-48px')) {
|
|
3867
3867
|
customElements.define('service-aftersales-satisfaction-48px', AfterSalesSatisfaction48);
|
|
3868
3868
|
}
|
|
3869
|
-
if (!customElements.get('product-promise-productsheet-48px')) {
|
|
3870
|
-
customElements.define('product-promise-productsheet-48px', PromiseProductSheet48);
|
|
3871
|
-
}
|
|
3872
3869
|
if (!customElements.get('service-custom-copykey-48px')) {
|
|
3873
3870
|
customElements.define('service-custom-copykey-48px', CustomCopyKey48);
|
|
3874
3871
|
}
|
|
@@ -3884,6 +3881,12 @@ if (!customElements.get('service-custom-sample-48px')) {
|
|
|
3884
3881
|
if (!customElements.get('service-custom-sharpening-48px')) {
|
|
3885
3882
|
customElements.define('service-custom-sharpening-48px', CustomSharpening48);
|
|
3886
3883
|
}
|
|
3884
|
+
if (!customElements.get('service-delivery-delivery-pickup--relaypoint-48px')) {
|
|
3885
|
+
customElements.define('service-delivery-delivery-pickup--relaypoint-48px', DeliveryDeliveryPickupRelayPoint48);
|
|
3886
|
+
}
|
|
3887
|
+
if (!customElements.get('service-delivery-delivery-pickup--store-48px')) {
|
|
3888
|
+
customElements.define('service-delivery-delivery-pickup--store-48px', DeliveryDeliveryPickupStore48);
|
|
3889
|
+
}
|
|
3887
3890
|
if (!customElements.get('service-delivery-delivery--home-48px')) {
|
|
3888
3891
|
customElements.define('service-delivery-delivery--home-48px', DeliveryDeliveryHome48);
|
|
3889
3892
|
}
|
|
@@ -3899,23 +3902,23 @@ if (!customElements.get('service-purchasehelp-carrent-48px')) {
|
|
|
3899
3902
|
if (!customElements.get('service-purchasehelp-homediy-48px')) {
|
|
3900
3903
|
customElements.define('service-purchasehelp-homediy-48px', PurchaseHelpHomeDIY48);
|
|
3901
3904
|
}
|
|
3902
|
-
if (!customElements.get('service-
|
|
3903
|
-
customElements.define('service-
|
|
3905
|
+
if (!customElements.get('service-purchasehelp-homeinstall-48px')) {
|
|
3906
|
+
customElements.define('service-purchasehelp-homeinstall-48px', PurchaseHelpHomeInstall48);
|
|
3904
3907
|
}
|
|
3905
3908
|
if (!customElements.get('service-purchasehelp-toolrent-48px')) {
|
|
3906
3909
|
customElements.define('service-purchasehelp-toolrent-48px', PurchaseHelpToolRent48);
|
|
3907
3910
|
}
|
|
3911
|
+
if (!customElements.get('service-time-delivery--2h-48px')) {
|
|
3912
|
+
customElements.define('service-time-delivery--2h-48px', TimeDelivery2h48);
|
|
3913
|
+
}
|
|
3908
3914
|
if (!customElements.get('service-time-delivery--3h-48px')) {
|
|
3909
3915
|
customElements.define('service-time-delivery--3h-48px', TimeDelivery3h48);
|
|
3910
3916
|
}
|
|
3911
3917
|
if (!customElements.get('service-time-delivery--48h-48px')) {
|
|
3912
3918
|
customElements.define('service-time-delivery--48h-48px', TimeDelivery48h48);
|
|
3913
3919
|
}
|
|
3914
|
-
if (!customElements.get('service-time-
|
|
3915
|
-
customElements.define('service-time-
|
|
3916
|
-
}
|
|
3917
|
-
if (!customElements.get('product-promise-madeinfrance-48px')) {
|
|
3918
|
-
customElements.define('product-promise-madeinfrance-48px', PromiseMadeInFrance48);
|
|
3920
|
+
if (!customElements.get('service-time-timedecline-48px')) {
|
|
3921
|
+
customElements.define('service-time-timedecline-48px', TimeTimeDecline48);
|
|
3919
3922
|
}
|
|
3920
3923
|
if (!customElements.get('service-tools-3d-48px')) {
|
|
3921
3924
|
customElements.define('service-tools-3d-48px', Tools3d48);
|
|
@@ -3935,11 +3938,8 @@ if (!customElements.get('social-comment-community-48px')) {
|
|
|
3935
3938
|
if (!customElements.get('social-comment-question--article-48px')) {
|
|
3936
3939
|
customElements.define('social-comment-question--article-48px', CommentQuestionArticle48);
|
|
3937
3940
|
}
|
|
3938
|
-
if (!customElements.get('
|
|
3939
|
-
customElements.define('
|
|
3940
|
-
}
|
|
3941
|
-
if (!customElements.get('service-time-timedecline-48px')) {
|
|
3942
|
-
customElements.define('service-time-timedecline-48px', TimeTimeDecline48);
|
|
3941
|
+
if (!customElements.get('social-comment-report-48px')) {
|
|
3942
|
+
customElements.define('social-comment-report-48px', CommentReport48);
|
|
3943
3943
|
}
|
|
3944
3944
|
if (!customElements.get('social-share-shareandroid-48px')) {
|
|
3945
3945
|
customElements.define('social-share-shareandroid-48px', ShareShareAndroid48);
|
|
@@ -3953,12 +3953,12 @@ if (!customElements.get('social-socialnetwork-facebook-48px')) {
|
|
|
3953
3953
|
if (!customElements.get('social-socialnetwork-instagram-48px')) {
|
|
3954
3954
|
customElements.define('social-socialnetwork-instagram-48px', SocialNetworkInstagram48);
|
|
3955
3955
|
}
|
|
3956
|
-
if (!customElements.get('social-comment-report-48px')) {
|
|
3957
|
-
customElements.define('social-comment-report-48px', CommentReport48);
|
|
3958
|
-
}
|
|
3959
3956
|
if (!customElements.get('social-socialnetwork-linkedin-48px')) {
|
|
3960
3957
|
customElements.define('social-socialnetwork-linkedin-48px', SocialNetworkLinkedin48);
|
|
3961
3958
|
}
|
|
3959
|
+
if (!customElements.get('social-socialnetwork-pinterest-48px')) {
|
|
3960
|
+
customElements.define('social-socialnetwork-pinterest-48px', SocialNetworkPinterest48);
|
|
3961
|
+
}
|
|
3962
3962
|
if (!customElements.get('social-socialnetwork-spotify-48px')) {
|
|
3963
3963
|
customElements.define('social-socialnetwork-spotify-48px', SocialNetworkSpotify48);
|
|
3964
3964
|
}
|
|
@@ -3974,27 +3974,27 @@ if (!customElements.get('social-socialnetwork-x-48px')) {
|
|
|
3974
3974
|
if (!customElements.get('social-socialnetwork-youtube-48px')) {
|
|
3975
3975
|
customElements.define('social-socialnetwork-youtube-48px', SocialNetworkYoutube48);
|
|
3976
3976
|
}
|
|
3977
|
-
if (!customElements.get('social-
|
|
3978
|
-
customElements.define('social-
|
|
3977
|
+
if (!customElements.get('social-view-like--negative-48px')) {
|
|
3978
|
+
customElements.define('social-view-like--negative-48px', ViewLikeNegative48);
|
|
3979
|
+
}
|
|
3980
|
+
if (!customElements.get('social-view-star--empty-48px')) {
|
|
3981
|
+
customElements.define('social-view-star--empty-48px', ViewStarEmpty48);
|
|
3979
3982
|
}
|
|
3980
3983
|
if (!customElements.get('social-view-like--positive-48px')) {
|
|
3981
3984
|
customElements.define('social-view-like--positive-48px', ViewLikePositive48);
|
|
3982
3985
|
}
|
|
3983
|
-
if (!customElements.get('service-delivery-delivery-pickup--relaypoint-48px')) {
|
|
3984
|
-
customElements.define('service-delivery-delivery-pickup--relaypoint-48px', DeliveryDeliveryPickupRelayPoint48);
|
|
3985
|
-
}
|
|
3986
3986
|
if (!customElements.get('social-view-star--full-48px')) {
|
|
3987
3987
|
customElements.define('social-view-star--full-48px', ViewStarFull48);
|
|
3988
3988
|
}
|
|
3989
3989
|
if (!customElements.get('social-view-star--half-48px')) {
|
|
3990
3990
|
customElements.define('social-view-star--half-48px', ViewStarHalf48);
|
|
3991
3991
|
}
|
|
3992
|
-
if (!customElements.get('social-view-like--negative-48px')) {
|
|
3993
|
-
customElements.define('social-view-like--negative-48px', ViewLikeNegative48);
|
|
3994
|
-
}
|
|
3995
3992
|
if (!customElements.get('social-view-testerview-48px')) {
|
|
3996
3993
|
customElements.define('social-view-testerview-48px', ViewTesterView48);
|
|
3997
3994
|
}
|
|
3995
|
+
if (!customElements.get('store-itinerary-48px')) {
|
|
3996
|
+
customElements.define('store-itinerary-48px', Itinerary48);
|
|
3997
|
+
}
|
|
3998
3998
|
if (!customElements.get('store-locator-48px')) {
|
|
3999
3999
|
customElements.define('store-locator-48px', Locator48);
|
|
4000
4000
|
}
|
|
@@ -4016,8 +4016,8 @@ if (!customElements.get('store-monochrome-storelocation-bm-48px')) {
|
|
|
4016
4016
|
if (!customElements.get('store-storebm-48px')) {
|
|
4017
4017
|
customElements.define('store-storebm-48px', StoreBM48);
|
|
4018
4018
|
}
|
|
4019
|
-
if (!customElements.get('
|
|
4020
|
-
customElements.define('
|
|
4019
|
+
if (!customElements.get('store-storelm-48px')) {
|
|
4020
|
+
customElements.define('store-storelm-48px', StoreLM48);
|
|
4021
4021
|
}
|
|
4022
4022
|
if (!customElements.get('universe-attic-48px')) {
|
|
4023
4023
|
customElements.define('universe-attic-48px', Attic48);
|
|
@@ -4025,24 +4025,21 @@ if (!customElements.get('universe-attic-48px')) {
|
|
|
4025
4025
|
if (!customElements.get('universe-bathroom-48px')) {
|
|
4026
4026
|
customElements.define('universe-bathroom-48px', Bathroom48);
|
|
4027
4027
|
}
|
|
4028
|
-
if (!customElements.get('store-itinerary-48px')) {
|
|
4029
|
-
customElements.define('store-itinerary-48px', Itinerary48);
|
|
4030
|
-
}
|
|
4031
4028
|
if (!customElements.get('universe-bedroom-48px')) {
|
|
4032
4029
|
customElements.define('universe-bedroom-48px', Bedroom48);
|
|
4033
4030
|
}
|
|
4034
4031
|
if (!customElements.get('universe-carpentry-48px')) {
|
|
4035
4032
|
customElements.define('universe-carpentry-48px', Carpentry48);
|
|
4036
4033
|
}
|
|
4037
|
-
if (!customElements.get('
|
|
4038
|
-
customElements.define('
|
|
4039
|
-
}
|
|
4040
|
-
if (!customElements.get('universe-curtains-48px')) {
|
|
4041
|
-
customElements.define('universe-curtains-48px', Curtains48);
|
|
4034
|
+
if (!customElements.get('universe-christmastree-48px')) {
|
|
4035
|
+
customElements.define('universe-christmastree-48px', ChristmasTree48);
|
|
4042
4036
|
}
|
|
4043
4037
|
if (!customElements.get('universe-connectedhome-48px')) {
|
|
4044
4038
|
customElements.define('universe-connectedhome-48px', ConnectedHome48);
|
|
4045
4039
|
}
|
|
4040
|
+
if (!customElements.get('universe-curtains-48px')) {
|
|
4041
|
+
customElements.define('universe-curtains-48px', Curtains48);
|
|
4042
|
+
}
|
|
4046
4043
|
if (!customElements.get('universe-dressing-48px')) {
|
|
4047
4044
|
customElements.define('universe-dressing-48px', Dressing48);
|
|
4048
4045
|
}
|
|
@@ -4055,6 +4052,9 @@ if (!customElements.get('universe-electricity-48px')) {
|
|
|
4055
4052
|
if (!customElements.get('universe-enki-48px')) {
|
|
4056
4053
|
customElements.define('universe-enki-48px', Enki48);
|
|
4057
4054
|
}
|
|
4055
|
+
if (!customElements.get('universe-floor-48px')) {
|
|
4056
|
+
customElements.define('universe-floor-48px', Floor48);
|
|
4057
|
+
}
|
|
4058
4058
|
if (!customElements.get('universe-garage-48px')) {
|
|
4059
4059
|
customElements.define('universe-garage-48px', Garage48);
|
|
4060
4060
|
}
|
|
@@ -4064,8 +4064,8 @@ if (!customElements.get('universe-garden-48px')) {
|
|
|
4064
4064
|
if (!customElements.get('universe-garden1-48px')) {
|
|
4065
4065
|
customElements.define('universe-garden1-48px', Garden148);
|
|
4066
4066
|
}
|
|
4067
|
-
if (!customElements.get('universe-
|
|
4068
|
-
customElements.define('universe-
|
|
4067
|
+
if (!customElements.get('universe-garden2-48px')) {
|
|
4068
|
+
customElements.define('universe-garden2-48px', Garden248);
|
|
4069
4069
|
}
|
|
4070
4070
|
if (!customElements.get('universe-glass-48px')) {
|
|
4071
4071
|
customElements.define('universe-glass-48px', Glass48);
|
|
@@ -4082,6 +4082,9 @@ if (!customElements.get('universe-heater-48px')) {
|
|
|
4082
4082
|
if (!customElements.get('universe-insulation-alt-48px')) {
|
|
4083
4083
|
customElements.define('universe-insulation-alt-48px', Insulationalt48);
|
|
4084
4084
|
}
|
|
4085
|
+
if (!customElements.get('universe-kids-48px')) {
|
|
4086
|
+
customElements.define('universe-kids-48px', Kids48);
|
|
4087
|
+
}
|
|
4085
4088
|
if (!customElements.get('universe-kitchen-48px')) {
|
|
4086
4089
|
customElements.define('universe-kitchen-48px', Kitchen48);
|
|
4087
4090
|
}
|
|
@@ -4109,6 +4112,9 @@ if (!customElements.get('universe-masonry-alt-48px')) {
|
|
|
4109
4112
|
if (!customElements.get('universe-paint-48px')) {
|
|
4110
4113
|
customElements.define('universe-paint-48px', Paint48);
|
|
4111
4114
|
}
|
|
4115
|
+
if (!customElements.get('universe-pool-48px')) {
|
|
4116
|
+
customElements.define('universe-pool-48px', Pool48);
|
|
4117
|
+
}
|
|
4112
4118
|
if (!customElements.get('universe-renewable-energy-48px')) {
|
|
4113
4119
|
customElements.define('universe-renewable-energy-48px', Renewableenergy48);
|
|
4114
4120
|
}
|
|
@@ -4142,15 +4148,9 @@ if (!customElements.get('universe-woodsaw-48px')) {
|
|
|
4142
4148
|
if (!customElements.get('user-account-customer--collaborator-48px')) {
|
|
4143
4149
|
customElements.define('user-account-customer--collaborator-48px', AccountCustomerCollaborator48);
|
|
4144
4150
|
}
|
|
4145
|
-
if (!customElements.get('universe-floor-48px')) {
|
|
4146
|
-
customElements.define('universe-floor-48px', Floor48);
|
|
4147
|
-
}
|
|
4148
4151
|
if (!customElements.get('user-account-customer--passion-48px')) {
|
|
4149
4152
|
customElements.define('user-account-customer--passion-48px', AccountCustomerPassion48);
|
|
4150
4153
|
}
|
|
4151
|
-
if (!customElements.get('user-account-customer--pro-48px')) {
|
|
4152
|
-
customElements.define('user-account-customer--pro-48px', AccountCustomerPro48);
|
|
4153
|
-
}
|
|
4154
4154
|
if (!customElements.get('user-account-profile--man-48px')) {
|
|
4155
4155
|
customElements.define('user-account-profile--man-48px', AccountProfileMan48);
|
|
4156
4156
|
}
|
|
@@ -4211,11 +4211,8 @@ if (!customElements.get('various-company-48px')) {
|
|
|
4211
4211
|
if (!customElements.get('various-door-48px')) {
|
|
4212
4212
|
customElements.define('various-door-48px', Door48);
|
|
4213
4213
|
}
|
|
4214
|
-
if (!customElements.get('
|
|
4215
|
-
customElements.define('
|
|
4216
|
-
}
|
|
4217
|
-
if (!customElements.get('universe-pool-48px')) {
|
|
4218
|
-
customElements.define('universe-pool-48px', Pool48);
|
|
4214
|
+
if (!customElements.get('various-ecosaving-48px')) {
|
|
4215
|
+
customElements.define('various-ecosaving-48px', EcoSaving48);
|
|
4219
4216
|
}
|
|
4220
4217
|
if (!customElements.get('various-heat-48px')) {
|
|
4221
4218
|
customElements.define('various-heat-48px', Heat48);
|
|
@@ -4253,6 +4250,9 @@ if (!customElements.get('various-premium-48px')) {
|
|
|
4253
4250
|
if (!customElements.get('various-shutter-48px')) {
|
|
4254
4251
|
customElements.define('various-shutter-48px', Shutter48);
|
|
4255
4252
|
}
|
|
4253
|
+
if (!customElements.get('various-survey-48px')) {
|
|
4254
|
+
customElements.define('various-survey-48px', Survey48);
|
|
4255
|
+
}
|
|
4256
4256
|
if (!customElements.get('various-temperature-48px')) {
|
|
4257
4257
|
customElements.define('various-temperature-48px', Temperature48);
|
|
4258
4258
|
}
|
|
@@ -4262,8 +4262,8 @@ if (!customElements.get('various-thermalcontrol-48px')) {
|
|
|
4262
4262
|
if (!customElements.get('various-toolbox-48px')) {
|
|
4263
4263
|
customElements.define('various-toolbox-48px', ToolBox48);
|
|
4264
4264
|
}
|
|
4265
|
-
if (!customElements.get('
|
|
4266
|
-
customElements.define('
|
|
4265
|
+
if (!customElements.get('device-desktop-64px')) {
|
|
4266
|
+
customElements.define('device-desktop-64px', Desktop64);
|
|
4267
4267
|
}
|
|
4268
4268
|
if (!customElements.get('device-laptop-64px')) {
|
|
4269
4269
|
customElements.define('device-laptop-64px', Laptop64);
|
|
@@ -4277,8 +4277,11 @@ if (!customElements.get('device-tablet-64px')) {
|
|
|
4277
4277
|
if (!customElements.get('instruction-hygiene-cleaned-64px')) {
|
|
4278
4278
|
customElements.define('instruction-hygiene-cleaned-64px', HygieneCleaned64);
|
|
4279
4279
|
}
|
|
4280
|
-
if (!customElements.get('
|
|
4281
|
-
customElements.define('
|
|
4280
|
+
if (!customElements.get('service-tools-calculator-32px')) {
|
|
4281
|
+
customElements.define('service-tools-calculator-32px', ToolsCalculator32);
|
|
4282
|
+
}
|
|
4283
|
+
if (!customElements.get('service-tools-comparator-32px')) {
|
|
4284
|
+
customElements.define('service-tools-comparator-32px', ToolsComparator32);
|
|
4282
4285
|
}
|
|
4283
4286
|
if (!customElements.get('instruction-hygiene-danger-64px')) {
|
|
4284
4287
|
customElements.define('instruction-hygiene-danger-64px', HygieneDanger64);
|
|
@@ -4286,8 +4289,8 @@ if (!customElements.get('instruction-hygiene-danger-64px')) {
|
|
|
4286
4289
|
if (!customElements.get('instruction-hygiene-distance-64px')) {
|
|
4287
4290
|
customElements.define('instruction-hygiene-distance-64px', HygieneDistance64);
|
|
4288
4291
|
}
|
|
4289
|
-
if (!customElements.get('
|
|
4290
|
-
customElements.define('
|
|
4292
|
+
if (!customElements.get('instruction-hygiene-gel-64px')) {
|
|
4293
|
+
customElements.define('instruction-hygiene-gel-64px', HygieneGel64);
|
|
4291
4294
|
}
|
|
4292
4295
|
if (!customElements.get('instruction-hygiene-mask-64px')) {
|
|
4293
4296
|
customElements.define('instruction-hygiene-mask-64px', HygieneMask64);
|
|
@@ -4295,17 +4298,14 @@ if (!customElements.get('instruction-hygiene-mask-64px')) {
|
|
|
4295
4298
|
if (!customElements.get('instruction-hygiene-nocontact-64px')) {
|
|
4296
4299
|
customElements.define('instruction-hygiene-nocontact-64px', HygieneNoContact64);
|
|
4297
4300
|
}
|
|
4298
|
-
if (!customElements.get('instruction-hygiene-gel-64px')) {
|
|
4299
|
-
customElements.define('instruction-hygiene-gel-64px', HygieneGel64);
|
|
4300
|
-
}
|
|
4301
4301
|
if (!customElements.get('instruction-payment-checkout-64px')) {
|
|
4302
4302
|
customElements.define('instruction-payment-checkout-64px', PaymentCheckout64);
|
|
4303
4303
|
}
|
|
4304
4304
|
if (!customElements.get('instruction-payment-nocontact-64px')) {
|
|
4305
4305
|
customElements.define('instruction-payment-nocontact-64px', PaymentNoContact64);
|
|
4306
4306
|
}
|
|
4307
|
-
if (!customElements.get('instruction-
|
|
4308
|
-
customElements.define('instruction-
|
|
4307
|
+
if (!customElements.get('instruction-hygiene-plexiglas-64px')) {
|
|
4308
|
+
customElements.define('instruction-hygiene-plexiglas-64px', HygienePlexiglas64);
|
|
4309
4309
|
}
|
|
4310
4310
|
if (!customElements.get('instruction-service-purchasehelp-car--standinline-64px')) {
|
|
4311
4311
|
customElements.define('instruction-service-purchasehelp-car--standinline-64px', ServicePurchaseHelpCarStandInLine64);
|
|
@@ -4313,8 +4313,11 @@ if (!customElements.get('instruction-service-purchasehelp-car--standinline-64px'
|
|
|
4313
4313
|
if (!customElements.get('instruction-service-purchasehelp-car--stayinside-64px')) {
|
|
4314
4314
|
customElements.define('instruction-service-purchasehelp-car--stayinside-64px', ServicePurchaseHelpCarStayInside64);
|
|
4315
4315
|
}
|
|
4316
|
-
if (!customElements.get('
|
|
4317
|
-
customElements.define('
|
|
4316
|
+
if (!customElements.get('instruction-service-purchasehelp-loading-64px')) {
|
|
4317
|
+
customElements.define('instruction-service-purchasehelp-loading-64px', ServicePurchaseHelpLoading64);
|
|
4318
|
+
}
|
|
4319
|
+
if (!customElements.get('instruction-service-purchasehelp-nocarrent-64px')) {
|
|
4320
|
+
customElements.define('instruction-service-purchasehelp-nocarrent-64px', ServicePurchaseHelpNoCarRent64);
|
|
4318
4321
|
}
|
|
4319
4322
|
if (!customElements.get('instruction-service-purchasehelp-request-64px')) {
|
|
4320
4323
|
customElements.define('instruction-service-purchasehelp-request-64px', ServicePurchaseHelpRequest64);
|
|
@@ -4352,30 +4355,21 @@ if (!customElements.get('logotypes-payment-monochrome-oney--3x-64px')) {
|
|
|
4352
4355
|
if (!customElements.get('logotypes-payment-monochrome-oney--3x4x-64px')) {
|
|
4353
4356
|
customElements.define('logotypes-payment-monochrome-oney--3x4x-64px', PaymentMonochromeOney3x4x64);
|
|
4354
4357
|
}
|
|
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
|
-
}
|
|
4361
4358
|
if (!customElements.get('logotypes-payment-monochrome-oney--4x-64px')) {
|
|
4362
4359
|
customElements.define('logotypes-payment-monochrome-oney--4x-64px', PaymentMonochromeOney4x64);
|
|
4363
4360
|
}
|
|
4364
|
-
if (!customElements.get('logotypes-payment-monochrome-paypal-64px')) {
|
|
4365
|
-
customElements.define('logotypes-payment-monochrome-paypal-64px', PaymentMonochromePayPal64);
|
|
4366
|
-
}
|
|
4367
4361
|
if (!customElements.get('logotypes-payment-monochrome-oneyraty-64px')) {
|
|
4368
4362
|
customElements.define('logotypes-payment-monochrome-oneyraty-64px', PaymentMonochromeOneyRaty64);
|
|
4369
4363
|
}
|
|
4364
|
+
if (!customElements.get('logotypes-payment-monochrome-paypal-64px')) {
|
|
4365
|
+
customElements.define('logotypes-payment-monochrome-paypal-64px', PaymentMonochromePayPal64);
|
|
4366
|
+
}
|
|
4370
4367
|
if (!customElements.get('logotypes-payment-monochrome-postepay-64px')) {
|
|
4371
4368
|
customElements.define('logotypes-payment-monochrome-postepay-64px', PaymentMonochromePostepay64);
|
|
4372
4369
|
}
|
|
4373
4370
|
if (!customElements.get('logotypes-payment-monochrome-przelesw-64px')) {
|
|
4374
4371
|
customElements.define('logotypes-payment-monochrome-przelesw-64px', PaymentMonochromePrzelesw64);
|
|
4375
4372
|
}
|
|
4376
|
-
if (!customElements.get('instruction-service-purchasehelp-loading-64px')) {
|
|
4377
|
-
customElements.define('instruction-service-purchasehelp-loading-64px', ServicePurchaseHelpLoading64);
|
|
4378
|
-
}
|
|
4379
4373
|
if (!customElements.get('media-api-64px')) {
|
|
4380
4374
|
customElements.define('media-api-64px', API64);
|
|
4381
4375
|
}
|
|
@@ -4403,42 +4397,45 @@ if (!customElements.get('media-fullscreen-64px')) {
|
|
|
4403
4397
|
if (!customElements.get('media-gauge-64px')) {
|
|
4404
4398
|
customElements.define('media-gauge-64px', Gauge64);
|
|
4405
4399
|
}
|
|
4400
|
+
if (!customElements.get('media-group-64px')) {
|
|
4401
|
+
customElements.define('media-group-64px', Group64);
|
|
4402
|
+
}
|
|
4403
|
+
if (!customElements.get('user-account-customer--pro-48px')) {
|
|
4404
|
+
customElements.define('user-account-customer--pro-48px', AccountCustomerPro48);
|
|
4405
|
+
}
|
|
4406
4406
|
if (!customElements.get('media-image-alt-64px')) {
|
|
4407
4407
|
customElements.define('media-image-alt-64px', Imagealt64);
|
|
4408
4408
|
}
|
|
4409
|
-
if (!customElements.get('media-pdf-64px')) {
|
|
4410
|
-
customElements.define('media-pdf-64px', Pdf64);
|
|
4411
|
-
}
|
|
4412
4409
|
if (!customElements.get('media-nopicture-64px')) {
|
|
4413
4410
|
customElements.define('media-nopicture-64px', NoPicture64);
|
|
4414
4411
|
}
|
|
4412
|
+
if (!customElements.get('media-pdf-64px')) {
|
|
4413
|
+
customElements.define('media-pdf-64px', Pdf64);
|
|
4414
|
+
}
|
|
4415
4415
|
if (!customElements.get('media-picker-64px')) {
|
|
4416
4416
|
customElements.define('media-picker-64px', Picker64);
|
|
4417
4417
|
}
|
|
4418
4418
|
if (!customElements.get('media-play-64px')) {
|
|
4419
4419
|
customElements.define('media-play-64px', Play64);
|
|
4420
4420
|
}
|
|
4421
|
-
if (!customElements.get('media-player-64px')) {
|
|
4422
|
-
customElements.define('media-player-64px', Player64);
|
|
4423
|
-
}
|
|
4424
4421
|
if (!customElements.get('media-policies-64px')) {
|
|
4425
4422
|
customElements.define('media-policies-64px', Policies64);
|
|
4426
4423
|
}
|
|
4424
|
+
if (!customElements.get('instruction-service-purchasehelp-car--openboot-64px')) {
|
|
4425
|
+
customElements.define('instruction-service-purchasehelp-car--openboot-64px', ServicePurchaseHelpCarOpenBoot64);
|
|
4426
|
+
}
|
|
4427
4427
|
if (!customElements.get('media-print-64px')) {
|
|
4428
4428
|
customElements.define('media-print-64px', Print64);
|
|
4429
4429
|
}
|
|
4430
4430
|
if (!customElements.get('media-project-64px')) {
|
|
4431
4431
|
customElements.define('media-project-64px', Project64);
|
|
4432
4432
|
}
|
|
4433
|
-
if (!customElements.get('media-
|
|
4434
|
-
customElements.define('media-
|
|
4433
|
+
if (!customElements.get('media-player-64px')) {
|
|
4434
|
+
customElements.define('media-player-64px', Player64);
|
|
4435
4435
|
}
|
|
4436
4436
|
if (!customElements.get('media-push-pin-64px')) {
|
|
4437
4437
|
customElements.define('media-push-pin-64px', Pushpin64);
|
|
4438
4438
|
}
|
|
4439
|
-
if (!customElements.get('media-push-pin-off-64px')) {
|
|
4440
|
-
customElements.define('media-push-pin-off-64px', Pushpinoff64);
|
|
4441
|
-
}
|
|
4442
4439
|
if (!customElements.get('media-read-64px')) {
|
|
4443
4440
|
customElements.define('media-read-64px', Read64);
|
|
4444
4441
|
}
|
|
@@ -4460,8 +4457,8 @@ if (!customElements.get('media-sound-64px')) {
|
|
|
4460
4457
|
if (!customElements.get('media-stop-64px')) {
|
|
4461
4458
|
customElements.define('media-stop-64px', Stop64);
|
|
4462
4459
|
}
|
|
4463
|
-
if (!customElements.get('media-
|
|
4464
|
-
customElements.define('media-
|
|
4460
|
+
if (!customElements.get('media-upload-64px')) {
|
|
4461
|
+
customElements.define('media-upload-64px', Upload64);
|
|
4465
4462
|
}
|
|
4466
4463
|
if (!customElements.get('media-view360-64px')) {
|
|
4467
4464
|
customElements.define('media-view360-64px', View36064);
|
|
@@ -4469,8 +4466,11 @@ if (!customElements.get('media-view360-64px')) {
|
|
|
4469
4466
|
if (!customElements.get('navigation-arrow-arrow--bottom-64px')) {
|
|
4470
4467
|
customElements.define('navigation-arrow-arrow--bottom-64px', ArrowArrowBottom64);
|
|
4471
4468
|
}
|
|
4472
|
-
if (!customElements.get('
|
|
4473
|
-
customElements.define('
|
|
4469
|
+
if (!customElements.get('media-push-pin-off-64px')) {
|
|
4470
|
+
customElements.define('media-push-pin-off-64px', Pushpinoff64);
|
|
4471
|
+
}
|
|
4472
|
+
if (!customElements.get('navigation-arrow-arrow--right-64px')) {
|
|
4473
|
+
customElements.define('navigation-arrow-arrow--right-64px', ArrowArrowRight64);
|
|
4474
4474
|
}
|
|
4475
4475
|
if (!customElements.get('navigation-arrow-arrow--top-64px')) {
|
|
4476
4476
|
customElements.define('navigation-arrow-arrow--top-64px', ArrowArrowTop64);
|
|
@@ -4479,10 +4479,7 @@ if (!customElements.get('navigation-arrow-arrowbottomleft-64px')) {
|
|
|
4479
4479
|
customElements.define('navigation-arrow-arrowbottomleft-64px', ArrowArrowBottomLeft64);
|
|
4480
4480
|
}
|
|
4481
4481
|
if (!customElements.get('navigation-arrow-arrowbottomright-64px')) {
|
|
4482
|
-
customElements.define('navigation-arrow-arrowbottomright-64px', ArrowArrowBottomRight64);
|
|
4483
|
-
}
|
|
4484
|
-
if (!customElements.get('navigation-arrow-arrow--right-64px')) {
|
|
4485
|
-
customElements.define('navigation-arrow-arrow--right-64px', ArrowArrowRight64);
|
|
4482
|
+
customElements.define('navigation-arrow-arrowbottomright-64px', ArrowArrowBottomRight64);
|
|
4486
4483
|
}
|
|
4487
4484
|
if (!customElements.get('navigation-arrow-arrowtopleft-64px')) {
|
|
4488
4485
|
customElements.define('navigation-arrow-arrowtopleft-64px', ArrowArrowTopLeft64);
|
|
@@ -4490,51 +4487,51 @@ if (!customElements.get('navigation-arrow-arrowtopleft-64px')) {
|
|
|
4490
4487
|
if (!customElements.get('navigation-arrow-arrowtopright-64px')) {
|
|
4491
4488
|
customElements.define('navigation-arrow-arrowtopright-64px', ArrowArrowTopRight64);
|
|
4492
4489
|
}
|
|
4490
|
+
if (!customElements.get('navigation-arrow-arrow--left-64px')) {
|
|
4491
|
+
customElements.define('navigation-arrow-arrow--left-64px', ArrowArrowLeft64);
|
|
4492
|
+
}
|
|
4493
|
+
if (!customElements.get('media-timeread-64px')) {
|
|
4494
|
+
customElements.define('media-timeread-64px', TimeRead64);
|
|
4495
|
+
}
|
|
4493
4496
|
if (!customElements.get('navigation-arrow-back-64px')) {
|
|
4494
4497
|
customElements.define('navigation-arrow-back-64px', ArrowBack64);
|
|
4495
4498
|
}
|
|
4496
|
-
if (!customElements.get('navigation-arrow-doublearrow--left-64px')) {
|
|
4497
|
-
customElements.define('navigation-arrow-doublearrow--left-64px', ArrowDoubleArrowLeft64);
|
|
4498
|
-
}
|
|
4499
4499
|
if (!customElements.get('navigation-arrow-doublearrow--right-64px')) {
|
|
4500
4500
|
customElements.define('navigation-arrow-doublearrow--right-64px', ArrowDoubleArrowRight64);
|
|
4501
4501
|
}
|
|
4502
4502
|
if (!customElements.get('navigation-arrow-down-64px')) {
|
|
4503
4503
|
customElements.define('navigation-arrow-down-64px', ArrowDown64);
|
|
4504
4504
|
}
|
|
4505
|
-
if (!customElements.get('media-upload-64px')) {
|
|
4506
|
-
customElements.define('media-upload-64px', Upload64);
|
|
4507
|
-
}
|
|
4508
4505
|
if (!customElements.get('navigation-arrow-next-64px')) {
|
|
4509
4506
|
customElements.define('navigation-arrow-next-64px', ArrowNext64);
|
|
4510
4507
|
}
|
|
4511
4508
|
if (!customElements.get('navigation-arrow-up-64px')) {
|
|
4512
4509
|
customElements.define('navigation-arrow-up-64px', ArrowUp64);
|
|
4513
4510
|
}
|
|
4514
|
-
if (!customElements.get('navigation-control-circle--cross-64px')) {
|
|
4515
|
-
customElements.define('navigation-control-circle--cross-64px', ControlCircleCross64);
|
|
4516
|
-
}
|
|
4517
4511
|
if (!customElements.get('navigation-control-circle--less-64px')) {
|
|
4518
4512
|
customElements.define('navigation-control-circle--less-64px', ControlCircleLess64);
|
|
4519
4513
|
}
|
|
4520
4514
|
if (!customElements.get('navigation-control-circle--more-64px')) {
|
|
4521
4515
|
customElements.define('navigation-control-circle--more-64px', ControlCircleMore64);
|
|
4522
4516
|
}
|
|
4517
|
+
if (!customElements.get('navigation-control-cross-64px')) {
|
|
4518
|
+
customElements.define('navigation-control-cross-64px', ControlCross64);
|
|
4519
|
+
}
|
|
4523
4520
|
if (!customElements.get('navigation-control-less-64px')) {
|
|
4524
4521
|
customElements.define('navigation-control-less-64px', ControlLess64);
|
|
4525
4522
|
}
|
|
4523
|
+
if (!customElements.get('navigation-control-circle--cross-64px')) {
|
|
4524
|
+
customElements.define('navigation-control-circle--cross-64px', ControlCircleCross64);
|
|
4525
|
+
}
|
|
4526
|
+
if (!customElements.get('navigation-arrow-doublearrow--left-64px')) {
|
|
4527
|
+
customElements.define('navigation-arrow-doublearrow--left-64px', ArrowDoubleArrowLeft64);
|
|
4528
|
+
}
|
|
4526
4529
|
if (!customElements.get('navigation-control-more-64px')) {
|
|
4527
4530
|
customElements.define('navigation-control-more-64px', ControlMore64);
|
|
4528
4531
|
}
|
|
4529
|
-
if (!customElements.get('navigation-control-tag--cross-64px')) {
|
|
4530
|
-
customElements.define('navigation-control-tag--cross-64px', ControlTagCross64);
|
|
4531
|
-
}
|
|
4532
4532
|
if (!customElements.get('navigation-display-blink-64px')) {
|
|
4533
4533
|
customElements.define('navigation-display-blink-64px', DisplayBlink64);
|
|
4534
4534
|
}
|
|
4535
|
-
if (!customElements.get('navigation-display-calendar-64px')) {
|
|
4536
|
-
customElements.define('navigation-display-calendar-64px', DisplayCalendar64);
|
|
4537
|
-
}
|
|
4538
4535
|
if (!customElements.get('navigation-display-connect-64px')) {
|
|
4539
4536
|
customElements.define('navigation-display-connect-64px', DisplayConnect64);
|
|
4540
4537
|
}
|
|
@@ -4547,12 +4544,15 @@ if (!customElements.get('navigation-display-displayfull-outline-64px')) {
|
|
|
4547
4544
|
if (!customElements.get('navigation-display-displaylist-filled-64px')) {
|
|
4548
4545
|
customElements.define('navigation-display-displaylist-filled-64px', DisplayDisplayListFilled64);
|
|
4549
4546
|
}
|
|
4547
|
+
if (!customElements.get('navigation-display-calendar-64px')) {
|
|
4548
|
+
customElements.define('navigation-display-calendar-64px', DisplayCalendar64);
|
|
4549
|
+
}
|
|
4550
|
+
if (!customElements.get('navigation-control-tag--cross-64px')) {
|
|
4551
|
+
customElements.define('navigation-control-tag--cross-64px', ControlTagCross64);
|
|
4552
|
+
}
|
|
4550
4553
|
if (!customElements.get('navigation-display-displaylist-outline-64px')) {
|
|
4551
4554
|
customElements.define('navigation-display-displaylist-outline-64px', DisplayDisplayListOutline64);
|
|
4552
4555
|
}
|
|
4553
|
-
if (!customElements.get('navigation-display-displaymobile--horizontal-64px')) {
|
|
4554
|
-
customElements.define('navigation-display-displaymobile--horizontal-64px', DisplayDisplayMobileHorizontal64);
|
|
4555
|
-
}
|
|
4556
4556
|
if (!customElements.get('navigation-display-displaymobile--vertical-64px')) {
|
|
4557
4557
|
customElements.define('navigation-display-displaymobile--vertical-64px', DisplayDisplayMobileVertical64);
|
|
4558
4558
|
}
|
|
@@ -4565,11 +4565,8 @@ if (!customElements.get('navigation-display-displayproductx4-outline-64px')) {
|
|
|
4565
4565
|
if (!customElements.get('navigation-display-displayproductx9-64px')) {
|
|
4566
4566
|
customElements.define('navigation-display-displayproductx9-64px', DisplayDisplayProductX964);
|
|
4567
4567
|
}
|
|
4568
|
-
if (!customElements.get('navigation-
|
|
4569
|
-
customElements.define('navigation-
|
|
4570
|
-
}
|
|
4571
|
-
if (!customElements.get('navigation-display-filter-64px')) {
|
|
4572
|
-
customElements.define('navigation-display-filter-64px', DisplayFilter64);
|
|
4568
|
+
if (!customElements.get('navigation-display-displaymobile--horizontal-64px')) {
|
|
4569
|
+
customElements.define('navigation-display-displaymobile--horizontal-64px', DisplayDisplayMobileHorizontal64);
|
|
4573
4570
|
}
|
|
4574
4571
|
if (!customElements.get('navigation-display-home-64px')) {
|
|
4575
4572
|
customElements.define('navigation-display-home-64px', DisplayHome64);
|
|
@@ -4580,6 +4577,9 @@ if (!customElements.get('navigation-display-logout-64px')) {
|
|
|
4580
4577
|
if (!customElements.get('navigation-display-menu-64px')) {
|
|
4581
4578
|
customElements.define('navigation-display-menu-64px', DisplayMenu64);
|
|
4582
4579
|
}
|
|
4580
|
+
if (!customElements.get('navigation-display-externallink-64px')) {
|
|
4581
|
+
customElements.define('navigation-display-externallink-64px', DisplayExternalLink64);
|
|
4582
|
+
}
|
|
4583
4583
|
if (!customElements.get('navigation-display-movingblock-64px')) {
|
|
4584
4584
|
customElements.define('navigation-display-movingblock-64px', DisplayMovingBlock64);
|
|
4585
4585
|
}
|
|
@@ -4598,44 +4598,38 @@ if (!customElements.get('navigation-display-refresh-64px')) {
|
|
|
4598
4598
|
if (!customElements.get('navigation-display-screenrotation-64px')) {
|
|
4599
4599
|
customElements.define('navigation-display-screenrotation-64px', DisplayScreenRotation64);
|
|
4600
4600
|
}
|
|
4601
|
-
if (!customElements.get('navigation-display-
|
|
4602
|
-
customElements.define('navigation-display-
|
|
4601
|
+
if (!customElements.get('navigation-display-filter-64px')) {
|
|
4602
|
+
customElements.define('navigation-display-filter-64px', DisplayFilter64);
|
|
4603
4603
|
}
|
|
4604
4604
|
if (!customElements.get('navigation-display-searchproduct-64px')) {
|
|
4605
4605
|
customElements.define('navigation-display-searchproduct-64px', DisplaySearchProduct64);
|
|
4606
4606
|
}
|
|
4607
|
-
if (!customElements.get('navigation-display-searchlist-64px')) {
|
|
4608
|
-
customElements.define('navigation-display-searchlist-64px', DisplaySearchList64);
|
|
4609
|
-
}
|
|
4610
4607
|
if (!customElements.get('navigation-display-setting-64px')) {
|
|
4611
4608
|
customElements.define('navigation-display-setting-64px', DisplaySetting64);
|
|
4612
4609
|
}
|
|
4613
|
-
if (!customElements.get('navigation-display-view-64px')) {
|
|
4614
|
-
customElements.define('navigation-display-view-64px', DisplayView64);
|
|
4615
|
-
}
|
|
4616
4610
|
if (!customElements.get('navigation-display-vocalsearch-64px')) {
|
|
4617
4611
|
customElements.define('navigation-display-vocalsearch-64px', DisplayVocalSearch64);
|
|
4618
4612
|
}
|
|
4619
4613
|
if (!customElements.get('navigation-notification-available-64px')) {
|
|
4620
4614
|
customElements.define('navigation-notification-available-64px', NotificationAvailable64);
|
|
4621
4615
|
}
|
|
4622
|
-
if (!customElements.get('navigation-
|
|
4623
|
-
customElements.define('navigation-
|
|
4616
|
+
if (!customElements.get('navigation-display-search-64px')) {
|
|
4617
|
+
customElements.define('navigation-display-search-64px', DisplaySearch64);
|
|
4624
4618
|
}
|
|
4625
|
-
if (!customElements.get('navigation-
|
|
4626
|
-
customElements.define('navigation-
|
|
4619
|
+
if (!customElements.get('navigation-display-searchlist-64px')) {
|
|
4620
|
+
customElements.define('navigation-display-searchlist-64px', DisplaySearchList64);
|
|
4627
4621
|
}
|
|
4628
4622
|
if (!customElements.get('navigation-notification-information-64px')) {
|
|
4629
4623
|
customElements.define('navigation-notification-information-64px', NotificationInformation64);
|
|
4630
4624
|
}
|
|
4631
|
-
if (!customElements.get('navigation-notification-warning-64px')) {
|
|
4632
|
-
customElements.define('navigation-notification-warning-64px', NotificationWarning64);
|
|
4633
|
-
}
|
|
4634
4625
|
if (!customElements.get('navigation-notification-question-64px')) {
|
|
4635
4626
|
customElements.define('navigation-notification-question-64px', NotificationQuestion64);
|
|
4636
4627
|
}
|
|
4637
|
-
if (!customElements.get('navigation-
|
|
4638
|
-
customElements.define('navigation-
|
|
4628
|
+
if (!customElements.get('navigation-notification-warning-64px')) {
|
|
4629
|
+
customElements.define('navigation-notification-warning-64px', NotificationWarning64);
|
|
4630
|
+
}
|
|
4631
|
+
if (!customElements.get('navigation-display-view-64px')) {
|
|
4632
|
+
customElements.define('navigation-display-view-64px', DisplayView64);
|
|
4639
4633
|
}
|
|
4640
4634
|
if (!customElements.get('navigation-publish-edit-64px')) {
|
|
4641
4635
|
customElements.define('navigation-publish-edit-64px', PublishEdit64);
|
|
@@ -4643,62 +4637,65 @@ if (!customElements.get('navigation-publish-edit-64px')) {
|
|
|
4643
4637
|
if (!customElements.get('navigation-publish-favorite-64px')) {
|
|
4644
4638
|
customElements.define('navigation-publish-favorite-64px', PublishFavorite64);
|
|
4645
4639
|
}
|
|
4646
|
-
if (!customElements.get('navigation-display-externallink-64px')) {
|
|
4647
|
-
customElements.define('navigation-display-externallink-64px', DisplayExternalLink64);
|
|
4648
|
-
}
|
|
4649
4640
|
if (!customElements.get('navigation-publish-favoritefull-64px')) {
|
|
4650
4641
|
customElements.define('navigation-publish-favoritefull-64px', PublishFavoriteFull64);
|
|
4651
4642
|
}
|
|
4652
|
-
if (!customElements.get('navigation-publish-send-64px')) {
|
|
4653
|
-
customElements.define('navigation-publish-send-64px', PublishSend64);
|
|
4654
|
-
}
|
|
4655
4643
|
if (!customElements.get('navigation-publish-lock-64px')) {
|
|
4656
4644
|
customElements.define('navigation-publish-lock-64px', PublishLock64);
|
|
4657
4645
|
}
|
|
4646
|
+
if (!customElements.get('navigation-notification-circle--available-64px')) {
|
|
4647
|
+
customElements.define('navigation-notification-circle--available-64px', NotificationCircleAvailable64);
|
|
4648
|
+
}
|
|
4649
|
+
if (!customElements.get('navigation-notification-bell-64px')) {
|
|
4650
|
+
customElements.define('navigation-notification-bell-64px', NotificationBell64);
|
|
4651
|
+
}
|
|
4652
|
+
if (!customElements.get('navigation-publish-trashbin-64px')) {
|
|
4653
|
+
customElements.define('navigation-publish-trashbin-64px', PublishTrashbin64);
|
|
4654
|
+
}
|
|
4658
4655
|
if (!customElements.get('navigation-split-64px')) {
|
|
4659
4656
|
customElements.define('navigation-split-64px', Split64);
|
|
4660
4657
|
}
|
|
4661
|
-
if (!customElements.get('payment-bill-64px')) {
|
|
4662
|
-
customElements.define('payment-bill-64px', Bill64);
|
|
4663
|
-
}
|
|
4664
4658
|
if (!customElements.get('payment-bill-zloty-64px')) {
|
|
4665
4659
|
customElements.define('payment-bill-zloty-64px', Billzloty64);
|
|
4666
4660
|
}
|
|
4667
|
-
if (!customElements.get('payment-cards-monochrome-cb-64px')) {
|
|
4668
|
-
customElements.define('payment-cards-monochrome-cb-64px', CardsMonochromeCB64);
|
|
4669
|
-
}
|
|
4670
4661
|
if (!customElements.get('payment-cards-monochrome-americanexpress-64px')) {
|
|
4671
4662
|
customElements.define('payment-cards-monochrome-americanexpress-64px', CardsMonochromeAmericanExpress64);
|
|
4672
4663
|
}
|
|
4664
|
+
if (!customElements.get('navigation-publish-send-64px')) {
|
|
4665
|
+
customElements.define('navigation-publish-send-64px', PublishSend64);
|
|
4666
|
+
}
|
|
4667
|
+
if (!customElements.get('navigation-publish-copy-64px')) {
|
|
4668
|
+
customElements.define('navigation-publish-copy-64px', PublishCopy64);
|
|
4669
|
+
}
|
|
4673
4670
|
if (!customElements.get('payment-cards-monochrome-cheque-64px')) {
|
|
4674
4671
|
customElements.define('payment-cards-monochrome-cheque-64px', CardsMonochromeCheque64);
|
|
4675
4672
|
}
|
|
4676
|
-
if (!customElements.get('
|
|
4677
|
-
customElements.define('
|
|
4673
|
+
if (!customElements.get('payment-cards-monochrome-gift-64px')) {
|
|
4674
|
+
customElements.define('payment-cards-monochrome-gift-64px', CardsMonochromeGift64);
|
|
4675
|
+
}
|
|
4676
|
+
if (!customElements.get('payment-cards-monochrome-illicado-64px')) {
|
|
4677
|
+
customElements.define('payment-cards-monochrome-illicado-64px', CardsMonochromeIllicado64);
|
|
4678
4678
|
}
|
|
4679
4679
|
if (!customElements.get('payment-cards-monochrome-loyalty-64px')) {
|
|
4680
4680
|
customElements.define('payment-cards-monochrome-loyalty-64px', CardsMonochromeLoyalty64);
|
|
4681
4681
|
}
|
|
4682
|
-
if (!customElements.get('payment-cards-monochrome-
|
|
4683
|
-
customElements.define('payment-cards-monochrome-
|
|
4684
|
-
}
|
|
4685
|
-
if (!customElements.get('payment-cards-monochrome-illicado-64px')) {
|
|
4686
|
-
customElements.define('payment-cards-monochrome-illicado-64px', CardsMonochromeIllicado64);
|
|
4682
|
+
if (!customElements.get('payment-cards-monochrome-cb-64px')) {
|
|
4683
|
+
customElements.define('payment-cards-monochrome-cb-64px', CardsMonochromeCB64);
|
|
4687
4684
|
}
|
|
4688
4685
|
if (!customElements.get('payment-cards-monochrome-oney-64px')) {
|
|
4689
4686
|
customElements.define('payment-cards-monochrome-oney-64px', CardsMonochromeOney64);
|
|
4690
4687
|
}
|
|
4691
|
-
if (!customElements.get('payment-cards-monochrome-
|
|
4692
|
-
customElements.define('payment-cards-monochrome-
|
|
4688
|
+
if (!customElements.get('payment-cards-monochrome-oneyx3-64px')) {
|
|
4689
|
+
customElements.define('payment-cards-monochrome-oneyx3-64px', CardsMonochromeOneyX364);
|
|
4693
4690
|
}
|
|
4694
4691
|
if (!customElements.get('payment-cards-monochrome-oneyx4-64px')) {
|
|
4695
4692
|
customElements.define('payment-cards-monochrome-oneyx4-64px', CardsMonochromeOneyX464);
|
|
4696
4693
|
}
|
|
4697
|
-
if (!customElements.get('payment-
|
|
4698
|
-
customElements.define('payment-
|
|
4694
|
+
if (!customElements.get('payment-bill-64px')) {
|
|
4695
|
+
customElements.define('payment-bill-64px', Bill64);
|
|
4699
4696
|
}
|
|
4700
|
-
if (!customElements.get('payment-cards-monochrome-
|
|
4701
|
-
customElements.define('payment-cards-monochrome-
|
|
4697
|
+
if (!customElements.get('payment-cards-monochrome-maestro-64px')) {
|
|
4698
|
+
customElements.define('payment-cards-monochrome-maestro-64px', CardsMonochromeMaestro64);
|
|
4702
4699
|
}
|
|
4703
4700
|
if (!customElements.get('payment-cards-monochrome-visa-64px')) {
|
|
4704
4701
|
customElements.define('payment-cards-monochrome-visa-64px', CardsMonochromeVisa64);
|
|
@@ -4709,12 +4706,15 @@ if (!customElements.get('payment-detailsorder-64px')) {
|
|
|
4709
4706
|
if (!customElements.get('payment-euro-64px')) {
|
|
4710
4707
|
customElements.define('payment-euro-64px', Euro64);
|
|
4711
4708
|
}
|
|
4709
|
+
if (!customElements.get('payment-cards-monochrome-paylib-64px')) {
|
|
4710
|
+
customElements.define('payment-cards-monochrome-paylib-64px', CardsMonochromePaylib64);
|
|
4711
|
+
}
|
|
4712
|
+
if (!customElements.get('payment-cards-monochrome-mastercard-64px')) {
|
|
4713
|
+
customElements.define('payment-cards-monochrome-mastercard-64px', CardsMonochromeMastercard64);
|
|
4714
|
+
}
|
|
4712
4715
|
if (!customElements.get('payment-receipt-64px')) {
|
|
4713
4716
|
customElements.define('payment-receipt-64px', Receipt64);
|
|
4714
4717
|
}
|
|
4715
|
-
if (!customElements.get('payment-receipt-zloty-64px')) {
|
|
4716
|
-
customElements.define('payment-receipt-zloty-64px', Receiptzloty64);
|
|
4717
|
-
}
|
|
4718
4718
|
if (!customElements.get('payment-safepayment1-64px')) {
|
|
4719
4719
|
customElements.define('payment-safepayment1-64px', SafePayment164);
|
|
4720
4720
|
}
|
|
@@ -4727,8 +4727,8 @@ if (!customElements.get('payment-transfer-64px')) {
|
|
|
4727
4727
|
if (!customElements.get('payment-zloty-64px')) {
|
|
4728
4728
|
customElements.define('payment-zloty-64px', Zloty64);
|
|
4729
4729
|
}
|
|
4730
|
-
if (!customElements.get('
|
|
4731
|
-
customElements.define('
|
|
4730
|
+
if (!customElements.get('payment-cards-monochrome-paypal-64px')) {
|
|
4731
|
+
customElements.define('payment-cards-monochrome-paypal-64px', CardsMonochromePaypal64);
|
|
4732
4732
|
}
|
|
4733
4733
|
if (!customElements.get('product-aspect-size-64px')) {
|
|
4734
4734
|
customElements.define('product-aspect-size-64px', AspectSize64);
|
|
@@ -4742,11 +4742,11 @@ if (!customElements.get('product-basket-add-64px')) {
|
|
|
4742
4742
|
if (!customElements.get('product-basket-handbag-64px')) {
|
|
4743
4743
|
customElements.define('product-basket-handbag-64px', BasketHandbag64);
|
|
4744
4744
|
}
|
|
4745
|
-
if (!customElements.get('product-
|
|
4746
|
-
customElements.define('product-
|
|
4745
|
+
if (!customElements.get('product-aspect-quantity-64px')) {
|
|
4746
|
+
customElements.define('product-aspect-quantity-64px', AspectQuantity64);
|
|
4747
4747
|
}
|
|
4748
|
-
if (!customElements.get('
|
|
4749
|
-
customElements.define('
|
|
4748
|
+
if (!customElements.get('payment-receipt-zloty-64px')) {
|
|
4749
|
+
customElements.define('payment-receipt-zloty-64px', Receiptzloty64);
|
|
4750
4750
|
}
|
|
4751
4751
|
if (!customElements.get('product-basket-standard-64px')) {
|
|
4752
4752
|
customElements.define('product-basket-standard-64px', BasketStandard64);
|
|
@@ -4760,6 +4760,9 @@ if (!customElements.get('product-list-standard-64px')) {
|
|
|
4760
4760
|
if (!customElements.get('product-promise-certification-64px')) {
|
|
4761
4761
|
customElements.define('product-promise-certification-64px', PromiseCertification64);
|
|
4762
4762
|
}
|
|
4763
|
+
if (!customElements.get('product-basket-multi-64px')) {
|
|
4764
|
+
customElements.define('product-basket-multi-64px', BasketMulti64);
|
|
4765
|
+
}
|
|
4763
4766
|
if (!customElements.get('product-promise-circulareconomy-64px')) {
|
|
4764
4767
|
customElements.define('product-promise-circulareconomy-64px', PromiseCircularEconomy64);
|
|
4765
4768
|
}
|
|
@@ -4778,8 +4781,8 @@ if (!customElements.get('product-promise-funding-64px')) {
|
|
|
4778
4781
|
if (!customElements.get('product-promise-madeineurope-64px')) {
|
|
4779
4782
|
customElements.define('product-promise-madeineurope-64px', PromiseMadeInEurope64);
|
|
4780
4783
|
}
|
|
4781
|
-
if (!customElements.get('product-
|
|
4782
|
-
customElements.define('product-
|
|
4784
|
+
if (!customElements.get('product-basket-save-64px')) {
|
|
4785
|
+
customElements.define('product-basket-save-64px', BasketSave64);
|
|
4783
4786
|
}
|
|
4784
4787
|
if (!customElements.get('product-promise-modular-64px')) {
|
|
4785
4788
|
customElements.define('product-promise-modular-64px', PromiseModular64);
|
|
@@ -4787,15 +4790,15 @@ if (!customElements.get('product-promise-modular-64px')) {
|
|
|
4787
4790
|
if (!customElements.get('product-promise-productonpicture-64px')) {
|
|
4788
4791
|
customElements.define('product-promise-productonpicture-64px', PromiseProductOnPicture64);
|
|
4789
4792
|
}
|
|
4790
|
-
if (!customElements.get('payment-cards-monochrome-gift-64px')) {
|
|
4791
|
-
customElements.define('payment-cards-monochrome-gift-64px', CardsMonochromeGift64);
|
|
4792
|
-
}
|
|
4793
4793
|
if (!customElements.get('product-promise-productsheet-64px')) {
|
|
4794
4794
|
customElements.define('product-promise-productsheet-64px', PromiseProductSheet64);
|
|
4795
4795
|
}
|
|
4796
4796
|
if (!customElements.get('product-promise-warranty-64px')) {
|
|
4797
4797
|
customElements.define('product-promise-warranty-64px', PromiseWarranty64);
|
|
4798
4798
|
}
|
|
4799
|
+
if (!customElements.get('product-trolley-64px')) {
|
|
4800
|
+
customElements.define('product-trolley-64px', Trolley64);
|
|
4801
|
+
}
|
|
4799
4802
|
if (!customElements.get('project-describeproject-64px')) {
|
|
4800
4803
|
customElements.define('project-describeproject-64px', DescribeProject64);
|
|
4801
4804
|
}
|
|
@@ -4811,30 +4814,27 @@ if (!customElements.get('promise-funding-zloty-64px')) {
|
|
|
4811
4814
|
if (!customElements.get('service-aftersales-aftersalesservice-64px')) {
|
|
4812
4815
|
customElements.define('service-aftersales-aftersalesservice-64px', AfterSalesAfterSalesService64);
|
|
4813
4816
|
}
|
|
4817
|
+
if (!customElements.get('product-promise-scan-64px')) {
|
|
4818
|
+
customElements.define('product-promise-scan-64px', PromiseScan64);
|
|
4819
|
+
}
|
|
4820
|
+
if (!customElements.get('product-promise-madeinfrance-64px')) {
|
|
4821
|
+
customElements.define('product-promise-madeinfrance-64px', PromiseMadeInFrance64);
|
|
4822
|
+
}
|
|
4814
4823
|
if (!customElements.get('service-aftersales-helpline-64px')) {
|
|
4815
4824
|
customElements.define('service-aftersales-helpline-64px', AfterSalesHelpline64);
|
|
4816
4825
|
}
|
|
4817
|
-
if (!customElements.get('service-aftersales-payback-64px')) {
|
|
4818
|
-
customElements.define('service-aftersales-payback-64px', AfterSalesPayback64);
|
|
4819
|
-
}
|
|
4820
4826
|
if (!customElements.get('service-aftersales-satisfaction-64px')) {
|
|
4821
4827
|
customElements.define('service-aftersales-satisfaction-64px', AfterSalesSatisfaction64);
|
|
4822
4828
|
}
|
|
4823
4829
|
if (!customElements.get('service-custom-copykey-64px')) {
|
|
4824
4830
|
customElements.define('service-custom-copykey-64px', CustomCopyKey64);
|
|
4825
4831
|
}
|
|
4826
|
-
if (!customElements.get('product-trolley-64px')) {
|
|
4827
|
-
customElements.define('product-trolley-64px', Trolley64);
|
|
4828
|
-
}
|
|
4829
4832
|
if (!customElements.get('service-custom-course-64px')) {
|
|
4830
4833
|
customElements.define('service-custom-course-64px', CustomCourse64);
|
|
4831
4834
|
}
|
|
4832
4835
|
if (!customElements.get('service-custom-cutwoodglass-64px')) {
|
|
4833
4836
|
customElements.define('service-custom-cutwoodglass-64px', CustomCutWoodGlass64);
|
|
4834
4837
|
}
|
|
4835
|
-
if (!customElements.get('service-custom-sample-64px')) {
|
|
4836
|
-
customElements.define('service-custom-sample-64px', CustomSample64);
|
|
4837
|
-
}
|
|
4838
4838
|
if (!customElements.get('service-custom-sharpening-64px')) {
|
|
4839
4839
|
customElements.define('service-custom-sharpening-64px', CustomSharpening64);
|
|
4840
4840
|
}
|
|
@@ -4847,12 +4847,15 @@ if (!customElements.get('service-delivery-delivery-pickup--store-64px')) {
|
|
|
4847
4847
|
if (!customElements.get('service-delivery-delivery--home-64px')) {
|
|
4848
4848
|
customElements.define('service-delivery-delivery--home-64px', DeliveryDeliveryHome64);
|
|
4849
4849
|
}
|
|
4850
|
+
if (!customElements.get('service-custom-sample-64px')) {
|
|
4851
|
+
customElements.define('service-custom-sample-64px', CustomSample64);
|
|
4852
|
+
}
|
|
4853
|
+
if (!customElements.get('service-aftersales-payback-64px')) {
|
|
4854
|
+
customElements.define('service-aftersales-payback-64px', AfterSalesPayback64);
|
|
4855
|
+
}
|
|
4850
4856
|
if (!customElements.get('service-delivery-delivery--locker-64px')) {
|
|
4851
4857
|
customElements.define('service-delivery-delivery--locker-64px', DeliveryDeliveryLocker64);
|
|
4852
4858
|
}
|
|
4853
|
-
if (!customElements.get('service-pallet-64px')) {
|
|
4854
|
-
customElements.define('service-pallet-64px', Pallet64);
|
|
4855
|
-
}
|
|
4856
4859
|
if (!customElements.get('service-purchasehelp-carrent-64px')) {
|
|
4857
4860
|
customElements.define('service-purchasehelp-carrent-64px', PurchaseHelpCarRent64);
|
|
4858
4861
|
}
|
|
@@ -4865,9 +4868,6 @@ if (!customElements.get('service-purchasehelp-homeinstall-64px')) {
|
|
|
4865
4868
|
if (!customElements.get('service-purchasehelp-toolrent-64px')) {
|
|
4866
4869
|
customElements.define('service-purchasehelp-toolrent-64px', PurchaseHelpToolRent64);
|
|
4867
4870
|
}
|
|
4868
|
-
if (!customElements.get('product-promise-scan-64px')) {
|
|
4869
|
-
customElements.define('product-promise-scan-64px', PromiseScan64);
|
|
4870
|
-
}
|
|
4871
4871
|
if (!customElements.get('service-time-delivery--3h-64px')) {
|
|
4872
4872
|
customElements.define('service-time-delivery--3h-64px', TimeDelivery3h64);
|
|
4873
4873
|
}
|
|
@@ -4880,14 +4880,17 @@ if (!customElements.get('service-time-timedecline-64px')) {
|
|
|
4880
4880
|
if (!customElements.get('service-tools-3d-64px')) {
|
|
4881
4881
|
customElements.define('service-tools-3d-64px', Tools3d64);
|
|
4882
4882
|
}
|
|
4883
|
+
if (!customElements.get('service-time-delivery--2h-64px')) {
|
|
4884
|
+
customElements.define('service-time-delivery--2h-64px', TimeDelivery2h64);
|
|
4885
|
+
}
|
|
4883
4886
|
if (!customElements.get('service-tools-calculator-64px')) {
|
|
4884
4887
|
customElements.define('service-tools-calculator-64px', ToolsCalculator64);
|
|
4885
4888
|
}
|
|
4886
|
-
if (!customElements.get('service-
|
|
4887
|
-
customElements.define('service-
|
|
4889
|
+
if (!customElements.get('service-pallet-64px')) {
|
|
4890
|
+
customElements.define('service-pallet-64px', Pallet64);
|
|
4888
4891
|
}
|
|
4889
|
-
if (!customElements.get('
|
|
4890
|
-
customElements.define('
|
|
4892
|
+
if (!customElements.get('social-comment-comment-64px')) {
|
|
4893
|
+
customElements.define('social-comment-comment-64px', CommentComment64);
|
|
4891
4894
|
}
|
|
4892
4895
|
if (!customElements.get('social-comment-community-64px')) {
|
|
4893
4896
|
customElements.define('social-comment-community-64px', CommentCommunity64);
|
|
@@ -4895,14 +4898,11 @@ if (!customElements.get('social-comment-community-64px')) {
|
|
|
4895
4898
|
if (!customElements.get('social-comment-question--article-64px')) {
|
|
4896
4899
|
customElements.define('social-comment-question--article-64px', CommentQuestionArticle64);
|
|
4897
4900
|
}
|
|
4898
|
-
if (!customElements.get('social-comment-
|
|
4899
|
-
customElements.define('social-comment-
|
|
4900
|
-
}
|
|
4901
|
-
if (!customElements.get('service-time-delivery--2h-64px')) {
|
|
4902
|
-
customElements.define('service-time-delivery--2h-64px', TimeDelivery2h64);
|
|
4901
|
+
if (!customElements.get('social-comment-report-64px')) {
|
|
4902
|
+
customElements.define('social-comment-report-64px', CommentReport64);
|
|
4903
4903
|
}
|
|
4904
|
-
if (!customElements.get('
|
|
4905
|
-
customElements.define('
|
|
4904
|
+
if (!customElements.get('service-tools-comparator-64px')) {
|
|
4905
|
+
customElements.define('service-tools-comparator-64px', ToolsComparator64);
|
|
4906
4906
|
}
|
|
4907
4907
|
if (!customElements.get('social-socialnetwork-facebook-64px')) {
|
|
4908
4908
|
customElements.define('social-socialnetwork-facebook-64px', SocialNetworkFacebook64);
|
|
@@ -4913,6 +4913,15 @@ if (!customElements.get('social-socialnetwork-instagram-64px')) {
|
|
|
4913
4913
|
if (!customElements.get('social-socialnetwork-linkedin-64px')) {
|
|
4914
4914
|
customElements.define('social-socialnetwork-linkedin-64px', SocialNetworkLinkedin64);
|
|
4915
4915
|
}
|
|
4916
|
+
if (!customElements.get('social-share-shareandroid-64px')) {
|
|
4917
|
+
customElements.define('social-share-shareandroid-64px', ShareShareAndroid64);
|
|
4918
|
+
}
|
|
4919
|
+
if (!customElements.get('social-socialnetwork-pinterest-64px')) {
|
|
4920
|
+
customElements.define('social-socialnetwork-pinterest-64px', SocialNetworkPinterest64);
|
|
4921
|
+
}
|
|
4922
|
+
if (!customElements.get('social-share-shareios-64px')) {
|
|
4923
|
+
customElements.define('social-share-shareios-64px', ShareShareIOS64);
|
|
4924
|
+
}
|
|
4916
4925
|
if (!customElements.get('social-socialnetwork-spotify-64px')) {
|
|
4917
4926
|
customElements.define('social-socialnetwork-spotify-64px', SocialNetworkSpotify64);
|
|
4918
4927
|
}
|
|
@@ -4964,15 +4973,15 @@ if (!customElements.get('store-monochrome-relaylocation-64px')) {
|
|
|
4964
4973
|
if (!customElements.get('store-monochrome-storelocation-64px')) {
|
|
4965
4974
|
customElements.define('store-monochrome-storelocation-64px', MonochromeStoreLocation64);
|
|
4966
4975
|
}
|
|
4967
|
-
if (!customElements.get('social-share-shareandroid-64px')) {
|
|
4968
|
-
customElements.define('social-share-shareandroid-64px', ShareShareAndroid64);
|
|
4969
|
-
}
|
|
4970
4976
|
if (!customElements.get('store-monochrome-storelocation-bm-64px')) {
|
|
4971
4977
|
customElements.define('store-monochrome-storelocation-bm-64px', MonochromeStoreLocationbm64);
|
|
4972
4978
|
}
|
|
4973
4979
|
if (!customElements.get('store-storebm-64px')) {
|
|
4974
4980
|
customElements.define('store-storebm-64px', StoreBM64);
|
|
4975
4981
|
}
|
|
4982
|
+
if (!customElements.get('store-storelm-64px')) {
|
|
4983
|
+
customElements.define('store-storelm-64px', StoreLM64);
|
|
4984
|
+
}
|
|
4976
4985
|
if (!customElements.get('universe-attic-64px')) {
|
|
4977
4986
|
customElements.define('universe-attic-64px', Attic64);
|
|
4978
4987
|
}
|
|
@@ -4982,24 +4991,18 @@ if (!customElements.get('universe-bathroom-64px')) {
|
|
|
4982
4991
|
if (!customElements.get('universe-bedroom-64px')) {
|
|
4983
4992
|
customElements.define('universe-bedroom-64px', Bedroom64);
|
|
4984
4993
|
}
|
|
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
|
-
}
|
|
4991
4994
|
if (!customElements.get('universe-carpentry-64px')) {
|
|
4992
4995
|
customElements.define('universe-carpentry-64px', Carpentry64);
|
|
4993
4996
|
}
|
|
4997
|
+
if (!customElements.get('universe-christmastree-64px')) {
|
|
4998
|
+
customElements.define('universe-christmastree-64px', ChristmasTree64);
|
|
4999
|
+
}
|
|
4994
5000
|
if (!customElements.get('universe-connectedhome-64px')) {
|
|
4995
5001
|
customElements.define('universe-connectedhome-64px', ConnectedHome64);
|
|
4996
5002
|
}
|
|
4997
5003
|
if (!customElements.get('universe-curtains-64px')) {
|
|
4998
5004
|
customElements.define('universe-curtains-64px', Curtains64);
|
|
4999
5005
|
}
|
|
5000
|
-
if (!customElements.get('universe-christmastree-64px')) {
|
|
5001
|
-
customElements.define('universe-christmastree-64px', ChristmasTree64);
|
|
5002
|
-
}
|
|
5003
5006
|
if (!customElements.get('universe-dressing-64px')) {
|
|
5004
5007
|
customElements.define('universe-dressing-64px', Dressing64);
|
|
5005
5008
|
}
|
|
@@ -5015,9 +5018,6 @@ if (!customElements.get('universe-enki-64px')) {
|
|
|
5015
5018
|
if (!customElements.get('universe-floor-64px')) {
|
|
5016
5019
|
customElements.define('universe-floor-64px', Floor64);
|
|
5017
5020
|
}
|
|
5018
|
-
if (!customElements.get('social-socialnetwork-pinterest-64px')) {
|
|
5019
|
-
customElements.define('social-socialnetwork-pinterest-64px', SocialNetworkPinterest64);
|
|
5020
|
-
}
|
|
5021
5021
|
if (!customElements.get('universe-garage-64px')) {
|
|
5022
5022
|
customElements.define('universe-garage-64px', Garage64);
|
|
5023
5023
|
}
|
|
@@ -5072,15 +5072,15 @@ if (!customElements.get('universe-makeit-64px')) {
|
|
|
5072
5072
|
if (!customElements.get('universe-masonry-alt-64px')) {
|
|
5073
5073
|
customElements.define('universe-masonry-alt-64px', Masonryalt64);
|
|
5074
5074
|
}
|
|
5075
|
+
if (!customElements.get('universe-paint-64px')) {
|
|
5076
|
+
customElements.define('universe-paint-64px', Paint64);
|
|
5077
|
+
}
|
|
5075
5078
|
if (!customElements.get('universe-pool-64px')) {
|
|
5076
5079
|
customElements.define('universe-pool-64px', Pool64);
|
|
5077
5080
|
}
|
|
5078
5081
|
if (!customElements.get('universe-renewable-energy-64px')) {
|
|
5079
5082
|
customElements.define('universe-renewable-energy-64px', Renewableenergy64);
|
|
5080
5083
|
}
|
|
5081
|
-
if (!customElements.get('universe-paint-64px')) {
|
|
5082
|
-
customElements.define('universe-paint-64px', Paint64);
|
|
5083
|
-
}
|
|
5084
5084
|
if (!customElements.get('universe-security-64px')) {
|
|
5085
5085
|
customElements.define('universe-security-64px', Security64);
|
|
5086
5086
|
}
|
|
@@ -5168,6 +5168,9 @@ if (!customElements.get('various-apartment-64px')) {
|
|
|
5168
5168
|
if (!customElements.get('various-balcony-64px')) {
|
|
5169
5169
|
customElements.define('various-balcony-64px', Balcony64);
|
|
5170
5170
|
}
|
|
5171
|
+
if (!customElements.get('various-blower-64px')) {
|
|
5172
|
+
customElements.define('various-blower-64px', Blower64);
|
|
5173
|
+
}
|
|
5171
5174
|
if (!customElements.get('various-company-64px')) {
|
|
5172
5175
|
customElements.define('various-company-64px', Company64);
|
|
5173
5176
|
}
|
|
@@ -5231,6 +5234,3 @@ if (!customElements.get('media-player-96px')) {
|
|
|
5231
5234
|
if (!customElements.get('media-view360-96px')) {
|
|
5232
5235
|
customElements.define('media-view360-96px', View36096);
|
|
5233
5236
|
}
|
|
5234
|
-
if (!customElements.get('various-blower-64px')) {
|
|
5235
|
-
customElements.define('various-blower-64px', Blower64);
|
|
5236
|
-
}
|