@mozaic-ds/icons 1.44.0 → 1.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/js/icons.d.ts +1 -0
- package/js/icons.js +72 -0
- package/package.json +2 -2
- package/react/index.js +1 -1
- package/svelte/Glass24.svelte +10 -0
- package/svelte/Glass32.svelte +10 -0
- package/svelte/Glass48.svelte +10 -0
- package/svelte/Glass64.svelte +10 -0
- package/svelte/Leak24.svelte +10 -0
- package/svelte/Leak32.svelte +10 -0
- package/svelte/Leak48.svelte +10 -0
- package/svelte/Leak64.svelte +10 -0
- package/svelte/Pool24.svelte +10 -0
- package/svelte/Pool32.svelte +10 -0
- package/svelte/Pool48.svelte +10 -0
- package/svelte/Pool64.svelte +10 -0
- package/svelte/icons.js +627 -579
- package/svg/Universe_Glass_24px.svg +1 -0
- package/svg/Universe_Glass_32px.svg +1 -0
- package/svg/Universe_Glass_48px.svg +1 -0
- package/svg/Universe_Glass_64px.svg +1 -0
- package/svg/Universe_Leak_24px.svg +1 -0
- package/svg/Universe_Leak_32px.svg +1 -0
- package/svg/Universe_Leak_48px.svg +1 -0
- package/svg/Universe_Leak_64px.svg +1 -0
- package/svg/Universe_Pool_24px.svg +1 -0
- package/svg/Universe_Pool_32px.svg +1 -0
- package/svg/Universe_Pool_48px.svg +1 -0
- package/svg/Universe_Pool_64px.svg +1 -0
- package/vue/index.vue +84 -0
- package/index.js +0 -6566
package/svelte/icons.js
CHANGED
|
@@ -1,95 +1,91 @@
|
|
|
1
|
-
import FullScreen16 from './icons/FullScreen16.js';
|
|
2
|
-
import ReduceScreen16 from './icons/ReduceScreen16.js';
|
|
3
|
-
import ArrowArrowBottom16 from './icons/ArrowArrowBottom16.js';
|
|
4
|
-
import ArrowArrowLeft16 from './icons/ArrowArrowLeft16.js';
|
|
5
1
|
import ArrowArrowRight16 from './icons/ArrowArrowRight16.js';
|
|
6
2
|
import ArrowArrowTop16 from './icons/ArrowArrowTop16.js';
|
|
7
3
|
import ArrowArrowBottomLeft16 from './icons/ArrowArrowBottomLeft16.js';
|
|
8
4
|
import ArrowArrowBottomRight16 from './icons/ArrowArrowBottomRight16.js';
|
|
5
|
+
import FullScreen16 from './icons/FullScreen16.js';
|
|
9
6
|
import ArrowArrowTopLeft16 from './icons/ArrowArrowTopLeft16.js';
|
|
10
|
-
import
|
|
7
|
+
import ReduceScreen16 from './icons/ReduceScreen16.js';
|
|
8
|
+
import ArrowArrowBottom16 from './icons/ArrowArrowBottom16.js';
|
|
11
9
|
import ArrowBack16 from './icons/ArrowBack16.js';
|
|
10
|
+
import ArrowArrowTopRight16 from './icons/ArrowArrowTopRight16.js';
|
|
12
11
|
import ArrowDoubleArrowLeft16 from './icons/ArrowDoubleArrowLeft16.js';
|
|
13
12
|
import ArrowDoubleArrowRight16 from './icons/ArrowDoubleArrowRight16.js';
|
|
14
|
-
import ArrowDown16 from './icons/ArrowDown16.js';
|
|
15
|
-
import ArrowNext16 from './icons/ArrowNext16.js';
|
|
16
13
|
import ArrowUp16 from './icons/ArrowUp16.js';
|
|
17
|
-
import
|
|
14
|
+
import ArrowNext16 from './icons/ArrowNext16.js';
|
|
18
15
|
import ControlLess16 from './icons/ControlLess16.js';
|
|
19
|
-
import ControlMore16 from './icons/ControlMore16.js';
|
|
20
|
-
import ControlTagCross16 from './icons/ControlTagCross16.js';
|
|
21
16
|
import DisplayExternalLink16 from './icons/DisplayExternalLink16.js';
|
|
22
17
|
import NotificationAvailable16 from './icons/NotificationAvailable16.js';
|
|
23
|
-
import PublishFavorite16 from './icons/PublishFavorite16.js';
|
|
24
18
|
import PublishFavoriteFull16 from './icons/PublishFavoriteFull16.js';
|
|
25
|
-
import
|
|
19
|
+
import PublishFavorite16 from './icons/PublishFavorite16.js';
|
|
26
20
|
import Euro16 from './icons/Euro16.js';
|
|
21
|
+
import PublishLock16 from './icons/PublishLock16.js';
|
|
22
|
+
import ArrowDown16 from './icons/ArrowDown16.js';
|
|
23
|
+
import ControlTagCross16 from './icons/ControlTagCross16.js';
|
|
27
24
|
import ViewLikeNegative16 from './icons/ViewLikeNegative16.js';
|
|
28
25
|
import ViewLikePositive16 from './icons/ViewLikePositive16.js';
|
|
29
|
-
import ViewStarEmpty16 from './icons/ViewStarEmpty16.js';
|
|
30
|
-
import ViewStarFull16 from './icons/ViewStarFull16.js';
|
|
31
26
|
import ViewStarHalf16 from './icons/ViewStarHalf16.js';
|
|
32
27
|
import Locator16 from './icons/Locator16.js';
|
|
33
28
|
import Desktop24 from './icons/Desktop24.js';
|
|
34
29
|
import Laptop24 from './icons/Laptop24.js';
|
|
35
|
-
import
|
|
30
|
+
import ViewStarEmpty16 from './icons/ViewStarEmpty16.js';
|
|
31
|
+
import ViewStarFull16 from './icons/ViewStarFull16.js';
|
|
36
32
|
import Mobile24 from './icons/Mobile24.js';
|
|
37
|
-
import
|
|
38
|
-
import HygieneDanger24 from './icons/HygieneDanger24.js';
|
|
33
|
+
import Tablet24 from './icons/Tablet24.js';
|
|
39
34
|
import HygieneDistance24 from './icons/HygieneDistance24.js';
|
|
40
35
|
import HygieneGel24 from './icons/HygieneGel24.js';
|
|
41
36
|
import HygieneMask24 from './icons/HygieneMask24.js';
|
|
42
37
|
import HygieneNoContact24 from './icons/HygieneNoContact24.js';
|
|
38
|
+
import HygieneCleaned24 from './icons/HygieneCleaned24.js';
|
|
39
|
+
import HygieneDanger24 from './icons/HygieneDanger24.js';
|
|
43
40
|
import HygienePlexiglas24 from './icons/HygienePlexiglas24.js';
|
|
44
41
|
import PaymentCheckout24 from './icons/PaymentCheckout24.js';
|
|
45
|
-
import PaymentNoContact24 from './icons/PaymentNoContact24.js';
|
|
46
|
-
import ServicePurchaseHelpCarOpenBoot24 from './icons/ServicePurchaseHelpCarOpenBoot24.js';
|
|
47
42
|
import ServicePurchaseHelpCarStandInLine24 from './icons/ServicePurchaseHelpCarStandInLine24.js';
|
|
48
43
|
import ServicePurchaseHelpCarStayInside24 from './icons/ServicePurchaseHelpCarStayInside24.js';
|
|
49
|
-
import
|
|
50
|
-
import
|
|
51
|
-
import ServicePurchaseHelpRequest24 from './icons/ServicePurchaseHelpRequest24.js';
|
|
44
|
+
import ArrowArrowLeft16 from './icons/ArrowArrowLeft16.js';
|
|
45
|
+
import ControlMore16 from './icons/ControlMore16.js';
|
|
52
46
|
import ServicePurchaseHelpTruck24 from './icons/ServicePurchaseHelpTruck24.js';
|
|
47
|
+
import ServicePurchaseHelpRequest24 from './icons/ServicePurchaseHelpRequest24.js';
|
|
48
|
+
import ServicePurchaseHelpCarOpenBoot24 from './icons/ServicePurchaseHelpCarOpenBoot24.js';
|
|
49
|
+
import PaymentNoContact24 from './icons/PaymentNoContact24.js';
|
|
53
50
|
import UniverseEssentialProduct24 from './icons/UniverseEssentialProduct24.js';
|
|
54
51
|
import BookStore24 from './icons/BookStore24.js';
|
|
55
|
-
import Camera24 from './icons/Camera24.js';
|
|
56
|
-
import DownloadApp24 from './icons/DownloadApp24.js';
|
|
57
52
|
import DownloadWeb24 from './icons/DownloadWeb24.js';
|
|
58
53
|
import FullScreen24 from './icons/FullScreen24.js';
|
|
59
|
-
import
|
|
54
|
+
import ServicePurchaseHelpNoCarRent24 from './icons/ServicePurchaseHelpNoCarRent24.js';
|
|
60
55
|
import Pdf24 from './icons/Pdf24.js';
|
|
61
|
-
import
|
|
56
|
+
import Camera24 from './icons/Camera24.js';
|
|
57
|
+
import DownloadApp24 from './icons/DownloadApp24.js';
|
|
62
58
|
import Player24 from './icons/Player24.js';
|
|
59
|
+
import Play24 from './icons/Play24.js';
|
|
60
|
+
import NoPicture24 from './icons/NoPicture24.js';
|
|
61
|
+
import Read24 from './icons/Read24.js';
|
|
63
62
|
import Print24 from './icons/Print24.js';
|
|
64
63
|
import Project24 from './icons/Project24.js';
|
|
65
|
-
import Read24 from './icons/Read24.js';
|
|
66
|
-
import ReduceScreen24 from './icons/ReduceScreen24.js';
|
|
67
|
-
import Slideshow24 from './icons/Slideshow24.js';
|
|
68
64
|
import Sound24 from './icons/Sound24.js';
|
|
69
|
-
import
|
|
70
|
-
import TimeRead24 from './icons/TimeRead24.js';
|
|
65
|
+
import Slideshow24 from './icons/Slideshow24.js';
|
|
71
66
|
import Upload24 from './icons/Upload24.js';
|
|
72
67
|
import View36024 from './icons/View36024.js';
|
|
73
68
|
import ArrowArrowBottom24 from './icons/ArrowArrowBottom24.js';
|
|
74
69
|
import ArrowArrowLeft24 from './icons/ArrowArrowLeft24.js';
|
|
75
70
|
import ArrowArrowRight24 from './icons/ArrowArrowRight24.js';
|
|
76
|
-
import
|
|
71
|
+
import TimeRead24 from './icons/TimeRead24.js';
|
|
72
|
+
import Stop24 from './icons/Stop24.js';
|
|
77
73
|
import ArrowArrowBottomLeft24 from './icons/ArrowArrowBottomLeft24.js';
|
|
78
|
-
import
|
|
79
|
-
import ArrowArrowTopLeft24 from './icons/ArrowArrowTopLeft24.js';
|
|
74
|
+
import ArrowArrowTop24 from './icons/ArrowArrowTop24.js';
|
|
80
75
|
import ArrowArrowTopRight24 from './icons/ArrowArrowTopRight24.js';
|
|
81
76
|
import ArrowBack24 from './icons/ArrowBack24.js';
|
|
82
|
-
import ArrowDoubleArrowLeft24 from './icons/ArrowDoubleArrowLeft24.js';
|
|
83
77
|
import ArrowDoubleArrowRight24 from './icons/ArrowDoubleArrowRight24.js';
|
|
78
|
+
import ArrowDoubleArrowLeft24 from './icons/ArrowDoubleArrowLeft24.js';
|
|
84
79
|
import ArrowDown24 from './icons/ArrowDown24.js';
|
|
85
80
|
import ArrowNext24 from './icons/ArrowNext24.js';
|
|
86
|
-
import ArrowUp24 from './icons/ArrowUp24.js';
|
|
87
81
|
import ControlCircleCross24 from './icons/ControlCircleCross24.js';
|
|
82
|
+
import ArrowUp24 from './icons/ArrowUp24.js';
|
|
83
|
+
import ArrowArrowBottomRight24 from './icons/ArrowArrowBottomRight24.js';
|
|
88
84
|
import ControlCircleLess24 from './icons/ControlCircleLess24.js';
|
|
89
85
|
import ControlCircleMore24 from './icons/ControlCircleMore24.js';
|
|
90
|
-
import ControlCross24 from './icons/ControlCross24.js';
|
|
91
86
|
import ControlLess24 from './icons/ControlLess24.js';
|
|
92
|
-
import
|
|
87
|
+
import ServicePurchaseHelpLoading24 from './icons/ServicePurchaseHelpLoading24.js';
|
|
88
|
+
import ReduceScreen24 from './icons/ReduceScreen24.js';
|
|
93
89
|
import ControlTagCross24 from './icons/ControlTagCross24.js';
|
|
94
90
|
import DisplayBlink24 from './icons/DisplayBlink24.js';
|
|
95
91
|
import DisplayCalendar24 from './icons/DisplayCalendar24.js';
|
|
@@ -98,33 +94,33 @@ import DisplayDisplayFullFilled24 from './icons/DisplayDisplayFullFilled24.js';
|
|
|
98
94
|
import DisplayDisplayFullOutline24 from './icons/DisplayDisplayFullOutline24.js';
|
|
99
95
|
import DisplayDisplayListFilled24 from './icons/DisplayDisplayListFilled24.js';
|
|
100
96
|
import DisplayDisplayListOutline24 from './icons/DisplayDisplayListOutline24.js';
|
|
97
|
+
import ArrowArrowTopLeft24 from './icons/ArrowArrowTopLeft24.js';
|
|
101
98
|
import DisplayDisplayMobileHorizontal24 from './icons/DisplayDisplayMobileHorizontal24.js';
|
|
102
99
|
import DisplayDisplayMobileVertical24 from './icons/DisplayDisplayMobileVertical24.js';
|
|
103
100
|
import DisplayDisplayProductX4Filled24 from './icons/DisplayDisplayProductX4Filled24.js';
|
|
104
101
|
import DisplayDisplayProductX4Outline24 from './icons/DisplayDisplayProductX4Outline24.js';
|
|
105
102
|
import DisplayDisplayProductX924 from './icons/DisplayDisplayProductX924.js';
|
|
106
103
|
import DisplayExternalLink24 from './icons/DisplayExternalLink24.js';
|
|
107
|
-
import DisplayFilter24 from './icons/DisplayFilter24.js';
|
|
108
104
|
import DisplayHome24 from './icons/DisplayHome24.js';
|
|
109
105
|
import DisplayLogOut24 from './icons/DisplayLogOut24.js';
|
|
110
|
-
import DisplayMenu24 from './icons/DisplayMenu24.js';
|
|
111
|
-
import DisplayMovingBlock24 from './icons/DisplayMovingBlock24.js';
|
|
112
106
|
import DisplayOptions24 from './icons/DisplayOptions24.js';
|
|
107
|
+
import DisplayMovingBlock24 from './icons/DisplayMovingBlock24.js';
|
|
108
|
+
import DisplayMenu24 from './icons/DisplayMenu24.js';
|
|
109
|
+
import DisplayFilter24 from './icons/DisplayFilter24.js';
|
|
113
110
|
import DisplayOther24 from './icons/DisplayOther24.js';
|
|
114
111
|
import DisplayProductNumb24 from './icons/DisplayProductNumb24.js';
|
|
115
112
|
import DisplayRefresh24 from './icons/DisplayRefresh24.js';
|
|
116
|
-
import DisplayScreenRotation24 from './icons/DisplayScreenRotation24.js';
|
|
117
113
|
import DisplaySearch24 from './icons/DisplaySearch24.js';
|
|
118
114
|
import DisplaySearchList24 from './icons/DisplaySearchList24.js';
|
|
119
115
|
import DisplaySearchProduct24 from './icons/DisplaySearchProduct24.js';
|
|
120
|
-
import DisplaySetting24 from './icons/DisplaySetting24.js';
|
|
121
|
-
import DisplayView24 from './icons/DisplayView24.js';
|
|
122
116
|
import DisplayVocalSearch24 from './icons/DisplayVocalSearch24.js';
|
|
117
|
+
import DisplayView24 from './icons/DisplayView24.js';
|
|
118
|
+
import DisplaySetting24 from './icons/DisplaySetting24.js';
|
|
119
|
+
import DisplayScreenRotation24 from './icons/DisplayScreenRotation24.js';
|
|
123
120
|
import NotificationAvailable24 from './icons/NotificationAvailable24.js';
|
|
124
|
-
import NotificationBell24 from './icons/NotificationBell24.js';
|
|
125
121
|
import NotificationCircleAvailable24 from './icons/NotificationCircleAvailable24.js';
|
|
126
|
-
import
|
|
127
|
-
import
|
|
122
|
+
import NotificationBell24 from './icons/NotificationBell24.js';
|
|
123
|
+
import ControlCross16 from './icons/ControlCross16.js';
|
|
128
124
|
import NotificationWarning24 from './icons/NotificationWarning24.js';
|
|
129
125
|
import PublishCopy24 from './icons/PublishCopy24.js';
|
|
130
126
|
import PublishEdit24 from './icons/PublishEdit24.js';
|
|
@@ -132,6 +128,7 @@ import PublishFavorite24 from './icons/PublishFavorite24.js';
|
|
|
132
128
|
import PublishFavoriteFull24 from './icons/PublishFavoriteFull24.js';
|
|
133
129
|
import PublishLock24 from './icons/PublishLock24.js';
|
|
134
130
|
import PublishSend24 from './icons/PublishSend24.js';
|
|
131
|
+
import NotificationInformation24 from './icons/NotificationInformation24.js';
|
|
135
132
|
import PublishTrashbin24 from './icons/PublishTrashbin24.js';
|
|
136
133
|
import Bill24 from './icons/Bill24.js';
|
|
137
134
|
import CardsMonochromeAmericanExpress24 from './icons/CardsMonochromeAmericanExpress24.js';
|
|
@@ -144,7 +141,7 @@ import CardsMonochromeMaestro24 from './icons/CardsMonochromeMaestro24.js';
|
|
|
144
141
|
import CardsMonochromeMastercard24 from './icons/CardsMonochromeMastercard24.js';
|
|
145
142
|
import CardsMonochromeOney24 from './icons/CardsMonochromeOney24.js';
|
|
146
143
|
import CardsMonochromeOneyX324 from './icons/CardsMonochromeOneyX324.js';
|
|
147
|
-
import
|
|
144
|
+
import ControlCross24 from './icons/ControlCross24.js';
|
|
148
145
|
import CardsMonochromePaylib24 from './icons/CardsMonochromePaylib24.js';
|
|
149
146
|
import CardsMonochromePaypal24 from './icons/CardsMonochromePaypal24.js';
|
|
150
147
|
import CardsMonochromeVisa24 from './icons/CardsMonochromeVisa24.js';
|
|
@@ -156,7 +153,7 @@ import SafePayment224 from './icons/SafePayment224.js';
|
|
|
156
153
|
import AspectQuantity24 from './icons/AspectQuantity24.js';
|
|
157
154
|
import AspectSize24 from './icons/AspectSize24.js';
|
|
158
155
|
import AspectWeight24 from './icons/AspectWeight24.js';
|
|
159
|
-
import
|
|
156
|
+
import NotificationQuestion24 from './icons/NotificationQuestion24.js';
|
|
160
157
|
import BasketHandbag24 from './icons/BasketHandbag24.js';
|
|
161
158
|
import BasketMulti24 from './icons/BasketMulti24.js';
|
|
162
159
|
import BasketSave24 from './icons/BasketSave24.js';
|
|
@@ -166,95 +163,97 @@ import ListStandard24 from './icons/ListStandard24.js';
|
|
|
166
163
|
import PromiseCertification24 from './icons/PromiseCertification24.js';
|
|
167
164
|
import PromiseCircularEconomy24 from './icons/PromiseCircularEconomy24.js';
|
|
168
165
|
import PromiseDestocking24 from './icons/PromiseDestocking24.js';
|
|
169
|
-
import
|
|
170
|
-
import
|
|
166
|
+
import BasketAdd24 from './icons/BasketAdd24.js';
|
|
167
|
+
import CardsMonochromeOneyX424 from './icons/CardsMonochromeOneyX424.js';
|
|
171
168
|
import PromiseFunding24 from './icons/PromiseFunding24.js';
|
|
172
169
|
import PromiseMadeInEurope24 from './icons/PromiseMadeInEurope24.js';
|
|
173
|
-
import PromiseModular24 from './icons/PromiseModular24.js';
|
|
174
170
|
import PromiseMadeInFrance24 from './icons/PromiseMadeInFrance24.js';
|
|
171
|
+
import PromiseModular24 from './icons/PromiseModular24.js';
|
|
175
172
|
import PromiseProductOnPicture24 from './icons/PromiseProductOnPicture24.js';
|
|
176
173
|
import PromiseProductSheet24 from './icons/PromiseProductSheet24.js';
|
|
177
174
|
import PromiseScan24 from './icons/PromiseScan24.js';
|
|
178
|
-
import PromiseWarranty24 from './icons/PromiseWarranty24.js';
|
|
179
175
|
import DescribeProject24 from './icons/DescribeProject24.js';
|
|
180
|
-
import
|
|
176
|
+
import PromiseWarranty24 from './icons/PromiseWarranty24.js';
|
|
181
177
|
import MakeProject24 from './icons/MakeProject24.js';
|
|
182
178
|
import AfterSalesAfterSalesService24 from './icons/AfterSalesAfterSalesService24.js';
|
|
183
179
|
import AfterSalesHelpline24 from './icons/AfterSalesHelpline24.js';
|
|
184
180
|
import AfterSalesPayback24 from './icons/AfterSalesPayback24.js';
|
|
185
181
|
import AfterSalesSatisfaction24 from './icons/AfterSalesSatisfaction24.js';
|
|
186
182
|
import CustomCopyKey24 from './icons/CustomCopyKey24.js';
|
|
183
|
+
import Inspiration24 from './icons/Inspiration24.js';
|
|
187
184
|
import CustomCourse24 from './icons/CustomCourse24.js';
|
|
188
|
-
import CustomCutWoodGlass24 from './icons/CustomCutWoodGlass24.js';
|
|
189
185
|
import CustomSample24 from './icons/CustomSample24.js';
|
|
190
|
-
import
|
|
186
|
+
import CustomCutWoodGlass24 from './icons/CustomCutWoodGlass24.js';
|
|
191
187
|
import DeliveryDeliveryPickupRelayPoint24 from './icons/DeliveryDeliveryPickupRelayPoint24.js';
|
|
192
188
|
import DeliveryDeliveryPickupStore24 from './icons/DeliveryDeliveryPickupStore24.js';
|
|
193
|
-
import
|
|
189
|
+
import ControlMore24 from './icons/ControlMore24.js';
|
|
190
|
+
import CustomSharpening24 from './icons/CustomSharpening24.js';
|
|
194
191
|
import DeliveryDeliveryLocker24 from './icons/DeliveryDeliveryLocker24.js';
|
|
195
|
-
import PurchaseHelpCarRent24 from './icons/PurchaseHelpCarRent24.js';
|
|
196
192
|
import PurchaseHelpHomeDIY24 from './icons/PurchaseHelpHomeDIY24.js';
|
|
197
|
-
import
|
|
193
|
+
import PurchaseHelpCarRent24 from './icons/PurchaseHelpCarRent24.js';
|
|
198
194
|
import PurchaseHelpToolRent24 from './icons/PurchaseHelpToolRent24.js';
|
|
199
195
|
import TimeDelivery2h24 from './icons/TimeDelivery2h24.js';
|
|
200
196
|
import TimeDelivery3h24 from './icons/TimeDelivery3h24.js';
|
|
201
197
|
import TimeDelivery48h24 from './icons/TimeDelivery48h24.js';
|
|
202
|
-
import
|
|
198
|
+
import DeliveryDeliveryHome24 from './icons/DeliveryDeliveryHome24.js';
|
|
203
199
|
import Tools3d24 from './icons/Tools3d24.js';
|
|
204
200
|
import ToolsCalculator24 from './icons/ToolsCalculator24.js';
|
|
205
|
-
import ToolsComparator24 from './icons/ToolsComparator24.js';
|
|
206
201
|
import CommentComment24 from './icons/CommentComment24.js';
|
|
202
|
+
import ToolsComparator24 from './icons/ToolsComparator24.js';
|
|
203
|
+
import PurchaseHelpHomeInstall24 from './icons/PurchaseHelpHomeInstall24.js';
|
|
207
204
|
import CommentCommunity24 from './icons/CommentCommunity24.js';
|
|
208
205
|
import CommentQuestionArticle24 from './icons/CommentQuestionArticle24.js';
|
|
209
206
|
import CommentReport24 from './icons/CommentReport24.js';
|
|
210
|
-
import ShareShareAndroid24 from './icons/ShareShareAndroid24.js';
|
|
211
207
|
import ShareShareIOS24 from './icons/ShareShareIOS24.js';
|
|
212
208
|
import SocialNetworkFacebook24 from './icons/SocialNetworkFacebook24.js';
|
|
213
209
|
import SocialNetworkInstagram24 from './icons/SocialNetworkInstagram24.js';
|
|
214
210
|
import SocialNetworkLinkedin24 from './icons/SocialNetworkLinkedin24.js';
|
|
215
211
|
import SocialNetworkPinterest24 from './icons/SocialNetworkPinterest24.js';
|
|
216
|
-
import
|
|
212
|
+
import TimeTimeDecline24 from './icons/TimeTimeDecline24.js';
|
|
217
213
|
import SocialNetworkYoutube24 from './icons/SocialNetworkYoutube24.js';
|
|
218
214
|
import ViewLikeNegative24 from './icons/ViewLikeNegative24.js';
|
|
219
215
|
import ViewLikePositive24 from './icons/ViewLikePositive24.js';
|
|
220
|
-
import
|
|
221
|
-
import
|
|
216
|
+
import ShareShareAndroid24 from './icons/ShareShareAndroid24.js';
|
|
217
|
+
import PromiseFashionChoice24 from './icons/PromiseFashionChoice24.js';
|
|
222
218
|
import ViewStarHalf24 from './icons/ViewStarHalf24.js';
|
|
223
219
|
import ViewTesterView24 from './icons/ViewTesterView24.js';
|
|
224
|
-
import
|
|
220
|
+
import SocialNetworkTwitter24 from './icons/SocialNetworkTwitter24.js';
|
|
221
|
+
import PromiseEcoProduct24 from './icons/PromiseEcoProduct24.js';
|
|
225
222
|
import Locator24 from './icons/Locator24.js';
|
|
226
|
-
import Map24 from './icons/Map24.js';
|
|
227
223
|
import Logo24 from './icons/Logo24.js';
|
|
228
|
-
import MonochromeRelayLocation24 from './icons/MonochromeRelayLocation24.js';
|
|
229
224
|
import MonochromeStoreLocation24 from './icons/MonochromeStoreLocation24.js';
|
|
225
|
+
import MonochromeRelayLocation24 from './icons/MonochromeRelayLocation24.js';
|
|
230
226
|
import StoreLM24 from './icons/StoreLM24.js';
|
|
231
227
|
import Attic24 from './icons/Attic24.js';
|
|
232
228
|
import Bathroom24 from './icons/Bathroom24.js';
|
|
233
229
|
import Bedroom24 from './icons/Bedroom24.js';
|
|
234
230
|
import Carpentry24 from './icons/Carpentry24.js';
|
|
235
231
|
import ChristmasTree24 from './icons/ChristmasTree24.js';
|
|
232
|
+
import Map24 from './icons/Map24.js';
|
|
236
233
|
import ConnectedHome24 from './icons/ConnectedHome24.js';
|
|
237
234
|
import Curtains24 from './icons/Curtains24.js';
|
|
238
235
|
import Dressing24 from './icons/Dressing24.js';
|
|
239
|
-
import Electricity24 from './icons/Electricity24.js';
|
|
240
|
-
import Enki24 from './icons/Enki24.js';
|
|
241
236
|
import Floor24 from './icons/Floor24.js';
|
|
237
|
+
import Enki24 from './icons/Enki24.js';
|
|
242
238
|
import Garage24 from './icons/Garage24.js';
|
|
243
239
|
import Garden124 from './icons/Garden124.js';
|
|
244
240
|
import Garden224 from './icons/Garden224.js';
|
|
241
|
+
import Glass24 from './icons/Glass24.js';
|
|
245
242
|
import HardwareStore24 from './icons/HardwareStore24.js';
|
|
246
243
|
import Heater24 from './icons/Heater24.js';
|
|
244
|
+
import Electricity24 from './icons/Electricity24.js';
|
|
247
245
|
import Kids24 from './icons/Kids24.js';
|
|
248
|
-
import Kitchen24 from './icons/Kitchen24.js';
|
|
249
246
|
import Kitchen224 from './icons/Kitchen224.js';
|
|
247
|
+
import Kitchen24 from './icons/Kitchen24.js';
|
|
250
248
|
import Lighting24 from './icons/Lighting24.js';
|
|
251
|
-
import
|
|
249
|
+
import Itinerary24 from './icons/Itinerary24.js';
|
|
252
250
|
import MakeIt24 from './icons/MakeIt24.js';
|
|
253
|
-
import
|
|
254
|
-
import
|
|
251
|
+
import Living24 from './icons/Living24.js';
|
|
252
|
+
import Leak24 from './icons/Leak24.js';
|
|
253
|
+
import Pool24 from './icons/Pool24.js';
|
|
255
254
|
import Terrace24 from './icons/Terrace24.js';
|
|
256
|
-
import Tool24 from './icons/Tool24.js';
|
|
257
255
|
import WoodSaw24 from './icons/WoodSaw24.js';
|
|
256
|
+
import Security24 from './icons/Security24.js';
|
|
258
257
|
import AccountCustomerCollaborator24 from './icons/AccountCustomerCollaborator24.js';
|
|
259
258
|
import AccountCustomerPassion24 from './icons/AccountCustomerPassion24.js';
|
|
260
259
|
import AccountCustomerPro24 from './icons/AccountCustomerPro24.js';
|
|
@@ -262,27 +261,27 @@ import AccountProfileMan24 from './icons/AccountProfileMan24.js';
|
|
|
262
261
|
import AccountProfileView24 from './icons/AccountProfileView24.js';
|
|
263
262
|
import AccountProfileWoman24 from './icons/AccountProfileWoman24.js';
|
|
264
263
|
import CardFunding24 from './icons/CardFunding24.js';
|
|
264
|
+
import Tool24 from './icons/Tool24.js';
|
|
265
265
|
import CardGift24 from './icons/CardGift24.js';
|
|
266
266
|
import CardIDCard24 from './icons/CardIDCard24.js';
|
|
267
267
|
import CardLoyaltyCard24 from './icons/CardLoyaltyCard24.js';
|
|
268
|
-
import ContactMail24 from './icons/ContactMail24.js';
|
|
269
268
|
import ContactPhone24 from './icons/ContactPhone24.js';
|
|
269
|
+
import ContactMail24 from './icons/ContactMail24.js';
|
|
270
270
|
import ContactWebsite24 from './icons/ContactWebsite24.js';
|
|
271
|
-
import
|
|
272
|
-
import SituationTenant24 from './icons/SituationTenant24.js';
|
|
271
|
+
import ViewStarEmpty24 from './icons/ViewStarEmpty24.js';
|
|
273
272
|
import Administration24 from './icons/Administration24.js';
|
|
274
273
|
import Apartment24 from './icons/Apartment24.js';
|
|
275
274
|
import Balcony24 from './icons/Balcony24.js';
|
|
276
275
|
import Blower24 from './icons/Blower24.js';
|
|
277
276
|
import Door24 from './icons/Door24.js';
|
|
278
|
-
import
|
|
277
|
+
import SituationOwner24 from './icons/SituationOwner24.js';
|
|
279
278
|
import Heat24 from './icons/Heat24.js';
|
|
280
|
-
import House24 from './icons/House24.js';
|
|
281
279
|
import IncreaseValue24 from './icons/IncreaseValue24.js';
|
|
280
|
+
import House24 from './icons/House24.js';
|
|
281
|
+
import SituationTenant24 from './icons/SituationTenant24.js';
|
|
282
282
|
import Insulation24 from './icons/Insulation24.js';
|
|
283
|
-
import
|
|
284
|
-
import
|
|
285
|
-
import PaintCan24 from './icons/PaintCan24.js';
|
|
283
|
+
import ViewStarFull24 from './icons/ViewStarFull24.js';
|
|
284
|
+
import EcoSaving24 from './icons/EcoSaving24.js';
|
|
286
285
|
import PartnerCompany24 from './icons/PartnerCompany24.js';
|
|
287
286
|
import PartnerWorker24 from './icons/PartnerWorker24.js';
|
|
288
287
|
import Pipe24 from './icons/Pipe24.js';
|
|
@@ -290,14 +289,14 @@ import Premium24 from './icons/Premium24.js';
|
|
|
290
289
|
import Shutter24 from './icons/Shutter24.js';
|
|
291
290
|
import Survey24 from './icons/Survey24.js';
|
|
292
291
|
import Temperature24 from './icons/Temperature24.js';
|
|
292
|
+
import PaintCan24 from './icons/PaintCan24.js';
|
|
293
293
|
import ThermalControl24 from './icons/ThermalControl24.js';
|
|
294
294
|
import ToolBox24 from './icons/ToolBox24.js';
|
|
295
295
|
import Desktop32 from './icons/Desktop32.js';
|
|
296
296
|
import Laptop32 from './icons/Laptop32.js';
|
|
297
297
|
import Mobile32 from './icons/Mobile32.js';
|
|
298
|
-
import Tablet32 from './icons/Tablet32.js';
|
|
299
298
|
import HygieneCleaned32 from './icons/HygieneCleaned32.js';
|
|
300
|
-
import
|
|
299
|
+
import Tablet32 from './icons/Tablet32.js';
|
|
301
300
|
import HygieneDistance32 from './icons/HygieneDistance32.js';
|
|
302
301
|
import HygieneGel32 from './icons/HygieneGel32.js';
|
|
303
302
|
import HygieneMask32 from './icons/HygieneMask32.js';
|
|
@@ -307,6 +306,7 @@ import PaymentCheckout32 from './icons/PaymentCheckout32.js';
|
|
|
307
306
|
import PaymentNoContact32 from './icons/PaymentNoContact32.js';
|
|
308
307
|
import ServicePurchaseHelpCarOpenBoot32 from './icons/ServicePurchaseHelpCarOpenBoot32.js';
|
|
309
308
|
import ServicePurchaseHelpCarStandInLine32 from './icons/ServicePurchaseHelpCarStandInLine32.js';
|
|
309
|
+
import HygieneDanger32 from './icons/HygieneDanger32.js';
|
|
310
310
|
import ServicePurchaseHelpCarStayInside32 from './icons/ServicePurchaseHelpCarStayInside32.js';
|
|
311
311
|
import ServicePurchaseHelpLoading32 from './icons/ServicePurchaseHelpLoading32.js';
|
|
312
312
|
import ServicePurchaseHelpNoCarRent32 from './icons/ServicePurchaseHelpNoCarRent32.js';
|
|
@@ -335,16 +335,15 @@ import View36032 from './icons/View36032.js';
|
|
|
335
335
|
import ArrowArrowBottom32 from './icons/ArrowArrowBottom32.js';
|
|
336
336
|
import ArrowArrowLeft32 from './icons/ArrowArrowLeft32.js';
|
|
337
337
|
import ArrowArrowRight32 from './icons/ArrowArrowRight32.js';
|
|
338
|
-
import ArrowArrowTop32 from './icons/ArrowArrowTop32.js';
|
|
339
338
|
import ArrowArrowBottomLeft32 from './icons/ArrowArrowBottomLeft32.js';
|
|
340
339
|
import ArrowArrowBottomRight32 from './icons/ArrowArrowBottomRight32.js';
|
|
340
|
+
import ArrowBack32 from './icons/ArrowBack32.js';
|
|
341
341
|
import ArrowArrowTopLeft32 from './icons/ArrowArrowTopLeft32.js';
|
|
342
342
|
import ArrowArrowTopRight32 from './icons/ArrowArrowTopRight32.js';
|
|
343
|
-
import
|
|
343
|
+
import ArrowArrowTop32 from './icons/ArrowArrowTop32.js';
|
|
344
344
|
import ArrowDoubleArrowLeft32 from './icons/ArrowDoubleArrowLeft32.js';
|
|
345
345
|
import ArrowDoubleArrowRight32 from './icons/ArrowDoubleArrowRight32.js';
|
|
346
346
|
import ArrowDown32 from './icons/ArrowDown32.js';
|
|
347
|
-
import ArrowNext32 from './icons/ArrowNext32.js';
|
|
348
347
|
import ArrowUp32 from './icons/ArrowUp32.js';
|
|
349
348
|
import ControlCircleCross32 from './icons/ControlCircleCross32.js';
|
|
350
349
|
import ControlCircleLess32 from './icons/ControlCircleLess32.js';
|
|
@@ -355,7 +354,8 @@ import ControlMore32 from './icons/ControlMore32.js';
|
|
|
355
354
|
import ControlTagCross32 from './icons/ControlTagCross32.js';
|
|
356
355
|
import DisplayBlink32 from './icons/DisplayBlink32.js';
|
|
357
356
|
import DisplayCalendar32 from './icons/DisplayCalendar32.js';
|
|
358
|
-
import
|
|
357
|
+
import ArrowNext32 from './icons/ArrowNext32.js';
|
|
358
|
+
import Paint24 from './icons/Paint24.js';
|
|
359
359
|
import DisplayDisplayFullFilled32 from './icons/DisplayDisplayFullFilled32.js';
|
|
360
360
|
import DisplayDisplayFullOutline32 from './icons/DisplayDisplayFullOutline32.js';
|
|
361
361
|
import DisplayDisplayListFilled32 from './icons/DisplayDisplayListFilled32.js';
|
|
@@ -367,104 +367,103 @@ import DisplayDisplayProductX4Outline32 from './icons/DisplayDisplayProductX4Out
|
|
|
367
367
|
import DisplayDisplayProductX932 from './icons/DisplayDisplayProductX932.js';
|
|
368
368
|
import DisplayExternalLink32 from './icons/DisplayExternalLink32.js';
|
|
369
369
|
import DisplayFilter32 from './icons/DisplayFilter32.js';
|
|
370
|
-
import DisplayHome32 from './icons/DisplayHome32.js';
|
|
371
370
|
import DisplayLogOut32 from './icons/DisplayLogOut32.js';
|
|
372
371
|
import DisplayMenu32 from './icons/DisplayMenu32.js';
|
|
373
|
-
import DisplayMovingBlock32 from './icons/DisplayMovingBlock32.js';
|
|
374
372
|
import DisplayOptions32 from './icons/DisplayOptions32.js';
|
|
373
|
+
import DisplayMovingBlock32 from './icons/DisplayMovingBlock32.js';
|
|
375
374
|
import DisplayOther32 from './icons/DisplayOther32.js';
|
|
376
|
-
import
|
|
377
|
-
import DisplayRefresh32 from './icons/DisplayRefresh32.js';
|
|
375
|
+
import DisplayHome32 from './icons/DisplayHome32.js';
|
|
378
376
|
import DisplayScreenRotation32 from './icons/DisplayScreenRotation32.js';
|
|
379
|
-
import
|
|
377
|
+
import LessonDIY24 from './icons/LessonDIY24.js';
|
|
378
|
+
import DisplayRefresh32 from './icons/DisplayRefresh32.js';
|
|
379
|
+
import DisplaySetting32 from './icons/DisplaySetting32.js';
|
|
380
380
|
import DisplaySearchList32 from './icons/DisplaySearchList32.js';
|
|
381
381
|
import DisplaySearchProduct32 from './icons/DisplaySearchProduct32.js';
|
|
382
|
-
import DisplaySetting32 from './icons/DisplaySetting32.js';
|
|
383
|
-
import DisplayView32 from './icons/DisplayView32.js';
|
|
384
382
|
import DisplayVocalSearch32 from './icons/DisplayVocalSearch32.js';
|
|
383
|
+
import DisplayProductNumb32 from './icons/DisplayProductNumb32.js';
|
|
384
|
+
import DisplaySearch32 from './icons/DisplaySearch32.js';
|
|
385
385
|
import NotificationAvailable32 from './icons/NotificationAvailable32.js';
|
|
386
386
|
import NotificationBell32 from './icons/NotificationBell32.js';
|
|
387
387
|
import NotificationCircleAvailable32 from './icons/NotificationCircleAvailable32.js';
|
|
388
|
-
import
|
|
389
|
-
import NotificationQuestion32 from './icons/NotificationQuestion32.js';
|
|
390
|
-
import NotificationWarning32 from './icons/NotificationWarning32.js';
|
|
388
|
+
import DisplayConnect32 from './icons/DisplayConnect32.js';
|
|
391
389
|
import PublishCopy32 from './icons/PublishCopy32.js';
|
|
392
390
|
import PublishEdit32 from './icons/PublishEdit32.js';
|
|
391
|
+
import NotificationInformation32 from './icons/NotificationInformation32.js';
|
|
392
|
+
import DisplayView32 from './icons/DisplayView32.js';
|
|
393
|
+
import NotificationQuestion32 from './icons/NotificationQuestion32.js';
|
|
393
394
|
import PublishFavorite32 from './icons/PublishFavorite32.js';
|
|
394
|
-
import
|
|
395
|
+
import Level24 from './icons/Level24.js';
|
|
395
396
|
import PublishLock32 from './icons/PublishLock32.js';
|
|
396
|
-
import PublishSend32 from './icons/PublishSend32.js';
|
|
397
|
-
import PublishTrashbin32 from './icons/PublishTrashbin32.js';
|
|
398
|
-
import Bill32 from './icons/Bill32.js';
|
|
399
397
|
import CardsMonochromeAmericanExpress32 from './icons/CardsMonochromeAmericanExpress32.js';
|
|
400
398
|
import CardsMonochromeCB32 from './icons/CardsMonochromeCB32.js';
|
|
401
|
-
import
|
|
399
|
+
import PublishTrashbin32 from './icons/PublishTrashbin32.js';
|
|
402
400
|
import CardsMonochromeGift32 from './icons/CardsMonochromeGift32.js';
|
|
403
|
-
import
|
|
401
|
+
import CardsMonochromeCheque32 from './icons/CardsMonochromeCheque32.js';
|
|
402
|
+
import Bill32 from './icons/Bill32.js';
|
|
404
403
|
import CardsMonochromeLoyalty32 from './icons/CardsMonochromeLoyalty32.js';
|
|
405
|
-
import
|
|
406
|
-
import CardsMonochromeMastercard32 from './icons/CardsMonochromeMastercard32.js';
|
|
404
|
+
import PublishFavoriteFull32 from './icons/PublishFavoriteFull32.js';
|
|
407
405
|
import CardsMonochromeOney32 from './icons/CardsMonochromeOney32.js';
|
|
408
406
|
import CardsMonochromeOneyX332 from './icons/CardsMonochromeOneyX332.js';
|
|
409
407
|
import CardsMonochromeOneyX432 from './icons/CardsMonochromeOneyX432.js';
|
|
408
|
+
import CardsMonochromeIllicado32 from './icons/CardsMonochromeIllicado32.js';
|
|
410
409
|
import CardsMonochromePaylib32 from './icons/CardsMonochromePaylib32.js';
|
|
411
|
-
import
|
|
412
|
-
import
|
|
413
|
-
import DetailsOrder32 from './icons/DetailsOrder32.js';
|
|
414
|
-
import Euro32 from './icons/Euro32.js';
|
|
410
|
+
import CardsMonochromeMastercard32 from './icons/CardsMonochromeMastercard32.js';
|
|
411
|
+
import PublishSend32 from './icons/PublishSend32.js';
|
|
415
412
|
import Receipt32 from './icons/Receipt32.js';
|
|
416
|
-
import
|
|
413
|
+
import Euro32 from './icons/Euro32.js';
|
|
414
|
+
import CardsMonochromeVisa32 from './icons/CardsMonochromeVisa32.js';
|
|
417
415
|
import SafePayment232 from './icons/SafePayment232.js';
|
|
418
|
-
import
|
|
419
|
-
import
|
|
416
|
+
import CardsMonochromePaypal32 from './icons/CardsMonochromePaypal32.js';
|
|
417
|
+
import DetailsOrder32 from './icons/DetailsOrder32.js';
|
|
420
418
|
import AspectWeight32 from './icons/AspectWeight32.js';
|
|
419
|
+
import AspectSize32 from './icons/AspectSize32.js';
|
|
420
|
+
import AspectQuantity32 from './icons/AspectQuantity32.js';
|
|
421
421
|
import BasketAdd32 from './icons/BasketAdd32.js';
|
|
422
422
|
import BasketHandbag32 from './icons/BasketHandbag32.js';
|
|
423
423
|
import BasketMulti32 from './icons/BasketMulti32.js';
|
|
424
|
-
import BasketSave32 from './icons/BasketSave32.js';
|
|
425
|
-
import BasketStandard32 from './icons/BasketStandard32.js';
|
|
426
424
|
import ListAdd32 from './icons/ListAdd32.js';
|
|
427
425
|
import ListStandard32 from './icons/ListStandard32.js';
|
|
426
|
+
import BasketSave32 from './icons/BasketSave32.js';
|
|
427
|
+
import BasketStandard32 from './icons/BasketStandard32.js';
|
|
428
428
|
import PromiseCertification32 from './icons/PromiseCertification32.js';
|
|
429
429
|
import PromiseCircularEconomy32 from './icons/PromiseCircularEconomy32.js';
|
|
430
|
-
import
|
|
431
|
-
import
|
|
432
|
-
import
|
|
433
|
-
import PromiseFashionChoice32 from './icons/PromiseFashionChoice32.js';
|
|
434
|
-
import PromiseMadeInEurope32 from './icons/PromiseMadeInEurope32.js';
|
|
430
|
+
import NotificationWarning32 from './icons/NotificationWarning32.js';
|
|
431
|
+
import SafePayment132 from './icons/SafePayment132.js';
|
|
432
|
+
import CardsMonochromeMaestro32 from './icons/CardsMonochromeMaestro32.js';
|
|
435
433
|
import PromiseMadeInFrance32 from './icons/PromiseMadeInFrance32.js';
|
|
434
|
+
import PromiseEcoProduct32 from './icons/PromiseEcoProduct32.js';
|
|
435
|
+
import PromiseDestocking32 from './icons/PromiseDestocking32.js';
|
|
436
436
|
import PromiseModular32 from './icons/PromiseModular32.js';
|
|
437
437
|
import PromiseProductOnPicture32 from './icons/PromiseProductOnPicture32.js';
|
|
438
|
-
import PromiseProductSheet32 from './icons/PromiseProductSheet32.js';
|
|
439
|
-
import PromiseScan32 from './icons/PromiseScan32.js';
|
|
440
|
-
import PromiseWarranty32 from './icons/PromiseWarranty32.js';
|
|
441
438
|
import DescribeProject32 from './icons/DescribeProject32.js';
|
|
439
|
+
import PromiseWarranty32 from './icons/PromiseWarranty32.js';
|
|
440
|
+
import PromiseFunding32 from './icons/PromiseFunding32.js';
|
|
442
441
|
import Inspiration32 from './icons/Inspiration32.js';
|
|
443
|
-
import
|
|
442
|
+
import PromiseScan32 from './icons/PromiseScan32.js';
|
|
443
|
+
import PromiseProductSheet32 from './icons/PromiseProductSheet32.js';
|
|
444
444
|
import AfterSalesAfterSalesService32 from './icons/AfterSalesAfterSalesService32.js';
|
|
445
445
|
import AfterSalesHelpline32 from './icons/AfterSalesHelpline32.js';
|
|
446
|
-
import AfterSalesPayback32 from './icons/AfterSalesPayback32.js';
|
|
447
|
-
import AfterSalesSatisfaction32 from './icons/AfterSalesSatisfaction32.js';
|
|
448
446
|
import CustomCopyKey32 from './icons/CustomCopyKey32.js';
|
|
449
|
-
import
|
|
450
|
-
import
|
|
447
|
+
import PromiseMadeInEurope32 from './icons/PromiseMadeInEurope32.js';
|
|
448
|
+
import MakeProject32 from './icons/MakeProject32.js';
|
|
451
449
|
import CustomSample32 from './icons/CustomSample32.js';
|
|
450
|
+
import AfterSalesPayback32 from './icons/AfterSalesPayback32.js';
|
|
451
|
+
import AfterSalesSatisfaction32 from './icons/AfterSalesSatisfaction32.js';
|
|
452
|
+
import PromiseFashionChoice32 from './icons/PromiseFashionChoice32.js';
|
|
452
453
|
import CustomSharpening32 from './icons/CustomSharpening32.js';
|
|
453
|
-
import DeliveryDeliveryPickupRelayPoint32 from './icons/DeliveryDeliveryPickupRelayPoint32.js';
|
|
454
|
-
import DeliveryDeliveryPickupStore32 from './icons/DeliveryDeliveryPickupStore32.js';
|
|
455
|
-
import DeliveryDeliveryHome32 from './icons/DeliveryDeliveryHome32.js';
|
|
456
454
|
import DeliveryDeliveryLocker32 from './icons/DeliveryDeliveryLocker32.js';
|
|
457
455
|
import PurchaseHelpCarRent32 from './icons/PurchaseHelpCarRent32.js';
|
|
458
|
-
import
|
|
456
|
+
import DeliveryDeliveryHome32 from './icons/DeliveryDeliveryHome32.js';
|
|
459
457
|
import PurchaseHelpHomeInstall32 from './icons/PurchaseHelpHomeInstall32.js';
|
|
458
|
+
import PurchaseHelpHomeDIY32 from './icons/PurchaseHelpHomeDIY32.js';
|
|
460
459
|
import PurchaseHelpToolRent32 from './icons/PurchaseHelpToolRent32.js';
|
|
461
|
-
import TimeDelivery2h32 from './icons/TimeDelivery2h32.js';
|
|
462
460
|
import TimeDelivery3h32 from './icons/TimeDelivery3h32.js';
|
|
463
|
-
import
|
|
461
|
+
import CustomCourse32 from './icons/CustomCourse32.js';
|
|
462
|
+
import DeliveryDeliveryPickupRelayPoint32 from './icons/DeliveryDeliveryPickupRelayPoint32.js';
|
|
464
463
|
import TimeTimeDecline32 from './icons/TimeTimeDecline32.js';
|
|
465
464
|
import Tools3d32 from './icons/Tools3d32.js';
|
|
466
465
|
import ToolsCalculator32 from './icons/ToolsCalculator32.js';
|
|
467
|
-
import
|
|
466
|
+
import CustomCutWoodGlass32 from './icons/CustomCutWoodGlass32.js';
|
|
468
467
|
import CommentComment32 from './icons/CommentComment32.js';
|
|
469
468
|
import CommentCommunity32 from './icons/CommentCommunity32.js';
|
|
470
469
|
import CommentQuestionArticle32 from './icons/CommentQuestionArticle32.js';
|
|
@@ -472,66 +471,69 @@ import CommentReport32 from './icons/CommentReport32.js';
|
|
|
472
471
|
import ShareShareAndroid32 from './icons/ShareShareAndroid32.js';
|
|
473
472
|
import ShareShareIOS32 from './icons/ShareShareIOS32.js';
|
|
474
473
|
import SocialNetworkFacebook32 from './icons/SocialNetworkFacebook32.js';
|
|
475
|
-
import
|
|
474
|
+
import ToolsComparator32 from './icons/ToolsComparator32.js';
|
|
476
475
|
import SocialNetworkLinkedin32 from './icons/SocialNetworkLinkedin32.js';
|
|
477
476
|
import SocialNetworkPinterest32 from './icons/SocialNetworkPinterest32.js';
|
|
478
477
|
import SocialNetworkTwitter32 from './icons/SocialNetworkTwitter32.js';
|
|
479
478
|
import SocialNetworkYoutube32 from './icons/SocialNetworkYoutube32.js';
|
|
480
479
|
import ViewLikeNegative32 from './icons/ViewLikeNegative32.js';
|
|
480
|
+
import DeliveryDeliveryPickupStore32 from './icons/DeliveryDeliveryPickupStore32.js';
|
|
481
481
|
import ViewLikePositive32 from './icons/ViewLikePositive32.js';
|
|
482
482
|
import ViewStarEmpty32 from './icons/ViewStarEmpty32.js';
|
|
483
483
|
import ViewStarFull32 from './icons/ViewStarFull32.js';
|
|
484
484
|
import ViewStarHalf32 from './icons/ViewStarHalf32.js';
|
|
485
|
-
import
|
|
486
|
-
import Itinerary32 from './icons/Itinerary32.js';
|
|
485
|
+
import TimeDelivery2h32 from './icons/TimeDelivery2h32.js';
|
|
487
486
|
import Locator32 from './icons/Locator32.js';
|
|
488
487
|
import Logo32 from './icons/Logo32.js';
|
|
489
488
|
import Map32 from './icons/Map32.js';
|
|
490
489
|
import MonochromeRelayLocation32 from './icons/MonochromeRelayLocation32.js';
|
|
491
490
|
import MonochromeStoreLocation32 from './icons/MonochromeStoreLocation32.js';
|
|
492
491
|
import StoreLM32 from './icons/StoreLM32.js';
|
|
493
|
-
import
|
|
492
|
+
import SocialNetworkInstagram32 from './icons/SocialNetworkInstagram32.js';
|
|
494
493
|
import Bathroom32 from './icons/Bathroom32.js';
|
|
495
494
|
import Bedroom32 from './icons/Bedroom32.js';
|
|
496
495
|
import Carpentry32 from './icons/Carpentry32.js';
|
|
497
496
|
import ChristmasTree32 from './icons/ChristmasTree32.js';
|
|
498
497
|
import ConnectedHome32 from './icons/ConnectedHome32.js';
|
|
499
498
|
import Curtains32 from './icons/Curtains32.js';
|
|
500
|
-
import
|
|
499
|
+
import ViewTesterView32 from './icons/ViewTesterView32.js';
|
|
501
500
|
import Electricity32 from './icons/Electricity32.js';
|
|
502
501
|
import Enki32 from './icons/Enki32.js';
|
|
502
|
+
import TimeDelivery48h32 from './icons/TimeDelivery48h32.js';
|
|
503
503
|
import Floor32 from './icons/Floor32.js';
|
|
504
504
|
import Garage32 from './icons/Garage32.js';
|
|
505
505
|
import Garden132 from './icons/Garden132.js';
|
|
506
|
-
import
|
|
506
|
+
import Glass32 from './icons/Glass32.js';
|
|
507
507
|
import HardwareStore32 from './icons/HardwareStore32.js';
|
|
508
508
|
import Heater32 from './icons/Heater32.js';
|
|
509
|
-
import
|
|
509
|
+
import Attic32 from './icons/Attic32.js';
|
|
510
510
|
import Kitchen32 from './icons/Kitchen32.js';
|
|
511
511
|
import Kitchen232 from './icons/Kitchen232.js';
|
|
512
|
-
import
|
|
512
|
+
import Leak32 from './icons/Leak32.js';
|
|
513
|
+
import Dressing32 from './icons/Dressing32.js';
|
|
513
514
|
import Living32 from './icons/Living32.js';
|
|
514
515
|
import MakeIt32 from './icons/MakeIt32.js';
|
|
515
|
-
import
|
|
516
|
+
import Itinerary32 from './icons/Itinerary32.js';
|
|
517
|
+
import Garden232 from './icons/Garden232.js';
|
|
518
|
+
import Pool32 from './icons/Pool32.js';
|
|
516
519
|
import Security32 from './icons/Security32.js';
|
|
517
520
|
import Terrace32 from './icons/Terrace32.js';
|
|
518
521
|
import Tool32 from './icons/Tool32.js';
|
|
519
|
-
import
|
|
522
|
+
import Lighting32 from './icons/Lighting32.js';
|
|
520
523
|
import AccountCustomerCollaborator32 from './icons/AccountCustomerCollaborator32.js';
|
|
521
524
|
import AccountCustomerPassion32 from './icons/AccountCustomerPassion32.js';
|
|
522
525
|
import AccountCustomerPro32 from './icons/AccountCustomerPro32.js';
|
|
523
526
|
import AccountProfileMan32 from './icons/AccountProfileMan32.js';
|
|
524
|
-
import
|
|
525
|
-
import AccountProfileWoman32 from './icons/AccountProfileWoman32.js';
|
|
527
|
+
import WoodSaw32 from './icons/WoodSaw32.js';
|
|
526
528
|
import CardFunding32 from './icons/CardFunding32.js';
|
|
527
529
|
import CardGift32 from './icons/CardGift32.js';
|
|
530
|
+
import Kids32 from './icons/Kids32.js';
|
|
528
531
|
import CardIDCard32 from './icons/CardIDCard32.js';
|
|
529
532
|
import CardLoyaltyCard32 from './icons/CardLoyaltyCard32.js';
|
|
530
|
-
import
|
|
533
|
+
import AccountProfileWoman32 from './icons/AccountProfileWoman32.js';
|
|
531
534
|
import ContactPhone32 from './icons/ContactPhone32.js';
|
|
532
535
|
import ContactWebsite32 from './icons/ContactWebsite32.js';
|
|
533
536
|
import SituationOwner32 from './icons/SituationOwner32.js';
|
|
534
|
-
import SituationTenant32 from './icons/SituationTenant32.js';
|
|
535
537
|
import Administration32 from './icons/Administration32.js';
|
|
536
538
|
import Apartment32 from './icons/Apartment32.js';
|
|
537
539
|
import Balcony32 from './icons/Balcony32.js';
|
|
@@ -544,13 +546,13 @@ import IncreaseValue32 from './icons/IncreaseValue32.js';
|
|
|
544
546
|
import Insulation32 from './icons/Insulation32.js';
|
|
545
547
|
import LessonDIY32 from './icons/LessonDIY32.js';
|
|
546
548
|
import Level32 from './icons/Level32.js';
|
|
549
|
+
import SituationTenant32 from './icons/SituationTenant32.js';
|
|
547
550
|
import PaintCan32 from './icons/PaintCan32.js';
|
|
548
551
|
import PartnerCompany32 from './icons/PartnerCompany32.js';
|
|
549
|
-
import PartnerWorker32 from './icons/PartnerWorker32.js';
|
|
550
552
|
import Pipe32 from './icons/Pipe32.js';
|
|
551
553
|
import Premium32 from './icons/Premium32.js';
|
|
552
|
-
import Shutter32 from './icons/Shutter32.js';
|
|
553
554
|
import Survey32 from './icons/Survey32.js';
|
|
555
|
+
import AccountProfileView32 from './icons/AccountProfileView32.js';
|
|
554
556
|
import Temperature32 from './icons/Temperature32.js';
|
|
555
557
|
import ThermalControl32 from './icons/ThermalControl32.js';
|
|
556
558
|
import ToolBox32 from './icons/ToolBox32.js';
|
|
@@ -560,8 +562,9 @@ import Mobile48 from './icons/Mobile48.js';
|
|
|
560
562
|
import Tablet48 from './icons/Tablet48.js';
|
|
561
563
|
import HygieneCleaned48 from './icons/HygieneCleaned48.js';
|
|
562
564
|
import HygieneDanger48 from './icons/HygieneDanger48.js';
|
|
565
|
+
import Shutter32 from './icons/Shutter32.js';
|
|
563
566
|
import HygieneDistance48 from './icons/HygieneDistance48.js';
|
|
564
|
-
import
|
|
567
|
+
import ContactMail32 from './icons/ContactMail32.js';
|
|
565
568
|
import HygieneMask48 from './icons/HygieneMask48.js';
|
|
566
569
|
import HygieneNoContact48 from './icons/HygieneNoContact48.js';
|
|
567
570
|
import HygienePlexiglas48 from './icons/HygienePlexiglas48.js';
|
|
@@ -569,120 +572,118 @@ import PaymentCheckout48 from './icons/PaymentCheckout48.js';
|
|
|
569
572
|
import PaymentNoContact48 from './icons/PaymentNoContact48.js';
|
|
570
573
|
import ServicePurchaseHelpCarOpenBoot48 from './icons/ServicePurchaseHelpCarOpenBoot48.js';
|
|
571
574
|
import ServicePurchaseHelpCarStandInLine48 from './icons/ServicePurchaseHelpCarStandInLine48.js';
|
|
572
|
-
import
|
|
575
|
+
import Paint32 from './icons/Paint32.js';
|
|
573
576
|
import ServicePurchaseHelpLoading48 from './icons/ServicePurchaseHelpLoading48.js';
|
|
574
577
|
import ServicePurchaseHelpNoCarRent48 from './icons/ServicePurchaseHelpNoCarRent48.js';
|
|
575
|
-
import ServicePurchaseHelpRequest48 from './icons/ServicePurchaseHelpRequest48.js';
|
|
576
578
|
import ServicePurchaseHelpTruck48 from './icons/ServicePurchaseHelpTruck48.js';
|
|
579
|
+
import ServicePurchaseHelpRequest48 from './icons/ServicePurchaseHelpRequest48.js';
|
|
577
580
|
import UniverseEssentialProduct48 from './icons/UniverseEssentialProduct48.js';
|
|
578
581
|
import BookStore48 from './icons/BookStore48.js';
|
|
579
|
-
import
|
|
582
|
+
import ServicePurchaseHelpCarStayInside48 from './icons/ServicePurchaseHelpCarStayInside48.js';
|
|
580
583
|
import DownloadApp48 from './icons/DownloadApp48.js';
|
|
581
584
|
import DownloadWeb48 from './icons/DownloadWeb48.js';
|
|
582
585
|
import FullScreen48 from './icons/FullScreen48.js';
|
|
583
586
|
import NoPicture48 from './icons/NoPicture48.js';
|
|
584
587
|
import Pdf48 from './icons/Pdf48.js';
|
|
585
|
-
import
|
|
588
|
+
import HygieneGel48 from './icons/HygieneGel48.js';
|
|
586
589
|
import Player48 from './icons/Player48.js';
|
|
587
590
|
import Print48 from './icons/Print48.js';
|
|
588
591
|
import Project48 from './icons/Project48.js';
|
|
589
592
|
import Read48 from './icons/Read48.js';
|
|
590
593
|
import ReduceScreen48 from './icons/ReduceScreen48.js';
|
|
591
594
|
import Slideshow48 from './icons/Slideshow48.js';
|
|
592
|
-
import
|
|
595
|
+
import Camera48 from './icons/Camera48.js';
|
|
593
596
|
import Stop48 from './icons/Stop48.js';
|
|
594
|
-
import
|
|
597
|
+
import Sound48 from './icons/Sound48.js';
|
|
595
598
|
import Upload48 from './icons/Upload48.js';
|
|
596
599
|
import View36048 from './icons/View36048.js';
|
|
597
600
|
import ArrowArrowBottom48 from './icons/ArrowArrowBottom48.js';
|
|
598
|
-
import ArrowArrowLeft48 from './icons/ArrowArrowLeft48.js';
|
|
599
601
|
import ArrowArrowRight48 from './icons/ArrowArrowRight48.js';
|
|
600
602
|
import ArrowArrowTop48 from './icons/ArrowArrowTop48.js';
|
|
601
603
|
import ArrowArrowBottomLeft48 from './icons/ArrowArrowBottomLeft48.js';
|
|
602
|
-
import ArrowArrowBottomRight48 from './icons/ArrowArrowBottomRight48.js';
|
|
603
604
|
import ArrowArrowTopLeft48 from './icons/ArrowArrowTopLeft48.js';
|
|
605
|
+
import ArrowArrowBottomRight48 from './icons/ArrowArrowBottomRight48.js';
|
|
606
|
+
import ArrowArrowLeft48 from './icons/ArrowArrowLeft48.js';
|
|
604
607
|
import ArrowArrowTopRight48 from './icons/ArrowArrowTopRight48.js';
|
|
605
608
|
import ArrowBack48 from './icons/ArrowBack48.js';
|
|
606
|
-
import
|
|
607
|
-
import ArrowDoubleArrowRight48 from './icons/ArrowDoubleArrowRight48.js';
|
|
609
|
+
import Play48 from './icons/Play48.js';
|
|
608
610
|
import ArrowDown48 from './icons/ArrowDown48.js';
|
|
609
611
|
import ArrowNext48 from './icons/ArrowNext48.js';
|
|
610
|
-
import ArrowUp48 from './icons/ArrowUp48.js';
|
|
611
612
|
import ControlCircleCross48 from './icons/ControlCircleCross48.js';
|
|
613
|
+
import ArrowUp48 from './icons/ArrowUp48.js';
|
|
612
614
|
import ControlCircleLess48 from './icons/ControlCircleLess48.js';
|
|
613
615
|
import ControlCircleMore48 from './icons/ControlCircleMore48.js';
|
|
614
|
-
import ControlCross48 from './icons/ControlCross48.js';
|
|
615
616
|
import ControlLess48 from './icons/ControlLess48.js';
|
|
617
|
+
import ControlCross48 from './icons/ControlCross48.js';
|
|
616
618
|
import ControlMore48 from './icons/ControlMore48.js';
|
|
617
619
|
import ControlTagCross48 from './icons/ControlTagCross48.js';
|
|
618
|
-
import
|
|
620
|
+
import PartnerWorker32 from './icons/PartnerWorker32.js';
|
|
621
|
+
import ArrowDoubleArrowRight48 from './icons/ArrowDoubleArrowRight48.js';
|
|
619
622
|
import DisplayCalendar48 from './icons/DisplayCalendar48.js';
|
|
620
623
|
import DisplayConnect48 from './icons/DisplayConnect48.js';
|
|
621
624
|
import DisplayDisplayFullFilled48 from './icons/DisplayDisplayFullFilled48.js';
|
|
622
|
-
import
|
|
623
|
-
import DisplayDisplayListFilled48 from './icons/DisplayDisplayListFilled48.js';
|
|
625
|
+
import ArrowDoubleArrowLeft48 from './icons/ArrowDoubleArrowLeft48.js';
|
|
624
626
|
import DisplayDisplayListOutline48 from './icons/DisplayDisplayListOutline48.js';
|
|
625
|
-
import
|
|
627
|
+
import TimeRead48 from './icons/TimeRead48.js';
|
|
626
628
|
import DisplayDisplayMobileVertical48 from './icons/DisplayDisplayMobileVertical48.js';
|
|
627
629
|
import DisplayDisplayProductX4Filled48 from './icons/DisplayDisplayProductX4Filled48.js';
|
|
628
|
-
import
|
|
630
|
+
import DisplayDisplayFullOutline48 from './icons/DisplayDisplayFullOutline48.js';
|
|
629
631
|
import DisplayDisplayProductX948 from './icons/DisplayDisplayProductX948.js';
|
|
630
632
|
import DisplayExternalLink48 from './icons/DisplayExternalLink48.js';
|
|
633
|
+
import DisplayDisplayProductX4Outline48 from './icons/DisplayDisplayProductX4Outline48.js';
|
|
634
|
+
import DisplayDisplayListFilled48 from './icons/DisplayDisplayListFilled48.js';
|
|
635
|
+
import DisplayBlink48 from './icons/DisplayBlink48.js';
|
|
631
636
|
import DisplayFilter48 from './icons/DisplayFilter48.js';
|
|
632
|
-
import DisplayHome48 from './icons/DisplayHome48.js';
|
|
633
|
-
import DisplayLogOut48 from './icons/DisplayLogOut48.js';
|
|
634
|
-
import DisplayMenu48 from './icons/DisplayMenu48.js';
|
|
635
|
-
import DisplayMovingBlock48 from './icons/DisplayMovingBlock48.js';
|
|
636
|
-
import DisplayOptions48 from './icons/DisplayOptions48.js';
|
|
637
637
|
import DisplayOther48 from './icons/DisplayOther48.js';
|
|
638
638
|
import DisplayProductNumb48 from './icons/DisplayProductNumb48.js';
|
|
639
|
+
import DisplayMovingBlock48 from './icons/DisplayMovingBlock48.js';
|
|
639
640
|
import DisplayRefresh48 from './icons/DisplayRefresh48.js';
|
|
640
|
-
import
|
|
641
|
+
import DisplayMenu48 from './icons/DisplayMenu48.js';
|
|
642
|
+
import DisplayOptions48 from './icons/DisplayOptions48.js';
|
|
641
643
|
import DisplaySearch48 from './icons/DisplaySearch48.js';
|
|
644
|
+
import DisplayDisplayMobileHorizontal48 from './icons/DisplayDisplayMobileHorizontal48.js';
|
|
642
645
|
import DisplaySearchList48 from './icons/DisplaySearchList48.js';
|
|
643
646
|
import DisplaySearchProduct48 from './icons/DisplaySearchProduct48.js';
|
|
644
647
|
import DisplaySetting48 from './icons/DisplaySetting48.js';
|
|
645
|
-
import DisplayView48 from './icons/DisplayView48.js';
|
|
646
|
-
import DisplayVocalSearch48 from './icons/DisplayVocalSearch48.js';
|
|
647
|
-
import NotificationAvailable48 from './icons/NotificationAvailable48.js';
|
|
648
648
|
import NotificationBell48 from './icons/NotificationBell48.js';
|
|
649
649
|
import NotificationCircleAvailable48 from './icons/NotificationCircleAvailable48.js';
|
|
650
650
|
import NotificationInformation48 from './icons/NotificationInformation48.js';
|
|
651
|
-
import
|
|
651
|
+
import DisplayScreenRotation48 from './icons/DisplayScreenRotation48.js';
|
|
652
652
|
import NotificationWarning48 from './icons/NotificationWarning48.js';
|
|
653
|
+
import DisplayVocalSearch48 from './icons/DisplayVocalSearch48.js';
|
|
653
654
|
import PublishCopy48 from './icons/PublishCopy48.js';
|
|
654
655
|
import PublishEdit48 from './icons/PublishEdit48.js';
|
|
655
656
|
import PublishFavorite48 from './icons/PublishFavorite48.js';
|
|
656
|
-
import
|
|
657
|
-
import
|
|
657
|
+
import DisplayHome48 from './icons/DisplayHome48.js';
|
|
658
|
+
import DisplayLogOut48 from './icons/DisplayLogOut48.js';
|
|
658
659
|
import PublishSend48 from './icons/PublishSend48.js';
|
|
659
660
|
import PublishTrashbin48 from './icons/PublishTrashbin48.js';
|
|
660
|
-
import Bill48 from './icons/Bill48.js';
|
|
661
661
|
import CardsMonochromeAmericanExpress48 from './icons/CardsMonochromeAmericanExpress48.js';
|
|
662
|
+
import Bill48 from './icons/Bill48.js';
|
|
663
|
+
import PublishLock48 from './icons/PublishLock48.js';
|
|
662
664
|
import CardsMonochromeCB48 from './icons/CardsMonochromeCB48.js';
|
|
663
|
-
import CardsMonochromeCheque48 from './icons/CardsMonochromeCheque48.js';
|
|
664
|
-
import CardsMonochromeIllicado48 from './icons/CardsMonochromeIllicado48.js';
|
|
665
665
|
import CardsMonochromeGift48 from './icons/CardsMonochromeGift48.js';
|
|
666
|
+
import CardsMonochromeIllicado48 from './icons/CardsMonochromeIllicado48.js';
|
|
666
667
|
import CardsMonochromeLoyalty48 from './icons/CardsMonochromeLoyalty48.js';
|
|
667
|
-
import
|
|
668
|
+
import PublishFavoriteFull48 from './icons/PublishFavoriteFull48.js';
|
|
668
669
|
import CardsMonochromeMastercard48 from './icons/CardsMonochromeMastercard48.js';
|
|
669
670
|
import CardsMonochromeOney48 from './icons/CardsMonochromeOney48.js';
|
|
670
671
|
import CardsMonochromeOneyX348 from './icons/CardsMonochromeOneyX348.js';
|
|
671
672
|
import CardsMonochromeOneyX448 from './icons/CardsMonochromeOneyX448.js';
|
|
672
673
|
import CardsMonochromePaylib48 from './icons/CardsMonochromePaylib48.js';
|
|
673
674
|
import CardsMonochromePaypal48 from './icons/CardsMonochromePaypal48.js';
|
|
674
|
-
import CardsMonochromeVisa48 from './icons/CardsMonochromeVisa48.js';
|
|
675
675
|
import DetailsOrder48 from './icons/DetailsOrder48.js';
|
|
676
|
-
import
|
|
676
|
+
import CardsMonochromeVisa48 from './icons/CardsMonochromeVisa48.js';
|
|
677
|
+
import CardsMonochromeCheque48 from './icons/CardsMonochromeCheque48.js';
|
|
677
678
|
import Receipt48 from './icons/Receipt48.js';
|
|
678
679
|
import SafePayment148 from './icons/SafePayment148.js';
|
|
679
680
|
import SafePayment248 from './icons/SafePayment248.js';
|
|
680
681
|
import AspectQuantity48 from './icons/AspectQuantity48.js';
|
|
681
682
|
import AspectSize48 from './icons/AspectSize48.js';
|
|
682
683
|
import AspectWeight48 from './icons/AspectWeight48.js';
|
|
683
|
-
import
|
|
684
|
+
import Euro48 from './icons/Euro48.js';
|
|
684
685
|
import BasketHandbag48 from './icons/BasketHandbag48.js';
|
|
685
|
-
import
|
|
686
|
+
import CardsMonochromeMaestro48 from './icons/CardsMonochromeMaestro48.js';
|
|
686
687
|
import BasketSave48 from './icons/BasketSave48.js';
|
|
687
688
|
import BasketStandard48 from './icons/BasketStandard48.js';
|
|
688
689
|
import ListAdd48 from './icons/ListAdd48.js';
|
|
@@ -698,30 +699,31 @@ import PromiseMadeInFrance48 from './icons/PromiseMadeInFrance48.js';
|
|
|
698
699
|
import PromiseModular48 from './icons/PromiseModular48.js';
|
|
699
700
|
import PromiseProductOnPicture48 from './icons/PromiseProductOnPicture48.js';
|
|
700
701
|
import PromiseProductSheet48 from './icons/PromiseProductSheet48.js';
|
|
701
|
-
import
|
|
702
|
+
import BasketAdd48 from './icons/BasketAdd48.js';
|
|
702
703
|
import PromiseWarranty48 from './icons/PromiseWarranty48.js';
|
|
703
|
-
import
|
|
704
|
-
import
|
|
704
|
+
import NotificationQuestion48 from './icons/NotificationQuestion48.js';
|
|
705
|
+
import PromiseScan48 from './icons/PromiseScan48.js';
|
|
705
706
|
import MakeProject48 from './icons/MakeProject48.js';
|
|
706
707
|
import AfterSalesAfterSalesService48 from './icons/AfterSalesAfterSalesService48.js';
|
|
708
|
+
import NotificationAvailable48 from './icons/NotificationAvailable48.js';
|
|
707
709
|
import AfterSalesHelpline48 from './icons/AfterSalesHelpline48.js';
|
|
708
|
-
import
|
|
709
|
-
import AfterSalesSatisfaction48 from './icons/AfterSalesSatisfaction48.js';
|
|
710
|
+
import DescribeProject48 from './icons/DescribeProject48.js';
|
|
710
711
|
import CustomCopyKey48 from './icons/CustomCopyKey48.js';
|
|
712
|
+
import AfterSalesSatisfaction48 from './icons/AfterSalesSatisfaction48.js';
|
|
711
713
|
import CustomCourse48 from './icons/CustomCourse48.js';
|
|
712
714
|
import CustomCutWoodGlass48 from './icons/CustomCutWoodGlass48.js';
|
|
713
715
|
import CustomSample48 from './icons/CustomSample48.js';
|
|
714
716
|
import CustomSharpening48 from './icons/CustomSharpening48.js';
|
|
715
717
|
import DeliveryDeliveryPickupRelayPoint48 from './icons/DeliveryDeliveryPickupRelayPoint48.js';
|
|
716
|
-
import DeliveryDeliveryPickupStore48 from './icons/DeliveryDeliveryPickupStore48.js';
|
|
717
718
|
import DeliveryDeliveryHome48 from './icons/DeliveryDeliveryHome48.js';
|
|
719
|
+
import DeliveryDeliveryPickupStore48 from './icons/DeliveryDeliveryPickupStore48.js';
|
|
718
720
|
import DeliveryDeliveryLocker48 from './icons/DeliveryDeliveryLocker48.js';
|
|
719
721
|
import PurchaseHelpCarRent48 from './icons/PurchaseHelpCarRent48.js';
|
|
720
722
|
import PurchaseHelpHomeDIY48 from './icons/PurchaseHelpHomeDIY48.js';
|
|
721
723
|
import PurchaseHelpHomeInstall48 from './icons/PurchaseHelpHomeInstall48.js';
|
|
722
724
|
import PurchaseHelpToolRent48 from './icons/PurchaseHelpToolRent48.js';
|
|
723
|
-
import TimeDelivery2h48 from './icons/TimeDelivery2h48.js';
|
|
724
725
|
import TimeDelivery3h48 from './icons/TimeDelivery3h48.js';
|
|
726
|
+
import TimeDelivery2h48 from './icons/TimeDelivery2h48.js';
|
|
725
727
|
import TimeDelivery48h48 from './icons/TimeDelivery48h48.js';
|
|
726
728
|
import TimeTimeDecline48 from './icons/TimeTimeDecline48.js';
|
|
727
729
|
import Tools3d48 from './icons/Tools3d48.js';
|
|
@@ -733,7 +735,7 @@ import CommentQuestionArticle48 from './icons/CommentQuestionArticle48.js';
|
|
|
733
735
|
import CommentReport48 from './icons/CommentReport48.js';
|
|
734
736
|
import ShareShareAndroid48 from './icons/ShareShareAndroid48.js';
|
|
735
737
|
import ShareShareIOS48 from './icons/ShareShareIOS48.js';
|
|
736
|
-
import
|
|
738
|
+
import BasketMulti48 from './icons/BasketMulti48.js';
|
|
737
739
|
import SocialNetworkInstagram48 from './icons/SocialNetworkInstagram48.js';
|
|
738
740
|
import SocialNetworkLinkedin48 from './icons/SocialNetworkLinkedin48.js';
|
|
739
741
|
import SocialNetworkPinterest48 from './icons/SocialNetworkPinterest48.js';
|
|
@@ -752,7 +754,7 @@ import Map48 from './icons/Map48.js';
|
|
|
752
754
|
import MonochromeRelayLocation48 from './icons/MonochromeRelayLocation48.js';
|
|
753
755
|
import MonochromeStoreLocation48 from './icons/MonochromeStoreLocation48.js';
|
|
754
756
|
import StoreLM48 from './icons/StoreLM48.js';
|
|
755
|
-
import
|
|
757
|
+
import SocialNetworkFacebook48 from './icons/SocialNetworkFacebook48.js';
|
|
756
758
|
import Bathroom48 from './icons/Bathroom48.js';
|
|
757
759
|
import Bedroom48 from './icons/Bedroom48.js';
|
|
758
760
|
import Carpentry48 from './icons/Carpentry48.js';
|
|
@@ -762,82 +764,85 @@ import Curtains48 from './icons/Curtains48.js';
|
|
|
762
764
|
import Dressing48 from './icons/Dressing48.js';
|
|
763
765
|
import Electricity48 from './icons/Electricity48.js';
|
|
764
766
|
import Enki48 from './icons/Enki48.js';
|
|
765
|
-
import
|
|
767
|
+
import Inspiration48 from './icons/Inspiration48.js';
|
|
766
768
|
import Garage48 from './icons/Garage48.js';
|
|
767
769
|
import Garden148 from './icons/Garden148.js';
|
|
768
770
|
import Garden248 from './icons/Garden248.js';
|
|
771
|
+
import Glass48 from './icons/Glass48.js';
|
|
769
772
|
import HardwareStore48 from './icons/HardwareStore48.js';
|
|
770
773
|
import Heater48 from './icons/Heater48.js';
|
|
771
|
-
import
|
|
774
|
+
import Floor48 from './icons/Floor48.js';
|
|
772
775
|
import Kitchen48 from './icons/Kitchen48.js';
|
|
773
776
|
import Kitchen248 from './icons/Kitchen248.js';
|
|
777
|
+
import Leak48 from './icons/Leak48.js';
|
|
774
778
|
import Lighting48 from './icons/Lighting48.js';
|
|
775
779
|
import Living48 from './icons/Living48.js';
|
|
780
|
+
import DisplayView48 from './icons/DisplayView48.js';
|
|
776
781
|
import MakeIt48 from './icons/MakeIt48.js';
|
|
777
782
|
import Paint48 from './icons/Paint48.js';
|
|
783
|
+
import Pool48 from './icons/Pool48.js';
|
|
778
784
|
import Security48 from './icons/Security48.js';
|
|
779
785
|
import Terrace48 from './icons/Terrace48.js';
|
|
780
|
-
import Tool48 from './icons/Tool48.js';
|
|
781
786
|
import WoodSaw48 from './icons/WoodSaw48.js';
|
|
787
|
+
import Attic48 from './icons/Attic48.js';
|
|
782
788
|
import AccountCustomerCollaborator48 from './icons/AccountCustomerCollaborator48.js';
|
|
783
|
-
import AccountCustomerPassion48 from './icons/AccountCustomerPassion48.js';
|
|
784
789
|
import AccountCustomerPro48 from './icons/AccountCustomerPro48.js';
|
|
785
790
|
import AccountProfileMan48 from './icons/AccountProfileMan48.js';
|
|
786
|
-
import
|
|
791
|
+
import AfterSalesPayback48 from './icons/AfterSalesPayback48.js';
|
|
787
792
|
import AccountProfileWoman48 from './icons/AccountProfileWoman48.js';
|
|
788
793
|
import CardFunding48 from './icons/CardFunding48.js';
|
|
794
|
+
import AccountCustomerPassion48 from './icons/AccountCustomerPassion48.js';
|
|
789
795
|
import CardGift48 from './icons/CardGift48.js';
|
|
790
|
-
import CardIDCard48 from './icons/CardIDCard48.js';
|
|
791
796
|
import CardLoyaltyCard48 from './icons/CardLoyaltyCard48.js';
|
|
792
797
|
import ContactMail48 from './icons/ContactMail48.js';
|
|
793
798
|
import ContactPhone48 from './icons/ContactPhone48.js';
|
|
799
|
+
import CardIDCard48 from './icons/CardIDCard48.js';
|
|
794
800
|
import ContactWebsite48 from './icons/ContactWebsite48.js';
|
|
795
|
-
import SituationOwner48 from './icons/SituationOwner48.js';
|
|
796
801
|
import SituationTenant48 from './icons/SituationTenant48.js';
|
|
797
802
|
import Administration48 from './icons/Administration48.js';
|
|
798
803
|
import Apartment48 from './icons/Apartment48.js';
|
|
799
804
|
import Balcony48 from './icons/Balcony48.js';
|
|
800
805
|
import Blower48 from './icons/Blower48.js';
|
|
801
806
|
import Door48 from './icons/Door48.js';
|
|
802
|
-
import
|
|
803
|
-
import
|
|
807
|
+
import Kids48 from './icons/Kids48.js';
|
|
808
|
+
import AccountProfileView48 from './icons/AccountProfileView48.js';
|
|
804
809
|
import House48 from './icons/House48.js';
|
|
805
|
-
import
|
|
806
|
-
import
|
|
810
|
+
import SituationOwner48 from './icons/SituationOwner48.js';
|
|
811
|
+
import EcoSaving48 from './icons/EcoSaving48.js';
|
|
807
812
|
import LessonDIY48 from './icons/LessonDIY48.js';
|
|
808
|
-
import
|
|
813
|
+
import Insulation48 from './icons/Insulation48.js';
|
|
809
814
|
import PaintCan48 from './icons/PaintCan48.js';
|
|
810
815
|
import PartnerCompany48 from './icons/PartnerCompany48.js';
|
|
811
816
|
import PartnerWorker48 from './icons/PartnerWorker48.js';
|
|
812
817
|
import Pipe48 from './icons/Pipe48.js';
|
|
813
|
-
import Premium48 from './icons/Premium48.js';
|
|
814
818
|
import Shutter48 from './icons/Shutter48.js';
|
|
819
|
+
import Premium48 from './icons/Premium48.js';
|
|
815
820
|
import Survey48 from './icons/Survey48.js';
|
|
816
|
-
import
|
|
817
|
-
import
|
|
821
|
+
import Level48 from './icons/Level48.js';
|
|
822
|
+
import Heat48 from './icons/Heat48.js';
|
|
818
823
|
import ToolBox48 from './icons/ToolBox48.js';
|
|
819
|
-
import
|
|
824
|
+
import ThermalControl48 from './icons/ThermalControl48.js';
|
|
820
825
|
import Laptop64 from './icons/Laptop64.js';
|
|
821
|
-
import Mobile64 from './icons/Mobile64.js';
|
|
822
826
|
import Tablet64 from './icons/Tablet64.js';
|
|
827
|
+
import Mobile64 from './icons/Mobile64.js';
|
|
823
828
|
import HygieneCleaned64 from './icons/HygieneCleaned64.js';
|
|
824
829
|
import HygieneDanger64 from './icons/HygieneDanger64.js';
|
|
825
830
|
import HygieneDistance64 from './icons/HygieneDistance64.js';
|
|
826
|
-
import
|
|
831
|
+
import Desktop64 from './icons/Desktop64.js';
|
|
827
832
|
import HygieneMask64 from './icons/HygieneMask64.js';
|
|
833
|
+
import HygieneGel64 from './icons/HygieneGel64.js';
|
|
828
834
|
import HygieneNoContact64 from './icons/HygieneNoContact64.js';
|
|
829
|
-
import HygienePlexiglas64 from './icons/HygienePlexiglas64.js';
|
|
830
|
-
import PaymentCheckout64 from './icons/PaymentCheckout64.js';
|
|
831
835
|
import PaymentNoContact64 from './icons/PaymentNoContact64.js';
|
|
832
836
|
import ServicePurchaseHelpCarOpenBoot64 from './icons/ServicePurchaseHelpCarOpenBoot64.js';
|
|
837
|
+
import PaymentCheckout64 from './icons/PaymentCheckout64.js';
|
|
833
838
|
import ServicePurchaseHelpCarStandInLine64 from './icons/ServicePurchaseHelpCarStandInLine64.js';
|
|
834
839
|
import ServicePurchaseHelpCarStayInside64 from './icons/ServicePurchaseHelpCarStayInside64.js';
|
|
835
|
-
import
|
|
840
|
+
import Temperature48 from './icons/Temperature48.js';
|
|
841
|
+
import HygienePlexiglas64 from './icons/HygienePlexiglas64.js';
|
|
836
842
|
import ServicePurchaseHelpNoCarRent64 from './icons/ServicePurchaseHelpNoCarRent64.js';
|
|
837
843
|
import ServicePurchaseHelpRequest64 from './icons/ServicePurchaseHelpRequest64.js';
|
|
838
|
-
import ServicePurchaseHelpTruck64 from './icons/ServicePurchaseHelpTruck64.js';
|
|
839
|
-
import UniverseEssentialProduct64 from './icons/UniverseEssentialProduct64.js';
|
|
840
844
|
import BookStore64 from './icons/BookStore64.js';
|
|
845
|
+
import ServicePurchaseHelpTruck64 from './icons/ServicePurchaseHelpTruck64.js';
|
|
841
846
|
import Camera64 from './icons/Camera64.js';
|
|
842
847
|
import DownloadApp64 from './icons/DownloadApp64.js';
|
|
843
848
|
import DownloadWeb64 from './icons/DownloadWeb64.js';
|
|
@@ -845,36 +850,37 @@ import FullScreen64 from './icons/FullScreen64.js';
|
|
|
845
850
|
import NoPicture64 from './icons/NoPicture64.js';
|
|
846
851
|
import Pdf64 from './icons/Pdf64.js';
|
|
847
852
|
import Play64 from './icons/Play64.js';
|
|
853
|
+
import UniverseEssentialProduct64 from './icons/UniverseEssentialProduct64.js';
|
|
848
854
|
import Player64 from './icons/Player64.js';
|
|
849
855
|
import Print64 from './icons/Print64.js';
|
|
850
856
|
import Project64 from './icons/Project64.js';
|
|
851
|
-
import Read64 from './icons/Read64.js';
|
|
852
857
|
import ReduceScreen64 from './icons/ReduceScreen64.js';
|
|
853
858
|
import Slideshow64 from './icons/Slideshow64.js';
|
|
854
859
|
import Sound64 from './icons/Sound64.js';
|
|
855
860
|
import Stop64 from './icons/Stop64.js';
|
|
856
861
|
import TimeRead64 from './icons/TimeRead64.js';
|
|
857
|
-
import Upload64 from './icons/Upload64.js';
|
|
858
|
-
import View36064 from './icons/View36064.js';
|
|
859
862
|
import ArrowArrowBottom64 from './icons/ArrowArrowBottom64.js';
|
|
863
|
+
import View36064 from './icons/View36064.js';
|
|
864
|
+
import Upload64 from './icons/Upload64.js';
|
|
865
|
+
import Read64 from './icons/Read64.js';
|
|
860
866
|
import ArrowArrowLeft64 from './icons/ArrowArrowLeft64.js';
|
|
861
867
|
import ArrowArrowRight64 from './icons/ArrowArrowRight64.js';
|
|
862
868
|
import ArrowArrowTop64 from './icons/ArrowArrowTop64.js';
|
|
863
|
-
import ArrowArrowBottomLeft64 from './icons/ArrowArrowBottomLeft64.js';
|
|
864
869
|
import ArrowArrowBottomRight64 from './icons/ArrowArrowBottomRight64.js';
|
|
865
870
|
import ArrowArrowTopLeft64 from './icons/ArrowArrowTopLeft64.js';
|
|
866
871
|
import ArrowArrowTopRight64 from './icons/ArrowArrowTopRight64.js';
|
|
867
|
-
import ArrowBack64 from './icons/ArrowBack64.js';
|
|
868
872
|
import ArrowDoubleArrowLeft64 from './icons/ArrowDoubleArrowLeft64.js';
|
|
873
|
+
import ArrowBack64 from './icons/ArrowBack64.js';
|
|
869
874
|
import ArrowDoubleArrowRight64 from './icons/ArrowDoubleArrowRight64.js';
|
|
870
875
|
import ArrowDown64 from './icons/ArrowDown64.js';
|
|
871
876
|
import ArrowNext64 from './icons/ArrowNext64.js';
|
|
872
877
|
import ArrowUp64 from './icons/ArrowUp64.js';
|
|
878
|
+
import ArrowArrowBottomLeft64 from './icons/ArrowArrowBottomLeft64.js';
|
|
873
879
|
import ControlCircleCross64 from './icons/ControlCircleCross64.js';
|
|
874
880
|
import ControlCircleLess64 from './icons/ControlCircleLess64.js';
|
|
875
881
|
import ControlCircleMore64 from './icons/ControlCircleMore64.js';
|
|
876
|
-
import ControlCross64 from './icons/ControlCross64.js';
|
|
877
882
|
import ControlLess64 from './icons/ControlLess64.js';
|
|
883
|
+
import ControlCross64 from './icons/ControlCross64.js';
|
|
878
884
|
import ControlMore64 from './icons/ControlMore64.js';
|
|
879
885
|
import ControlTagCross64 from './icons/ControlTagCross64.js';
|
|
880
886
|
import DisplayBlink64 from './icons/DisplayBlink64.js';
|
|
@@ -882,54 +888,53 @@ import DisplayCalendar64 from './icons/DisplayCalendar64.js';
|
|
|
882
888
|
import DisplayConnect64 from './icons/DisplayConnect64.js';
|
|
883
889
|
import DisplayDisplayFullFilled64 from './icons/DisplayDisplayFullFilled64.js';
|
|
884
890
|
import DisplayDisplayFullOutline64 from './icons/DisplayDisplayFullOutline64.js';
|
|
885
|
-
import DisplayDisplayListFilled64 from './icons/DisplayDisplayListFilled64.js';
|
|
886
891
|
import DisplayDisplayListOutline64 from './icons/DisplayDisplayListOutline64.js';
|
|
887
|
-
import
|
|
888
|
-
import DisplayDisplayMobileVertical64 from './icons/DisplayDisplayMobileVertical64.js';
|
|
889
|
-
import DisplayDisplayProductX4Filled64 from './icons/DisplayDisplayProductX4Filled64.js';
|
|
892
|
+
import ServicePurchaseHelpLoading64 from './icons/ServicePurchaseHelpLoading64.js';
|
|
890
893
|
import DisplayDisplayProductX4Outline64 from './icons/DisplayDisplayProductX4Outline64.js';
|
|
894
|
+
import Tool48 from './icons/Tool48.js';
|
|
895
|
+
import DisplayDisplayProductX4Filled64 from './icons/DisplayDisplayProductX4Filled64.js';
|
|
896
|
+
import DisplayDisplayListFilled64 from './icons/DisplayDisplayListFilled64.js';
|
|
891
897
|
import DisplayDisplayProductX964 from './icons/DisplayDisplayProductX964.js';
|
|
892
|
-
import DisplayExternalLink64 from './icons/DisplayExternalLink64.js';
|
|
893
898
|
import DisplayFilter64 from './icons/DisplayFilter64.js';
|
|
894
|
-
import
|
|
895
|
-
import DisplayLogOut64 from './icons/DisplayLogOut64.js';
|
|
896
|
-
import DisplayMenu64 from './icons/DisplayMenu64.js';
|
|
899
|
+
import DisplayExternalLink64 from './icons/DisplayExternalLink64.js';
|
|
897
900
|
import DisplayMovingBlock64 from './icons/DisplayMovingBlock64.js';
|
|
901
|
+
import IncreaseValue48 from './icons/IncreaseValue48.js';
|
|
902
|
+
import DisplayMenu64 from './icons/DisplayMenu64.js';
|
|
898
903
|
import DisplayOptions64 from './icons/DisplayOptions64.js';
|
|
899
|
-
import
|
|
904
|
+
import DisplayHome64 from './icons/DisplayHome64.js';
|
|
905
|
+
import DisplayDisplayMobileHorizontal64 from './icons/DisplayDisplayMobileHorizontal64.js';
|
|
900
906
|
import DisplayProductNumb64 from './icons/DisplayProductNumb64.js';
|
|
901
907
|
import DisplayRefresh64 from './icons/DisplayRefresh64.js';
|
|
902
|
-
import DisplayScreenRotation64 from './icons/DisplayScreenRotation64.js';
|
|
903
|
-
import DisplaySearch64 from './icons/DisplaySearch64.js';
|
|
904
|
-
import DisplaySearchList64 from './icons/DisplaySearchList64.js';
|
|
905
908
|
import DisplaySearchProduct64 from './icons/DisplaySearchProduct64.js';
|
|
909
|
+
import DisplayDisplayMobileVertical64 from './icons/DisplayDisplayMobileVertical64.js';
|
|
910
|
+
import DisplaySearch64 from './icons/DisplaySearch64.js';
|
|
906
911
|
import DisplaySetting64 from './icons/DisplaySetting64.js';
|
|
907
912
|
import DisplayView64 from './icons/DisplayView64.js';
|
|
908
913
|
import DisplayVocalSearch64 from './icons/DisplayVocalSearch64.js';
|
|
914
|
+
import DisplayScreenRotation64 from './icons/DisplayScreenRotation64.js';
|
|
909
915
|
import NotificationAvailable64 from './icons/NotificationAvailable64.js';
|
|
910
|
-
import NotificationBell64 from './icons/NotificationBell64.js';
|
|
911
916
|
import NotificationCircleAvailable64 from './icons/NotificationCircleAvailable64.js';
|
|
912
|
-
import
|
|
917
|
+
import NotificationBell64 from './icons/NotificationBell64.js';
|
|
913
918
|
import NotificationQuestion64 from './icons/NotificationQuestion64.js';
|
|
914
919
|
import NotificationWarning64 from './icons/NotificationWarning64.js';
|
|
915
920
|
import PublishCopy64 from './icons/PublishCopy64.js';
|
|
916
921
|
import PublishEdit64 from './icons/PublishEdit64.js';
|
|
917
922
|
import PublishFavorite64 from './icons/PublishFavorite64.js';
|
|
918
923
|
import PublishFavoriteFull64 from './icons/PublishFavoriteFull64.js';
|
|
924
|
+
import NotificationInformation64 from './icons/NotificationInformation64.js';
|
|
919
925
|
import PublishLock64 from './icons/PublishLock64.js';
|
|
920
926
|
import PublishSend64 from './icons/PublishSend64.js';
|
|
921
927
|
import PublishTrashbin64 from './icons/PublishTrashbin64.js';
|
|
922
|
-
import Bill64 from './icons/Bill64.js';
|
|
923
|
-
import CardsMonochromeAmericanExpress64 from './icons/CardsMonochromeAmericanExpress64.js';
|
|
924
928
|
import CardsMonochromeCB64 from './icons/CardsMonochromeCB64.js';
|
|
929
|
+
import CardsMonochromeAmericanExpress64 from './icons/CardsMonochromeAmericanExpress64.js';
|
|
925
930
|
import CardsMonochromeCheque64 from './icons/CardsMonochromeCheque64.js';
|
|
926
931
|
import CardsMonochromeGift64 from './icons/CardsMonochromeGift64.js';
|
|
927
932
|
import CardsMonochromeIllicado64 from './icons/CardsMonochromeIllicado64.js';
|
|
928
933
|
import CardsMonochromeLoyalty64 from './icons/CardsMonochromeLoyalty64.js';
|
|
929
|
-
import
|
|
934
|
+
import Bill64 from './icons/Bill64.js';
|
|
930
935
|
import CardsMonochromeMastercard64 from './icons/CardsMonochromeMastercard64.js';
|
|
936
|
+
import CardsMonochromeMaestro64 from './icons/CardsMonochromeMaestro64.js';
|
|
931
937
|
import CardsMonochromeOney64 from './icons/CardsMonochromeOney64.js';
|
|
932
|
-
import CardsMonochromeOneyX364 from './icons/CardsMonochromeOneyX364.js';
|
|
933
938
|
import CardsMonochromeOneyX464 from './icons/CardsMonochromeOneyX464.js';
|
|
934
939
|
import CardsMonochromePaylib64 from './icons/CardsMonochromePaylib64.js';
|
|
935
940
|
import CardsMonochromePaypal64 from './icons/CardsMonochromePaypal64.js';
|
|
@@ -939,53 +944,53 @@ import Euro64 from './icons/Euro64.js';
|
|
|
939
944
|
import Receipt64 from './icons/Receipt64.js';
|
|
940
945
|
import SafePayment164 from './icons/SafePayment164.js';
|
|
941
946
|
import SafePayment264 from './icons/SafePayment264.js';
|
|
942
|
-
import AspectQuantity64 from './icons/AspectQuantity64.js';
|
|
943
947
|
import AspectSize64 from './icons/AspectSize64.js';
|
|
948
|
+
import AspectQuantity64 from './icons/AspectQuantity64.js';
|
|
949
|
+
import CardsMonochromeOneyX364 from './icons/CardsMonochromeOneyX364.js';
|
|
944
950
|
import AspectWeight64 from './icons/AspectWeight64.js';
|
|
945
951
|
import BasketAdd64 from './icons/BasketAdd64.js';
|
|
946
952
|
import BasketHandbag64 from './icons/BasketHandbag64.js';
|
|
947
953
|
import BasketMulti64 from './icons/BasketMulti64.js';
|
|
948
|
-
import BasketStandard64 from './icons/BasketStandard64.js';
|
|
949
954
|
import BasketSave64 from './icons/BasketSave64.js';
|
|
950
955
|
import ListAdd64 from './icons/ListAdd64.js';
|
|
951
956
|
import ListStandard64 from './icons/ListStandard64.js';
|
|
952
957
|
import PromiseCertification64 from './icons/PromiseCertification64.js';
|
|
958
|
+
import BasketStandard64 from './icons/BasketStandard64.js';
|
|
953
959
|
import PromiseCircularEconomy64 from './icons/PromiseCircularEconomy64.js';
|
|
954
|
-
import PromiseDestocking64 from './icons/PromiseDestocking64.js';
|
|
955
960
|
import PromiseEcoProduct64 from './icons/PromiseEcoProduct64.js';
|
|
961
|
+
import PromiseDestocking64 from './icons/PromiseDestocking64.js';
|
|
956
962
|
import PromiseFashionChoice64 from './icons/PromiseFashionChoice64.js';
|
|
957
|
-
import PromiseFunding64 from './icons/PromiseFunding64.js';
|
|
958
|
-
import PromiseMadeInEurope64 from './icons/PromiseMadeInEurope64.js';
|
|
959
|
-
import PromiseMadeInFrance64 from './icons/PromiseMadeInFrance64.js';
|
|
960
963
|
import PromiseModular64 from './icons/PromiseModular64.js';
|
|
961
|
-
import
|
|
964
|
+
import PromiseMadeInFrance64 from './icons/PromiseMadeInFrance64.js';
|
|
965
|
+
import PromiseMadeInEurope64 from './icons/PromiseMadeInEurope64.js';
|
|
966
|
+
import PromiseFunding64 from './icons/PromiseFunding64.js';
|
|
967
|
+
import DisplayLogOut64 from './icons/DisplayLogOut64.js';
|
|
962
968
|
import PromiseProductSheet64 from './icons/PromiseProductSheet64.js';
|
|
963
969
|
import PromiseScan64 from './icons/PromiseScan64.js';
|
|
964
|
-
import PromiseWarranty64 from './icons/PromiseWarranty64.js';
|
|
965
970
|
import DescribeProject64 from './icons/DescribeProject64.js';
|
|
966
971
|
import Inspiration64 from './icons/Inspiration64.js';
|
|
972
|
+
import DisplaySearchList64 from './icons/DisplaySearchList64.js';
|
|
973
|
+
import PromiseWarranty64 from './icons/PromiseWarranty64.js';
|
|
967
974
|
import MakeProject64 from './icons/MakeProject64.js';
|
|
968
|
-
import AfterSalesAfterSalesService64 from './icons/AfterSalesAfterSalesService64.js';
|
|
969
975
|
import AfterSalesHelpline64 from './icons/AfterSalesHelpline64.js';
|
|
970
976
|
import AfterSalesPayback64 from './icons/AfterSalesPayback64.js';
|
|
971
|
-
import AfterSalesSatisfaction64 from './icons/AfterSalesSatisfaction64.js';
|
|
972
977
|
import CustomCopyKey64 from './icons/CustomCopyKey64.js';
|
|
973
|
-
import CustomCourse64 from './icons/CustomCourse64.js';
|
|
974
978
|
import CustomCutWoodGlass64 from './icons/CustomCutWoodGlass64.js';
|
|
975
|
-
import
|
|
979
|
+
import CustomCourse64 from './icons/CustomCourse64.js';
|
|
976
980
|
import CustomSharpening64 from './icons/CustomSharpening64.js';
|
|
977
981
|
import DeliveryDeliveryPickupRelayPoint64 from './icons/DeliveryDeliveryPickupRelayPoint64.js';
|
|
982
|
+
import CustomSample64 from './icons/CustomSample64.js';
|
|
983
|
+
import AfterSalesSatisfaction64 from './icons/AfterSalesSatisfaction64.js';
|
|
978
984
|
import DeliveryDeliveryPickupStore64 from './icons/DeliveryDeliveryPickupStore64.js';
|
|
979
985
|
import DeliveryDeliveryHome64 from './icons/DeliveryDeliveryHome64.js';
|
|
980
986
|
import DeliveryDeliveryLocker64 from './icons/DeliveryDeliveryLocker64.js';
|
|
981
|
-
import PurchaseHelpCarRent64 from './icons/PurchaseHelpCarRent64.js';
|
|
982
987
|
import PurchaseHelpHomeDIY64 from './icons/PurchaseHelpHomeDIY64.js';
|
|
983
|
-
import PurchaseHelpHomeInstall64 from './icons/PurchaseHelpHomeInstall64.js';
|
|
984
988
|
import PurchaseHelpToolRent64 from './icons/PurchaseHelpToolRent64.js';
|
|
985
|
-
import
|
|
986
|
-
import
|
|
989
|
+
import PurchaseHelpHomeInstall64 from './icons/PurchaseHelpHomeInstall64.js';
|
|
990
|
+
import PurchaseHelpCarRent64 from './icons/PurchaseHelpCarRent64.js';
|
|
987
991
|
import TimeDelivery48h64 from './icons/TimeDelivery48h64.js';
|
|
988
|
-
import
|
|
992
|
+
import TimeDelivery3h64 from './icons/TimeDelivery3h64.js';
|
|
993
|
+
import TimeDelivery2h64 from './icons/TimeDelivery2h64.js';
|
|
989
994
|
import Tools3d64 from './icons/Tools3d64.js';
|
|
990
995
|
import ToolsCalculator64 from './icons/ToolsCalculator64.js';
|
|
991
996
|
import ToolsComparator64 from './icons/ToolsComparator64.js';
|
|
@@ -994,107 +999,111 @@ import CommentCommunity64 from './icons/CommentCommunity64.js';
|
|
|
994
999
|
import CommentReport64 from './icons/CommentReport64.js';
|
|
995
1000
|
import CommentQuestionArticle64 from './icons/CommentQuestionArticle64.js';
|
|
996
1001
|
import ShareShareAndroid64 from './icons/ShareShareAndroid64.js';
|
|
1002
|
+
import TimeTimeDecline64 from './icons/TimeTimeDecline64.js';
|
|
997
1003
|
import ShareShareIOS64 from './icons/ShareShareIOS64.js';
|
|
998
|
-
import SocialNetworkFacebook64 from './icons/SocialNetworkFacebook64.js';
|
|
999
1004
|
import SocialNetworkInstagram64 from './icons/SocialNetworkInstagram64.js';
|
|
1000
|
-
import
|
|
1005
|
+
import SocialNetworkFacebook64 from './icons/SocialNetworkFacebook64.js';
|
|
1001
1006
|
import SocialNetworkPinterest64 from './icons/SocialNetworkPinterest64.js';
|
|
1002
1007
|
import SocialNetworkTwitter64 from './icons/SocialNetworkTwitter64.js';
|
|
1003
|
-
import
|
|
1008
|
+
import DisplayOther64 from './icons/DisplayOther64.js';
|
|
1004
1009
|
import ViewLikeNegative64 from './icons/ViewLikeNegative64.js';
|
|
1005
1010
|
import ViewLikePositive64 from './icons/ViewLikePositive64.js';
|
|
1006
1011
|
import ViewStarEmpty64 from './icons/ViewStarEmpty64.js';
|
|
1012
|
+
import SocialNetworkLinkedin64 from './icons/SocialNetworkLinkedin64.js';
|
|
1007
1013
|
import ViewStarFull64 from './icons/ViewStarFull64.js';
|
|
1008
1014
|
import ViewStarHalf64 from './icons/ViewStarHalf64.js';
|
|
1009
1015
|
import ViewTesterView64 from './icons/ViewTesterView64.js';
|
|
1010
|
-
import Itinerary64 from './icons/Itinerary64.js';
|
|
1011
1016
|
import Locator64 from './icons/Locator64.js';
|
|
1012
|
-
import Logo64 from './icons/Logo64.js';
|
|
1013
1017
|
import Map64 from './icons/Map64.js';
|
|
1018
|
+
import Logo64 from './icons/Logo64.js';
|
|
1014
1019
|
import MonochromeRelayLocation64 from './icons/MonochromeRelayLocation64.js';
|
|
1015
|
-
import
|
|
1016
|
-
import StoreLM64 from './icons/StoreLM64.js';
|
|
1020
|
+
import Itinerary64 from './icons/Itinerary64.js';
|
|
1017
1021
|
import Attic64 from './icons/Attic64.js';
|
|
1018
|
-
import
|
|
1019
|
-
import
|
|
1022
|
+
import AfterSalesAfterSalesService64 from './icons/AfterSalesAfterSalesService64.js';
|
|
1023
|
+
import StoreLM64 from './icons/StoreLM64.js';
|
|
1020
1024
|
import Carpentry64 from './icons/Carpentry64.js';
|
|
1025
|
+
import Bedroom64 from './icons/Bedroom64.js';
|
|
1021
1026
|
import ChristmasTree64 from './icons/ChristmasTree64.js';
|
|
1022
|
-
import ConnectedHome64 from './icons/ConnectedHome64.js';
|
|
1023
1027
|
import Curtains64 from './icons/Curtains64.js';
|
|
1028
|
+
import ConnectedHome64 from './icons/ConnectedHome64.js';
|
|
1024
1029
|
import Dressing64 from './icons/Dressing64.js';
|
|
1025
1030
|
import Electricity64 from './icons/Electricity64.js';
|
|
1026
|
-
import Enki64 from './icons/Enki64.js';
|
|
1027
1031
|
import Floor64 from './icons/Floor64.js';
|
|
1032
|
+
import Enki64 from './icons/Enki64.js';
|
|
1033
|
+
import Bathroom64 from './icons/Bathroom64.js';
|
|
1028
1034
|
import Garage64 from './icons/Garage64.js';
|
|
1029
|
-
import Garden164 from './icons/Garden164.js';
|
|
1030
1035
|
import Garden264 from './icons/Garden264.js';
|
|
1036
|
+
import Garden164 from './icons/Garden164.js';
|
|
1031
1037
|
import HardwareStore64 from './icons/HardwareStore64.js';
|
|
1032
1038
|
import Heater64 from './icons/Heater64.js';
|
|
1033
|
-
import
|
|
1039
|
+
import PromiseProductOnPicture64 from './icons/PromiseProductOnPicture64.js';
|
|
1034
1040
|
import Kitchen64 from './icons/Kitchen64.js';
|
|
1035
1041
|
import Kitchen264 from './icons/Kitchen264.js';
|
|
1042
|
+
import Leak64 from './icons/Leak64.js';
|
|
1036
1043
|
import Lighting64 from './icons/Lighting64.js';
|
|
1037
1044
|
import Living64 from './icons/Living64.js';
|
|
1038
|
-
import
|
|
1045
|
+
import Glass64 from './icons/Glass64.js';
|
|
1039
1046
|
import Paint64 from './icons/Paint64.js';
|
|
1047
|
+
import Pool64 from './icons/Pool64.js';
|
|
1040
1048
|
import Security64 from './icons/Security64.js';
|
|
1041
1049
|
import Terrace64 from './icons/Terrace64.js';
|
|
1042
|
-
import
|
|
1050
|
+
import MakeIt64 from './icons/MakeIt64.js';
|
|
1043
1051
|
import WoodSaw64 from './icons/WoodSaw64.js';
|
|
1044
|
-
import
|
|
1045
|
-
import AccountCustomerPassion64 from './icons/AccountCustomerPassion64.js';
|
|
1052
|
+
import Tool64 from './icons/Tool64.js';
|
|
1046
1053
|
import AccountCustomerPro64 from './icons/AccountCustomerPro64.js';
|
|
1047
1054
|
import AccountProfileMan64 from './icons/AccountProfileMan64.js';
|
|
1048
|
-
import
|
|
1049
|
-
import AccountProfileWoman64 from './icons/AccountProfileWoman64.js';
|
|
1055
|
+
import AccountCustomerPassion64 from './icons/AccountCustomerPassion64.js';
|
|
1050
1056
|
import CardFunding64 from './icons/CardFunding64.js';
|
|
1057
|
+
import AccountProfileWoman64 from './icons/AccountProfileWoman64.js';
|
|
1058
|
+
import AccountProfileView64 from './icons/AccountProfileView64.js';
|
|
1059
|
+
import AccountCustomerCollaborator64 from './icons/AccountCustomerCollaborator64.js';
|
|
1051
1060
|
import CardGift64 from './icons/CardGift64.js';
|
|
1052
1061
|
import CardIDCard64 from './icons/CardIDCard64.js';
|
|
1053
1062
|
import CardLoyaltyCard64 from './icons/CardLoyaltyCard64.js';
|
|
1054
|
-
import ContactMail64 from './icons/ContactMail64.js';
|
|
1055
1063
|
import ContactPhone64 from './icons/ContactPhone64.js';
|
|
1056
1064
|
import ContactWebsite64 from './icons/ContactWebsite64.js';
|
|
1057
1065
|
import SituationOwner64 from './icons/SituationOwner64.js';
|
|
1058
|
-
import SituationTenant64 from './icons/SituationTenant64.js';
|
|
1059
|
-
import Administration64 from './icons/Administration64.js';
|
|
1060
1066
|
import Apartment64 from './icons/Apartment64.js';
|
|
1067
|
+
import Administration64 from './icons/Administration64.js';
|
|
1068
|
+
import SituationTenant64 from './icons/SituationTenant64.js';
|
|
1061
1069
|
import Balcony64 from './icons/Balcony64.js';
|
|
1062
|
-
import Blower64 from './icons/Blower64.js';
|
|
1063
1070
|
import Door64 from './icons/Door64.js';
|
|
1064
|
-
import
|
|
1071
|
+
import Blower64 from './icons/Blower64.js';
|
|
1072
|
+
import ContactMail64 from './icons/ContactMail64.js';
|
|
1065
1073
|
import Heat64 from './icons/Heat64.js';
|
|
1074
|
+
import EcoSaving64 from './icons/EcoSaving64.js';
|
|
1066
1075
|
import House64 from './icons/House64.js';
|
|
1067
|
-
import IncreaseValue64 from './icons/IncreaseValue64.js';
|
|
1068
|
-
import Insulation64 from './icons/Insulation64.js';
|
|
1069
|
-
import LessonDIY64 from './icons/LessonDIY64.js';
|
|
1070
1076
|
import Level64 from './icons/Level64.js';
|
|
1077
|
+
import LessonDIY64 from './icons/LessonDIY64.js';
|
|
1078
|
+
import Insulation64 from './icons/Insulation64.js';
|
|
1071
1079
|
import PaintCan64 from './icons/PaintCan64.js';
|
|
1072
1080
|
import PartnerCompany64 from './icons/PartnerCompany64.js';
|
|
1073
1081
|
import PartnerWorker64 from './icons/PartnerWorker64.js';
|
|
1082
|
+
import IncreaseValue64 from './icons/IncreaseValue64.js';
|
|
1074
1083
|
import Pipe64 from './icons/Pipe64.js';
|
|
1075
1084
|
import Premium64 from './icons/Premium64.js';
|
|
1076
1085
|
import Shutter64 from './icons/Shutter64.js';
|
|
1077
|
-
import Survey64 from './icons/Survey64.js';
|
|
1078
1086
|
import Temperature64 from './icons/Temperature64.js';
|
|
1079
|
-
import ThermalControl64 from './icons/ThermalControl64.js';
|
|
1080
1087
|
import ToolBox64 from './icons/ToolBox64.js';
|
|
1088
|
+
import ThermalControl64 from './icons/ThermalControl64.js';
|
|
1081
1089
|
import Player96 from './icons/Player96.js';
|
|
1082
1090
|
import View36096 from './icons/View36096.js';
|
|
1083
|
-
|
|
1084
|
-
customElements.define('media-fullscreen-16px', FullScreen16);
|
|
1085
|
-
}
|
|
1091
|
+
import Survey64 from './icons/Survey64.js';
|
|
1086
1092
|
if (!customElements.get('media-reducescreen-16px')) {
|
|
1087
1093
|
customElements.define('media-reducescreen-16px', ReduceScreen16);
|
|
1088
1094
|
}
|
|
1095
|
+
if (!customElements.get('media-fullscreen-16px')) {
|
|
1096
|
+
customElements.define('media-fullscreen-16px', FullScreen16);
|
|
1097
|
+
}
|
|
1089
1098
|
if (!customElements.get('navigation-arrow-arrow--bottom-16px')) {
|
|
1090
1099
|
customElements.define('navigation-arrow-arrow--bottom-16px', ArrowArrowBottom16);
|
|
1091
1100
|
}
|
|
1092
|
-
if (!customElements.get('navigation-arrow-arrow--left-16px')) {
|
|
1093
|
-
customElements.define('navigation-arrow-arrow--left-16px', ArrowArrowLeft16);
|
|
1094
|
-
}
|
|
1095
1101
|
if (!customElements.get('navigation-arrow-arrow--right-16px')) {
|
|
1096
1102
|
customElements.define('navigation-arrow-arrow--right-16px', ArrowArrowRight16);
|
|
1097
1103
|
}
|
|
1104
|
+
if (!customElements.get('navigation-arrow-arrow--left-16px')) {
|
|
1105
|
+
customElements.define('navigation-arrow-arrow--left-16px', ArrowArrowLeft16);
|
|
1106
|
+
}
|
|
1098
1107
|
if (!customElements.get('navigation-arrow-arrow--top-16px')) {
|
|
1099
1108
|
customElements.define('navigation-arrow-arrow--top-16px', ArrowArrowTop16);
|
|
1100
1109
|
}
|
|
@@ -1131,9 +1140,7 @@ if (!customElements.get('navigation-arrow-up-16px')) {
|
|
|
1131
1140
|
if (!customElements.get('navigation-control-cross-16px')) {
|
|
1132
1141
|
customElements.define('navigation-control-cross-16px', ControlCross16);
|
|
1133
1142
|
}
|
|
1134
|
-
|
|
1135
|
-
customElements.define('navigation-control-less-16px', ControlLess16);
|
|
1136
|
-
}
|
|
1143
|
+
import Kids64 from './icons/Kids64.js';
|
|
1137
1144
|
if (!customElements.get('navigation-control-more-16px')) {
|
|
1138
1145
|
customElements.define('navigation-control-more-16px', ControlMore16);
|
|
1139
1146
|
}
|
|
@@ -1146,14 +1153,15 @@ if (!customElements.get('navigation-display-externallink-16px')) {
|
|
|
1146
1153
|
if (!customElements.get('navigation-notification-available-16px')) {
|
|
1147
1154
|
customElements.define('navigation-notification-available-16px', NotificationAvailable16);
|
|
1148
1155
|
}
|
|
1149
|
-
if (!customElements.get('navigation-publish-favorite-16px')) {
|
|
1150
|
-
customElements.define('navigation-publish-favorite-16px', PublishFavorite16);
|
|
1151
|
-
}
|
|
1152
1156
|
if (!customElements.get('navigation-publish-favoritefull-16px')) {
|
|
1153
1157
|
customElements.define('navigation-publish-favoritefull-16px', PublishFavoriteFull16);
|
|
1154
1158
|
}
|
|
1155
|
-
|
|
1156
|
-
|
|
1159
|
+
import MonochromeStoreLocation64 from './icons/MonochromeStoreLocation64.js';
|
|
1160
|
+
if (!customElements.get('navigation-publish-favorite-16px')) {
|
|
1161
|
+
customElements.define('navigation-publish-favorite-16px', PublishFavorite16);
|
|
1162
|
+
}
|
|
1163
|
+
if (!customElements.get('payment-euro-16px')) {
|
|
1164
|
+
customElements.define('payment-euro-16px', Euro16);
|
|
1157
1165
|
}
|
|
1158
1166
|
if (!customElements.get('social-view-like--negative-16px')) {
|
|
1159
1167
|
customElements.define('social-view-like--negative-16px', ViewLikeNegative16);
|
|
@@ -1164,24 +1172,19 @@ if (!customElements.get('social-view-like--positive-16px')) {
|
|
|
1164
1172
|
if (!customElements.get('social-view-star--empty-16px')) {
|
|
1165
1173
|
customElements.define('social-view-star--empty-16px', ViewStarEmpty16);
|
|
1166
1174
|
}
|
|
1175
|
+
if (!customElements.get('navigation-control-less-16px')) {
|
|
1176
|
+
customElements.define('navigation-control-less-16px', ControlLess16);
|
|
1177
|
+
}
|
|
1167
1178
|
if (!customElements.get('social-view-star--full-16px')) {
|
|
1168
1179
|
customElements.define('social-view-star--full-16px', ViewStarFull16);
|
|
1169
1180
|
}
|
|
1170
|
-
if (!customElements.get('payment-euro-16px')) {
|
|
1171
|
-
customElements.define('payment-euro-16px', Euro16);
|
|
1172
|
-
}
|
|
1173
1181
|
if (!customElements.get('social-view-star--half-16px')) {
|
|
1174
1182
|
customElements.define('social-view-star--half-16px', ViewStarHalf16);
|
|
1175
1183
|
}
|
|
1184
|
+
import SocialNetworkYoutube64 from './icons/SocialNetworkYoutube64.js';
|
|
1176
1185
|
if (!customElements.get('store-locator-16px')) {
|
|
1177
1186
|
customElements.define('store-locator-16px', Locator16);
|
|
1178
1187
|
}
|
|
1179
|
-
if (!customElements.get('device-desktop-24px')) {
|
|
1180
|
-
customElements.define('device-desktop-24px', Desktop24);
|
|
1181
|
-
}
|
|
1182
|
-
if (!customElements.get('device-laptop-24px')) {
|
|
1183
|
-
customElements.define('device-laptop-24px', Laptop24);
|
|
1184
|
-
}
|
|
1185
1188
|
if (!customElements.get('device-mobile-24px')) {
|
|
1186
1189
|
customElements.define('device-mobile-24px', Mobile24);
|
|
1187
1190
|
}
|
|
@@ -1224,14 +1227,14 @@ if (!customElements.get('instruction-service-purchasehelp-car--standinline-24px'
|
|
|
1224
1227
|
if (!customElements.get('instruction-service-purchasehelp-car--stayinside-24px')) {
|
|
1225
1228
|
customElements.define('instruction-service-purchasehelp-car--stayinside-24px', ServicePurchaseHelpCarStayInside24);
|
|
1226
1229
|
}
|
|
1227
|
-
if (!customElements.get('instruction-service-purchasehelp-loading-24px')) {
|
|
1228
|
-
customElements.define('instruction-service-purchasehelp-loading-24px', ServicePurchaseHelpLoading24);
|
|
1229
|
-
}
|
|
1230
1230
|
if (!customElements.get('instruction-service-purchasehelp-nocarrent-24px')) {
|
|
1231
1231
|
customElements.define('instruction-service-purchasehelp-nocarrent-24px', ServicePurchaseHelpNoCarRent24);
|
|
1232
1232
|
}
|
|
1233
|
-
if (!customElements.get('instruction-service-purchasehelp-
|
|
1234
|
-
customElements.define('instruction-service-purchasehelp-
|
|
1233
|
+
if (!customElements.get('instruction-service-purchasehelp-loading-24px')) {
|
|
1234
|
+
customElements.define('instruction-service-purchasehelp-loading-24px', ServicePurchaseHelpLoading24);
|
|
1235
|
+
}
|
|
1236
|
+
if (!customElements.get('device-desktop-24px')) {
|
|
1237
|
+
customElements.define('device-desktop-24px', Desktop24);
|
|
1235
1238
|
}
|
|
1236
1239
|
if (!customElements.get('instruction-service-purchasehelp-truck-24px')) {
|
|
1237
1240
|
customElements.define('instruction-service-purchasehelp-truck-24px', ServicePurchaseHelpTruck24);
|
|
@@ -1242,42 +1245,48 @@ if (!customElements.get('instruction-universe-essentialproduct-24px')) {
|
|
|
1242
1245
|
if (!customElements.get('media-bookstore-24px')) {
|
|
1243
1246
|
customElements.define('media-bookstore-24px', BookStore24);
|
|
1244
1247
|
}
|
|
1248
|
+
if (!customElements.get('instruction-service-purchasehelp-request-24px')) {
|
|
1249
|
+
customElements.define('instruction-service-purchasehelp-request-24px', ServicePurchaseHelpRequest24);
|
|
1250
|
+
}
|
|
1245
1251
|
if (!customElements.get('media-camera-24px')) {
|
|
1246
1252
|
customElements.define('media-camera-24px', Camera24);
|
|
1247
1253
|
}
|
|
1248
1254
|
if (!customElements.get('media-download-app-24px')) {
|
|
1249
1255
|
customElements.define('media-download-app-24px', DownloadApp24);
|
|
1250
1256
|
}
|
|
1257
|
+
if (!customElements.get('device-laptop-24px')) {
|
|
1258
|
+
customElements.define('device-laptop-24px', Laptop24);
|
|
1259
|
+
}
|
|
1251
1260
|
if (!customElements.get('media-download-web-24px')) {
|
|
1252
1261
|
customElements.define('media-download-web-24px', DownloadWeb24);
|
|
1253
1262
|
}
|
|
1254
1263
|
if (!customElements.get('media-fullscreen-24px')) {
|
|
1255
1264
|
customElements.define('media-fullscreen-24px', FullScreen24);
|
|
1256
1265
|
}
|
|
1257
|
-
if (!customElements.get('
|
|
1258
|
-
customElements.define('
|
|
1266
|
+
if (!customElements.get('navigation-publish-lock-16px')) {
|
|
1267
|
+
customElements.define('navigation-publish-lock-16px', PublishLock16);
|
|
1259
1268
|
}
|
|
1260
1269
|
if (!customElements.get('media-pdf-24px')) {
|
|
1261
1270
|
customElements.define('media-pdf-24px', Pdf24);
|
|
1262
1271
|
}
|
|
1272
|
+
if (!customElements.get('media-player-24px')) {
|
|
1273
|
+
customElements.define('media-player-24px', Player24);
|
|
1274
|
+
}
|
|
1263
1275
|
if (!customElements.get('media-play-24px')) {
|
|
1264
1276
|
customElements.define('media-play-24px', Play24);
|
|
1265
1277
|
}
|
|
1266
|
-
if (!customElements.get('media-
|
|
1267
|
-
customElements.define('media-
|
|
1278
|
+
if (!customElements.get('media-nopicture-24px')) {
|
|
1279
|
+
customElements.define('media-nopicture-24px', NoPicture24);
|
|
1268
1280
|
}
|
|
1269
1281
|
if (!customElements.get('media-print-24px')) {
|
|
1270
1282
|
customElements.define('media-print-24px', Print24);
|
|
1271
1283
|
}
|
|
1272
|
-
if (!customElements.get('media-
|
|
1273
|
-
customElements.define('media-
|
|
1284
|
+
if (!customElements.get('media-reducescreen-24px')) {
|
|
1285
|
+
customElements.define('media-reducescreen-24px', ReduceScreen24);
|
|
1274
1286
|
}
|
|
1275
1287
|
if (!customElements.get('media-read-24px')) {
|
|
1276
1288
|
customElements.define('media-read-24px', Read24);
|
|
1277
1289
|
}
|
|
1278
|
-
if (!customElements.get('media-reducescreen-24px')) {
|
|
1279
|
-
customElements.define('media-reducescreen-24px', ReduceScreen24);
|
|
1280
|
-
}
|
|
1281
1290
|
if (!customElements.get('media-slideshow-24px')) {
|
|
1282
1291
|
customElements.define('media-slideshow-24px', Slideshow24);
|
|
1283
1292
|
}
|
|
@@ -1293,8 +1302,8 @@ if (!customElements.get('media-timeread-24px')) {
|
|
|
1293
1302
|
if (!customElements.get('media-upload-24px')) {
|
|
1294
1303
|
customElements.define('media-upload-24px', Upload24);
|
|
1295
1304
|
}
|
|
1296
|
-
if (!customElements.get('media-
|
|
1297
|
-
customElements.define('media-
|
|
1305
|
+
if (!customElements.get('media-project-24px')) {
|
|
1306
|
+
customElements.define('media-project-24px', Project24);
|
|
1298
1307
|
}
|
|
1299
1308
|
if (!customElements.get('navigation-arrow-arrow--bottom-24px')) {
|
|
1300
1309
|
customElements.define('navigation-arrow-arrow--bottom-24px', ArrowArrowBottom24);
|
|
@@ -1305,6 +1314,9 @@ if (!customElements.get('navigation-arrow-arrow--left-24px')) {
|
|
|
1305
1314
|
if (!customElements.get('navigation-arrow-arrow--right-24px')) {
|
|
1306
1315
|
customElements.define('navigation-arrow-arrow--right-24px', ArrowArrowRight24);
|
|
1307
1316
|
}
|
|
1317
|
+
if (!customElements.get('media-view360-24px')) {
|
|
1318
|
+
customElements.define('media-view360-24px', View36024);
|
|
1319
|
+
}
|
|
1308
1320
|
if (!customElements.get('navigation-arrow-arrow--top-24px')) {
|
|
1309
1321
|
customElements.define('navigation-arrow-arrow--top-24px', ArrowArrowTop24);
|
|
1310
1322
|
}
|
|
@@ -1314,30 +1326,30 @@ if (!customElements.get('navigation-arrow-arrowbottomleft-24px')) {
|
|
|
1314
1326
|
if (!customElements.get('navigation-arrow-arrowbottomright-24px')) {
|
|
1315
1327
|
customElements.define('navigation-arrow-arrowbottomright-24px', ArrowArrowBottomRight24);
|
|
1316
1328
|
}
|
|
1317
|
-
if (!customElements.get('navigation-arrow-arrowtopleft-24px')) {
|
|
1318
|
-
customElements.define('navigation-arrow-arrowtopleft-24px', ArrowArrowTopLeft24);
|
|
1319
|
-
}
|
|
1320
1329
|
if (!customElements.get('navigation-arrow-arrowtopright-24px')) {
|
|
1321
1330
|
customElements.define('navigation-arrow-arrowtopright-24px', ArrowArrowTopRight24);
|
|
1322
1331
|
}
|
|
1323
|
-
if (!customElements.get('navigation-arrow-
|
|
1324
|
-
customElements.define('navigation-arrow-
|
|
1332
|
+
if (!customElements.get('navigation-arrow-arrowtopleft-24px')) {
|
|
1333
|
+
customElements.define('navigation-arrow-arrowtopleft-24px', ArrowArrowTopLeft24);
|
|
1325
1334
|
}
|
|
1326
1335
|
if (!customElements.get('navigation-arrow-doublearrow--left-24px')) {
|
|
1327
1336
|
customElements.define('navigation-arrow-doublearrow--left-24px', ArrowDoubleArrowLeft24);
|
|
1328
1337
|
}
|
|
1329
|
-
if (!customElements.get('navigation-arrow-doublearrow--right-24px')) {
|
|
1330
|
-
customElements.define('navigation-arrow-doublearrow--right-24px', ArrowDoubleArrowRight24);
|
|
1331
|
-
}
|
|
1332
1338
|
if (!customElements.get('navigation-arrow-down-24px')) {
|
|
1333
1339
|
customElements.define('navigation-arrow-down-24px', ArrowDown24);
|
|
1334
1340
|
}
|
|
1341
|
+
if (!customElements.get('navigation-arrow-doublearrow--right-24px')) {
|
|
1342
|
+
customElements.define('navigation-arrow-doublearrow--right-24px', ArrowDoubleArrowRight24);
|
|
1343
|
+
}
|
|
1335
1344
|
if (!customElements.get('navigation-arrow-next-24px')) {
|
|
1336
1345
|
customElements.define('navigation-arrow-next-24px', ArrowNext24);
|
|
1337
1346
|
}
|
|
1338
1347
|
if (!customElements.get('navigation-arrow-up-24px')) {
|
|
1339
1348
|
customElements.define('navigation-arrow-up-24px', ArrowUp24);
|
|
1340
1349
|
}
|
|
1350
|
+
if (!customElements.get('navigation-control-circle--cross-24px')) {
|
|
1351
|
+
customElements.define('navigation-control-circle--cross-24px', ControlCircleCross24);
|
|
1352
|
+
}
|
|
1341
1353
|
if (!customElements.get('navigation-control-circle--less-24px')) {
|
|
1342
1354
|
customElements.define('navigation-control-circle--less-24px', ControlCircleLess24);
|
|
1343
1355
|
}
|
|
@@ -1362,9 +1374,6 @@ if (!customElements.get('navigation-display-blink-24px')) {
|
|
|
1362
1374
|
if (!customElements.get('navigation-display-calendar-24px')) {
|
|
1363
1375
|
customElements.define('navigation-display-calendar-24px', DisplayCalendar24);
|
|
1364
1376
|
}
|
|
1365
|
-
if (!customElements.get('navigation-display-connect-24px')) {
|
|
1366
|
-
customElements.define('navigation-display-connect-24px', DisplayConnect24);
|
|
1367
|
-
}
|
|
1368
1377
|
if (!customElements.get('navigation-display-displayfull-filled-24px')) {
|
|
1369
1378
|
customElements.define('navigation-display-displayfull-filled-24px', DisplayDisplayFullFilled24);
|
|
1370
1379
|
}
|
|
@@ -1386,15 +1395,15 @@ if (!customElements.get('navigation-display-displaymobile--vertical-24px')) {
|
|
|
1386
1395
|
if (!customElements.get('navigation-display-displayproductx4-filled-24px')) {
|
|
1387
1396
|
customElements.define('navigation-display-displayproductx4-filled-24px', DisplayDisplayProductX4Filled24);
|
|
1388
1397
|
}
|
|
1398
|
+
if (!customElements.get('navigation-arrow-back-24px')) {
|
|
1399
|
+
customElements.define('navigation-arrow-back-24px', ArrowBack24);
|
|
1400
|
+
}
|
|
1389
1401
|
if (!customElements.get('navigation-display-displayproductx4-outline-24px')) {
|
|
1390
1402
|
customElements.define('navigation-display-displayproductx4-outline-24px', DisplayDisplayProductX4Outline24);
|
|
1391
1403
|
}
|
|
1392
1404
|
if (!customElements.get('navigation-display-displayproductx9-24px')) {
|
|
1393
1405
|
customElements.define('navigation-display-displayproductx9-24px', DisplayDisplayProductX924);
|
|
1394
1406
|
}
|
|
1395
|
-
if (!customElements.get('navigation-display-externallink-24px')) {
|
|
1396
|
-
customElements.define('navigation-display-externallink-24px', DisplayExternalLink24);
|
|
1397
|
-
}
|
|
1398
1407
|
if (!customElements.get('navigation-display-filter-24px')) {
|
|
1399
1408
|
customElements.define('navigation-display-filter-24px', DisplayFilter24);
|
|
1400
1409
|
}
|
|
@@ -1413,9 +1422,6 @@ if (!customElements.get('navigation-display-movingblock-24px')) {
|
|
|
1413
1422
|
if (!customElements.get('navigation-display-options-24px')) {
|
|
1414
1423
|
customElements.define('navigation-display-options-24px', DisplayOptions24);
|
|
1415
1424
|
}
|
|
1416
|
-
if (!customElements.get('navigation-display-other-24px')) {
|
|
1417
|
-
customElements.define('navigation-display-other-24px', DisplayOther24);
|
|
1418
|
-
}
|
|
1419
1425
|
if (!customElements.get('navigation-display-productnumb-24px')) {
|
|
1420
1426
|
customElements.define('navigation-display-productnumb-24px', DisplayProductNumb24);
|
|
1421
1427
|
}
|
|
@@ -1446,6 +1452,9 @@ if (!customElements.get('navigation-display-vocalsearch-24px')) {
|
|
|
1446
1452
|
if (!customElements.get('navigation-notification-available-24px')) {
|
|
1447
1453
|
customElements.define('navigation-notification-available-24px', NotificationAvailable24);
|
|
1448
1454
|
}
|
|
1455
|
+
if (!customElements.get('navigation-display-externallink-24px')) {
|
|
1456
|
+
customElements.define('navigation-display-externallink-24px', DisplayExternalLink24);
|
|
1457
|
+
}
|
|
1449
1458
|
if (!customElements.get('navigation-notification-bell-24px')) {
|
|
1450
1459
|
customElements.define('navigation-notification-bell-24px', NotificationBell24);
|
|
1451
1460
|
}
|
|
@@ -1482,9 +1491,6 @@ if (!customElements.get('navigation-publish-send-24px')) {
|
|
|
1482
1491
|
if (!customElements.get('navigation-publish-trashbin-24px')) {
|
|
1483
1492
|
customElements.define('navigation-publish-trashbin-24px', PublishTrashbin24);
|
|
1484
1493
|
}
|
|
1485
|
-
if (!customElements.get('navigation-control-circle--cross-24px')) {
|
|
1486
|
-
customElements.define('navigation-control-circle--cross-24px', ControlCircleCross24);
|
|
1487
|
-
}
|
|
1488
1494
|
if (!customElements.get('payment-bill-24px')) {
|
|
1489
1495
|
customElements.define('payment-bill-24px', Bill24);
|
|
1490
1496
|
}
|
|
@@ -1503,9 +1509,6 @@ if (!customElements.get('payment-cards-monochrome-gift-24px')) {
|
|
|
1503
1509
|
if (!customElements.get('payment-cards-monochrome-illicado-24px')) {
|
|
1504
1510
|
customElements.define('payment-cards-monochrome-illicado-24px', CardsMonochromeIllicado24);
|
|
1505
1511
|
}
|
|
1506
|
-
if (!customElements.get('payment-cards-monochrome-loyalty-24px')) {
|
|
1507
|
-
customElements.define('payment-cards-monochrome-loyalty-24px', CardsMonochromeLoyalty24);
|
|
1508
|
-
}
|
|
1509
1512
|
if (!customElements.get('payment-cards-monochrome-maestro-24px')) {
|
|
1510
1513
|
customElements.define('payment-cards-monochrome-maestro-24px', CardsMonochromeMaestro24);
|
|
1511
1514
|
}
|
|
@@ -1518,8 +1521,8 @@ if (!customElements.get('payment-cards-monochrome-oney-24px')) {
|
|
|
1518
1521
|
if (!customElements.get('payment-cards-monochrome-oneyx3-24px')) {
|
|
1519
1522
|
customElements.define('payment-cards-monochrome-oneyx3-24px', CardsMonochromeOneyX324);
|
|
1520
1523
|
}
|
|
1521
|
-
if (!customElements.get('
|
|
1522
|
-
customElements.define('
|
|
1524
|
+
if (!customElements.get('navigation-display-other-24px')) {
|
|
1525
|
+
customElements.define('navigation-display-other-24px', DisplayOther24);
|
|
1523
1526
|
}
|
|
1524
1527
|
if (!customElements.get('payment-cards-monochrome-paylib-24px')) {
|
|
1525
1528
|
customElements.define('payment-cards-monochrome-paylib-24px', CardsMonochromePaylib24);
|
|
@@ -1539,15 +1542,21 @@ if (!customElements.get('payment-euro-24px')) {
|
|
|
1539
1542
|
if (!customElements.get('payment-receipt-24px')) {
|
|
1540
1543
|
customElements.define('payment-receipt-24px', Receipt24);
|
|
1541
1544
|
}
|
|
1545
|
+
if (!customElements.get('navigation-display-connect-24px')) {
|
|
1546
|
+
customElements.define('navigation-display-connect-24px', DisplayConnect24);
|
|
1547
|
+
}
|
|
1542
1548
|
if (!customElements.get('payment-safepayment1-24px')) {
|
|
1543
1549
|
customElements.define('payment-safepayment1-24px', SafePayment124);
|
|
1544
1550
|
}
|
|
1545
|
-
if (!customElements.get('payment-
|
|
1546
|
-
customElements.define('payment-
|
|
1551
|
+
if (!customElements.get('payment-cards-monochrome-oneyx4-24px')) {
|
|
1552
|
+
customElements.define('payment-cards-monochrome-oneyx4-24px', CardsMonochromeOneyX424);
|
|
1547
1553
|
}
|
|
1548
1554
|
if (!customElements.get('product-aspect-quantity-24px')) {
|
|
1549
1555
|
customElements.define('product-aspect-quantity-24px', AspectQuantity24);
|
|
1550
1556
|
}
|
|
1557
|
+
if (!customElements.get('payment-safepayment2-24px')) {
|
|
1558
|
+
customElements.define('payment-safepayment2-24px', SafePayment224);
|
|
1559
|
+
}
|
|
1551
1560
|
if (!customElements.get('product-aspect-size-24px')) {
|
|
1552
1561
|
customElements.define('product-aspect-size-24px', AspectSize24);
|
|
1553
1562
|
}
|
|
@@ -1560,8 +1569,8 @@ if (!customElements.get('product-basket-add-24px')) {
|
|
|
1560
1569
|
if (!customElements.get('product-basket-handbag-24px')) {
|
|
1561
1570
|
customElements.define('product-basket-handbag-24px', BasketHandbag24);
|
|
1562
1571
|
}
|
|
1563
|
-
if (!customElements.get('
|
|
1564
|
-
customElements.define('
|
|
1572
|
+
if (!customElements.get('payment-cards-monochrome-loyalty-24px')) {
|
|
1573
|
+
customElements.define('payment-cards-monochrome-loyalty-24px', CardsMonochromeLoyalty24);
|
|
1565
1574
|
}
|
|
1566
1575
|
if (!customElements.get('product-basket-save-24px')) {
|
|
1567
1576
|
customElements.define('product-basket-save-24px', BasketSave24);
|
|
@@ -1575,12 +1584,12 @@ if (!customElements.get('product-list-add-24px')) {
|
|
|
1575
1584
|
if (!customElements.get('product-list-standard-24px')) {
|
|
1576
1585
|
customElements.define('product-list-standard-24px', ListStandard24);
|
|
1577
1586
|
}
|
|
1578
|
-
if (!customElements.get('product-promise-certification-24px')) {
|
|
1579
|
-
customElements.define('product-promise-certification-24px', PromiseCertification24);
|
|
1580
|
-
}
|
|
1581
1587
|
if (!customElements.get('product-promise-circulareconomy-24px')) {
|
|
1582
1588
|
customElements.define('product-promise-circulareconomy-24px', PromiseCircularEconomy24);
|
|
1583
1589
|
}
|
|
1590
|
+
if (!customElements.get('product-promise-certification-24px')) {
|
|
1591
|
+
customElements.define('product-promise-certification-24px', PromiseCertification24);
|
|
1592
|
+
}
|
|
1584
1593
|
if (!customElements.get('product-promise-destocking-24px')) {
|
|
1585
1594
|
customElements.define('product-promise-destocking-24px', PromiseDestocking24);
|
|
1586
1595
|
}
|
|
@@ -1593,6 +1602,9 @@ if (!customElements.get('product-promise-fashionchoice-24px')) {
|
|
|
1593
1602
|
if (!customElements.get('product-promise-funding-24px')) {
|
|
1594
1603
|
customElements.define('product-promise-funding-24px', PromiseFunding24);
|
|
1595
1604
|
}
|
|
1605
|
+
if (!customElements.get('product-basket-multi-24px')) {
|
|
1606
|
+
customElements.define('product-basket-multi-24px', BasketMulti24);
|
|
1607
|
+
}
|
|
1596
1608
|
if (!customElements.get('product-promise-madeineurope-24px')) {
|
|
1597
1609
|
customElements.define('product-promise-madeineurope-24px', PromiseMadeInEurope24);
|
|
1598
1610
|
}
|
|
@@ -1695,9 +1707,6 @@ if (!customElements.get('service-tools-calculator-24px')) {
|
|
|
1695
1707
|
if (!customElements.get('service-tools-comparator-24px')) {
|
|
1696
1708
|
customElements.define('service-tools-comparator-24px', ToolsComparator24);
|
|
1697
1709
|
}
|
|
1698
|
-
if (!customElements.get('social-comment-comment-24px')) {
|
|
1699
|
-
customElements.define('social-comment-comment-24px', CommentComment24);
|
|
1700
|
-
}
|
|
1701
1710
|
if (!customElements.get('social-comment-community-24px')) {
|
|
1702
1711
|
customElements.define('social-comment-community-24px', CommentCommunity24);
|
|
1703
1712
|
}
|
|
@@ -1749,9 +1758,6 @@ if (!customElements.get('social-view-star--half-24px')) {
|
|
|
1749
1758
|
if (!customElements.get('social-view-testerview-24px')) {
|
|
1750
1759
|
customElements.define('social-view-testerview-24px', ViewTesterView24);
|
|
1751
1760
|
}
|
|
1752
|
-
if (!customElements.get('store-itinerary-24px')) {
|
|
1753
|
-
customElements.define('store-itinerary-24px', Itinerary24);
|
|
1754
|
-
}
|
|
1755
1761
|
if (!customElements.get('store-locator-24px')) {
|
|
1756
1762
|
customElements.define('store-locator-24px', Locator24);
|
|
1757
1763
|
}
|
|
@@ -1761,6 +1767,9 @@ if (!customElements.get('store-logo-24px')) {
|
|
|
1761
1767
|
if (!customElements.get('store-map-24px')) {
|
|
1762
1768
|
customElements.define('store-map-24px', Map24);
|
|
1763
1769
|
}
|
|
1770
|
+
if (!customElements.get('store-itinerary-24px')) {
|
|
1771
|
+
customElements.define('store-itinerary-24px', Itinerary24);
|
|
1772
|
+
}
|
|
1764
1773
|
if (!customElements.get('store-monochrome-relaylocation-24px')) {
|
|
1765
1774
|
customElements.define('store-monochrome-relaylocation-24px', MonochromeRelayLocation24);
|
|
1766
1775
|
}
|
|
@@ -1791,15 +1800,18 @@ if (!customElements.get('universe-connectedhome-24px')) {
|
|
|
1791
1800
|
if (!customElements.get('universe-curtains-24px')) {
|
|
1792
1801
|
customElements.define('universe-curtains-24px', Curtains24);
|
|
1793
1802
|
}
|
|
1794
|
-
if (!customElements.get('universe-dressing-24px')) {
|
|
1795
|
-
customElements.define('universe-dressing-24px', Dressing24);
|
|
1796
|
-
}
|
|
1797
1803
|
if (!customElements.get('universe-electricity-24px')) {
|
|
1798
1804
|
customElements.define('universe-electricity-24px', Electricity24);
|
|
1799
1805
|
}
|
|
1806
|
+
if (!customElements.get('social-comment-comment-24px')) {
|
|
1807
|
+
customElements.define('social-comment-comment-24px', CommentComment24);
|
|
1808
|
+
}
|
|
1800
1809
|
if (!customElements.get('universe-enki-24px')) {
|
|
1801
1810
|
customElements.define('universe-enki-24px', Enki24);
|
|
1802
1811
|
}
|
|
1812
|
+
if (!customElements.get('universe-dressing-24px')) {
|
|
1813
|
+
customElements.define('universe-dressing-24px', Dressing24);
|
|
1814
|
+
}
|
|
1803
1815
|
if (!customElements.get('universe-floor-24px')) {
|
|
1804
1816
|
customElements.define('universe-floor-24px', Floor24);
|
|
1805
1817
|
}
|
|
@@ -1809,8 +1821,8 @@ if (!customElements.get('universe-garage-24px')) {
|
|
|
1809
1821
|
if (!customElements.get('universe-garden1-24px')) {
|
|
1810
1822
|
customElements.define('universe-garden1-24px', Garden124);
|
|
1811
1823
|
}
|
|
1812
|
-
if (!customElements.get('universe-
|
|
1813
|
-
customElements.define('universe-
|
|
1824
|
+
if (!customElements.get('universe-glass-24px')) {
|
|
1825
|
+
customElements.define('universe-glass-24px', Glass24);
|
|
1814
1826
|
}
|
|
1815
1827
|
if (!customElements.get('universe-hardwarestore-24px')) {
|
|
1816
1828
|
customElements.define('universe-hardwarestore-24px', HardwareStore24);
|
|
@@ -1827,45 +1839,54 @@ if (!customElements.get('universe-kitchen-24px')) {
|
|
|
1827
1839
|
if (!customElements.get('universe-kitchen2-24px')) {
|
|
1828
1840
|
customElements.define('universe-kitchen2-24px', Kitchen224);
|
|
1829
1841
|
}
|
|
1842
|
+
if (!customElements.get('universe-leak-24px')) {
|
|
1843
|
+
customElements.define('universe-leak-24px', Leak24);
|
|
1844
|
+
}
|
|
1830
1845
|
if (!customElements.get('universe-lighting-24px')) {
|
|
1831
1846
|
customElements.define('universe-lighting-24px', Lighting24);
|
|
1832
1847
|
}
|
|
1833
1848
|
if (!customElements.get('universe-living-24px')) {
|
|
1834
1849
|
customElements.define('universe-living-24px', Living24);
|
|
1835
1850
|
}
|
|
1836
|
-
if (!customElements.get('universe-makeit-24px')) {
|
|
1837
|
-
customElements.define('universe-makeit-24px', MakeIt24);
|
|
1838
|
-
}
|
|
1839
1851
|
if (!customElements.get('universe-paint-24px')) {
|
|
1840
1852
|
customElements.define('universe-paint-24px', Paint24);
|
|
1841
1853
|
}
|
|
1842
|
-
if (!customElements.get('universe-
|
|
1843
|
-
customElements.define('universe-
|
|
1854
|
+
if (!customElements.get('universe-pool-24px')) {
|
|
1855
|
+
customElements.define('universe-pool-24px', Pool24);
|
|
1856
|
+
}
|
|
1857
|
+
if (!customElements.get('universe-makeit-24px')) {
|
|
1858
|
+
customElements.define('universe-makeit-24px', MakeIt24);
|
|
1844
1859
|
}
|
|
1845
1860
|
if (!customElements.get('universe-terrace-24px')) {
|
|
1846
1861
|
customElements.define('universe-terrace-24px', Terrace24);
|
|
1847
1862
|
}
|
|
1863
|
+
if (!customElements.get('universe-garden2-24px')) {
|
|
1864
|
+
customElements.define('universe-garden2-24px', Garden224);
|
|
1865
|
+
}
|
|
1848
1866
|
if (!customElements.get('universe-tool-24px')) {
|
|
1849
1867
|
customElements.define('universe-tool-24px', Tool24);
|
|
1850
1868
|
}
|
|
1851
1869
|
if (!customElements.get('universe-woodsaw-24px')) {
|
|
1852
1870
|
customElements.define('universe-woodsaw-24px', WoodSaw24);
|
|
1853
1871
|
}
|
|
1872
|
+
if (!customElements.get('user-account-customer--collaborator-24px')) {
|
|
1873
|
+
customElements.define('user-account-customer--collaborator-24px', AccountCustomerCollaborator24);
|
|
1874
|
+
}
|
|
1854
1875
|
if (!customElements.get('user-account-customer--passion-24px')) {
|
|
1855
1876
|
customElements.define('user-account-customer--passion-24px', AccountCustomerPassion24);
|
|
1856
1877
|
}
|
|
1857
1878
|
if (!customElements.get('user-account-customer--pro-24px')) {
|
|
1858
1879
|
customElements.define('user-account-customer--pro-24px', AccountCustomerPro24);
|
|
1859
1880
|
}
|
|
1860
|
-
if (!customElements.get('user-account-profile--man-24px')) {
|
|
1861
|
-
customElements.define('user-account-profile--man-24px', AccountProfileMan24);
|
|
1862
|
-
}
|
|
1863
1881
|
if (!customElements.get('user-account-profile--view-24px')) {
|
|
1864
1882
|
customElements.define('user-account-profile--view-24px', AccountProfileView24);
|
|
1865
1883
|
}
|
|
1866
1884
|
if (!customElements.get('user-account-profile--woman-24px')) {
|
|
1867
1885
|
customElements.define('user-account-profile--woman-24px', AccountProfileWoman24);
|
|
1868
1886
|
}
|
|
1887
|
+
if (!customElements.get('user-account-profile--man-24px')) {
|
|
1888
|
+
customElements.define('user-account-profile--man-24px', AccountProfileMan24);
|
|
1889
|
+
}
|
|
1869
1890
|
if (!customElements.get('user-card-funding-24px')) {
|
|
1870
1891
|
customElements.define('user-card-funding-24px', CardFunding24);
|
|
1871
1892
|
}
|
|
@@ -1875,9 +1896,6 @@ if (!customElements.get('user-card-gift-24px')) {
|
|
|
1875
1896
|
if (!customElements.get('user-card-idcard-24px')) {
|
|
1876
1897
|
customElements.define('user-card-idcard-24px', CardIDCard24);
|
|
1877
1898
|
}
|
|
1878
|
-
if (!customElements.get('user-account-customer--collaborator-24px')) {
|
|
1879
|
-
customElements.define('user-account-customer--collaborator-24px', AccountCustomerCollaborator24);
|
|
1880
|
-
}
|
|
1881
1899
|
if (!customElements.get('user-card-loyaltycard-24px')) {
|
|
1882
1900
|
customElements.define('user-card-loyaltycard-24px', CardLoyaltyCard24);
|
|
1883
1901
|
}
|
|
@@ -1896,9 +1914,6 @@ if (!customElements.get('user-situation-owner-24px')) {
|
|
|
1896
1914
|
if (!customElements.get('user-situation-tenant-24px')) {
|
|
1897
1915
|
customElements.define('user-situation-tenant-24px', SituationTenant24);
|
|
1898
1916
|
}
|
|
1899
|
-
if (!customElements.get('various-administration-24px')) {
|
|
1900
|
-
customElements.define('various-administration-24px', Administration24);
|
|
1901
|
-
}
|
|
1902
1917
|
if (!customElements.get('various-apartment-24px')) {
|
|
1903
1918
|
customElements.define('various-apartment-24px', Apartment24);
|
|
1904
1919
|
}
|
|
@@ -1926,8 +1941,8 @@ if (!customElements.get('various-increasevalue-24px')) {
|
|
|
1926
1941
|
if (!customElements.get('various-insulation-24px')) {
|
|
1927
1942
|
customElements.define('various-insulation-24px', Insulation24);
|
|
1928
1943
|
}
|
|
1929
|
-
if (!customElements.get('various-
|
|
1930
|
-
customElements.define('various-
|
|
1944
|
+
if (!customElements.get('various-administration-24px')) {
|
|
1945
|
+
customElements.define('various-administration-24px', Administration24);
|
|
1931
1946
|
}
|
|
1932
1947
|
if (!customElements.get('various-level-24px')) {
|
|
1933
1948
|
customElements.define('various-level-24px', Level24);
|
|
@@ -1953,6 +1968,9 @@ if (!customElements.get('various-shutter-24px')) {
|
|
|
1953
1968
|
if (!customElements.get('various-survey-24px')) {
|
|
1954
1969
|
customElements.define('various-survey-24px', Survey24);
|
|
1955
1970
|
}
|
|
1971
|
+
if (!customElements.get('universe-security-24px')) {
|
|
1972
|
+
customElements.define('universe-security-24px', Security24);
|
|
1973
|
+
}
|
|
1956
1974
|
if (!customElements.get('various-temperature-24px')) {
|
|
1957
1975
|
customElements.define('various-temperature-24px', Temperature24);
|
|
1958
1976
|
}
|
|
@@ -2052,9 +2070,6 @@ if (!customElements.get('media-play-32px')) {
|
|
|
2052
2070
|
if (!customElements.get('media-player-32px')) {
|
|
2053
2071
|
customElements.define('media-player-32px', Player32);
|
|
2054
2072
|
}
|
|
2055
|
-
if (!customElements.get('media-print-32px')) {
|
|
2056
|
-
customElements.define('media-print-32px', Print32);
|
|
2057
|
-
}
|
|
2058
2073
|
if (!customElements.get('media-project-32px')) {
|
|
2059
2074
|
customElements.define('media-project-32px', Project32);
|
|
2060
2075
|
}
|
|
@@ -2142,11 +2157,11 @@ if (!customElements.get('navigation-control-less-32px')) {
|
|
|
2142
2157
|
if (!customElements.get('navigation-control-more-32px')) {
|
|
2143
2158
|
customElements.define('navigation-control-more-32px', ControlMore32);
|
|
2144
2159
|
}
|
|
2145
|
-
if (!customElements.get('
|
|
2146
|
-
customElements.define('
|
|
2160
|
+
if (!customElements.get('media-print-32px')) {
|
|
2161
|
+
customElements.define('media-print-32px', Print32);
|
|
2147
2162
|
}
|
|
2148
|
-
if (!customElements.get('
|
|
2149
|
-
customElements.define('
|
|
2163
|
+
if (!customElements.get('various-lessondiy-24px')) {
|
|
2164
|
+
customElements.define('various-lessondiy-24px', LessonDIY24);
|
|
2150
2165
|
}
|
|
2151
2166
|
if (!customElements.get('navigation-display-calendar-32px')) {
|
|
2152
2167
|
customElements.define('navigation-display-calendar-32px', DisplayCalendar32);
|
|
@@ -2172,17 +2187,20 @@ if (!customElements.get('navigation-display-displaymobile--horizontal-32px')) {
|
|
|
2172
2187
|
if (!customElements.get('navigation-display-displaymobile--vertical-32px')) {
|
|
2173
2188
|
customElements.define('navigation-display-displaymobile--vertical-32px', DisplayDisplayMobileVertical32);
|
|
2174
2189
|
}
|
|
2190
|
+
if (!customElements.get('navigation-control-tag--cross-32px')) {
|
|
2191
|
+
customElements.define('navigation-control-tag--cross-32px', ControlTagCross32);
|
|
2192
|
+
}
|
|
2175
2193
|
if (!customElements.get('navigation-display-displayproductx4-filled-32px')) {
|
|
2176
2194
|
customElements.define('navigation-display-displayproductx4-filled-32px', DisplayDisplayProductX4Filled32);
|
|
2177
2195
|
}
|
|
2178
|
-
if (!customElements.get('navigation-display-displayproductx9-32px')) {
|
|
2179
|
-
customElements.define('navigation-display-displayproductx9-32px', DisplayDisplayProductX932);
|
|
2180
|
-
}
|
|
2181
2196
|
if (!customElements.get('navigation-display-displayproductx4-outline-32px')) {
|
|
2182
2197
|
customElements.define('navigation-display-displayproductx4-outline-32px', DisplayDisplayProductX4Outline32);
|
|
2183
2198
|
}
|
|
2184
|
-
if (!customElements.get('navigation-display-
|
|
2185
|
-
customElements.define('navigation-display-
|
|
2199
|
+
if (!customElements.get('navigation-display-displayproductx9-32px')) {
|
|
2200
|
+
customElements.define('navigation-display-displayproductx9-32px', DisplayDisplayProductX932);
|
|
2201
|
+
}
|
|
2202
|
+
if (!customElements.get('navigation-display-blink-32px')) {
|
|
2203
|
+
customElements.define('navigation-display-blink-32px', DisplayBlink32);
|
|
2186
2204
|
}
|
|
2187
2205
|
if (!customElements.get('navigation-display-filter-32px')) {
|
|
2188
2206
|
customElements.define('navigation-display-filter-32px', DisplayFilter32);
|
|
@@ -2205,6 +2223,9 @@ if (!customElements.get('navigation-display-options-32px')) {
|
|
|
2205
2223
|
if (!customElements.get('navigation-display-other-32px')) {
|
|
2206
2224
|
customElements.define('navigation-display-other-32px', DisplayOther32);
|
|
2207
2225
|
}
|
|
2226
|
+
if (!customElements.get('navigation-display-externallink-32px')) {
|
|
2227
|
+
customElements.define('navigation-display-externallink-32px', DisplayExternalLink32);
|
|
2228
|
+
}
|
|
2208
2229
|
if (!customElements.get('navigation-display-productnumb-32px')) {
|
|
2209
2230
|
customElements.define('navigation-display-productnumb-32px', DisplayProductNumb32);
|
|
2210
2231
|
}
|
|
@@ -2259,9 +2280,6 @@ if (!customElements.get('navigation-publish-edit-32px')) {
|
|
|
2259
2280
|
if (!customElements.get('navigation-publish-favorite-32px')) {
|
|
2260
2281
|
customElements.define('navigation-publish-favorite-32px', PublishFavorite32);
|
|
2261
2282
|
}
|
|
2262
|
-
if (!customElements.get('navigation-publish-favoritefull-32px')) {
|
|
2263
|
-
customElements.define('navigation-publish-favoritefull-32px', PublishFavoriteFull32);
|
|
2264
|
-
}
|
|
2265
2283
|
if (!customElements.get('navigation-publish-lock-32px')) {
|
|
2266
2284
|
customElements.define('navigation-publish-lock-32px', PublishLock32);
|
|
2267
2285
|
}
|
|
@@ -2292,15 +2310,15 @@ if (!customElements.get('payment-cards-monochrome-illicado-32px')) {
|
|
|
2292
2310
|
if (!customElements.get('payment-cards-monochrome-loyalty-32px')) {
|
|
2293
2311
|
customElements.define('payment-cards-monochrome-loyalty-32px', CardsMonochromeLoyalty32);
|
|
2294
2312
|
}
|
|
2313
|
+
if (!customElements.get('navigation-publish-favoritefull-32px')) {
|
|
2314
|
+
customElements.define('navigation-publish-favoritefull-32px', PublishFavoriteFull32);
|
|
2315
|
+
}
|
|
2295
2316
|
if (!customElements.get('payment-cards-monochrome-maestro-32px')) {
|
|
2296
2317
|
customElements.define('payment-cards-monochrome-maestro-32px', CardsMonochromeMaestro32);
|
|
2297
2318
|
}
|
|
2298
2319
|
if (!customElements.get('payment-cards-monochrome-mastercard-32px')) {
|
|
2299
2320
|
customElements.define('payment-cards-monochrome-mastercard-32px', CardsMonochromeMastercard32);
|
|
2300
2321
|
}
|
|
2301
|
-
if (!customElements.get('payment-cards-monochrome-oney-32px')) {
|
|
2302
|
-
customElements.define('payment-cards-monochrome-oney-32px', CardsMonochromeOney32);
|
|
2303
|
-
}
|
|
2304
2322
|
if (!customElements.get('payment-cards-monochrome-oneyx3-32px')) {
|
|
2305
2323
|
customElements.define('payment-cards-monochrome-oneyx3-32px', CardsMonochromeOneyX332);
|
|
2306
2324
|
}
|
|
@@ -2349,8 +2367,8 @@ if (!customElements.get('product-basket-handbag-32px')) {
|
|
|
2349
2367
|
if (!customElements.get('product-basket-multi-32px')) {
|
|
2350
2368
|
customElements.define('product-basket-multi-32px', BasketMulti32);
|
|
2351
2369
|
}
|
|
2352
|
-
if (!customElements.get('
|
|
2353
|
-
customElements.define('
|
|
2370
|
+
if (!customElements.get('payment-cards-monochrome-oney-32px')) {
|
|
2371
|
+
customElements.define('payment-cards-monochrome-oney-32px', CardsMonochromeOney32);
|
|
2354
2372
|
}
|
|
2355
2373
|
if (!customElements.get('product-basket-standard-32px')) {
|
|
2356
2374
|
customElements.define('product-basket-standard-32px', BasketStandard32);
|
|
@@ -2457,15 +2475,15 @@ if (!customElements.get('service-purchasehelp-homediy-32px')) {
|
|
|
2457
2475
|
if (!customElements.get('service-purchasehelp-homeinstall-32px')) {
|
|
2458
2476
|
customElements.define('service-purchasehelp-homeinstall-32px', PurchaseHelpHomeInstall32);
|
|
2459
2477
|
}
|
|
2460
|
-
if (!customElements.get('service-purchasehelp-toolrent-32px')) {
|
|
2461
|
-
customElements.define('service-purchasehelp-toolrent-32px', PurchaseHelpToolRent32);
|
|
2462
|
-
}
|
|
2463
2478
|
if (!customElements.get('service-time-delivery--2h-32px')) {
|
|
2464
2479
|
customElements.define('service-time-delivery--2h-32px', TimeDelivery2h32);
|
|
2465
2480
|
}
|
|
2466
2481
|
if (!customElements.get('service-time-delivery--3h-32px')) {
|
|
2467
2482
|
customElements.define('service-time-delivery--3h-32px', TimeDelivery3h32);
|
|
2468
2483
|
}
|
|
2484
|
+
if (!customElements.get('service-purchasehelp-toolrent-32px')) {
|
|
2485
|
+
customElements.define('service-purchasehelp-toolrent-32px', PurchaseHelpToolRent32);
|
|
2486
|
+
}
|
|
2469
2487
|
if (!customElements.get('service-time-delivery--48h-32px')) {
|
|
2470
2488
|
customElements.define('service-time-delivery--48h-32px', TimeDelivery48h32);
|
|
2471
2489
|
}
|
|
@@ -2487,33 +2505,39 @@ if (!customElements.get('social-comment-comment-32px')) {
|
|
|
2487
2505
|
if (!customElements.get('social-comment-community-32px')) {
|
|
2488
2506
|
customElements.define('social-comment-community-32px', CommentCommunity32);
|
|
2489
2507
|
}
|
|
2508
|
+
if (!customElements.get('product-basket-save-32px')) {
|
|
2509
|
+
customElements.define('product-basket-save-32px', BasketSave32);
|
|
2510
|
+
}
|
|
2490
2511
|
if (!customElements.get('social-comment-question--article-32px')) {
|
|
2491
2512
|
customElements.define('social-comment-question--article-32px', CommentQuestionArticle32);
|
|
2492
2513
|
}
|
|
2493
2514
|
if (!customElements.get('social-comment-report-32px')) {
|
|
2494
2515
|
customElements.define('social-comment-report-32px', CommentReport32);
|
|
2495
2516
|
}
|
|
2496
|
-
if (!customElements.get('social-share-shareios-32px')) {
|
|
2497
|
-
customElements.define('social-share-shareios-32px', ShareShareIOS32);
|
|
2498
|
-
}
|
|
2499
2517
|
if (!customElements.get('social-share-shareandroid-32px')) {
|
|
2500
2518
|
customElements.define('social-share-shareandroid-32px', ShareShareAndroid32);
|
|
2501
2519
|
}
|
|
2520
|
+
if (!customElements.get('social-share-shareios-32px')) {
|
|
2521
|
+
customElements.define('social-share-shareios-32px', ShareShareIOS32);
|
|
2522
|
+
}
|
|
2502
2523
|
if (!customElements.get('social-socialnetwork-facebook-32px')) {
|
|
2503
2524
|
customElements.define('social-socialnetwork-facebook-32px', SocialNetworkFacebook32);
|
|
2504
2525
|
}
|
|
2505
|
-
if (!customElements.get('social-socialnetwork-instagram-32px')) {
|
|
2506
|
-
customElements.define('social-socialnetwork-instagram-32px', SocialNetworkInstagram32);
|
|
2507
|
-
}
|
|
2508
2526
|
if (!customElements.get('social-socialnetwork-linkedin-32px')) {
|
|
2509
2527
|
customElements.define('social-socialnetwork-linkedin-32px', SocialNetworkLinkedin32);
|
|
2510
2528
|
}
|
|
2511
2529
|
if (!customElements.get('social-socialnetwork-pinterest-32px')) {
|
|
2512
2530
|
customElements.define('social-socialnetwork-pinterest-32px', SocialNetworkPinterest32);
|
|
2513
2531
|
}
|
|
2532
|
+
if (!customElements.get('social-socialnetwork-twitter-32px')) {
|
|
2533
|
+
customElements.define('social-socialnetwork-twitter-32px', SocialNetworkTwitter32);
|
|
2534
|
+
}
|
|
2514
2535
|
if (!customElements.get('social-socialnetwork-youtube-32px')) {
|
|
2515
2536
|
customElements.define('social-socialnetwork-youtube-32px', SocialNetworkYoutube32);
|
|
2516
2537
|
}
|
|
2538
|
+
if (!customElements.get('social-socialnetwork-instagram-32px')) {
|
|
2539
|
+
customElements.define('social-socialnetwork-instagram-32px', SocialNetworkInstagram32);
|
|
2540
|
+
}
|
|
2517
2541
|
if (!customElements.get('social-view-like--negative-32px')) {
|
|
2518
2542
|
customElements.define('social-view-like--negative-32px', ViewLikeNegative32);
|
|
2519
2543
|
}
|
|
@@ -2586,9 +2610,6 @@ if (!customElements.get('universe-enki-32px')) {
|
|
|
2586
2610
|
if (!customElements.get('universe-floor-32px')) {
|
|
2587
2611
|
customElements.define('universe-floor-32px', Floor32);
|
|
2588
2612
|
}
|
|
2589
|
-
if (!customElements.get('social-socialnetwork-twitter-32px')) {
|
|
2590
|
-
customElements.define('social-socialnetwork-twitter-32px', SocialNetworkTwitter32);
|
|
2591
|
-
}
|
|
2592
2613
|
if (!customElements.get('universe-garage-32px')) {
|
|
2593
2614
|
customElements.define('universe-garage-32px', Garage32);
|
|
2594
2615
|
}
|
|
@@ -2598,18 +2619,18 @@ if (!customElements.get('universe-garden1-32px')) {
|
|
|
2598
2619
|
if (!customElements.get('universe-garden2-32px')) {
|
|
2599
2620
|
customElements.define('universe-garden2-32px', Garden232);
|
|
2600
2621
|
}
|
|
2601
|
-
if (!customElements.get('universe-
|
|
2602
|
-
customElements.define('universe-
|
|
2622
|
+
if (!customElements.get('universe-glass-32px')) {
|
|
2623
|
+
customElements.define('universe-glass-32px', Glass32);
|
|
2603
2624
|
}
|
|
2604
2625
|
if (!customElements.get('universe-heater-32px')) {
|
|
2605
2626
|
customElements.define('universe-heater-32px', Heater32);
|
|
2606
2627
|
}
|
|
2607
|
-
if (!customElements.get('universe-kitchen-32px')) {
|
|
2608
|
-
customElements.define('universe-kitchen-32px', Kitchen32);
|
|
2609
|
-
}
|
|
2610
2628
|
if (!customElements.get('universe-kids-32px')) {
|
|
2611
2629
|
customElements.define('universe-kids-32px', Kids32);
|
|
2612
2630
|
}
|
|
2631
|
+
if (!customElements.get('universe-kitchen-32px')) {
|
|
2632
|
+
customElements.define('universe-kitchen-32px', Kitchen32);
|
|
2633
|
+
}
|
|
2613
2634
|
if (!customElements.get('universe-kitchen2-32px')) {
|
|
2614
2635
|
customElements.define('universe-kitchen2-32px', Kitchen232);
|
|
2615
2636
|
}
|
|
@@ -2622,12 +2643,18 @@ if (!customElements.get('universe-living-32px')) {
|
|
|
2622
2643
|
if (!customElements.get('universe-makeit-32px')) {
|
|
2623
2644
|
customElements.define('universe-makeit-32px', MakeIt32);
|
|
2624
2645
|
}
|
|
2646
|
+
if (!customElements.get('universe-leak-32px')) {
|
|
2647
|
+
customElements.define('universe-leak-32px', Leak32);
|
|
2648
|
+
}
|
|
2625
2649
|
if (!customElements.get('universe-paint-32px')) {
|
|
2626
2650
|
customElements.define('universe-paint-32px', Paint32);
|
|
2627
2651
|
}
|
|
2628
2652
|
if (!customElements.get('universe-security-32px')) {
|
|
2629
2653
|
customElements.define('universe-security-32px', Security32);
|
|
2630
2654
|
}
|
|
2655
|
+
if (!customElements.get('universe-pool-32px')) {
|
|
2656
|
+
customElements.define('universe-pool-32px', Pool32);
|
|
2657
|
+
}
|
|
2631
2658
|
if (!customElements.get('universe-terrace-32px')) {
|
|
2632
2659
|
customElements.define('universe-terrace-32px', Terrace32);
|
|
2633
2660
|
}
|
|
@@ -2667,12 +2694,12 @@ if (!customElements.get('user-card-idcard-32px')) {
|
|
|
2667
2694
|
if (!customElements.get('user-card-loyaltycard-32px')) {
|
|
2668
2695
|
customElements.define('user-card-loyaltycard-32px', CardLoyaltyCard32);
|
|
2669
2696
|
}
|
|
2670
|
-
if (!customElements.get('user-contact-phone-32px')) {
|
|
2671
|
-
customElements.define('user-contact-phone-32px', ContactPhone32);
|
|
2672
|
-
}
|
|
2673
2697
|
if (!customElements.get('user-contact-mail-32px')) {
|
|
2674
2698
|
customElements.define('user-contact-mail-32px', ContactMail32);
|
|
2675
2699
|
}
|
|
2700
|
+
if (!customElements.get('user-contact-phone-32px')) {
|
|
2701
|
+
customElements.define('user-contact-phone-32px', ContactPhone32);
|
|
2702
|
+
}
|
|
2676
2703
|
if (!customElements.get('user-contact-website-32px')) {
|
|
2677
2704
|
customElements.define('user-contact-website-32px', ContactWebsite32);
|
|
2678
2705
|
}
|
|
@@ -2694,8 +2721,8 @@ if (!customElements.get('various-balcony-32px')) {
|
|
|
2694
2721
|
if (!customElements.get('various-blower-32px')) {
|
|
2695
2722
|
customElements.define('various-blower-32px', Blower32);
|
|
2696
2723
|
}
|
|
2697
|
-
if (!customElements.get('
|
|
2698
|
-
customElements.define('
|
|
2724
|
+
if (!customElements.get('universe-hardwarestore-32px')) {
|
|
2725
|
+
customElements.define('universe-hardwarestore-32px', HardwareStore32);
|
|
2699
2726
|
}
|
|
2700
2727
|
if (!customElements.get('various-ecosaving-32px')) {
|
|
2701
2728
|
customElements.define('various-ecosaving-32px', EcoSaving32);
|
|
@@ -2718,12 +2745,12 @@ if (!customElements.get('various-lessondiy-32px')) {
|
|
|
2718
2745
|
if (!customElements.get('various-level-32px')) {
|
|
2719
2746
|
customElements.define('various-level-32px', Level32);
|
|
2720
2747
|
}
|
|
2721
|
-
if (!customElements.get('various-partnercompany-32px')) {
|
|
2722
|
-
customElements.define('various-partnercompany-32px', PartnerCompany32);
|
|
2723
|
-
}
|
|
2724
2748
|
if (!customElements.get('various-paintcan-32px')) {
|
|
2725
2749
|
customElements.define('various-paintcan-32px', PaintCan32);
|
|
2726
2750
|
}
|
|
2751
|
+
if (!customElements.get('various-partnercompany-32px')) {
|
|
2752
|
+
customElements.define('various-partnercompany-32px', PartnerCompany32);
|
|
2753
|
+
}
|
|
2727
2754
|
if (!customElements.get('various-partnerworker-32px')) {
|
|
2728
2755
|
customElements.define('various-partnerworker-32px', PartnerWorker32);
|
|
2729
2756
|
}
|
|
@@ -2763,6 +2790,9 @@ if (!customElements.get('device-tablet-48px')) {
|
|
|
2763
2790
|
if (!customElements.get('instruction-hygiene-cleaned-48px')) {
|
|
2764
2791
|
customElements.define('instruction-hygiene-cleaned-48px', HygieneCleaned48);
|
|
2765
2792
|
}
|
|
2793
|
+
if (!customElements.get('various-door-32px')) {
|
|
2794
|
+
customElements.define('various-door-32px', Door32);
|
|
2795
|
+
}
|
|
2766
2796
|
if (!customElements.get('instruction-hygiene-danger-48px')) {
|
|
2767
2797
|
customElements.define('instruction-hygiene-danger-48px', HygieneDanger48);
|
|
2768
2798
|
}
|
|
@@ -2847,9 +2877,6 @@ if (!customElements.get('media-project-48px')) {
|
|
|
2847
2877
|
if (!customElements.get('media-read-48px')) {
|
|
2848
2878
|
customElements.define('media-read-48px', Read48);
|
|
2849
2879
|
}
|
|
2850
|
-
if (!customElements.get('media-reducescreen-48px')) {
|
|
2851
|
-
customElements.define('media-reducescreen-48px', ReduceScreen48);
|
|
2852
|
-
}
|
|
2853
2880
|
if (!customElements.get('media-slideshow-48px')) {
|
|
2854
2881
|
customElements.define('media-slideshow-48px', Slideshow48);
|
|
2855
2882
|
}
|
|
@@ -2874,14 +2901,17 @@ if (!customElements.get('navigation-arrow-arrow--bottom-48px')) {
|
|
|
2874
2901
|
if (!customElements.get('navigation-arrow-arrow--left-48px')) {
|
|
2875
2902
|
customElements.define('navigation-arrow-arrow--left-48px', ArrowArrowLeft48);
|
|
2876
2903
|
}
|
|
2904
|
+
if (!customElements.get('navigation-arrow-arrow--right-48px')) {
|
|
2905
|
+
customElements.define('navigation-arrow-arrow--right-48px', ArrowArrowRight48);
|
|
2906
|
+
}
|
|
2877
2907
|
if (!customElements.get('navigation-arrow-arrow--top-48px')) {
|
|
2878
2908
|
customElements.define('navigation-arrow-arrow--top-48px', ArrowArrowTop48);
|
|
2879
2909
|
}
|
|
2880
2910
|
if (!customElements.get('navigation-arrow-arrowbottomleft-48px')) {
|
|
2881
2911
|
customElements.define('navigation-arrow-arrowbottomleft-48px', ArrowArrowBottomLeft48);
|
|
2882
2912
|
}
|
|
2883
|
-
if (!customElements.get('
|
|
2884
|
-
customElements.define('
|
|
2913
|
+
if (!customElements.get('media-reducescreen-48px')) {
|
|
2914
|
+
customElements.define('media-reducescreen-48px', ReduceScreen48);
|
|
2885
2915
|
}
|
|
2886
2916
|
if (!customElements.get('navigation-arrow-arrowtopleft-48px')) {
|
|
2887
2917
|
customElements.define('navigation-arrow-arrowtopleft-48px', ArrowArrowTopLeft48);
|
|
@@ -2952,9 +2982,6 @@ if (!customElements.get('navigation-display-displaylist-outline-48px')) {
|
|
|
2952
2982
|
if (!customElements.get('navigation-display-displaymobile--horizontal-48px')) {
|
|
2953
2983
|
customElements.define('navigation-display-displaymobile--horizontal-48px', DisplayDisplayMobileHorizontal48);
|
|
2954
2984
|
}
|
|
2955
|
-
if (!customElements.get('navigation-display-displaymobile--vertical-48px')) {
|
|
2956
|
-
customElements.define('navigation-display-displaymobile--vertical-48px', DisplayDisplayMobileVertical48);
|
|
2957
|
-
}
|
|
2958
2985
|
if (!customElements.get('navigation-display-displayproductx4-filled-48px')) {
|
|
2959
2986
|
customElements.define('navigation-display-displayproductx4-filled-48px', DisplayDisplayProductX4Filled48);
|
|
2960
2987
|
}
|
|
@@ -3003,11 +3030,8 @@ if (!customElements.get('navigation-display-search-48px')) {
|
|
|
3003
3030
|
if (!customElements.get('navigation-display-searchlist-48px')) {
|
|
3004
3031
|
customElements.define('navigation-display-searchlist-48px', DisplaySearchList48);
|
|
3005
3032
|
}
|
|
3006
|
-
if (!customElements.get('navigation-arrow-
|
|
3007
|
-
customElements.define('navigation-arrow-
|
|
3008
|
-
}
|
|
3009
|
-
if (!customElements.get('navigation-display-searchproduct-48px')) {
|
|
3010
|
-
customElements.define('navigation-display-searchproduct-48px', DisplaySearchProduct48);
|
|
3033
|
+
if (!customElements.get('navigation-arrow-arrowbottomright-48px')) {
|
|
3034
|
+
customElements.define('navigation-arrow-arrowbottomright-48px', ArrowArrowBottomRight48);
|
|
3011
3035
|
}
|
|
3012
3036
|
if (!customElements.get('navigation-display-setting-48px')) {
|
|
3013
3037
|
customElements.define('navigation-display-setting-48px', DisplaySetting48);
|
|
@@ -3015,12 +3039,12 @@ if (!customElements.get('navigation-display-setting-48px')) {
|
|
|
3015
3039
|
if (!customElements.get('navigation-display-view-48px')) {
|
|
3016
3040
|
customElements.define('navigation-display-view-48px', DisplayView48);
|
|
3017
3041
|
}
|
|
3042
|
+
if (!customElements.get('navigation-display-displaymobile--vertical-48px')) {
|
|
3043
|
+
customElements.define('navigation-display-displaymobile--vertical-48px', DisplayDisplayMobileVertical48);
|
|
3044
|
+
}
|
|
3018
3045
|
if (!customElements.get('navigation-display-vocalsearch-48px')) {
|
|
3019
3046
|
customElements.define('navigation-display-vocalsearch-48px', DisplayVocalSearch48);
|
|
3020
3047
|
}
|
|
3021
|
-
if (!customElements.get('navigation-notification-available-48px')) {
|
|
3022
|
-
customElements.define('navigation-notification-available-48px', NotificationAvailable48);
|
|
3023
|
-
}
|
|
3024
3048
|
if (!customElements.get('navigation-notification-bell-48px')) {
|
|
3025
3049
|
customElements.define('navigation-notification-bell-48px', NotificationBell48);
|
|
3026
3050
|
}
|
|
@@ -3033,8 +3057,8 @@ if (!customElements.get('navigation-notification-information-48px')) {
|
|
|
3033
3057
|
if (!customElements.get('navigation-notification-question-48px')) {
|
|
3034
3058
|
customElements.define('navigation-notification-question-48px', NotificationQuestion48);
|
|
3035
3059
|
}
|
|
3036
|
-
if (!customElements.get('navigation-notification-
|
|
3037
|
-
customElements.define('navigation-notification-
|
|
3060
|
+
if (!customElements.get('navigation-notification-available-48px')) {
|
|
3061
|
+
customElements.define('navigation-notification-available-48px', NotificationAvailable48);
|
|
3038
3062
|
}
|
|
3039
3063
|
if (!customElements.get('navigation-publish-copy-48px')) {
|
|
3040
3064
|
customElements.define('navigation-publish-copy-48px', PublishCopy48);
|
|
@@ -3057,8 +3081,8 @@ if (!customElements.get('navigation-publish-send-48px')) {
|
|
|
3057
3081
|
if (!customElements.get('navigation-publish-trashbin-48px')) {
|
|
3058
3082
|
customElements.define('navigation-publish-trashbin-48px', PublishTrashbin48);
|
|
3059
3083
|
}
|
|
3060
|
-
if (!customElements.get('
|
|
3061
|
-
customElements.define('
|
|
3084
|
+
if (!customElements.get('navigation-display-searchproduct-48px')) {
|
|
3085
|
+
customElements.define('navigation-display-searchproduct-48px', DisplaySearchProduct48);
|
|
3062
3086
|
}
|
|
3063
3087
|
if (!customElements.get('payment-cards-monochrome-americanexpress-48px')) {
|
|
3064
3088
|
customElements.define('payment-cards-monochrome-americanexpress-48px', CardsMonochromeAmericanExpress48);
|
|
@@ -3069,8 +3093,8 @@ if (!customElements.get('payment-cards-monochrome-cb-48px')) {
|
|
|
3069
3093
|
if (!customElements.get('payment-cards-monochrome-cheque-48px')) {
|
|
3070
3094
|
customElements.define('payment-cards-monochrome-cheque-48px', CardsMonochromeCheque48);
|
|
3071
3095
|
}
|
|
3072
|
-
if (!customElements.get('
|
|
3073
|
-
customElements.define('
|
|
3096
|
+
if (!customElements.get('navigation-notification-warning-48px')) {
|
|
3097
|
+
customElements.define('navigation-notification-warning-48px', NotificationWarning48);
|
|
3074
3098
|
}
|
|
3075
3099
|
if (!customElements.get('payment-cards-monochrome-illicado-48px')) {
|
|
3076
3100
|
customElements.define('payment-cards-monochrome-illicado-48px', CardsMonochromeIllicado48);
|
|
@@ -3105,6 +3129,9 @@ if (!customElements.get('payment-cards-monochrome-visa-48px')) {
|
|
|
3105
3129
|
if (!customElements.get('payment-detailsorder-48px')) {
|
|
3106
3130
|
customElements.define('payment-detailsorder-48px', DetailsOrder48);
|
|
3107
3131
|
}
|
|
3132
|
+
if (!customElements.get('payment-bill-48px')) {
|
|
3133
|
+
customElements.define('payment-bill-48px', Bill48);
|
|
3134
|
+
}
|
|
3108
3135
|
if (!customElements.get('payment-euro-48px')) {
|
|
3109
3136
|
customElements.define('payment-euro-48px', Euro48);
|
|
3110
3137
|
}
|
|
@@ -3120,6 +3147,9 @@ if (!customElements.get('payment-safepayment2-48px')) {
|
|
|
3120
3147
|
if (!customElements.get('product-aspect-quantity-48px')) {
|
|
3121
3148
|
customElements.define('product-aspect-quantity-48px', AspectQuantity48);
|
|
3122
3149
|
}
|
|
3150
|
+
if (!customElements.get('payment-cards-monochrome-gift-48px')) {
|
|
3151
|
+
customElements.define('payment-cards-monochrome-gift-48px', CardsMonochromeGift48);
|
|
3152
|
+
}
|
|
3123
3153
|
if (!customElements.get('product-aspect-size-48px')) {
|
|
3124
3154
|
customElements.define('product-aspect-size-48px', AspectSize48);
|
|
3125
3155
|
}
|
|
@@ -3138,24 +3168,21 @@ if (!customElements.get('product-basket-multi-48px')) {
|
|
|
3138
3168
|
if (!customElements.get('product-basket-save-48px')) {
|
|
3139
3169
|
customElements.define('product-basket-save-48px', BasketSave48);
|
|
3140
3170
|
}
|
|
3141
|
-
if (!customElements.get('product-basket-standard-48px')) {
|
|
3142
|
-
customElements.define('product-basket-standard-48px', BasketStandard48);
|
|
3143
|
-
}
|
|
3144
3171
|
if (!customElements.get('product-list-add-48px')) {
|
|
3145
3172
|
customElements.define('product-list-add-48px', ListAdd48);
|
|
3146
3173
|
}
|
|
3147
3174
|
if (!customElements.get('product-list-standard-48px')) {
|
|
3148
3175
|
customElements.define('product-list-standard-48px', ListStandard48);
|
|
3149
3176
|
}
|
|
3177
|
+
if (!customElements.get('product-basket-standard-48px')) {
|
|
3178
|
+
customElements.define('product-basket-standard-48px', BasketStandard48);
|
|
3179
|
+
}
|
|
3150
3180
|
if (!customElements.get('product-promise-certification-48px')) {
|
|
3151
3181
|
customElements.define('product-promise-certification-48px', PromiseCertification48);
|
|
3152
3182
|
}
|
|
3153
3183
|
if (!customElements.get('product-promise-circulareconomy-48px')) {
|
|
3154
3184
|
customElements.define('product-promise-circulareconomy-48px', PromiseCircularEconomy48);
|
|
3155
3185
|
}
|
|
3156
|
-
if (!customElements.get('product-promise-destocking-48px')) {
|
|
3157
|
-
customElements.define('product-promise-destocking-48px', PromiseDestocking48);
|
|
3158
|
-
}
|
|
3159
3186
|
if (!customElements.get('product-promise-ecoproduct-48px')) {
|
|
3160
3187
|
customElements.define('product-promise-ecoproduct-48px', PromiseEcoProduct48);
|
|
3161
3188
|
}
|
|
@@ -3174,9 +3201,6 @@ if (!customElements.get('product-promise-madeinfrance-48px')) {
|
|
|
3174
3201
|
if (!customElements.get('product-promise-modular-48px')) {
|
|
3175
3202
|
customElements.define('product-promise-modular-48px', PromiseModular48);
|
|
3176
3203
|
}
|
|
3177
|
-
if (!customElements.get('product-promise-productonpicture-48px')) {
|
|
3178
|
-
customElements.define('product-promise-productonpicture-48px', PromiseProductOnPicture48);
|
|
3179
|
-
}
|
|
3180
3204
|
if (!customElements.get('product-promise-productsheet-48px')) {
|
|
3181
3205
|
customElements.define('product-promise-productsheet-48px', PromiseProductSheet48);
|
|
3182
3206
|
}
|
|
@@ -3201,8 +3225,8 @@ if (!customElements.get('service-aftersales-aftersalesservice-48px')) {
|
|
|
3201
3225
|
if (!customElements.get('service-aftersales-helpline-48px')) {
|
|
3202
3226
|
customElements.define('service-aftersales-helpline-48px', AfterSalesHelpline48);
|
|
3203
3227
|
}
|
|
3204
|
-
if (!customElements.get('
|
|
3205
|
-
customElements.define('
|
|
3228
|
+
if (!customElements.get('product-promise-productonpicture-48px')) {
|
|
3229
|
+
customElements.define('product-promise-productonpicture-48px', PromiseProductOnPicture48);
|
|
3206
3230
|
}
|
|
3207
3231
|
if (!customElements.get('service-aftersales-satisfaction-48px')) {
|
|
3208
3232
|
customElements.define('service-aftersales-satisfaction-48px', AfterSalesSatisfaction48);
|
|
@@ -3219,8 +3243,8 @@ if (!customElements.get('service-custom-cutwoodglass-48px')) {
|
|
|
3219
3243
|
if (!customElements.get('service-custom-sample-48px')) {
|
|
3220
3244
|
customElements.define('service-custom-sample-48px', CustomSample48);
|
|
3221
3245
|
}
|
|
3222
|
-
if (!customElements.get('
|
|
3223
|
-
customElements.define('
|
|
3246
|
+
if (!customElements.get('product-promise-destocking-48px')) {
|
|
3247
|
+
customElements.define('product-promise-destocking-48px', PromiseDestocking48);
|
|
3224
3248
|
}
|
|
3225
3249
|
if (!customElements.get('service-delivery-delivery-pickup--relaypoint-48px')) {
|
|
3226
3250
|
customElements.define('service-delivery-delivery-pickup--relaypoint-48px', DeliveryDeliveryPickupRelayPoint48);
|
|
@@ -3237,11 +3261,14 @@ if (!customElements.get('service-delivery-delivery--locker-48px')) {
|
|
|
3237
3261
|
if (!customElements.get('service-purchasehelp-carrent-48px')) {
|
|
3238
3262
|
customElements.define('service-purchasehelp-carrent-48px', PurchaseHelpCarRent48);
|
|
3239
3263
|
}
|
|
3264
|
+
if (!customElements.get('service-custom-sharpening-48px')) {
|
|
3265
|
+
customElements.define('service-custom-sharpening-48px', CustomSharpening48);
|
|
3266
|
+
}
|
|
3240
3267
|
if (!customElements.get('service-purchasehelp-homediy-48px')) {
|
|
3241
3268
|
customElements.define('service-purchasehelp-homediy-48px', PurchaseHelpHomeDIY48);
|
|
3242
3269
|
}
|
|
3243
|
-
if (!customElements.get('service-
|
|
3244
|
-
customElements.define('service-
|
|
3270
|
+
if (!customElements.get('service-aftersales-payback-48px')) {
|
|
3271
|
+
customElements.define('service-aftersales-payback-48px', AfterSalesPayback48);
|
|
3245
3272
|
}
|
|
3246
3273
|
if (!customElements.get('service-purchasehelp-toolrent-48px')) {
|
|
3247
3274
|
customElements.define('service-purchasehelp-toolrent-48px', PurchaseHelpToolRent48);
|
|
@@ -3288,15 +3315,15 @@ if (!customElements.get('social-share-shareios-48px')) {
|
|
|
3288
3315
|
if (!customElements.get('social-socialnetwork-facebook-48px')) {
|
|
3289
3316
|
customElements.define('social-socialnetwork-facebook-48px', SocialNetworkFacebook48);
|
|
3290
3317
|
}
|
|
3291
|
-
if (!customElements.get('
|
|
3292
|
-
customElements.define('
|
|
3293
|
-
}
|
|
3294
|
-
if (!customElements.get('social-socialnetwork-linkedin-48px')) {
|
|
3295
|
-
customElements.define('social-socialnetwork-linkedin-48px', SocialNetworkLinkedin48);
|
|
3318
|
+
if (!customElements.get('service-purchasehelp-homeinstall-48px')) {
|
|
3319
|
+
customElements.define('service-purchasehelp-homeinstall-48px', PurchaseHelpHomeInstall48);
|
|
3296
3320
|
}
|
|
3297
3321
|
if (!customElements.get('social-socialnetwork-pinterest-48px')) {
|
|
3298
3322
|
customElements.define('social-socialnetwork-pinterest-48px', SocialNetworkPinterest48);
|
|
3299
3323
|
}
|
|
3324
|
+
if (!customElements.get('social-socialnetwork-linkedin-48px')) {
|
|
3325
|
+
customElements.define('social-socialnetwork-linkedin-48px', SocialNetworkLinkedin48);
|
|
3326
|
+
}
|
|
3300
3327
|
if (!customElements.get('social-socialnetwork-twitter-48px')) {
|
|
3301
3328
|
customElements.define('social-socialnetwork-twitter-48px', SocialNetworkTwitter48);
|
|
3302
3329
|
}
|
|
@@ -3321,6 +3348,9 @@ if (!customElements.get('social-view-star--half-48px')) {
|
|
|
3321
3348
|
if (!customElements.get('social-view-testerview-48px')) {
|
|
3322
3349
|
customElements.define('social-view-testerview-48px', ViewTesterView48);
|
|
3323
3350
|
}
|
|
3351
|
+
if (!customElements.get('social-socialnetwork-instagram-48px')) {
|
|
3352
|
+
customElements.define('social-socialnetwork-instagram-48px', SocialNetworkInstagram48);
|
|
3353
|
+
}
|
|
3324
3354
|
if (!customElements.get('store-itinerary-48px')) {
|
|
3325
3355
|
customElements.define('store-itinerary-48px', Itinerary48);
|
|
3326
3356
|
}
|
|
@@ -3336,9 +3366,6 @@ if (!customElements.get('store-map-48px')) {
|
|
|
3336
3366
|
if (!customElements.get('store-monochrome-relaylocation-48px')) {
|
|
3337
3367
|
customElements.define('store-monochrome-relaylocation-48px', MonochromeRelayLocation48);
|
|
3338
3368
|
}
|
|
3339
|
-
if (!customElements.get('store-monochrome-storelocation-48px')) {
|
|
3340
|
-
customElements.define('store-monochrome-storelocation-48px', MonochromeStoreLocation48);
|
|
3341
|
-
}
|
|
3342
3369
|
if (!customElements.get('store-storelm-48px')) {
|
|
3343
3370
|
customElements.define('store-storelm-48px', StoreLM48);
|
|
3344
3371
|
}
|
|
@@ -3348,27 +3375,24 @@ if (!customElements.get('universe-attic-48px')) {
|
|
|
3348
3375
|
if (!customElements.get('universe-bathroom-48px')) {
|
|
3349
3376
|
customElements.define('universe-bathroom-48px', Bathroom48);
|
|
3350
3377
|
}
|
|
3351
|
-
if (!customElements.get('universe-bedroom-48px')) {
|
|
3352
|
-
customElements.define('universe-bedroom-48px', Bedroom48);
|
|
3353
|
-
}
|
|
3354
3378
|
if (!customElements.get('universe-carpentry-48px')) {
|
|
3355
3379
|
customElements.define('universe-carpentry-48px', Carpentry48);
|
|
3356
3380
|
}
|
|
3381
|
+
if (!customElements.get('universe-bedroom-48px')) {
|
|
3382
|
+
customElements.define('universe-bedroom-48px', Bedroom48);
|
|
3383
|
+
}
|
|
3357
3384
|
if (!customElements.get('universe-christmastree-48px')) {
|
|
3358
3385
|
customElements.define('universe-christmastree-48px', ChristmasTree48);
|
|
3359
3386
|
}
|
|
3360
|
-
if (!customElements.get('universe-connectedhome-48px')) {
|
|
3361
|
-
customElements.define('universe-connectedhome-48px', ConnectedHome48);
|
|
3362
|
-
}
|
|
3363
3387
|
if (!customElements.get('universe-curtains-48px')) {
|
|
3364
3388
|
customElements.define('universe-curtains-48px', Curtains48);
|
|
3365
3389
|
}
|
|
3390
|
+
if (!customElements.get('store-monochrome-storelocation-48px')) {
|
|
3391
|
+
customElements.define('store-monochrome-storelocation-48px', MonochromeStoreLocation48);
|
|
3392
|
+
}
|
|
3366
3393
|
if (!customElements.get('universe-dressing-48px')) {
|
|
3367
3394
|
customElements.define('universe-dressing-48px', Dressing48);
|
|
3368
3395
|
}
|
|
3369
|
-
if (!customElements.get('universe-electricity-48px')) {
|
|
3370
|
-
customElements.define('universe-electricity-48px', Electricity48);
|
|
3371
|
-
}
|
|
3372
3396
|
if (!customElements.get('universe-enki-48px')) {
|
|
3373
3397
|
customElements.define('universe-enki-48px', Enki48);
|
|
3374
3398
|
}
|
|
@@ -3384,23 +3408,32 @@ if (!customElements.get('universe-garden1-48px')) {
|
|
|
3384
3408
|
if (!customElements.get('universe-garden2-48px')) {
|
|
3385
3409
|
customElements.define('universe-garden2-48px', Garden248);
|
|
3386
3410
|
}
|
|
3411
|
+
if (!customElements.get('universe-glass-48px')) {
|
|
3412
|
+
customElements.define('universe-glass-48px', Glass48);
|
|
3413
|
+
}
|
|
3387
3414
|
if (!customElements.get('universe-hardwarestore-48px')) {
|
|
3388
3415
|
customElements.define('universe-hardwarestore-48px', HardwareStore48);
|
|
3389
3416
|
}
|
|
3417
|
+
if (!customElements.get('universe-connectedhome-48px')) {
|
|
3418
|
+
customElements.define('universe-connectedhome-48px', ConnectedHome48);
|
|
3419
|
+
}
|
|
3390
3420
|
if (!customElements.get('universe-heater-48px')) {
|
|
3391
3421
|
customElements.define('universe-heater-48px', Heater48);
|
|
3392
3422
|
}
|
|
3423
|
+
if (!customElements.get('universe-electricity-48px')) {
|
|
3424
|
+
customElements.define('universe-electricity-48px', Electricity48);
|
|
3425
|
+
}
|
|
3393
3426
|
if (!customElements.get('universe-kids-48px')) {
|
|
3394
3427
|
customElements.define('universe-kids-48px', Kids48);
|
|
3395
3428
|
}
|
|
3396
|
-
if (!customElements.get('universe-kitchen-48px')) {
|
|
3397
|
-
customElements.define('universe-kitchen-48px', Kitchen48);
|
|
3398
|
-
}
|
|
3399
3429
|
if (!customElements.get('universe-kitchen2-48px')) {
|
|
3400
3430
|
customElements.define('universe-kitchen2-48px', Kitchen248);
|
|
3401
3431
|
}
|
|
3402
|
-
if (!customElements.get('universe-
|
|
3403
|
-
customElements.define('universe-
|
|
3432
|
+
if (!customElements.get('universe-kitchen-48px')) {
|
|
3433
|
+
customElements.define('universe-kitchen-48px', Kitchen48);
|
|
3434
|
+
}
|
|
3435
|
+
if (!customElements.get('universe-leak-48px')) {
|
|
3436
|
+
customElements.define('universe-leak-48px', Leak48);
|
|
3404
3437
|
}
|
|
3405
3438
|
if (!customElements.get('universe-living-48px')) {
|
|
3406
3439
|
customElements.define('universe-living-48px', Living48);
|
|
@@ -3408,9 +3441,15 @@ if (!customElements.get('universe-living-48px')) {
|
|
|
3408
3441
|
if (!customElements.get('universe-makeit-48px')) {
|
|
3409
3442
|
customElements.define('universe-makeit-48px', MakeIt48);
|
|
3410
3443
|
}
|
|
3444
|
+
if (!customElements.get('universe-lighting-48px')) {
|
|
3445
|
+
customElements.define('universe-lighting-48px', Lighting48);
|
|
3446
|
+
}
|
|
3411
3447
|
if (!customElements.get('universe-paint-48px')) {
|
|
3412
3448
|
customElements.define('universe-paint-48px', Paint48);
|
|
3413
3449
|
}
|
|
3450
|
+
if (!customElements.get('universe-pool-48px')) {
|
|
3451
|
+
customElements.define('universe-pool-48px', Pool48);
|
|
3452
|
+
}
|
|
3414
3453
|
if (!customElements.get('universe-security-48px')) {
|
|
3415
3454
|
customElements.define('universe-security-48px', Security48);
|
|
3416
3455
|
}
|
|
@@ -3420,12 +3459,12 @@ if (!customElements.get('universe-terrace-48px')) {
|
|
|
3420
3459
|
if (!customElements.get('universe-tool-48px')) {
|
|
3421
3460
|
customElements.define('universe-tool-48px', Tool48);
|
|
3422
3461
|
}
|
|
3423
|
-
if (!customElements.get('universe-woodsaw-48px')) {
|
|
3424
|
-
customElements.define('universe-woodsaw-48px', WoodSaw48);
|
|
3425
|
-
}
|
|
3426
3462
|
if (!customElements.get('user-account-customer--collaborator-48px')) {
|
|
3427
3463
|
customElements.define('user-account-customer--collaborator-48px', AccountCustomerCollaborator48);
|
|
3428
3464
|
}
|
|
3465
|
+
if (!customElements.get('universe-woodsaw-48px')) {
|
|
3466
|
+
customElements.define('universe-woodsaw-48px', WoodSaw48);
|
|
3467
|
+
}
|
|
3429
3468
|
if (!customElements.get('user-account-customer--passion-48px')) {
|
|
3430
3469
|
customElements.define('user-account-customer--passion-48px', AccountCustomerPassion48);
|
|
3431
3470
|
}
|
|
@@ -3495,9 +3534,6 @@ if (!customElements.get('various-house-48px')) {
|
|
|
3495
3534
|
if (!customElements.get('various-increasevalue-48px')) {
|
|
3496
3535
|
customElements.define('various-increasevalue-48px', IncreaseValue48);
|
|
3497
3536
|
}
|
|
3498
|
-
if (!customElements.get('various-insulation-48px')) {
|
|
3499
|
-
customElements.define('various-insulation-48px', Insulation48);
|
|
3500
|
-
}
|
|
3501
3537
|
if (!customElements.get('various-lessondiy-48px')) {
|
|
3502
3538
|
customElements.define('various-lessondiy-48px', LessonDIY48);
|
|
3503
3539
|
}
|
|
@@ -3510,6 +3546,9 @@ if (!customElements.get('various-paintcan-48px')) {
|
|
|
3510
3546
|
if (!customElements.get('various-partnercompany-48px')) {
|
|
3511
3547
|
customElements.define('various-partnercompany-48px', PartnerCompany48);
|
|
3512
3548
|
}
|
|
3549
|
+
if (!customElements.get('various-insulation-48px')) {
|
|
3550
|
+
customElements.define('various-insulation-48px', Insulation48);
|
|
3551
|
+
}
|
|
3513
3552
|
if (!customElements.get('various-partnerworker-48px')) {
|
|
3514
3553
|
customElements.define('various-partnerworker-48px', PartnerWorker48);
|
|
3515
3554
|
}
|
|
@@ -3519,8 +3558,8 @@ if (!customElements.get('various-pipe-48px')) {
|
|
|
3519
3558
|
if (!customElements.get('various-premium-48px')) {
|
|
3520
3559
|
customElements.define('various-premium-48px', Premium48);
|
|
3521
3560
|
}
|
|
3522
|
-
if (!customElements.get('various-
|
|
3523
|
-
customElements.define('various-
|
|
3561
|
+
if (!customElements.get('various-survey-48px')) {
|
|
3562
|
+
customElements.define('various-survey-48px', Survey48);
|
|
3524
3563
|
}
|
|
3525
3564
|
if (!customElements.get('various-temperature-48px')) {
|
|
3526
3565
|
customElements.define('various-temperature-48px', Temperature48);
|
|
@@ -3537,9 +3576,6 @@ if (!customElements.get('device-desktop-64px')) {
|
|
|
3537
3576
|
if (!customElements.get('device-laptop-64px')) {
|
|
3538
3577
|
customElements.define('device-laptop-64px', Laptop64);
|
|
3539
3578
|
}
|
|
3540
|
-
if (!customElements.get('various-survey-48px')) {
|
|
3541
|
-
customElements.define('various-survey-48px', Survey48);
|
|
3542
|
-
}
|
|
3543
3579
|
if (!customElements.get('device-mobile-64px')) {
|
|
3544
3580
|
customElements.define('device-mobile-64px', Mobile64);
|
|
3545
3581
|
}
|
|
@@ -3570,8 +3606,8 @@ if (!customElements.get('instruction-hygiene-plexiglas-64px')) {
|
|
|
3570
3606
|
if (!customElements.get('instruction-payment-checkout-64px')) {
|
|
3571
3607
|
customElements.define('instruction-payment-checkout-64px', PaymentCheckout64);
|
|
3572
3608
|
}
|
|
3573
|
-
if (!customElements.get('
|
|
3574
|
-
customElements.define('
|
|
3609
|
+
if (!customElements.get('various-shutter-48px')) {
|
|
3610
|
+
customElements.define('various-shutter-48px', Shutter48);
|
|
3575
3611
|
}
|
|
3576
3612
|
if (!customElements.get('instruction-service-purchasehelp-car--openboot-64px')) {
|
|
3577
3613
|
customElements.define('instruction-service-purchasehelp-car--openboot-64px', ServicePurchaseHelpCarOpenBoot64);
|
|
@@ -3594,9 +3630,6 @@ if (!customElements.get('instruction-service-purchasehelp-request-64px')) {
|
|
|
3594
3630
|
if (!customElements.get('instruction-service-purchasehelp-truck-64px')) {
|
|
3595
3631
|
customElements.define('instruction-service-purchasehelp-truck-64px', ServicePurchaseHelpTruck64);
|
|
3596
3632
|
}
|
|
3597
|
-
if (!customElements.get('instruction-universe-essentialproduct-64px')) {
|
|
3598
|
-
customElements.define('instruction-universe-essentialproduct-64px', UniverseEssentialProduct64);
|
|
3599
|
-
}
|
|
3600
3633
|
if (!customElements.get('media-bookstore-64px')) {
|
|
3601
3634
|
customElements.define('media-bookstore-64px', BookStore64);
|
|
3602
3635
|
}
|
|
@@ -3609,17 +3642,17 @@ if (!customElements.get('media-download-app-64px')) {
|
|
|
3609
3642
|
if (!customElements.get('media-download-web-64px')) {
|
|
3610
3643
|
customElements.define('media-download-web-64px', DownloadWeb64);
|
|
3611
3644
|
}
|
|
3645
|
+
if (!customElements.get('instruction-payment-nocontact-64px')) {
|
|
3646
|
+
customElements.define('instruction-payment-nocontact-64px', PaymentNoContact64);
|
|
3647
|
+
}
|
|
3612
3648
|
if (!customElements.get('media-fullscreen-64px')) {
|
|
3613
3649
|
customElements.define('media-fullscreen-64px', FullScreen64);
|
|
3614
3650
|
}
|
|
3615
3651
|
if (!customElements.get('media-nopicture-64px')) {
|
|
3616
3652
|
customElements.define('media-nopicture-64px', NoPicture64);
|
|
3617
3653
|
}
|
|
3618
|
-
if (!customElements.get('
|
|
3619
|
-
customElements.define('
|
|
3620
|
-
}
|
|
3621
|
-
if (!customElements.get('media-play-64px')) {
|
|
3622
|
-
customElements.define('media-play-64px', Play64);
|
|
3654
|
+
if (!customElements.get('instruction-universe-essentialproduct-64px')) {
|
|
3655
|
+
customElements.define('instruction-universe-essentialproduct-64px', UniverseEssentialProduct64);
|
|
3623
3656
|
}
|
|
3624
3657
|
if (!customElements.get('media-player-64px')) {
|
|
3625
3658
|
customElements.define('media-player-64px', Player64);
|
|
@@ -3669,21 +3702,24 @@ if (!customElements.get('navigation-arrow-arrow--top-64px')) {
|
|
|
3669
3702
|
if (!customElements.get('navigation-arrow-arrowbottomleft-64px')) {
|
|
3670
3703
|
customElements.define('navigation-arrow-arrowbottomleft-64px', ArrowArrowBottomLeft64);
|
|
3671
3704
|
}
|
|
3705
|
+
if (!customElements.get('media-pdf-64px')) {
|
|
3706
|
+
customElements.define('media-pdf-64px', Pdf64);
|
|
3707
|
+
}
|
|
3672
3708
|
if (!customElements.get('navigation-arrow-arrowbottomright-64px')) {
|
|
3673
3709
|
customElements.define('navigation-arrow-arrowbottomright-64px', ArrowArrowBottomRight64);
|
|
3674
3710
|
}
|
|
3675
3711
|
if (!customElements.get('navigation-arrow-arrowtopleft-64px')) {
|
|
3676
3712
|
customElements.define('navigation-arrow-arrowtopleft-64px', ArrowArrowTopLeft64);
|
|
3677
3713
|
}
|
|
3678
|
-
if (!customElements.get('navigation-arrow-arrowtopright-64px')) {
|
|
3679
|
-
customElements.define('navigation-arrow-arrowtopright-64px', ArrowArrowTopRight64);
|
|
3680
|
-
}
|
|
3681
3714
|
if (!customElements.get('navigation-arrow-back-64px')) {
|
|
3682
3715
|
customElements.define('navigation-arrow-back-64px', ArrowBack64);
|
|
3683
3716
|
}
|
|
3684
3717
|
if (!customElements.get('navigation-arrow-doublearrow--left-64px')) {
|
|
3685
3718
|
customElements.define('navigation-arrow-doublearrow--left-64px', ArrowDoubleArrowLeft64);
|
|
3686
3719
|
}
|
|
3720
|
+
if (!customElements.get('media-play-64px')) {
|
|
3721
|
+
customElements.define('media-play-64px', Play64);
|
|
3722
|
+
}
|
|
3687
3723
|
if (!customElements.get('navigation-arrow-doublearrow--right-64px')) {
|
|
3688
3724
|
customElements.define('navigation-arrow-doublearrow--right-64px', ArrowDoubleArrowRight64);
|
|
3689
3725
|
}
|
|
@@ -3696,8 +3732,8 @@ if (!customElements.get('navigation-arrow-next-64px')) {
|
|
|
3696
3732
|
if (!customElements.get('navigation-arrow-up-64px')) {
|
|
3697
3733
|
customElements.define('navigation-arrow-up-64px', ArrowUp64);
|
|
3698
3734
|
}
|
|
3699
|
-
if (!customElements.get('navigation-
|
|
3700
|
-
customElements.define('navigation-
|
|
3735
|
+
if (!customElements.get('navigation-arrow-arrowtopright-64px')) {
|
|
3736
|
+
customElements.define('navigation-arrow-arrowtopright-64px', ArrowArrowTopRight64);
|
|
3701
3737
|
}
|
|
3702
3738
|
if (!customElements.get('navigation-control-circle--less-64px')) {
|
|
3703
3739
|
customElements.define('navigation-control-circle--less-64px', ControlCircleLess64);
|
|
@@ -3738,15 +3774,12 @@ if (!customElements.get('navigation-display-displaylist-filled-64px')) {
|
|
|
3738
3774
|
if (!customElements.get('navigation-display-displaylist-outline-64px')) {
|
|
3739
3775
|
customElements.define('navigation-display-displaylist-outline-64px', DisplayDisplayListOutline64);
|
|
3740
3776
|
}
|
|
3741
|
-
if (!customElements.get('navigation-
|
|
3742
|
-
customElements.define('navigation-
|
|
3777
|
+
if (!customElements.get('navigation-control-circle--cross-64px')) {
|
|
3778
|
+
customElements.define('navigation-control-circle--cross-64px', ControlCircleCross64);
|
|
3743
3779
|
}
|
|
3744
3780
|
if (!customElements.get('navigation-display-displaymobile--vertical-64px')) {
|
|
3745
3781
|
customElements.define('navigation-display-displaymobile--vertical-64px', DisplayDisplayMobileVertical64);
|
|
3746
3782
|
}
|
|
3747
|
-
if (!customElements.get('navigation-display-displayproductx4-filled-64px')) {
|
|
3748
|
-
customElements.define('navigation-display-displayproductx4-filled-64px', DisplayDisplayProductX4Filled64);
|
|
3749
|
-
}
|
|
3750
3783
|
if (!customElements.get('navigation-display-displayproductx4-outline-64px')) {
|
|
3751
3784
|
customElements.define('navigation-display-displayproductx4-outline-64px', DisplayDisplayProductX4Outline64);
|
|
3752
3785
|
}
|
|
@@ -3756,8 +3789,8 @@ if (!customElements.get('navigation-display-displayproductx9-64px')) {
|
|
|
3756
3789
|
if (!customElements.get('navigation-display-externallink-64px')) {
|
|
3757
3790
|
customElements.define('navigation-display-externallink-64px', DisplayExternalLink64);
|
|
3758
3791
|
}
|
|
3759
|
-
if (!customElements.get('navigation-display-
|
|
3760
|
-
customElements.define('navigation-display-
|
|
3792
|
+
if (!customElements.get('navigation-display-displayproductx4-filled-64px')) {
|
|
3793
|
+
customElements.define('navigation-display-displayproductx4-filled-64px', DisplayDisplayProductX4Filled64);
|
|
3761
3794
|
}
|
|
3762
3795
|
if (!customElements.get('navigation-display-home-64px')) {
|
|
3763
3796
|
customElements.define('navigation-display-home-64px', DisplayHome64);
|
|
@@ -3765,6 +3798,9 @@ if (!customElements.get('navigation-display-home-64px')) {
|
|
|
3765
3798
|
if (!customElements.get('navigation-display-logout-64px')) {
|
|
3766
3799
|
customElements.define('navigation-display-logout-64px', DisplayLogOut64);
|
|
3767
3800
|
}
|
|
3801
|
+
if (!customElements.get('navigation-display-filter-64px')) {
|
|
3802
|
+
customElements.define('navigation-display-filter-64px', DisplayFilter64);
|
|
3803
|
+
}
|
|
3768
3804
|
if (!customElements.get('navigation-display-menu-64px')) {
|
|
3769
3805
|
customElements.define('navigation-display-menu-64px', DisplayMenu64);
|
|
3770
3806
|
}
|
|
@@ -3780,8 +3816,8 @@ if (!customElements.get('navigation-display-other-64px')) {
|
|
|
3780
3816
|
if (!customElements.get('navigation-display-productnumb-64px')) {
|
|
3781
3817
|
customElements.define('navigation-display-productnumb-64px', DisplayProductNumb64);
|
|
3782
3818
|
}
|
|
3783
|
-
if (!customElements.get('navigation-display-
|
|
3784
|
-
customElements.define('navigation-display-
|
|
3819
|
+
if (!customElements.get('navigation-display-displaymobile--horizontal-64px')) {
|
|
3820
|
+
customElements.define('navigation-display-displaymobile--horizontal-64px', DisplayDisplayMobileHorizontal64);
|
|
3785
3821
|
}
|
|
3786
3822
|
if (!customElements.get('navigation-display-screenrotation-64px')) {
|
|
3787
3823
|
customElements.define('navigation-display-screenrotation-64px', DisplayScreenRotation64);
|
|
@@ -3798,8 +3834,8 @@ if (!customElements.get('navigation-display-searchproduct-64px')) {
|
|
|
3798
3834
|
if (!customElements.get('navigation-display-setting-64px')) {
|
|
3799
3835
|
customElements.define('navigation-display-setting-64px', DisplaySetting64);
|
|
3800
3836
|
}
|
|
3801
|
-
if (!customElements.get('navigation-display-
|
|
3802
|
-
customElements.define('navigation-display-
|
|
3837
|
+
if (!customElements.get('navigation-display-refresh-64px')) {
|
|
3838
|
+
customElements.define('navigation-display-refresh-64px', DisplayRefresh64);
|
|
3803
3839
|
}
|
|
3804
3840
|
if (!customElements.get('navigation-display-vocalsearch-64px')) {
|
|
3805
3841
|
customElements.define('navigation-display-vocalsearch-64px', DisplayVocalSearch64);
|
|
@@ -3813,11 +3849,8 @@ if (!customElements.get('navigation-notification-bell-64px')) {
|
|
|
3813
3849
|
if (!customElements.get('navigation-notification-circle--available-64px')) {
|
|
3814
3850
|
customElements.define('navigation-notification-circle--available-64px', NotificationCircleAvailable64);
|
|
3815
3851
|
}
|
|
3816
|
-
if (!customElements.get('navigation-
|
|
3817
|
-
customElements.define('navigation-
|
|
3818
|
-
}
|
|
3819
|
-
if (!customElements.get('navigation-notification-question-64px')) {
|
|
3820
|
-
customElements.define('navigation-notification-question-64px', NotificationQuestion64);
|
|
3852
|
+
if (!customElements.get('navigation-display-view-64px')) {
|
|
3853
|
+
customElements.define('navigation-display-view-64px', DisplayView64);
|
|
3821
3854
|
}
|
|
3822
3855
|
if (!customElements.get('navigation-notification-warning-64px')) {
|
|
3823
3856
|
customElements.define('navigation-notification-warning-64px', NotificationWarning64);
|
|
@@ -3828,12 +3861,18 @@ if (!customElements.get('navigation-publish-copy-64px')) {
|
|
|
3828
3861
|
if (!customElements.get('navigation-publish-edit-64px')) {
|
|
3829
3862
|
customElements.define('navigation-publish-edit-64px', PublishEdit64);
|
|
3830
3863
|
}
|
|
3864
|
+
if (!customElements.get('navigation-notification-information-64px')) {
|
|
3865
|
+
customElements.define('navigation-notification-information-64px', NotificationInformation64);
|
|
3866
|
+
}
|
|
3831
3867
|
if (!customElements.get('navigation-publish-favorite-64px')) {
|
|
3832
3868
|
customElements.define('navigation-publish-favorite-64px', PublishFavorite64);
|
|
3833
3869
|
}
|
|
3834
3870
|
if (!customElements.get('navigation-publish-favoritefull-64px')) {
|
|
3835
3871
|
customElements.define('navigation-publish-favoritefull-64px', PublishFavoriteFull64);
|
|
3836
3872
|
}
|
|
3873
|
+
if (!customElements.get('navigation-notification-question-64px')) {
|
|
3874
|
+
customElements.define('navigation-notification-question-64px', NotificationQuestion64);
|
|
3875
|
+
}
|
|
3837
3876
|
if (!customElements.get('navigation-publish-lock-64px')) {
|
|
3838
3877
|
customElements.define('navigation-publish-lock-64px', PublishLock64);
|
|
3839
3878
|
}
|
|
@@ -3885,9 +3924,6 @@ if (!customElements.get('payment-cards-monochrome-paylib-64px')) {
|
|
|
3885
3924
|
if (!customElements.get('payment-cards-monochrome-paypal-64px')) {
|
|
3886
3925
|
customElements.define('payment-cards-monochrome-paypal-64px', CardsMonochromePaypal64);
|
|
3887
3926
|
}
|
|
3888
|
-
if (!customElements.get('payment-cards-monochrome-visa-64px')) {
|
|
3889
|
-
customElements.define('payment-cards-monochrome-visa-64px', CardsMonochromeVisa64);
|
|
3890
|
-
}
|
|
3891
3927
|
if (!customElements.get('payment-detailsorder-64px')) {
|
|
3892
3928
|
customElements.define('payment-detailsorder-64px', DetailsOrder64);
|
|
3893
3929
|
}
|
|
@@ -3909,6 +3945,9 @@ if (!customElements.get('product-aspect-quantity-64px')) {
|
|
|
3909
3945
|
if (!customElements.get('product-aspect-size-64px')) {
|
|
3910
3946
|
customElements.define('product-aspect-size-64px', AspectSize64);
|
|
3911
3947
|
}
|
|
3948
|
+
if (!customElements.get('payment-cards-monochrome-visa-64px')) {
|
|
3949
|
+
customElements.define('payment-cards-monochrome-visa-64px', CardsMonochromeVisa64);
|
|
3950
|
+
}
|
|
3912
3951
|
if (!customElements.get('product-aspect-weight-64px')) {
|
|
3913
3952
|
customElements.define('product-aspect-weight-64px', AspectWeight64);
|
|
3914
3953
|
}
|
|
@@ -3933,18 +3972,12 @@ if (!customElements.get('product-list-add-64px')) {
|
|
|
3933
3972
|
if (!customElements.get('product-list-standard-64px')) {
|
|
3934
3973
|
customElements.define('product-list-standard-64px', ListStandard64);
|
|
3935
3974
|
}
|
|
3936
|
-
if (!customElements.get('product-promise-certification-64px')) {
|
|
3937
|
-
customElements.define('product-promise-certification-64px', PromiseCertification64);
|
|
3938
|
-
}
|
|
3939
3975
|
if (!customElements.get('product-promise-circulareconomy-64px')) {
|
|
3940
3976
|
customElements.define('product-promise-circulareconomy-64px', PromiseCircularEconomy64);
|
|
3941
3977
|
}
|
|
3942
3978
|
if (!customElements.get('product-promise-destocking-64px')) {
|
|
3943
3979
|
customElements.define('product-promise-destocking-64px', PromiseDestocking64);
|
|
3944
3980
|
}
|
|
3945
|
-
if (!customElements.get('product-promise-ecoproduct-64px')) {
|
|
3946
|
-
customElements.define('product-promise-ecoproduct-64px', PromiseEcoProduct64);
|
|
3947
|
-
}
|
|
3948
3981
|
if (!customElements.get('product-promise-fashionchoice-64px')) {
|
|
3949
3982
|
customElements.define('product-promise-fashionchoice-64px', PromiseFashionChoice64);
|
|
3950
3983
|
}
|
|
@@ -3957,6 +3990,9 @@ if (!customElements.get('product-promise-madeineurope-64px')) {
|
|
|
3957
3990
|
if (!customElements.get('product-promise-madeinfrance-64px')) {
|
|
3958
3991
|
customElements.define('product-promise-madeinfrance-64px', PromiseMadeInFrance64);
|
|
3959
3992
|
}
|
|
3993
|
+
if (!customElements.get('product-promise-ecoproduct-64px')) {
|
|
3994
|
+
customElements.define('product-promise-ecoproduct-64px', PromiseEcoProduct64);
|
|
3995
|
+
}
|
|
3960
3996
|
if (!customElements.get('product-promise-modular-64px')) {
|
|
3961
3997
|
customElements.define('product-promise-modular-64px', PromiseModular64);
|
|
3962
3998
|
}
|
|
@@ -3966,8 +4002,8 @@ if (!customElements.get('product-promise-productonpicture-64px')) {
|
|
|
3966
4002
|
if (!customElements.get('product-promise-productsheet-64px')) {
|
|
3967
4003
|
customElements.define('product-promise-productsheet-64px', PromiseProductSheet64);
|
|
3968
4004
|
}
|
|
3969
|
-
if (!customElements.get('product-promise-
|
|
3970
|
-
customElements.define('product-promise-
|
|
4005
|
+
if (!customElements.get('product-promise-certification-64px')) {
|
|
4006
|
+
customElements.define('product-promise-certification-64px', PromiseCertification64);
|
|
3971
4007
|
}
|
|
3972
4008
|
if (!customElements.get('product-promise-warranty-64px')) {
|
|
3973
4009
|
customElements.define('product-promise-warranty-64px', PromiseWarranty64);
|
|
@@ -3981,9 +4017,6 @@ if (!customElements.get('project-inspiration-64px')) {
|
|
|
3981
4017
|
if (!customElements.get('project-makeproject-64px')) {
|
|
3982
4018
|
customElements.define('project-makeproject-64px', MakeProject64);
|
|
3983
4019
|
}
|
|
3984
|
-
if (!customElements.get('service-aftersales-aftersalesservice-64px')) {
|
|
3985
|
-
customElements.define('service-aftersales-aftersalesservice-64px', AfterSalesAfterSalesService64);
|
|
3986
|
-
}
|
|
3987
4020
|
if (!customElements.get('service-aftersales-helpline-64px')) {
|
|
3988
4021
|
customElements.define('service-aftersales-helpline-64px', AfterSalesHelpline64);
|
|
3989
4022
|
}
|
|
@@ -4038,8 +4071,8 @@ if (!customElements.get('service-time-delivery--2h-64px')) {
|
|
|
4038
4071
|
if (!customElements.get('service-time-delivery--3h-64px')) {
|
|
4039
4072
|
customElements.define('service-time-delivery--3h-64px', TimeDelivery3h64);
|
|
4040
4073
|
}
|
|
4041
|
-
if (!customElements.get('
|
|
4042
|
-
customElements.define('
|
|
4074
|
+
if (!customElements.get('product-promise-scan-64px')) {
|
|
4075
|
+
customElements.define('product-promise-scan-64px', PromiseScan64);
|
|
4043
4076
|
}
|
|
4044
4077
|
if (!customElements.get('service-time-timedecline-64px')) {
|
|
4045
4078
|
customElements.define('service-time-timedecline-64px', TimeTimeDecline64);
|
|
@@ -4053,12 +4086,12 @@ if (!customElements.get('service-tools-calculator-64px')) {
|
|
|
4053
4086
|
if (!customElements.get('service-tools-comparator-64px')) {
|
|
4054
4087
|
customElements.define('service-tools-comparator-64px', ToolsComparator64);
|
|
4055
4088
|
}
|
|
4056
|
-
if (!customElements.get('social-comment-comment-64px')) {
|
|
4057
|
-
customElements.define('social-comment-comment-64px', CommentComment64);
|
|
4058
|
-
}
|
|
4059
4089
|
if (!customElements.get('social-comment-community-64px')) {
|
|
4060
4090
|
customElements.define('social-comment-community-64px', CommentCommunity64);
|
|
4061
4091
|
}
|
|
4092
|
+
if (!customElements.get('social-comment-comment-64px')) {
|
|
4093
|
+
customElements.define('social-comment-comment-64px', CommentComment64);
|
|
4094
|
+
}
|
|
4062
4095
|
if (!customElements.get('social-comment-question--article-64px')) {
|
|
4063
4096
|
customElements.define('social-comment-question--article-64px', CommentQuestionArticle64);
|
|
4064
4097
|
}
|
|
@@ -4092,6 +4125,9 @@ if (!customElements.get('social-socialnetwork-youtube-64px')) {
|
|
|
4092
4125
|
if (!customElements.get('social-view-like--negative-64px')) {
|
|
4093
4126
|
customElements.define('social-view-like--negative-64px', ViewLikeNegative64);
|
|
4094
4127
|
}
|
|
4128
|
+
if (!customElements.get('service-aftersales-aftersalesservice-64px')) {
|
|
4129
|
+
customElements.define('service-aftersales-aftersalesservice-64px', AfterSalesAfterSalesService64);
|
|
4130
|
+
}
|
|
4095
4131
|
if (!customElements.get('social-view-like--positive-64px')) {
|
|
4096
4132
|
customElements.define('social-view-like--positive-64px', ViewLikePositive64);
|
|
4097
4133
|
}
|
|
@@ -4101,6 +4137,9 @@ if (!customElements.get('social-view-star--empty-64px')) {
|
|
|
4101
4137
|
if (!customElements.get('social-view-star--full-64px')) {
|
|
4102
4138
|
customElements.define('social-view-star--full-64px', ViewStarFull64);
|
|
4103
4139
|
}
|
|
4140
|
+
if (!customElements.get('service-time-delivery--48h-64px')) {
|
|
4141
|
+
customElements.define('service-time-delivery--48h-64px', TimeDelivery48h64);
|
|
4142
|
+
}
|
|
4104
4143
|
if (!customElements.get('social-view-star--half-64px')) {
|
|
4105
4144
|
customElements.define('social-view-star--half-64px', ViewStarHalf64);
|
|
4106
4145
|
}
|
|
@@ -4131,9 +4170,6 @@ if (!customElements.get('store-storelm-64px')) {
|
|
|
4131
4170
|
if (!customElements.get('universe-attic-64px')) {
|
|
4132
4171
|
customElements.define('universe-attic-64px', Attic64);
|
|
4133
4172
|
}
|
|
4134
|
-
if (!customElements.get('universe-bathroom-64px')) {
|
|
4135
|
-
customElements.define('universe-bathroom-64px', Bathroom64);
|
|
4136
|
-
}
|
|
4137
4173
|
if (!customElements.get('universe-bedroom-64px')) {
|
|
4138
4174
|
customElements.define('universe-bedroom-64px', Bedroom64);
|
|
4139
4175
|
}
|
|
@@ -4146,6 +4182,9 @@ if (!customElements.get('universe-christmastree-64px')) {
|
|
|
4146
4182
|
if (!customElements.get('universe-connectedhome-64px')) {
|
|
4147
4183
|
customElements.define('universe-connectedhome-64px', ConnectedHome64);
|
|
4148
4184
|
}
|
|
4185
|
+
if (!customElements.get('universe-bathroom-64px')) {
|
|
4186
|
+
customElements.define('universe-bathroom-64px', Bathroom64);
|
|
4187
|
+
}
|
|
4149
4188
|
if (!customElements.get('universe-curtains-64px')) {
|
|
4150
4189
|
customElements.define('universe-curtains-64px', Curtains64);
|
|
4151
4190
|
}
|
|
@@ -4158,9 +4197,6 @@ if (!customElements.get('universe-electricity-64px')) {
|
|
|
4158
4197
|
if (!customElements.get('universe-enki-64px')) {
|
|
4159
4198
|
customElements.define('universe-enki-64px', Enki64);
|
|
4160
4199
|
}
|
|
4161
|
-
if (!customElements.get('universe-floor-64px')) {
|
|
4162
|
-
customElements.define('universe-floor-64px', Floor64);
|
|
4163
|
-
}
|
|
4164
4200
|
if (!customElements.get('universe-garage-64px')) {
|
|
4165
4201
|
customElements.define('universe-garage-64px', Garage64);
|
|
4166
4202
|
}
|
|
@@ -4170,20 +4206,26 @@ if (!customElements.get('universe-garden1-64px')) {
|
|
|
4170
4206
|
if (!customElements.get('universe-garden2-64px')) {
|
|
4171
4207
|
customElements.define('universe-garden2-64px', Garden264);
|
|
4172
4208
|
}
|
|
4209
|
+
if (!customElements.get('universe-glass-64px')) {
|
|
4210
|
+
customElements.define('universe-glass-64px', Glass64);
|
|
4211
|
+
}
|
|
4212
|
+
if (!customElements.get('universe-floor-64px')) {
|
|
4213
|
+
customElements.define('universe-floor-64px', Floor64);
|
|
4214
|
+
}
|
|
4173
4215
|
if (!customElements.get('universe-hardwarestore-64px')) {
|
|
4174
4216
|
customElements.define('universe-hardwarestore-64px', HardwareStore64);
|
|
4175
4217
|
}
|
|
4176
|
-
if (!customElements.get('universe-heater-64px')) {
|
|
4177
|
-
customElements.define('universe-heater-64px', Heater64);
|
|
4178
|
-
}
|
|
4179
4218
|
if (!customElements.get('universe-kids-64px')) {
|
|
4180
4219
|
customElements.define('universe-kids-64px', Kids64);
|
|
4181
4220
|
}
|
|
4221
|
+
if (!customElements.get('universe-heater-64px')) {
|
|
4222
|
+
customElements.define('universe-heater-64px', Heater64);
|
|
4223
|
+
}
|
|
4182
4224
|
if (!customElements.get('universe-kitchen-64px')) {
|
|
4183
4225
|
customElements.define('universe-kitchen-64px', Kitchen64);
|
|
4184
4226
|
}
|
|
4185
|
-
if (!customElements.get('universe-
|
|
4186
|
-
customElements.define('universe-
|
|
4227
|
+
if (!customElements.get('universe-leak-64px')) {
|
|
4228
|
+
customElements.define('universe-leak-64px', Leak64);
|
|
4187
4229
|
}
|
|
4188
4230
|
if (!customElements.get('universe-lighting-64px')) {
|
|
4189
4231
|
customElements.define('universe-lighting-64px', Lighting64);
|
|
@@ -4197,8 +4239,8 @@ if (!customElements.get('universe-makeit-64px')) {
|
|
|
4197
4239
|
if (!customElements.get('universe-paint-64px')) {
|
|
4198
4240
|
customElements.define('universe-paint-64px', Paint64);
|
|
4199
4241
|
}
|
|
4200
|
-
if (!customElements.get('universe-
|
|
4201
|
-
customElements.define('universe-
|
|
4242
|
+
if (!customElements.get('universe-pool-64px')) {
|
|
4243
|
+
customElements.define('universe-pool-64px', Pool64);
|
|
4202
4244
|
}
|
|
4203
4245
|
if (!customElements.get('universe-terrace-64px')) {
|
|
4204
4246
|
customElements.define('universe-terrace-64px', Terrace64);
|
|
@@ -4218,9 +4260,6 @@ if (!customElements.get('user-account-customer--passion-64px')) {
|
|
|
4218
4260
|
if (!customElements.get('user-account-customer--pro-64px')) {
|
|
4219
4261
|
customElements.define('user-account-customer--pro-64px', AccountCustomerPro64);
|
|
4220
4262
|
}
|
|
4221
|
-
if (!customElements.get('user-account-profile--man-64px')) {
|
|
4222
|
-
customElements.define('user-account-profile--man-64px', AccountProfileMan64);
|
|
4223
|
-
}
|
|
4224
4263
|
if (!customElements.get('user-account-profile--view-64px')) {
|
|
4225
4264
|
customElements.define('user-account-profile--view-64px', AccountProfileView64);
|
|
4226
4265
|
}
|
|
@@ -4236,6 +4275,9 @@ if (!customElements.get('user-card-gift-64px')) {
|
|
|
4236
4275
|
if (!customElements.get('user-card-idcard-64px')) {
|
|
4237
4276
|
customElements.define('user-card-idcard-64px', CardIDCard64);
|
|
4238
4277
|
}
|
|
4278
|
+
if (!customElements.get('user-account-profile--man-64px')) {
|
|
4279
|
+
customElements.define('user-account-profile--man-64px', AccountProfileMan64);
|
|
4280
|
+
}
|
|
4239
4281
|
if (!customElements.get('user-card-loyaltycard-64px')) {
|
|
4240
4282
|
customElements.define('user-card-loyaltycard-64px', CardLoyaltyCard64);
|
|
4241
4283
|
}
|
|
@@ -4287,6 +4329,9 @@ if (!customElements.get('various-insulation-64px')) {
|
|
|
4287
4329
|
if (!customElements.get('various-lessondiy-64px')) {
|
|
4288
4330
|
customElements.define('various-lessondiy-64px', LessonDIY64);
|
|
4289
4331
|
}
|
|
4332
|
+
if (!customElements.get('universe-kitchen2-64px')) {
|
|
4333
|
+
customElements.define('universe-kitchen2-64px', Kitchen264);
|
|
4334
|
+
}
|
|
4290
4335
|
if (!customElements.get('various-level-64px')) {
|
|
4291
4336
|
customElements.define('various-level-64px', Level64);
|
|
4292
4337
|
}
|
|
@@ -4299,26 +4344,23 @@ if (!customElements.get('various-partnercompany-64px')) {
|
|
|
4299
4344
|
if (!customElements.get('various-partnerworker-64px')) {
|
|
4300
4345
|
customElements.define('various-partnerworker-64px', PartnerWorker64);
|
|
4301
4346
|
}
|
|
4347
|
+
if (!customElements.get('universe-security-64px')) {
|
|
4348
|
+
customElements.define('universe-security-64px', Security64);
|
|
4349
|
+
}
|
|
4302
4350
|
if (!customElements.get('various-pipe-64px')) {
|
|
4303
4351
|
customElements.define('various-pipe-64px', Pipe64);
|
|
4304
4352
|
}
|
|
4305
4353
|
if (!customElements.get('various-premium-64px')) {
|
|
4306
4354
|
customElements.define('various-premium-64px', Premium64);
|
|
4307
4355
|
}
|
|
4308
|
-
if (!customElements.get('various-shutter-64px')) {
|
|
4309
|
-
customElements.define('various-shutter-64px', Shutter64);
|
|
4310
|
-
}
|
|
4311
4356
|
if (!customElements.get('various-survey-64px')) {
|
|
4312
4357
|
customElements.define('various-survey-64px', Survey64);
|
|
4313
4358
|
}
|
|
4314
4359
|
if (!customElements.get('various-temperature-64px')) {
|
|
4315
4360
|
customElements.define('various-temperature-64px', Temperature64);
|
|
4316
4361
|
}
|
|
4317
|
-
if (!customElements.get('various-
|
|
4318
|
-
customElements.define('various-
|
|
4319
|
-
}
|
|
4320
|
-
if (!customElements.get('various-toolbox-64px')) {
|
|
4321
|
-
customElements.define('various-toolbox-64px', ToolBox64);
|
|
4362
|
+
if (!customElements.get('various-shutter-64px')) {
|
|
4363
|
+
customElements.define('various-shutter-64px', Shutter64);
|
|
4322
4364
|
}
|
|
4323
4365
|
if (!customElements.get('media-player-96px')) {
|
|
4324
4366
|
customElements.define('media-player-96px', Player96);
|
|
@@ -4326,3 +4368,9 @@ if (!customElements.get('media-player-96px')) {
|
|
|
4326
4368
|
if (!customElements.get('media-view360-96px')) {
|
|
4327
4369
|
customElements.define('media-view360-96px', View36096);
|
|
4328
4370
|
}
|
|
4371
|
+
if (!customElements.get('various-toolbox-64px')) {
|
|
4372
|
+
customElements.define('various-toolbox-64px', ToolBox64);
|
|
4373
|
+
}
|
|
4374
|
+
if (!customElements.get('various-thermalcontrol-64px')) {
|
|
4375
|
+
customElements.define('various-thermalcontrol-64px', ThermalControl64);
|
|
4376
|
+
}
|