@clubmed/trident-ui 1.0.0-alpha.36 → 1.0.0-alpha.38
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +14 -0
- package/README.md +56 -28
- package/atoms/Icons/Icon.js +8 -7
- package/atoms/Icons/IconsResolver.d.ts +4 -43
- package/atoms/Icons/IconsResolver.js +15 -38
- package/atoms/Icons/contexts/IconsContext.d.ts +43 -0
- package/atoms/Icons/contexts/IconsContext.js +46 -0
- package/atoms/Icons/fonts/Actions.d.ts +2 -1
- package/atoms/Icons/fonts/Actions.js +112 -106
- package/atoms/Icons/fonts/Activities.d.ts +2 -1
- package/atoms/Icons/fonts/Activities.js +144 -138
- package/atoms/Icons/fonts/Brand.d.ts +2 -1
- package/atoms/Icons/fonts/Brand.js +91 -85
- package/atoms/Icons/fonts/Covid.d.ts +2 -1
- package/atoms/Icons/fonts/Covid.js +60 -54
- package/atoms/Icons/fonts/FontIconResolver.d.ts +1 -1
- package/atoms/Icons/fonts/FontIconResolver.js +6 -7
- package/atoms/Icons/fonts/Food.d.ts +2 -1
- package/atoms/Icons/fonts/Food.js +105 -99
- package/atoms/Icons/fonts/HappyToCare.d.ts +2 -1
- package/atoms/Icons/fonts/HappyToCare.js +57 -51
- package/atoms/Icons/fonts/Places.d.ts +2 -1
- package/atoms/Icons/fonts/Places.js +60 -54
- package/atoms/Icons/fonts/Room.d.ts +2 -1
- package/atoms/Icons/fonts/Room.js +114 -108
- package/atoms/Icons/fonts/Services.d.ts +2 -1
- package/atoms/Icons/fonts/Services.js +72 -66
- package/atoms/Icons/fonts/Socials.d.ts +2 -1
- package/atoms/Icons/fonts/Socials.js +72 -66
- package/atoms/Icons/fonts/Transports.d.ts +2 -1
- package/atoms/Icons/fonts/Transports.js +48 -42
- package/atoms/Icons/fonts/Utilities.d.ts +2 -1
- package/atoms/Icons/fonts/Utilities.js +153 -147
- package/atoms/Icons/fonts/index.js +4 -4
- package/atoms/Icons/hooks/useIcon.d.ts +2 -0
- package/atoms/Icons/hooks/useIcon.js +16 -0
- package/atoms/Icons/index.js +9 -8
- package/atoms/Icons/svg/Actions.d.ts +2 -1
- package/atoms/Icons/svg/Actions.js +145 -139
- package/atoms/Icons/svg/Activities.d.ts +2 -1
- package/atoms/Icons/svg/Activities.js +189 -183
- package/atoms/Icons/svg/Brand.d.ts +2 -1
- package/atoms/Icons/svg/Brand.js +90 -84
- package/atoms/Icons/svg/Covid.d.ts +2 -1
- package/atoms/Icons/svg/Covid.js +77 -71
- package/atoms/Icons/svg/Food.d.ts +2 -1
- package/atoms/Icons/svg/Food.js +137 -131
- package/atoms/Icons/svg/HappyToCare.d.ts +2 -1
- package/atoms/Icons/svg/HappyToCare.js +73 -67
- package/atoms/Icons/svg/Places.d.ts +2 -1
- package/atoms/Icons/svg/Places.js +77 -71
- package/atoms/Icons/svg/ResortFill-EC.d.ts +2 -1
- package/atoms/Icons/svg/ResortFill-EC.js +135 -129
- package/atoms/Icons/svg/ResortFill.d.ts +2 -1
- package/atoms/Icons/svg/ResortFill.js +399 -393
- package/atoms/Icons/svg/ResortOutline-EC.d.ts +2 -1
- package/atoms/Icons/svg/ResortOutline-EC.js +135 -129
- package/atoms/Icons/svg/ResortOutline.d.ts +2 -1
- package/atoms/Icons/svg/ResortOutline.js +399 -393
- package/atoms/Icons/svg/Room.d.ts +2 -1
- package/atoms/Icons/svg/Room.js +149 -143
- package/atoms/Icons/svg/Services.d.ts +2 -1
- package/atoms/Icons/svg/Services.js +93 -87
- package/atoms/Icons/svg/Socials.d.ts +2 -1
- package/atoms/Icons/svg/Socials.js +83 -77
- package/atoms/Icons/svg/SvgIconResolver.d.ts +1 -2
- package/atoms/Icons/svg/SvgIconResolver.js +6 -8
- package/atoms/Icons/svg/Transports.d.ts +2 -1
- package/atoms/Icons/svg/Transports.js +61 -55
- package/atoms/Icons/svg/Utilities.d.ts +2 -1
- package/atoms/Icons/svg/Utilities.js +201 -195
- package/atoms/Icons/svg/index.js +3 -2
- package/atoms/Icons/svg-use/Actions.d.ts +2 -1
- package/atoms/Icons/svg-use/Actions.js +156 -150
- package/atoms/Icons/svg-use/Activities.d.ts +2 -1
- package/atoms/Icons/svg-use/Activities.js +195 -189
- package/atoms/Icons/svg-use/Brand.d.ts +2 -1
- package/atoms/Icons/svg-use/Brand.js +97 -91
- package/atoms/Icons/svg-use/Covid.d.ts +2 -1
- package/atoms/Icons/svg-use/Covid.js +80 -74
- package/atoms/Icons/svg-use/Food.d.ts +2 -1
- package/atoms/Icons/svg-use/Food.js +145 -139
- package/atoms/Icons/svg-use/HappyToCare.d.ts +2 -1
- package/atoms/Icons/svg-use/HappyToCare.js +78 -72
- package/atoms/Icons/svg-use/Places.d.ts +2 -1
- package/atoms/Icons/svg-use/Places.js +83 -77
- package/atoms/Icons/svg-use/ResortFill-EC.d.ts +2 -1
- package/atoms/Icons/svg-use/ResortFill-EC.js +141 -135
- package/atoms/Icons/svg-use/ResortFill.d.ts +2 -1
- package/atoms/Icons/svg-use/ResortFill.js +410 -404
- package/atoms/Icons/svg-use/ResortOutline-EC.d.ts +2 -1
- package/atoms/Icons/svg-use/ResortOutline-EC.js +144 -138
- package/atoms/Icons/svg-use/ResortOutline.d.ts +2 -1
- package/atoms/Icons/svg-use/ResortOutline.js +408 -402
- package/atoms/Icons/svg-use/Room.d.ts +2 -1
- package/atoms/Icons/svg-use/Room.js +159 -153
- package/atoms/Icons/svg-use/Services.d.ts +2 -1
- package/atoms/Icons/svg-use/Services.js +97 -91
- package/atoms/Icons/svg-use/Socials.d.ts +2 -1
- package/atoms/Icons/svg-use/Socials.js +85 -79
- package/atoms/Icons/svg-use/SvgUseIconResolver.d.ts +1 -2
- package/atoms/Icons/svg-use/SvgUseIconResolver.js +8 -10
- package/atoms/Icons/svg-use/Transports.d.ts +2 -1
- package/atoms/Icons/svg-use/Transports.js +67 -61
- package/atoms/Icons/svg-use/Utilities.d.ts +2 -1
- package/atoms/Icons/svg-use/Utilities.js +212 -206
- package/atoms/Icons/svg-use/index.js +3 -2
- package/atoms/Icons/utils/getIcons.d.ts +4 -0
- package/atoms/Icons/utils/getIcons.js +21 -0
- package/fonts/Actions/tui-actions.css +6 -6
- package/fonts/Actions/tui-actions.eot +0 -0
- package/fonts/Actions/tui-actions.less +6 -6
- package/fonts/Actions/tui-actions.module.less +6 -6
- package/fonts/Actions/tui-actions.scss +6 -6
- package/fonts/Actions/tui-actions.styl +6 -6
- package/fonts/Actions/tui-actions.ttf +0 -0
- package/fonts/Actions/tui-actions.woff +0 -0
- package/fonts/Actions/tui-actions.woff2 +0 -0
- package/fonts/Activities/tui-activities.css +6 -6
- package/fonts/Activities/tui-activities.eot +0 -0
- package/fonts/Activities/tui-activities.less +6 -6
- package/fonts/Activities/tui-activities.module.less +6 -6
- package/fonts/Activities/tui-activities.scss +6 -6
- package/fonts/Activities/tui-activities.styl +6 -6
- package/fonts/Activities/tui-activities.ttf +0 -0
- package/fonts/Activities/tui-activities.woff +0 -0
- package/fonts/Activities/tui-activities.woff2 +0 -0
- package/fonts/Brand/tui-brand.css +6 -6
- package/fonts/Brand/tui-brand.eot +0 -0
- package/fonts/Brand/tui-brand.less +6 -6
- package/fonts/Brand/tui-brand.module.less +6 -6
- package/fonts/Brand/tui-brand.scss +6 -6
- package/fonts/Brand/tui-brand.styl +6 -6
- package/fonts/Brand/tui-brand.ttf +0 -0
- package/fonts/Brand/tui-brand.woff +0 -0
- package/fonts/Brand/tui-brand.woff2 +0 -0
- package/fonts/Covid/tui-covid.css +6 -6
- package/fonts/Covid/tui-covid.eot +0 -0
- package/fonts/Covid/tui-covid.less +6 -6
- package/fonts/Covid/tui-covid.module.less +6 -6
- package/fonts/Covid/tui-covid.scss +6 -6
- package/fonts/Covid/tui-covid.styl +6 -6
- package/fonts/Covid/tui-covid.ttf +0 -0
- package/fonts/Covid/tui-covid.woff +0 -0
- package/fonts/Covid/tui-covid.woff2 +0 -0
- package/fonts/Food/tui-food.css +6 -6
- package/fonts/Food/tui-food.eot +0 -0
- package/fonts/Food/tui-food.less +6 -6
- package/fonts/Food/tui-food.module.less +6 -6
- package/fonts/Food/tui-food.scss +6 -6
- package/fonts/Food/tui-food.styl +6 -6
- package/fonts/Food/tui-food.ttf +0 -0
- package/fonts/Food/tui-food.woff +0 -0
- package/fonts/Food/tui-food.woff2 +0 -0
- package/fonts/HappyToCare/tui-happy-to-care.css +6 -6
- package/fonts/HappyToCare/tui-happy-to-care.eot +0 -0
- package/fonts/HappyToCare/tui-happy-to-care.less +6 -6
- package/fonts/HappyToCare/tui-happy-to-care.module.less +6 -6
- package/fonts/HappyToCare/tui-happy-to-care.scss +6 -6
- package/fonts/HappyToCare/tui-happy-to-care.styl +6 -6
- package/fonts/HappyToCare/tui-happy-to-care.ttf +0 -0
- package/fonts/HappyToCare/tui-happy-to-care.woff +0 -0
- package/fonts/HappyToCare/tui-happy-to-care.woff2 +0 -0
- package/fonts/Places/tui-places.css +6 -6
- package/fonts/Places/tui-places.eot +0 -0
- package/fonts/Places/tui-places.less +6 -6
- package/fonts/Places/tui-places.module.less +6 -6
- package/fonts/Places/tui-places.scss +6 -6
- package/fonts/Places/tui-places.styl +6 -6
- package/fonts/Places/tui-places.ttf +0 -0
- package/fonts/Places/tui-places.woff +0 -0
- package/fonts/Places/tui-places.woff2 +0 -0
- package/fonts/Room/tui-room.css +6 -6
- package/fonts/Room/tui-room.eot +0 -0
- package/fonts/Room/tui-room.less +6 -6
- package/fonts/Room/tui-room.module.less +6 -6
- package/fonts/Room/tui-room.scss +6 -6
- package/fonts/Room/tui-room.styl +6 -6
- package/fonts/Room/tui-room.ttf +0 -0
- package/fonts/Room/tui-room.woff +0 -0
- package/fonts/Room/tui-room.woff2 +0 -0
- package/fonts/Services/tui-services.css +6 -6
- package/fonts/Services/tui-services.eot +0 -0
- package/fonts/Services/tui-services.less +6 -6
- package/fonts/Services/tui-services.module.less +6 -6
- package/fonts/Services/tui-services.scss +6 -6
- package/fonts/Services/tui-services.styl +6 -6
- package/fonts/Services/tui-services.ttf +0 -0
- package/fonts/Services/tui-services.woff +0 -0
- package/fonts/Services/tui-services.woff2 +0 -0
- package/fonts/Socials/tui-socials.css +6 -6
- package/fonts/Socials/tui-socials.eot +0 -0
- package/fonts/Socials/tui-socials.less +6 -6
- package/fonts/Socials/tui-socials.module.less +6 -6
- package/fonts/Socials/tui-socials.scss +6 -6
- package/fonts/Socials/tui-socials.styl +6 -6
- package/fonts/Socials/tui-socials.ttf +0 -0
- package/fonts/Socials/tui-socials.woff +0 -0
- package/fonts/Socials/tui-socials.woff2 +0 -0
- package/fonts/Transports/tui-transports.css +6 -6
- package/fonts/Transports/tui-transports.eot +0 -0
- package/fonts/Transports/tui-transports.less +6 -6
- package/fonts/Transports/tui-transports.module.less +6 -6
- package/fonts/Transports/tui-transports.scss +6 -6
- package/fonts/Transports/tui-transports.styl +6 -6
- package/fonts/Transports/tui-transports.ttf +0 -0
- package/fonts/Transports/tui-transports.woff +0 -0
- package/fonts/Transports/tui-transports.woff2 +0 -0
- package/fonts/Utilities/tui-utilities.css +6 -6
- package/fonts/Utilities/tui-utilities.eot +0 -0
- package/fonts/Utilities/tui-utilities.less +6 -6
- package/fonts/Utilities/tui-utilities.module.less +6 -6
- package/fonts/Utilities/tui-utilities.scss +6 -6
- package/fonts/Utilities/tui-utilities.styl +6 -6
- package/fonts/Utilities/tui-utilities.ttf +0 -0
- package/fonts/Utilities/tui-utilities.woff +0 -0
- package/fonts/Utilities/tui-utilities.woff2 +0 -0
- package/molecules/Breadcrumb.js +5 -4
- package/molecules/Buttons/ButtonContent.js +5 -4
- package/molecules/Card.js +7 -6
- package/molecules/Forms/Checkbox.js +8 -7
- package/molecules/Forms/DateField.js +3 -2
- package/molecules/Forms/Filter.js +15 -14
- package/molecules/Forms/FormControl.js +9 -8
- package/molecules/Forms/NumberField.d.ts +2 -2
- package/molecules/Forms/TextField.js +11 -10
- package/molecules/Link.js +8 -7
- package/package.json +1 -1
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { resolver as e } from "./SvgUseIconResolver.js";
|
2
2
|
import i from "@/assets/icons/ResortOutline/AEXC_Outline.svg";
|
3
3
|
import t from "@/assets/icons/ResortOutline/ALHC_Outline.svg";
|
4
4
|
import o from "@/assets/icons/ResortOutline/ANJJ_Outline.svg";
|
@@ -6,8 +6,8 @@ import r from "@/assets/icons/ResortOutline/ARPC_Outline.svg";
|
|
6
6
|
import l from "@/assets/icons/ResortOutline/BALC_Outline.svg";
|
7
7
|
import n from "@/assets/icons/ResortOutline/BEIC_Outline.svg";
|
8
8
|
import a from "@/assets/icons/ResortOutline/BODC_Outline.svg";
|
9
|
-
import
|
10
|
-
import
|
9
|
+
import u from "@/assets/icons/ResortOutline/BUCC_Outline.svg";
|
10
|
+
import m from "@/assets/icons/ResortOutline/Benin_Outline.svg";
|
11
11
|
import O from "@/assets/icons/ResortOutline/Borneo_Outline.svg";
|
12
12
|
import p from "@/assets/icons/ResortOutline/CANC_Outline.svg";
|
13
13
|
import _ from "@/assets/icons/ResortOutline/CARC_Outline.svg";
|
@@ -30,9 +30,9 @@ import T from "@/assets/icons/ResortOutline/KEMC_Outline.svg";
|
|
30
30
|
import H from "@/assets/icons/ResortOutline/KIGC_Outline.svg";
|
31
31
|
import J from "@/assets/icons/ResortOutline/KIPC_Outline.svg";
|
32
32
|
import K from "@/assets/icons/ResortOutline/LAKJ_Outline.svg";
|
33
|
-
import
|
34
|
-
import
|
35
|
-
import
|
33
|
+
import E from "@/assets/icons/ResortOutline/LAPC_Outline.svg";
|
34
|
+
import G from "@/assets/icons/ResortOutline/LJIC_Outline.svg";
|
35
|
+
import S from "@/assets/icons/ResortOutline/LPAC_Outline.svg";
|
36
36
|
import D from "@/assets/icons/ResortOutline/LROC_Outline.svg";
|
37
37
|
import N from "@/assets/icons/ResortOutline/MAUC_Outline.svg";
|
38
38
|
import V from "@/assets/icons/ResortOutline/MMAC_Outline.svg";
|
@@ -42,8 +42,8 @@ import Y from "@/assets/icons/ResortOutline/PALC_Outline.svg";
|
|
42
42
|
import g from "@/assets/icons/ResortOutline/PCAC_Outline.svg";
|
43
43
|
import F from "@/assets/icons/ResortOutline/PHUC_Outline.svg";
|
44
44
|
import Q from "@/assets/icons/ResortOutline/PLAC_Outline.svg";
|
45
|
-
import
|
46
|
-
import
|
45
|
+
import d from "@/assets/icons/ResortOutline/PRAC_Outline.svg";
|
46
|
+
import b from "@/assets/icons/ResortOutline/PVAC_Outline.svg";
|
47
47
|
import j from "@/assets/icons/ResortOutline/QCHC_Outline.svg";
|
48
48
|
import k from "@/assets/icons/ResortOutline/RBIC_Outline.svg";
|
49
49
|
import q from "@/assets/icons/ResortOutline/RDPC_Outline.svg";
|
@@ -60,399 +60,405 @@ import re from "@/assets/icons/ResortOutline/Thaiwoo_Outline.svg";
|
|
60
60
|
import le from "@/assets/icons/ResortOutline/VERC_Outline.svg";
|
61
61
|
import ne from "@/assets/icons/ResortOutline/VMOC_Outline.svg";
|
62
62
|
import ae from "@/assets/icons/ResortOutline/VTHC_Outline.svg";
|
63
|
-
import
|
64
|
-
import
|
63
|
+
import ue from "@/assets/icons/ResortOutline/XLIJ_Outline.svg";
|
64
|
+
import me from "@/assets/icons/ResortOutline/YABC_Outline.svg";
|
65
65
|
import Oe from "@/assets/icons/ResortOutline/YANJ_Outline.svg";
|
66
66
|
import pe from "@/assets/icons/ResortOutline/YASC_Outline.svg";
|
67
|
-
e(
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
67
|
+
const Pi = e(
|
68
|
+
"resort-outline",
|
69
|
+
[
|
70
|
+
{
|
71
|
+
name: "AEXC_Outline",
|
72
|
+
aspectRatio: 696 / 830,
|
73
|
+
viewBox: "0 0 696 830",
|
74
|
+
url: i
|
75
|
+
},
|
76
|
+
{
|
77
|
+
name: "ALHC_Outline",
|
78
|
+
aspectRatio: 696 / 830,
|
79
|
+
viewBox: "0 0 696 830",
|
80
|
+
url: t
|
81
|
+
},
|
82
|
+
{
|
83
|
+
name: "ANJJ_Outline",
|
84
|
+
aspectRatio: 696 / 830,
|
85
|
+
viewBox: "0 0 696 830",
|
86
|
+
url: o
|
87
|
+
},
|
88
|
+
{
|
89
|
+
name: "ARPC_Outline",
|
90
|
+
aspectRatio: 696 / 830,
|
91
|
+
viewBox: "0 0 696 830",
|
92
|
+
url: r
|
93
|
+
},
|
94
|
+
{
|
95
|
+
name: "BALC_Outline",
|
96
|
+
aspectRatio: 696 / 830,
|
97
|
+
viewBox: "0 0 696 830",
|
98
|
+
url: l
|
99
|
+
},
|
100
|
+
{
|
101
|
+
name: "BEIC_Outline",
|
102
|
+
aspectRatio: 696 / 830,
|
103
|
+
viewBox: "0 0 696 830",
|
104
|
+
url: n
|
105
|
+
},
|
106
|
+
{
|
107
|
+
name: "BODC_Outline",
|
108
|
+
aspectRatio: 696 / 830,
|
109
|
+
viewBox: "0 0 696 830",
|
110
|
+
url: a
|
111
|
+
},
|
112
|
+
{
|
113
|
+
name: "BUCC_Outline",
|
114
|
+
aspectRatio: 696 / 830,
|
115
|
+
viewBox: "0 0 696 830",
|
116
|
+
url: u
|
117
|
+
},
|
118
|
+
{
|
119
|
+
name: "Benin_Outline",
|
120
|
+
aspectRatio: 696 / 830,
|
121
|
+
viewBox: "0 0 696 830",
|
122
|
+
url: m
|
123
|
+
},
|
124
|
+
{
|
125
|
+
name: "Borneo_Outline",
|
126
|
+
aspectRatio: 696 / 830,
|
127
|
+
viewBox: "0 0 696 830",
|
128
|
+
url: O
|
129
|
+
},
|
130
|
+
{
|
131
|
+
name: "CANC_Outline",
|
132
|
+
aspectRatio: 696 / 830,
|
133
|
+
viewBox: "0 0 696 830",
|
134
|
+
url: p
|
135
|
+
},
|
136
|
+
{
|
137
|
+
name: "CARC_Outline",
|
138
|
+
aspectRatio: 696 / 830,
|
139
|
+
viewBox: "0 0 696 830",
|
140
|
+
url: _
|
141
|
+
},
|
142
|
+
{
|
143
|
+
name: "CBAC_Outline",
|
144
|
+
aspectRatio: 696 / 830,
|
145
|
+
viewBox: "0 0 696 830",
|
146
|
+
url: C
|
147
|
+
},
|
148
|
+
{
|
149
|
+
name: "CGBJ_Outline",
|
150
|
+
aspectRatio: 696 / 830,
|
151
|
+
viewBox: "0 0 696 830",
|
152
|
+
url: B
|
153
|
+
},
|
154
|
+
{
|
155
|
+
name: "CHEC_Outline",
|
156
|
+
aspectRatio: 696 / 830,
|
157
|
+
viewBox: "0 0 696 830",
|
158
|
+
url: R
|
159
|
+
},
|
160
|
+
{
|
161
|
+
name: "COLC_Outline",
|
162
|
+
aspectRatio: 696 / 830,
|
163
|
+
viewBox: "0 0 696 830",
|
164
|
+
url: U
|
165
|
+
},
|
166
|
+
{
|
167
|
+
name: "CSKC_Outline",
|
168
|
+
aspectRatio: 696 / 830,
|
169
|
+
viewBox: "0 0 696 830",
|
170
|
+
url: s
|
171
|
+
},
|
172
|
+
{
|
173
|
+
name: "DBAC_Outline",
|
174
|
+
aspectRatio: 696 / 830,
|
175
|
+
viewBox: "0 0 696 830",
|
176
|
+
url: w
|
177
|
+
},
|
178
|
+
{
|
179
|
+
name: "DDOC_Outline",
|
180
|
+
aspectRatio: 696 / 830,
|
181
|
+
viewBox: "0 0 696 830",
|
182
|
+
url: c
|
183
|
+
},
|
184
|
+
{
|
185
|
+
name: "Foshan_Outline",
|
186
|
+
aspectRatio: 696 / 830,
|
187
|
+
viewBox: "0 0 696 830",
|
188
|
+
url: f
|
189
|
+
},
|
190
|
+
{
|
191
|
+
name: "GMAC_Outline",
|
192
|
+
aspectRatio: 696 / 830,
|
193
|
+
viewBox: "0 0 696 830",
|
194
|
+
url: v
|
195
|
+
},
|
196
|
+
{
|
197
|
+
name: "GREC_Outline",
|
198
|
+
aspectRatio: 696 / 830,
|
199
|
+
viewBox: "0 0 696 830",
|
200
|
+
url: x
|
201
|
+
},
|
202
|
+
{
|
203
|
+
name: "GUIC_Outline",
|
204
|
+
aspectRatio: 696 / 830,
|
205
|
+
viewBox: "0 0 696 830",
|
206
|
+
url: A
|
207
|
+
},
|
208
|
+
{
|
209
|
+
name: "Heilongtan_Outline",
|
210
|
+
aspectRatio: 696 / 830,
|
211
|
+
viewBox: "0 0 696 830",
|
212
|
+
url: P
|
213
|
+
},
|
214
|
+
{
|
215
|
+
name: "IXTC_Outline",
|
216
|
+
aspectRatio: 696 / 830,
|
217
|
+
viewBox: "0 0 696 830",
|
218
|
+
url: L
|
219
|
+
},
|
220
|
+
{
|
221
|
+
name: "KABC_Outline",
|
222
|
+
aspectRatio: 696 / 830,
|
223
|
+
viewBox: "0 0 696 830",
|
224
|
+
url: I
|
225
|
+
},
|
226
|
+
{
|
227
|
+
name: "KANC_Outline",
|
228
|
+
aspectRatio: 696 / 830,
|
229
|
+
viewBox: "0 0 696 830",
|
230
|
+
url: M
|
231
|
+
},
|
232
|
+
{
|
233
|
+
name: "KEMC_Outline",
|
234
|
+
aspectRatio: 696 / 830,
|
235
|
+
viewBox: "0 0 696 830",
|
236
|
+
url: T
|
237
|
+
},
|
238
|
+
{
|
239
|
+
name: "KIGC_Outline",
|
240
|
+
aspectRatio: 696 / 830,
|
241
|
+
viewBox: "0 0 696 830",
|
242
|
+
url: H
|
243
|
+
},
|
244
|
+
{
|
245
|
+
name: "KIPC_Outline",
|
246
|
+
aspectRatio: 696 / 830,
|
247
|
+
viewBox: "0 0 696 830",
|
248
|
+
url: J
|
249
|
+
},
|
250
|
+
{
|
251
|
+
name: "LAKJ_Outline",
|
252
|
+
aspectRatio: 696 / 830,
|
253
|
+
viewBox: "0 0 696 830",
|
254
|
+
url: K
|
255
|
+
},
|
256
|
+
{
|
257
|
+
name: "LAPC_Outline",
|
258
|
+
aspectRatio: 696 / 830,
|
259
|
+
viewBox: "0 0 696 830",
|
260
|
+
url: E
|
261
|
+
},
|
262
|
+
{
|
263
|
+
name: "LJIC_Outline",
|
264
|
+
aspectRatio: 696 / 830,
|
265
|
+
viewBox: "0 0 696 830",
|
266
|
+
url: G
|
267
|
+
},
|
268
|
+
{
|
269
|
+
name: "LPAC_Outline",
|
270
|
+
aspectRatio: 696 / 830,
|
271
|
+
viewBox: "0 0 696 830",
|
272
|
+
url: S
|
273
|
+
},
|
274
|
+
{
|
275
|
+
name: "LROC_Outline",
|
276
|
+
aspectRatio: 696 / 830,
|
277
|
+
viewBox: "0 0 696 830",
|
278
|
+
url: D
|
279
|
+
},
|
280
|
+
{
|
281
|
+
name: "MAUC_Outline",
|
282
|
+
aspectRatio: 696 / 830,
|
283
|
+
viewBox: "0 0 696 830",
|
284
|
+
url: N
|
285
|
+
},
|
286
|
+
{
|
287
|
+
name: "MMAC_Outline",
|
288
|
+
aspectRatio: 696 / 830,
|
289
|
+
viewBox: "0 0 696 830",
|
290
|
+
url: V
|
291
|
+
},
|
292
|
+
{
|
293
|
+
name: "MPAC_Outline",
|
294
|
+
aspectRatio: 696 / 830,
|
295
|
+
viewBox: "0 0 696 830",
|
296
|
+
url: h
|
297
|
+
},
|
298
|
+
{
|
299
|
+
name: "OPIC_Outline",
|
300
|
+
aspectRatio: 696 / 830,
|
301
|
+
viewBox: "0 0 696 830",
|
302
|
+
url: X
|
303
|
+
},
|
304
|
+
{
|
305
|
+
name: "PALC_Outline",
|
306
|
+
aspectRatio: 696 / 830,
|
307
|
+
viewBox: "0 0 696 830",
|
308
|
+
url: Y
|
309
|
+
},
|
310
|
+
{
|
311
|
+
name: "PCAC_Outline",
|
312
|
+
aspectRatio: 696 / 830,
|
313
|
+
viewBox: "0 0 696 830",
|
314
|
+
url: g
|
315
|
+
},
|
316
|
+
{
|
317
|
+
name: "PHUC_Outline",
|
318
|
+
aspectRatio: 696 / 830,
|
319
|
+
viewBox: "0 0 696 830",
|
320
|
+
url: F
|
321
|
+
},
|
322
|
+
{
|
323
|
+
name: "PLAC_Outline",
|
324
|
+
aspectRatio: 696 / 830,
|
325
|
+
viewBox: "0 0 696 830",
|
326
|
+
url: Q
|
327
|
+
},
|
328
|
+
{
|
329
|
+
name: "PRAC_Outline",
|
330
|
+
aspectRatio: 696 / 830,
|
331
|
+
viewBox: "0 0 696 830",
|
332
|
+
url: d
|
333
|
+
},
|
334
|
+
{
|
335
|
+
name: "PVAC_Outline",
|
336
|
+
aspectRatio: 696 / 830,
|
337
|
+
viewBox: "0 0 696 830",
|
338
|
+
url: b
|
339
|
+
},
|
340
|
+
{
|
341
|
+
name: "QCHC_Outline",
|
342
|
+
aspectRatio: 696 / 830,
|
343
|
+
viewBox: "0 0 696 830",
|
344
|
+
url: j
|
345
|
+
},
|
346
|
+
{
|
347
|
+
name: "RBIC_Outline",
|
348
|
+
aspectRatio: 696 / 830,
|
349
|
+
viewBox: "0 0 696 830",
|
350
|
+
url: k
|
351
|
+
},
|
352
|
+
{
|
353
|
+
name: "RDPC_Outline",
|
354
|
+
aspectRatio: 696 / 830,
|
355
|
+
viewBox: "0 0 696 830",
|
356
|
+
url: q
|
357
|
+
},
|
358
|
+
{
|
359
|
+
name: "SAOC_Outline",
|
360
|
+
aspectRatio: 696 / 830,
|
361
|
+
viewBox: "0 0 696 830",
|
362
|
+
url: y
|
363
|
+
},
|
364
|
+
{
|
365
|
+
name: "SCHC_Outline",
|
366
|
+
aspectRatio: 696 / 830,
|
367
|
+
viewBox: "0 0 696 830",
|
368
|
+
url: z
|
369
|
+
},
|
370
|
+
{
|
371
|
+
name: "SMRC_Outline",
|
372
|
+
aspectRatio: 696 / 830,
|
373
|
+
viewBox: "0 0 696 830",
|
374
|
+
url: W
|
375
|
+
},
|
376
|
+
{
|
377
|
+
name: "Shanwei_Outline",
|
378
|
+
aspectRatio: 696 / 830,
|
379
|
+
viewBox: "0 0 696 830",
|
380
|
+
url: Z
|
381
|
+
},
|
382
|
+
{
|
383
|
+
name: "TIGC_Outline",
|
384
|
+
aspectRatio: 696 / 830,
|
385
|
+
viewBox: "0 0 696 830",
|
386
|
+
url: $
|
387
|
+
},
|
388
|
+
{
|
389
|
+
name: "TOMC_Outline",
|
390
|
+
aspectRatio: 696 / 830,
|
391
|
+
viewBox: "0 0 696 830",
|
392
|
+
url: ee
|
393
|
+
},
|
394
|
+
{
|
395
|
+
name: "TRAC_Outline",
|
396
|
+
aspectRatio: 696 / 830,
|
397
|
+
viewBox: "0 0 696 830",
|
398
|
+
url: ie
|
399
|
+
},
|
400
|
+
{
|
401
|
+
name: "TURC_Outline",
|
402
|
+
aspectRatio: 696 / 830,
|
403
|
+
viewBox: "0 0 696 830",
|
404
|
+
url: te
|
405
|
+
},
|
406
|
+
{
|
407
|
+
name: "Taican_Outline",
|
408
|
+
aspectRatio: 696 / 830,
|
409
|
+
viewBox: "0 0 696 830",
|
410
|
+
url: oe
|
411
|
+
},
|
412
|
+
{
|
413
|
+
name: "Thaiwoo_Outline",
|
414
|
+
aspectRatio: 696 / 830,
|
415
|
+
viewBox: "0 0 696 830",
|
416
|
+
url: re
|
417
|
+
},
|
418
|
+
{
|
419
|
+
name: "VERC_Outline",
|
420
|
+
aspectRatio: 696 / 830,
|
421
|
+
viewBox: "0 0 696 830",
|
422
|
+
url: le
|
423
|
+
},
|
424
|
+
{
|
425
|
+
name: "VMOC_Outline",
|
426
|
+
aspectRatio: 696 / 830,
|
427
|
+
viewBox: "0 0 696 830",
|
428
|
+
url: ne
|
429
|
+
},
|
430
|
+
{
|
431
|
+
name: "VTHC_Outline",
|
432
|
+
aspectRatio: 696 / 830,
|
433
|
+
viewBox: "0 0 696 830",
|
434
|
+
url: ae
|
435
|
+
},
|
436
|
+
{
|
437
|
+
name: "XLIJ_Outline",
|
438
|
+
aspectRatio: 696 / 830,
|
439
|
+
viewBox: "0 0 696 830",
|
440
|
+
url: ue
|
441
|
+
},
|
442
|
+
{
|
443
|
+
name: "YABC_Outline",
|
444
|
+
aspectRatio: 696 / 830,
|
445
|
+
viewBox: "0 0 696 830",
|
446
|
+
url: me
|
447
|
+
},
|
448
|
+
{
|
449
|
+
name: "YANJ_Outline",
|
450
|
+
aspectRatio: 696 / 830,
|
451
|
+
viewBox: "0 0 696 830",
|
452
|
+
url: Oe
|
453
|
+
},
|
454
|
+
{
|
455
|
+
name: "YASC_Outline",
|
456
|
+
aspectRatio: 696 / 830,
|
457
|
+
viewBox: "0 0 696 830",
|
458
|
+
url: pe
|
459
|
+
}
|
460
|
+
]
|
461
|
+
);
|
462
|
+
export {
|
463
|
+
Pi as default
|
464
|
+
};
|