@kengic/uni 0.5.1 → 0.5.2-beta.1
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/dist/uni/uni-ui/uni-badge/uni-badge.vue +222 -219
- package/dist/uni/uni-ui/uni-breadcrumb/uni-breadcrumb.vue +29 -29
- package/dist/uni/uni-ui/uni-breadcrumb-item/uni-breadcrumb-item.vue +88 -88
- package/dist/uni/uni-ui/uni-calendar/calendar.js +936 -532
- package/dist/uni/uni-ui/uni-calendar/i18n/en.json +10 -10
- package/dist/uni/uni-ui/uni-calendar/i18n/index.js +8 -7
- package/dist/uni/uni-ui/uni-calendar/i18n/zh-Hans.json +10 -10
- package/dist/uni/uni-ui/uni-calendar/i18n/zh-Hant.json +10 -10
- package/dist/uni/uni-ui/uni-calendar/uni-calendar-item.vue +190 -168
- package/dist/uni/uni-ui/uni-calendar/uni-calendar.vue +459 -459
- package/dist/uni/uni-ui/uni-calendar/util.js +324 -340
- package/dist/uni/uni-ui/uni-card/uni-card.vue +8 -1
- package/dist/uni/uni-ui/uni-col/uni-col.vue +294 -287
- package/dist/uni/uni-ui/uni-collapse/uni-collapse.vue +139 -140
- package/dist/uni/uni-ui/uni-collapse-item/uni-collapse-item.vue +381 -378
- package/dist/uni/uni-ui/uni-combox/uni-combox.vue +280 -272
- package/dist/uni/uni-ui/uni-countdown/i18n/en.json +4 -4
- package/dist/uni/uni-ui/uni-countdown/i18n/index.js +8 -7
- package/dist/uni/uni-ui/uni-countdown/i18n/zh-Hans.json +4 -4
- package/dist/uni/uni-ui/uni-countdown/i18n/zh-Hant.json +4 -4
- package/dist/uni/uni-ui/uni-countdown/uni-countdown.vue +249 -257
- package/dist/uni/uni-ui/uni-data-checkbox/uni-data-checkbox.vue +832 -813
- package/dist/uni/uni-ui/uni-data-picker/keypress.js +42 -42
- package/dist/uni/uni-ui/uni-data-picker/uni-data-picker.vue +535 -516
- package/dist/uni/uni-ui/uni-data-pickerview/uni-data-picker.js +623 -618
- package/dist/uni/uni-ui/uni-data-pickerview/uni-data-pickerview.vue +293 -288
- package/dist/uni/uni-ui/uni-data-select/uni-data-select.vue +495 -509
- package/dist/uni/uni-ui/uni-dateformat/date-format.js +181 -184
- package/dist/uni/uni-ui/uni-dateformat/uni-dateformat.vue +81 -82
- package/dist/uni/uni-ui/uni-datetime-picker/calendar-item.vue +176 -170
- package/dist/uni/uni-ui/uni-datetime-picker/calendar.vue +926 -920
- package/dist/uni/uni-ui/uni-datetime-picker/i18n/en.json +20 -20
- package/dist/uni/uni-ui/uni-datetime-picker/i18n/index.js +8 -7
- package/dist/uni/uni-ui/uni-datetime-picker/i18n/zh-Hans.json +21 -21
- package/dist/uni/uni-ui/uni-datetime-picker/i18n/zh-Hant.json +21 -21
- package/dist/uni/uni-ui/uni-datetime-picker/time-picker.vue +921 -926
- package/dist/uni/uni-ui/uni-datetime-picker/uni-datetime-picker.vue +1059 -1012
- package/dist/uni/uni-ui/uni-datetime-picker/util.js +366 -377
- package/dist/uni/uni-ui/uni-drawer/keypress.js +42 -42
- package/dist/uni/uni-ui/uni-drawer/uni-drawer.vue +176 -167
- package/dist/uni/uni-ui/uni-easyinput/common.js +40 -42
- package/dist/uni/uni-ui/uni-easyinput/uni-easyinput.vue +628 -547
- package/dist/uni/uni-ui/uni-fab/uni-fab.vue +507 -483
- package/dist/uni/uni-ui/uni-fav/i18n/en.json +2 -2
- package/dist/uni/uni-ui/uni-fav/i18n/index.js +8 -7
- package/dist/uni/uni-ui/uni-fav/i18n/zh-Hans.json +2 -2
- package/dist/uni/uni-ui/uni-fav/i18n/zh-Hant.json +2 -2
- package/dist/uni/uni-ui/uni-fav/uni-fav.vue +155 -147
- package/dist/uni/uni-ui/uni-file-picker/choose-and-upload-file.js +172 -198
- package/dist/uni/uni-ui/uni-file-picker/uni-file-picker.vue +636 -634
- package/dist/uni/uni-ui/uni-file-picker/upload-file.vue +294 -293
- package/dist/uni/uni-ui/uni-file-picker/upload-image.vue +267 -270
- package/dist/uni/uni-ui/uni-file-picker/utils.js +81 -82
- package/dist/uni/uni-ui/uni-forms/uni-forms.vue +360 -372
- package/dist/uni/uni-ui/uni-forms/utils.js +170 -174
- package/dist/uni/uni-ui/uni-forms/validate.js +447 -456
- package/dist/uni/uni-ui/uni-forms-item/uni-forms-item.vue +497 -497
- package/dist/uni/uni-ui/uni-goods-nav/i18n/en.json +4 -4
- package/dist/uni/uni-ui/uni-goods-nav/i18n/index.js +8 -7
- package/dist/uni/uni-ui/uni-goods-nav/i18n/zh-Hans.json +4 -4
- package/dist/uni/uni-ui/uni-goods-nav/i18n/zh-Hant.json +4 -4
- package/dist/uni/uni-ui/uni-goods-nav/uni-goods-nav.vue +238 -222
- package/dist/uni/uni-ui/uni-grid/uni-grid.vue +134 -134
- package/dist/uni/uni-ui/uni-grid-item/uni-grid-item.vue +121 -119
- package/dist/uni/uni-ui/uni-group/uni-group.vue +121 -121
- package/dist/uni/uni-ui/uni-icons/icons.js +1170 -1168
- package/dist/uni/uni-ui/uni-icons/uni-icons.vue +91 -86
- package/dist/uni/uni-ui/uni-icons/uniicons.css +166 -166
- package/dist/uni/uni-ui/uni-indexed-list/uni-indexed-list-item.vue +129 -129
- package/dist/uni/uni-ui/uni-indexed-list/uni-indexed-list.vue +352 -347
- package/dist/uni/uni-ui/uni-link/uni-link.vue +134 -119
- package/dist/uni/uni-ui/uni-list/uni-list.vue +119 -110
- package/dist/uni/uni-ui/uni-list/uni-refresh.vue +14 -14
- package/dist/uni/uni-ui/uni-list/uni-refresh.wxs +14 -14
- package/dist/uni/uni-ui/uni-list-ad/uni-list-ad.vue +101 -95
- package/dist/uni/uni-ui/uni-list-chat/uni-list-chat.scss +18 -18
- package/dist/uni/uni-ui/uni-list-chat/uni-list-chat.vue +602 -586
- package/dist/uni/uni-ui/uni-list-item/uni-list-item.vue +507 -503
- package/dist/uni/uni-ui/uni-load-more/i18n/en.json +3 -3
- package/dist/uni/uni-ui/uni-load-more/i18n/index.js +8 -7
- package/dist/uni/uni-ui/uni-load-more/i18n/zh-Hans.json +3 -3
- package/dist/uni/uni-ui/uni-load-more/i18n/zh-Hant.json +3 -3
- package/dist/uni/uni-ui/uni-load-more/uni-load-more.vue +402 -392
- package/dist/uni/uni-ui/uni-nav-bar/uni-nav-bar.vue +328 -330
- package/dist/uni/uni-ui/uni-nav-bar/uni-status-bar.vue +17 -17
- package/dist/uni/uni-ui/uni-notice-bar/uni-notice-bar.vue +422 -401
- package/dist/uni/uni-ui/uni-number-box/uni-number-box.vue +211 -205
- package/dist/uni/uni-ui/uni-pagination/i18n/en.json +3 -3
- package/dist/uni/uni-ui/uni-pagination/i18n/es.json +3 -3
- package/dist/uni/uni-ui/uni-pagination/i18n/fr.json +3 -3
- package/dist/uni/uni-ui/uni-pagination/i18n/index.js +12 -11
- package/dist/uni/uni-ui/uni-pagination/i18n/zh-Hans.json +3 -3
- package/dist/uni/uni-ui/uni-pagination/i18n/zh-Hant.json +3 -3
- package/dist/uni/uni-ui/uni-pagination/uni-pagination.vue +450 -433
- package/dist/uni/uni-ui/uni-popup/uni-popup.vue +404 -404
- package/dist/uni/uni-ui/uni-popup-dialog/keypress.js +42 -42
- package/dist/uni/uni-ui/uni-popup-dialog/uni-popup-dialog.vue +1 -0
- package/dist/uni/uni-ui/uni-popup-message/uni-popup-message.vue +126 -125
- package/dist/uni/uni-ui/uni-popup-share/uni-popup-share.vue +172 -172
- package/dist/uni/uni-ui/uni-rate/uni-rate.vue +343 -347
- package/dist/uni/uni-ui/uni-row/uni-row.vue +180 -182
- package/dist/uni/uni-ui/uni-scss/changelog.md +11 -4
- package/dist/uni/uni-ui/uni-scss/package.json +73 -73
- package/dist/uni/uni-ui/uni-scss/readme.md +2 -1
- package/dist/uni/uni-ui/uni-scss/styles/setting/_border.scss +2 -2
- package/dist/uni/uni-ui/uni-scss/styles/setting/_color.scss +46 -47
- package/dist/uni/uni-ui/uni-scss/styles/setting/_radius.scss +49 -49
- package/dist/uni/uni-ui/uni-scss/styles/setting/_space.scss +52 -53
- package/dist/uni/uni-ui/uni-scss/styles/setting/_styles.scss +142 -147
- package/dist/uni/uni-ui/uni-scss/styles/setting/_text.scss +20 -20
- package/dist/uni/uni-ui/uni-scss/styles/setting/_variables.scss +111 -95
- package/dist/uni/uni-ui/uni-scss/styles/tools/functions.scss +28 -18
- package/dist/uni/uni-ui/uni-scss/theme.scss +10 -7
- package/dist/uni/uni-ui/uni-scss/variables.scss +42 -24
- package/dist/uni/uni-ui/uni-search-bar/i18n/en.json +3 -3
- package/dist/uni/uni-ui/uni-search-bar/i18n/index.js +8 -7
- package/dist/uni/uni-ui/uni-search-bar/i18n/zh-Hans.json +2 -2
- package/dist/uni/uni-ui/uni-search-bar/i18n/zh-Hant.json +2 -2
- package/dist/uni/uni-ui/uni-search-bar/uni-search-bar.vue +290 -281
- package/dist/uni/uni-ui/uni-section/uni-section.vue +149 -146
- package/dist/uni/uni-ui/uni-segmented-control/uni-segmented-control.vue +141 -131
- package/dist/uni/uni-ui/uni-steps/uni-steps.vue +255 -236
- package/dist/uni/uni-ui/uni-swipe-action/uni-swipe-action.vue +51 -51
- package/dist/uni/uni-ui/uni-swipe-action-item/bindingx.js +276 -282
- package/dist/uni/uni-ui/uni-swipe-action-item/isPC.js +10 -10
- package/dist/uni/uni-ui/uni-swipe-action-item/mpalipay.js +182 -187
- package/dist/uni/uni-ui/uni-swipe-action-item/mpother.js +235 -244
- package/dist/uni/uni-ui/uni-swipe-action-item/mpwxs.js +70 -75
- package/dist/uni/uni-ui/uni-swipe-action-item/render.js +238 -247
- package/dist/uni/uni-ui/uni-swipe-action-item/uni-swipe-action-item.vue +387 -313
- package/dist/uni/uni-ui/uni-swipe-action-item/wx.wxs +206 -215
- package/dist/uni/uni-ui/uni-swiper-dot/uni-swiper-dot.vue +241 -197
- package/dist/uni/uni-ui/uni-table/uni-table.vue +445 -447
- package/dist/uni/uni-ui/uni-tag/uni-tag.vue +234 -244
- package/dist/uni/uni-ui/uni-tbody/uni-tbody.vue +20 -23
- package/dist/uni/uni-ui/uni-td/uni-td.vue +79 -80
- package/dist/uni/uni-ui/uni-th/filter-dropdown.vue +510 -503
- package/dist/uni/uni-ui/uni-th/uni-th.vue +289 -273
- package/dist/uni/uni-ui/uni-thead/uni-thead.vue +115 -114
- package/dist/uni/uni-ui/uni-title/uni-title.vue +151 -154
- package/dist/uni/uni-ui/uni-tooltip/uni-tooltip.vue +55 -60
- package/dist/uni/uni-ui/uni-tr/table-checkbox.vue +162 -163
- package/dist/uni/uni-ui/uni-tr/uni-tr.vue +158 -157
- package/dist/uni/uni-ui/uni-transition/createAnimation.js +130 -113
- package/dist/uni/uni-ui/uni-transition/uni-transition.vue +274 -272
- package/package.json +1 -1
|
@@ -1,1169 +1,1171 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
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
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
}
|
|
2
|
+
id: '2852637',
|
|
3
|
+
name: 'uniui图标库',
|
|
4
|
+
font_family: 'uniicons',
|
|
5
|
+
css_prefix_text: 'uniui-',
|
|
6
|
+
description: '',
|
|
7
|
+
glyphs: [
|
|
8
|
+
{
|
|
9
|
+
icon_id: '25027049',
|
|
10
|
+
name: 'yanse',
|
|
11
|
+
font_class: 'color',
|
|
12
|
+
unicode: 'e6cf',
|
|
13
|
+
unicode_decimal: 59087,
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
icon_id: '25027048',
|
|
17
|
+
name: 'wallet',
|
|
18
|
+
font_class: 'wallet',
|
|
19
|
+
unicode: 'e6b1',
|
|
20
|
+
unicode_decimal: 59057,
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
icon_id: '25015720',
|
|
24
|
+
name: 'settings-filled',
|
|
25
|
+
font_class: 'settings-filled',
|
|
26
|
+
unicode: 'e6ce',
|
|
27
|
+
unicode_decimal: 59086,
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
icon_id: '25015434',
|
|
31
|
+
name: 'shimingrenzheng-filled',
|
|
32
|
+
font_class: 'auth-filled',
|
|
33
|
+
unicode: 'e6cc',
|
|
34
|
+
unicode_decimal: 59084,
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
icon_id: '24934246',
|
|
38
|
+
name: 'shop-filled',
|
|
39
|
+
font_class: 'shop-filled',
|
|
40
|
+
unicode: 'e6cd',
|
|
41
|
+
unicode_decimal: 59085,
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
icon_id: '24934159',
|
|
45
|
+
name: 'staff-filled-01',
|
|
46
|
+
font_class: 'staff-filled',
|
|
47
|
+
unicode: 'e6cb',
|
|
48
|
+
unicode_decimal: 59083,
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
icon_id: '24932461',
|
|
52
|
+
name: 'VIP-filled',
|
|
53
|
+
font_class: 'vip-filled',
|
|
54
|
+
unicode: 'e6c6',
|
|
55
|
+
unicode_decimal: 59078,
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
icon_id: '24932462',
|
|
59
|
+
name: 'plus_circle_fill',
|
|
60
|
+
font_class: 'plus-filled',
|
|
61
|
+
unicode: 'e6c7',
|
|
62
|
+
unicode_decimal: 59079,
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
icon_id: '24932463',
|
|
66
|
+
name: 'folder_add-filled',
|
|
67
|
+
font_class: 'folder-add-filled',
|
|
68
|
+
unicode: 'e6c8',
|
|
69
|
+
unicode_decimal: 59080,
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
icon_id: '24932464',
|
|
73
|
+
name: 'yanse-filled',
|
|
74
|
+
font_class: 'color-filled',
|
|
75
|
+
unicode: 'e6c9',
|
|
76
|
+
unicode_decimal: 59081,
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
icon_id: '24932465',
|
|
80
|
+
name: 'tune-filled',
|
|
81
|
+
font_class: 'tune-filled',
|
|
82
|
+
unicode: 'e6ca',
|
|
83
|
+
unicode_decimal: 59082,
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
icon_id: '24932455',
|
|
87
|
+
name: 'a-rilidaka-filled',
|
|
88
|
+
font_class: 'calendar-filled',
|
|
89
|
+
unicode: 'e6c0',
|
|
90
|
+
unicode_decimal: 59072,
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
icon_id: '24932456',
|
|
94
|
+
name: 'notification-filled',
|
|
95
|
+
font_class: 'notification-filled',
|
|
96
|
+
unicode: 'e6c1',
|
|
97
|
+
unicode_decimal: 59073,
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
icon_id: '24932457',
|
|
101
|
+
name: 'wallet-filled',
|
|
102
|
+
font_class: 'wallet-filled',
|
|
103
|
+
unicode: 'e6c2',
|
|
104
|
+
unicode_decimal: 59074,
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
icon_id: '24932458',
|
|
108
|
+
name: 'paihangbang-filled',
|
|
109
|
+
font_class: 'medal-filled',
|
|
110
|
+
unicode: 'e6c3',
|
|
111
|
+
unicode_decimal: 59075,
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
icon_id: '24932459',
|
|
115
|
+
name: 'gift-filled',
|
|
116
|
+
font_class: 'gift-filled',
|
|
117
|
+
unicode: 'e6c4',
|
|
118
|
+
unicode_decimal: 59076,
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
icon_id: '24932460',
|
|
122
|
+
name: 'fire-filled',
|
|
123
|
+
font_class: 'fire-filled',
|
|
124
|
+
unicode: 'e6c5',
|
|
125
|
+
unicode_decimal: 59077,
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
icon_id: '24928001',
|
|
129
|
+
name: 'refreshempty',
|
|
130
|
+
font_class: 'refreshempty',
|
|
131
|
+
unicode: 'e6bf',
|
|
132
|
+
unicode_decimal: 59071,
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
icon_id: '24926853',
|
|
136
|
+
name: 'location-ellipse',
|
|
137
|
+
font_class: 'location-filled',
|
|
138
|
+
unicode: 'e6af',
|
|
139
|
+
unicode_decimal: 59055,
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
icon_id: '24926735',
|
|
143
|
+
name: 'person-filled',
|
|
144
|
+
font_class: 'person-filled',
|
|
145
|
+
unicode: 'e69d',
|
|
146
|
+
unicode_decimal: 59037,
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
icon_id: '24926703',
|
|
150
|
+
name: 'personadd-filled',
|
|
151
|
+
font_class: 'personadd-filled',
|
|
152
|
+
unicode: 'e698',
|
|
153
|
+
unicode_decimal: 59032,
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
icon_id: '24923351',
|
|
157
|
+
name: 'back',
|
|
158
|
+
font_class: 'back',
|
|
159
|
+
unicode: 'e6b9',
|
|
160
|
+
unicode_decimal: 59065,
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
icon_id: '24923352',
|
|
164
|
+
name: 'forward',
|
|
165
|
+
font_class: 'forward',
|
|
166
|
+
unicode: 'e6ba',
|
|
167
|
+
unicode_decimal: 59066,
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
icon_id: '24923353',
|
|
171
|
+
name: 'arrowthinright',
|
|
172
|
+
font_class: 'arrow-right',
|
|
173
|
+
unicode: 'e6bb',
|
|
174
|
+
unicode_decimal: 59067,
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
icon_id: '24923353',
|
|
178
|
+
name: 'arrowthinright',
|
|
179
|
+
font_class: 'arrowthinright',
|
|
180
|
+
unicode: 'e6bb',
|
|
181
|
+
unicode_decimal: 59067,
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
icon_id: '24923354',
|
|
185
|
+
name: 'arrowthinleft',
|
|
186
|
+
font_class: 'arrow-left',
|
|
187
|
+
unicode: 'e6bc',
|
|
188
|
+
unicode_decimal: 59068,
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
icon_id: '24923354',
|
|
192
|
+
name: 'arrowthinleft',
|
|
193
|
+
font_class: 'arrowthinleft',
|
|
194
|
+
unicode: 'e6bc',
|
|
195
|
+
unicode_decimal: 59068,
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
icon_id: '24923355',
|
|
199
|
+
name: 'arrowthinup',
|
|
200
|
+
font_class: 'arrow-up',
|
|
201
|
+
unicode: 'e6bd',
|
|
202
|
+
unicode_decimal: 59069,
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
icon_id: '24923355',
|
|
206
|
+
name: 'arrowthinup',
|
|
207
|
+
font_class: 'arrowthinup',
|
|
208
|
+
unicode: 'e6bd',
|
|
209
|
+
unicode_decimal: 59069,
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
icon_id: '24923356',
|
|
213
|
+
name: 'arrowthindown',
|
|
214
|
+
font_class: 'arrow-down',
|
|
215
|
+
unicode: 'e6be',
|
|
216
|
+
unicode_decimal: 59070,
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
icon_id: '24923356',
|
|
220
|
+
name: 'arrowthindown',
|
|
221
|
+
font_class: 'arrowthindown',
|
|
222
|
+
unicode: 'e6be',
|
|
223
|
+
unicode_decimal: 59070,
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
icon_id: '24923349',
|
|
227
|
+
name: 'arrowdown',
|
|
228
|
+
font_class: 'bottom',
|
|
229
|
+
unicode: 'e6b8',
|
|
230
|
+
unicode_decimal: 59064,
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
icon_id: '24923349',
|
|
234
|
+
name: 'arrowdown',
|
|
235
|
+
font_class: 'arrowdown',
|
|
236
|
+
unicode: 'e6b8',
|
|
237
|
+
unicode_decimal: 59064,
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
icon_id: '24923346',
|
|
241
|
+
name: 'arrowright',
|
|
242
|
+
font_class: 'right',
|
|
243
|
+
unicode: 'e6b5',
|
|
244
|
+
unicode_decimal: 59061,
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
icon_id: '24923346',
|
|
248
|
+
name: 'arrowright',
|
|
249
|
+
font_class: 'arrowright',
|
|
250
|
+
unicode: 'e6b5',
|
|
251
|
+
unicode_decimal: 59061,
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
icon_id: '24923347',
|
|
255
|
+
name: 'arrowup',
|
|
256
|
+
font_class: 'top',
|
|
257
|
+
unicode: 'e6b6',
|
|
258
|
+
unicode_decimal: 59062,
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
icon_id: '24923347',
|
|
262
|
+
name: 'arrowup',
|
|
263
|
+
font_class: 'arrowup',
|
|
264
|
+
unicode: 'e6b6',
|
|
265
|
+
unicode_decimal: 59062,
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
icon_id: '24923348',
|
|
269
|
+
name: 'arrowleft',
|
|
270
|
+
font_class: 'left',
|
|
271
|
+
unicode: 'e6b7',
|
|
272
|
+
unicode_decimal: 59063,
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
icon_id: '24923348',
|
|
276
|
+
name: 'arrowleft',
|
|
277
|
+
font_class: 'arrowleft',
|
|
278
|
+
unicode: 'e6b7',
|
|
279
|
+
unicode_decimal: 59063,
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
icon_id: '24923334',
|
|
283
|
+
name: 'eye',
|
|
284
|
+
font_class: 'eye',
|
|
285
|
+
unicode: 'e651',
|
|
286
|
+
unicode_decimal: 58961,
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
icon_id: '24923335',
|
|
290
|
+
name: 'eye-filled',
|
|
291
|
+
font_class: 'eye-filled',
|
|
292
|
+
unicode: 'e66a',
|
|
293
|
+
unicode_decimal: 58986,
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
icon_id: '24923336',
|
|
297
|
+
name: 'eye-slash',
|
|
298
|
+
font_class: 'eye-slash',
|
|
299
|
+
unicode: 'e6b3',
|
|
300
|
+
unicode_decimal: 59059,
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
icon_id: '24923337',
|
|
304
|
+
name: 'eye-slash-filled',
|
|
305
|
+
font_class: 'eye-slash-filled',
|
|
306
|
+
unicode: 'e6b4',
|
|
307
|
+
unicode_decimal: 59060,
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
icon_id: '24923305',
|
|
311
|
+
name: 'info-filled',
|
|
312
|
+
font_class: 'info-filled',
|
|
313
|
+
unicode: 'e649',
|
|
314
|
+
unicode_decimal: 58953,
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
icon_id: '24923299',
|
|
318
|
+
name: 'reload-01',
|
|
319
|
+
font_class: 'reload',
|
|
320
|
+
unicode: 'e6b2',
|
|
321
|
+
unicode_decimal: 59058,
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
icon_id: '24923195',
|
|
325
|
+
name: 'mic_slash_fill',
|
|
326
|
+
font_class: 'micoff-filled',
|
|
327
|
+
unicode: 'e6b0',
|
|
328
|
+
unicode_decimal: 59056,
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
icon_id: '24923165',
|
|
332
|
+
name: 'map-pin-ellipse',
|
|
333
|
+
font_class: 'map-pin-ellipse',
|
|
334
|
+
unicode: 'e6ac',
|
|
335
|
+
unicode_decimal: 59052,
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
icon_id: '24923166',
|
|
339
|
+
name: 'map-pin',
|
|
340
|
+
font_class: 'map-pin',
|
|
341
|
+
unicode: 'e6ad',
|
|
342
|
+
unicode_decimal: 59053,
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
icon_id: '24923167',
|
|
346
|
+
name: 'location',
|
|
347
|
+
font_class: 'location',
|
|
348
|
+
unicode: 'e6ae',
|
|
349
|
+
unicode_decimal: 59054,
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
icon_id: '24923064',
|
|
353
|
+
name: 'starhalf',
|
|
354
|
+
font_class: 'starhalf',
|
|
355
|
+
unicode: 'e683',
|
|
356
|
+
unicode_decimal: 59011,
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
icon_id: '24923065',
|
|
360
|
+
name: 'star',
|
|
361
|
+
font_class: 'star',
|
|
362
|
+
unicode: 'e688',
|
|
363
|
+
unicode_decimal: 59016,
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
icon_id: '24923066',
|
|
367
|
+
name: 'star-filled',
|
|
368
|
+
font_class: 'star-filled',
|
|
369
|
+
unicode: 'e68f',
|
|
370
|
+
unicode_decimal: 59023,
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
icon_id: '24899646',
|
|
374
|
+
name: 'a-rilidaka',
|
|
375
|
+
font_class: 'calendar',
|
|
376
|
+
unicode: 'e6a0',
|
|
377
|
+
unicode_decimal: 59040,
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
icon_id: '24899647',
|
|
381
|
+
name: 'fire',
|
|
382
|
+
font_class: 'fire',
|
|
383
|
+
unicode: 'e6a1',
|
|
384
|
+
unicode_decimal: 59041,
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
icon_id: '24899648',
|
|
388
|
+
name: 'paihangbang',
|
|
389
|
+
font_class: 'medal',
|
|
390
|
+
unicode: 'e6a2',
|
|
391
|
+
unicode_decimal: 59042,
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
icon_id: '24899649',
|
|
395
|
+
name: 'font',
|
|
396
|
+
font_class: 'font',
|
|
397
|
+
unicode: 'e6a3',
|
|
398
|
+
unicode_decimal: 59043,
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
icon_id: '24899650',
|
|
402
|
+
name: 'gift',
|
|
403
|
+
font_class: 'gift',
|
|
404
|
+
unicode: 'e6a4',
|
|
405
|
+
unicode_decimal: 59044,
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
icon_id: '24899651',
|
|
409
|
+
name: 'link',
|
|
410
|
+
font_class: 'link',
|
|
411
|
+
unicode: 'e6a5',
|
|
412
|
+
unicode_decimal: 59045,
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
icon_id: '24899652',
|
|
416
|
+
name: 'notification',
|
|
417
|
+
font_class: 'notification',
|
|
418
|
+
unicode: 'e6a6',
|
|
419
|
+
unicode_decimal: 59046,
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
icon_id: '24899653',
|
|
423
|
+
name: 'staff',
|
|
424
|
+
font_class: 'staff',
|
|
425
|
+
unicode: 'e6a7',
|
|
426
|
+
unicode_decimal: 59047,
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
icon_id: '24899654',
|
|
430
|
+
name: 'VIP',
|
|
431
|
+
font_class: 'vip',
|
|
432
|
+
unicode: 'e6a8',
|
|
433
|
+
unicode_decimal: 59048,
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
icon_id: '24899655',
|
|
437
|
+
name: 'folder_add',
|
|
438
|
+
font_class: 'folder-add',
|
|
439
|
+
unicode: 'e6a9',
|
|
440
|
+
unicode_decimal: 59049,
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
icon_id: '24899656',
|
|
444
|
+
name: 'tune',
|
|
445
|
+
font_class: 'tune',
|
|
446
|
+
unicode: 'e6aa',
|
|
447
|
+
unicode_decimal: 59050,
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
icon_id: '24899657',
|
|
451
|
+
name: 'shimingrenzheng',
|
|
452
|
+
font_class: 'auth',
|
|
453
|
+
unicode: 'e6ab',
|
|
454
|
+
unicode_decimal: 59051,
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
icon_id: '24899565',
|
|
458
|
+
name: 'person',
|
|
459
|
+
font_class: 'person',
|
|
460
|
+
unicode: 'e699',
|
|
461
|
+
unicode_decimal: 59033,
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
icon_id: '24899566',
|
|
465
|
+
name: 'email-filled',
|
|
466
|
+
font_class: 'email-filled',
|
|
467
|
+
unicode: 'e69a',
|
|
468
|
+
unicode_decimal: 59034,
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
icon_id: '24899567',
|
|
472
|
+
name: 'phone-filled',
|
|
473
|
+
font_class: 'phone-filled',
|
|
474
|
+
unicode: 'e69b',
|
|
475
|
+
unicode_decimal: 59035,
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
icon_id: '24899568',
|
|
479
|
+
name: 'phone',
|
|
480
|
+
font_class: 'phone',
|
|
481
|
+
unicode: 'e69c',
|
|
482
|
+
unicode_decimal: 59036,
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
icon_id: '24899570',
|
|
486
|
+
name: 'email',
|
|
487
|
+
font_class: 'email',
|
|
488
|
+
unicode: 'e69e',
|
|
489
|
+
unicode_decimal: 59038,
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
icon_id: '24899571',
|
|
493
|
+
name: 'personadd',
|
|
494
|
+
font_class: 'personadd',
|
|
495
|
+
unicode: 'e69f',
|
|
496
|
+
unicode_decimal: 59039,
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
icon_id: '24899558',
|
|
500
|
+
name: 'chatboxes-filled',
|
|
501
|
+
font_class: 'chatboxes-filled',
|
|
502
|
+
unicode: 'e692',
|
|
503
|
+
unicode_decimal: 59026,
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
icon_id: '24899559',
|
|
507
|
+
name: 'contact',
|
|
508
|
+
font_class: 'contact',
|
|
509
|
+
unicode: 'e693',
|
|
510
|
+
unicode_decimal: 59027,
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
icon_id: '24899560',
|
|
514
|
+
name: 'chatbubble-filled',
|
|
515
|
+
font_class: 'chatbubble-filled',
|
|
516
|
+
unicode: 'e694',
|
|
517
|
+
unicode_decimal: 59028,
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
icon_id: '24899561',
|
|
521
|
+
name: 'contact-filled',
|
|
522
|
+
font_class: 'contact-filled',
|
|
523
|
+
unicode: 'e695',
|
|
524
|
+
unicode_decimal: 59029,
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
icon_id: '24899562',
|
|
528
|
+
name: 'chatboxes',
|
|
529
|
+
font_class: 'chatboxes',
|
|
530
|
+
unicode: 'e696',
|
|
531
|
+
unicode_decimal: 59030,
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
icon_id: '24899563',
|
|
535
|
+
name: 'chatbubble',
|
|
536
|
+
font_class: 'chatbubble',
|
|
537
|
+
unicode: 'e697',
|
|
538
|
+
unicode_decimal: 59031,
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
icon_id: '24881290',
|
|
542
|
+
name: 'upload-filled',
|
|
543
|
+
font_class: 'upload-filled',
|
|
544
|
+
unicode: 'e68e',
|
|
545
|
+
unicode_decimal: 59022,
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
icon_id: '24881292',
|
|
549
|
+
name: 'upload',
|
|
550
|
+
font_class: 'upload',
|
|
551
|
+
unicode: 'e690',
|
|
552
|
+
unicode_decimal: 59024,
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
icon_id: '24881293',
|
|
556
|
+
name: 'weixin',
|
|
557
|
+
font_class: 'weixin',
|
|
558
|
+
unicode: 'e691',
|
|
559
|
+
unicode_decimal: 59025,
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
icon_id: '24881274',
|
|
563
|
+
name: 'compose',
|
|
564
|
+
font_class: 'compose',
|
|
565
|
+
unicode: 'e67f',
|
|
566
|
+
unicode_decimal: 59007,
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
icon_id: '24881275',
|
|
570
|
+
name: 'qq',
|
|
571
|
+
font_class: 'qq',
|
|
572
|
+
unicode: 'e680',
|
|
573
|
+
unicode_decimal: 59008,
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
icon_id: '24881276',
|
|
577
|
+
name: 'download-filled',
|
|
578
|
+
font_class: 'download-filled',
|
|
579
|
+
unicode: 'e681',
|
|
580
|
+
unicode_decimal: 59009,
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
icon_id: '24881277',
|
|
584
|
+
name: 'pengyouquan',
|
|
585
|
+
font_class: 'pyq',
|
|
586
|
+
unicode: 'e682',
|
|
587
|
+
unicode_decimal: 59010,
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
icon_id: '24881279',
|
|
591
|
+
name: 'sound',
|
|
592
|
+
font_class: 'sound',
|
|
593
|
+
unicode: 'e684',
|
|
594
|
+
unicode_decimal: 59012,
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
icon_id: '24881280',
|
|
598
|
+
name: 'trash-filled',
|
|
599
|
+
font_class: 'trash-filled',
|
|
600
|
+
unicode: 'e685',
|
|
601
|
+
unicode_decimal: 59013,
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
icon_id: '24881281',
|
|
605
|
+
name: 'sound-filled',
|
|
606
|
+
font_class: 'sound-filled',
|
|
607
|
+
unicode: 'e686',
|
|
608
|
+
unicode_decimal: 59014,
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
icon_id: '24881282',
|
|
612
|
+
name: 'trash',
|
|
613
|
+
font_class: 'trash',
|
|
614
|
+
unicode: 'e687',
|
|
615
|
+
unicode_decimal: 59015,
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
icon_id: '24881284',
|
|
619
|
+
name: 'videocam-filled',
|
|
620
|
+
font_class: 'videocam-filled',
|
|
621
|
+
unicode: 'e689',
|
|
622
|
+
unicode_decimal: 59017,
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
icon_id: '24881285',
|
|
626
|
+
name: 'spinner-cycle',
|
|
627
|
+
font_class: 'spinner-cycle',
|
|
628
|
+
unicode: 'e68a',
|
|
629
|
+
unicode_decimal: 59018,
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
icon_id: '24881286',
|
|
633
|
+
name: 'weibo',
|
|
634
|
+
font_class: 'weibo',
|
|
635
|
+
unicode: 'e68b',
|
|
636
|
+
unicode_decimal: 59019,
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
icon_id: '24881288',
|
|
640
|
+
name: 'videocam',
|
|
641
|
+
font_class: 'videocam',
|
|
642
|
+
unicode: 'e68c',
|
|
643
|
+
unicode_decimal: 59020,
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
icon_id: '24881289',
|
|
647
|
+
name: 'download',
|
|
648
|
+
font_class: 'download',
|
|
649
|
+
unicode: 'e68d',
|
|
650
|
+
unicode_decimal: 59021,
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
icon_id: '24879601',
|
|
654
|
+
name: 'help',
|
|
655
|
+
font_class: 'help',
|
|
656
|
+
unicode: 'e679',
|
|
657
|
+
unicode_decimal: 59001,
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
icon_id: '24879602',
|
|
661
|
+
name: 'navigate-filled',
|
|
662
|
+
font_class: 'navigate-filled',
|
|
663
|
+
unicode: 'e67a',
|
|
664
|
+
unicode_decimal: 59002,
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
icon_id: '24879603',
|
|
668
|
+
name: 'plusempty',
|
|
669
|
+
font_class: 'plusempty',
|
|
670
|
+
unicode: 'e67b',
|
|
671
|
+
unicode_decimal: 59003,
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
icon_id: '24879604',
|
|
675
|
+
name: 'smallcircle',
|
|
676
|
+
font_class: 'smallcircle',
|
|
677
|
+
unicode: 'e67c',
|
|
678
|
+
unicode_decimal: 59004,
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
icon_id: '24879605',
|
|
682
|
+
name: 'minus-filled',
|
|
683
|
+
font_class: 'minus-filled',
|
|
684
|
+
unicode: 'e67d',
|
|
685
|
+
unicode_decimal: 59005,
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
icon_id: '24879606',
|
|
689
|
+
name: 'micoff',
|
|
690
|
+
font_class: 'micoff',
|
|
691
|
+
unicode: 'e67e',
|
|
692
|
+
unicode_decimal: 59006,
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
icon_id: '24879588',
|
|
696
|
+
name: 'closeempty',
|
|
697
|
+
font_class: 'closeempty',
|
|
698
|
+
unicode: 'e66c',
|
|
699
|
+
unicode_decimal: 58988,
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
icon_id: '24879589',
|
|
703
|
+
name: 'clear',
|
|
704
|
+
font_class: 'clear',
|
|
705
|
+
unicode: 'e66d',
|
|
706
|
+
unicode_decimal: 58989,
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
icon_id: '24879590',
|
|
710
|
+
name: 'navigate',
|
|
711
|
+
font_class: 'navigate',
|
|
712
|
+
unicode: 'e66e',
|
|
713
|
+
unicode_decimal: 58990,
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
icon_id: '24879591',
|
|
717
|
+
name: 'minus',
|
|
718
|
+
font_class: 'minus',
|
|
719
|
+
unicode: 'e66f',
|
|
720
|
+
unicode_decimal: 58991,
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
icon_id: '24879592',
|
|
724
|
+
name: 'image',
|
|
725
|
+
font_class: 'image',
|
|
726
|
+
unicode: 'e670',
|
|
727
|
+
unicode_decimal: 58992,
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
icon_id: '24879593',
|
|
731
|
+
name: 'mic',
|
|
732
|
+
font_class: 'mic',
|
|
733
|
+
unicode: 'e671',
|
|
734
|
+
unicode_decimal: 58993,
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
icon_id: '24879594',
|
|
738
|
+
name: 'paperplane',
|
|
739
|
+
font_class: 'paperplane',
|
|
740
|
+
unicode: 'e672',
|
|
741
|
+
unicode_decimal: 58994,
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
icon_id: '24879595',
|
|
745
|
+
name: 'close',
|
|
746
|
+
font_class: 'close',
|
|
747
|
+
unicode: 'e673',
|
|
748
|
+
unicode_decimal: 58995,
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
icon_id: '24879596',
|
|
752
|
+
name: 'help-filled',
|
|
753
|
+
font_class: 'help-filled',
|
|
754
|
+
unicode: 'e674',
|
|
755
|
+
unicode_decimal: 58996,
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
icon_id: '24879597',
|
|
759
|
+
name: 'plus-filled',
|
|
760
|
+
font_class: 'paperplane-filled',
|
|
761
|
+
unicode: 'e675',
|
|
762
|
+
unicode_decimal: 58997,
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
icon_id: '24879598',
|
|
766
|
+
name: 'plus',
|
|
767
|
+
font_class: 'plus',
|
|
768
|
+
unicode: 'e676',
|
|
769
|
+
unicode_decimal: 58998,
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
icon_id: '24879599',
|
|
773
|
+
name: 'mic-filled',
|
|
774
|
+
font_class: 'mic-filled',
|
|
775
|
+
unicode: 'e677',
|
|
776
|
+
unicode_decimal: 58999,
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
icon_id: '24879600',
|
|
780
|
+
name: 'image-filled',
|
|
781
|
+
font_class: 'image-filled',
|
|
782
|
+
unicode: 'e678',
|
|
783
|
+
unicode_decimal: 59000,
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
icon_id: '24855900',
|
|
787
|
+
name: 'locked-filled',
|
|
788
|
+
font_class: 'locked-filled',
|
|
789
|
+
unicode: 'e668',
|
|
790
|
+
unicode_decimal: 58984,
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
icon_id: '24855901',
|
|
794
|
+
name: 'info',
|
|
795
|
+
font_class: 'info',
|
|
796
|
+
unicode: 'e669',
|
|
797
|
+
unicode_decimal: 58985,
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
icon_id: '24855903',
|
|
801
|
+
name: 'locked',
|
|
802
|
+
font_class: 'locked',
|
|
803
|
+
unicode: 'e66b',
|
|
804
|
+
unicode_decimal: 58987,
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
icon_id: '24855884',
|
|
808
|
+
name: 'camera-filled',
|
|
809
|
+
font_class: 'camera-filled',
|
|
810
|
+
unicode: 'e658',
|
|
811
|
+
unicode_decimal: 58968,
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
icon_id: '24855885',
|
|
815
|
+
name: 'chat-filled',
|
|
816
|
+
font_class: 'chat-filled',
|
|
817
|
+
unicode: 'e659',
|
|
818
|
+
unicode_decimal: 58969,
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
icon_id: '24855886',
|
|
822
|
+
name: 'camera',
|
|
823
|
+
font_class: 'camera',
|
|
824
|
+
unicode: 'e65a',
|
|
825
|
+
unicode_decimal: 58970,
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
icon_id: '24855887',
|
|
829
|
+
name: 'circle',
|
|
830
|
+
font_class: 'circle',
|
|
831
|
+
unicode: 'e65b',
|
|
832
|
+
unicode_decimal: 58971,
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
icon_id: '24855888',
|
|
836
|
+
name: 'checkmarkempty',
|
|
837
|
+
font_class: 'checkmarkempty',
|
|
838
|
+
unicode: 'e65c',
|
|
839
|
+
unicode_decimal: 58972,
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
icon_id: '24855889',
|
|
843
|
+
name: 'chat',
|
|
844
|
+
font_class: 'chat',
|
|
845
|
+
unicode: 'e65d',
|
|
846
|
+
unicode_decimal: 58973,
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
icon_id: '24855890',
|
|
850
|
+
name: 'circle-filled',
|
|
851
|
+
font_class: 'circle-filled',
|
|
852
|
+
unicode: 'e65e',
|
|
853
|
+
unicode_decimal: 58974,
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
icon_id: '24855891',
|
|
857
|
+
name: 'flag',
|
|
858
|
+
font_class: 'flag',
|
|
859
|
+
unicode: 'e65f',
|
|
860
|
+
unicode_decimal: 58975,
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
icon_id: '24855892',
|
|
864
|
+
name: 'flag-filled',
|
|
865
|
+
font_class: 'flag-filled',
|
|
866
|
+
unicode: 'e660',
|
|
867
|
+
unicode_decimal: 58976,
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
icon_id: '24855893',
|
|
871
|
+
name: 'gear-filled',
|
|
872
|
+
font_class: 'gear-filled',
|
|
873
|
+
unicode: 'e661',
|
|
874
|
+
unicode_decimal: 58977,
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
icon_id: '24855894',
|
|
878
|
+
name: 'home',
|
|
879
|
+
font_class: 'home',
|
|
880
|
+
unicode: 'e662',
|
|
881
|
+
unicode_decimal: 58978,
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
icon_id: '24855895',
|
|
885
|
+
name: 'home-filled',
|
|
886
|
+
font_class: 'home-filled',
|
|
887
|
+
unicode: 'e663',
|
|
888
|
+
unicode_decimal: 58979,
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
icon_id: '24855896',
|
|
892
|
+
name: 'gear',
|
|
893
|
+
font_class: 'gear',
|
|
894
|
+
unicode: 'e664',
|
|
895
|
+
unicode_decimal: 58980,
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
icon_id: '24855897',
|
|
899
|
+
name: 'smallcircle-filled',
|
|
900
|
+
font_class: 'smallcircle-filled',
|
|
901
|
+
unicode: 'e665',
|
|
902
|
+
unicode_decimal: 58981,
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
icon_id: '24855898',
|
|
906
|
+
name: 'map-filled',
|
|
907
|
+
font_class: 'map-filled',
|
|
908
|
+
unicode: 'e666',
|
|
909
|
+
unicode_decimal: 58982,
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
icon_id: '24855899',
|
|
913
|
+
name: 'map',
|
|
914
|
+
font_class: 'map',
|
|
915
|
+
unicode: 'e667',
|
|
916
|
+
unicode_decimal: 58983,
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
icon_id: '24855825',
|
|
920
|
+
name: 'refresh-filled',
|
|
921
|
+
font_class: 'refresh-filled',
|
|
922
|
+
unicode: 'e656',
|
|
923
|
+
unicode_decimal: 58966,
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
icon_id: '24855826',
|
|
927
|
+
name: 'refresh',
|
|
928
|
+
font_class: 'refresh',
|
|
929
|
+
unicode: 'e657',
|
|
930
|
+
unicode_decimal: 58967,
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
icon_id: '24855808',
|
|
934
|
+
name: 'cloud-upload',
|
|
935
|
+
font_class: 'cloud-upload',
|
|
936
|
+
unicode: 'e645',
|
|
937
|
+
unicode_decimal: 58949,
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
icon_id: '24855809',
|
|
941
|
+
name: 'cloud-download-filled',
|
|
942
|
+
font_class: 'cloud-download-filled',
|
|
943
|
+
unicode: 'e646',
|
|
944
|
+
unicode_decimal: 58950,
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
icon_id: '24855810',
|
|
948
|
+
name: 'cloud-download',
|
|
949
|
+
font_class: 'cloud-download',
|
|
950
|
+
unicode: 'e647',
|
|
951
|
+
unicode_decimal: 58951,
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
icon_id: '24855811',
|
|
955
|
+
name: 'cloud-upload-filled',
|
|
956
|
+
font_class: 'cloud-upload-filled',
|
|
957
|
+
unicode: 'e648',
|
|
958
|
+
unicode_decimal: 58952,
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
icon_id: '24855813',
|
|
962
|
+
name: 'redo',
|
|
963
|
+
font_class: 'redo',
|
|
964
|
+
unicode: 'e64a',
|
|
965
|
+
unicode_decimal: 58954,
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
icon_id: '24855814',
|
|
969
|
+
name: 'images-filled',
|
|
970
|
+
font_class: 'images-filled',
|
|
971
|
+
unicode: 'e64b',
|
|
972
|
+
unicode_decimal: 58955,
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
icon_id: '24855815',
|
|
976
|
+
name: 'undo-filled',
|
|
977
|
+
font_class: 'undo-filled',
|
|
978
|
+
unicode: 'e64c',
|
|
979
|
+
unicode_decimal: 58956,
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
icon_id: '24855816',
|
|
983
|
+
name: 'more',
|
|
984
|
+
font_class: 'more',
|
|
985
|
+
unicode: 'e64d',
|
|
986
|
+
unicode_decimal: 58957,
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
icon_id: '24855817',
|
|
990
|
+
name: 'more-filled',
|
|
991
|
+
font_class: 'more-filled',
|
|
992
|
+
unicode: 'e64e',
|
|
993
|
+
unicode_decimal: 58958,
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
icon_id: '24855818',
|
|
997
|
+
name: 'undo',
|
|
998
|
+
font_class: 'undo',
|
|
999
|
+
unicode: 'e64f',
|
|
1000
|
+
unicode_decimal: 58959,
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
icon_id: '24855819',
|
|
1004
|
+
name: 'images',
|
|
1005
|
+
font_class: 'images',
|
|
1006
|
+
unicode: 'e650',
|
|
1007
|
+
unicode_decimal: 58960,
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
icon_id: '24855821',
|
|
1011
|
+
name: 'paperclip',
|
|
1012
|
+
font_class: 'paperclip',
|
|
1013
|
+
unicode: 'e652',
|
|
1014
|
+
unicode_decimal: 58962,
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
icon_id: '24855822',
|
|
1018
|
+
name: 'settings',
|
|
1019
|
+
font_class: 'settings',
|
|
1020
|
+
unicode: 'e653',
|
|
1021
|
+
unicode_decimal: 58963,
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
icon_id: '24855823',
|
|
1025
|
+
name: 'search',
|
|
1026
|
+
font_class: 'search',
|
|
1027
|
+
unicode: 'e654',
|
|
1028
|
+
unicode_decimal: 58964,
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
icon_id: '24855824',
|
|
1032
|
+
name: 'redo-filled',
|
|
1033
|
+
font_class: 'redo-filled',
|
|
1034
|
+
unicode: 'e655',
|
|
1035
|
+
unicode_decimal: 58965,
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
icon_id: '24841702',
|
|
1039
|
+
name: 'list',
|
|
1040
|
+
font_class: 'list',
|
|
1041
|
+
unicode: 'e644',
|
|
1042
|
+
unicode_decimal: 58948,
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
icon_id: '24841489',
|
|
1046
|
+
name: 'mail-open-filled',
|
|
1047
|
+
font_class: 'mail-open-filled',
|
|
1048
|
+
unicode: 'e63a',
|
|
1049
|
+
unicode_decimal: 58938,
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
icon_id: '24841491',
|
|
1053
|
+
name: 'hand-thumbsdown-filled',
|
|
1054
|
+
font_class: 'hand-down-filled',
|
|
1055
|
+
unicode: 'e63c',
|
|
1056
|
+
unicode_decimal: 58940,
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
icon_id: '24841492',
|
|
1060
|
+
name: 'hand-thumbsdown',
|
|
1061
|
+
font_class: 'hand-down',
|
|
1062
|
+
unicode: 'e63d',
|
|
1063
|
+
unicode_decimal: 58941,
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
icon_id: '24841493',
|
|
1067
|
+
name: 'hand-thumbsup-filled',
|
|
1068
|
+
font_class: 'hand-up-filled',
|
|
1069
|
+
unicode: 'e63e',
|
|
1070
|
+
unicode_decimal: 58942,
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
icon_id: '24841494',
|
|
1074
|
+
name: 'hand-thumbsup',
|
|
1075
|
+
font_class: 'hand-up',
|
|
1076
|
+
unicode: 'e63f',
|
|
1077
|
+
unicode_decimal: 58943,
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
icon_id: '24841496',
|
|
1081
|
+
name: 'heart-filled',
|
|
1082
|
+
font_class: 'heart-filled',
|
|
1083
|
+
unicode: 'e641',
|
|
1084
|
+
unicode_decimal: 58945,
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
icon_id: '24841498',
|
|
1088
|
+
name: 'mail-open',
|
|
1089
|
+
font_class: 'mail-open',
|
|
1090
|
+
unicode: 'e643',
|
|
1091
|
+
unicode_decimal: 58947,
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
icon_id: '24841488',
|
|
1095
|
+
name: 'heart',
|
|
1096
|
+
font_class: 'heart',
|
|
1097
|
+
unicode: 'e639',
|
|
1098
|
+
unicode_decimal: 58937,
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
icon_id: '24839963',
|
|
1102
|
+
name: 'loop',
|
|
1103
|
+
font_class: 'loop',
|
|
1104
|
+
unicode: 'e633',
|
|
1105
|
+
unicode_decimal: 58931,
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
icon_id: '24839866',
|
|
1109
|
+
name: 'pulldown',
|
|
1110
|
+
font_class: 'pulldown',
|
|
1111
|
+
unicode: 'e632',
|
|
1112
|
+
unicode_decimal: 58930,
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
icon_id: '24813798',
|
|
1116
|
+
name: 'scan',
|
|
1117
|
+
font_class: 'scan',
|
|
1118
|
+
unicode: 'e62a',
|
|
1119
|
+
unicode_decimal: 58922,
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
icon_id: '24813786',
|
|
1123
|
+
name: 'bars',
|
|
1124
|
+
font_class: 'bars',
|
|
1125
|
+
unicode: 'e627',
|
|
1126
|
+
unicode_decimal: 58919,
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
icon_id: '24813788',
|
|
1130
|
+
name: 'cart-filled',
|
|
1131
|
+
font_class: 'cart-filled',
|
|
1132
|
+
unicode: 'e629',
|
|
1133
|
+
unicode_decimal: 58921,
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
icon_id: '24813790',
|
|
1137
|
+
name: 'checkbox',
|
|
1138
|
+
font_class: 'checkbox',
|
|
1139
|
+
unicode: 'e62b',
|
|
1140
|
+
unicode_decimal: 58923,
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
icon_id: '24813791',
|
|
1144
|
+
name: 'checkbox-filled',
|
|
1145
|
+
font_class: 'checkbox-filled',
|
|
1146
|
+
unicode: 'e62c',
|
|
1147
|
+
unicode_decimal: 58924,
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
icon_id: '24813794',
|
|
1151
|
+
name: 'shop',
|
|
1152
|
+
font_class: 'shop',
|
|
1153
|
+
unicode: 'e62f',
|
|
1154
|
+
unicode_decimal: 58927,
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
icon_id: '24813795',
|
|
1158
|
+
name: 'headphones',
|
|
1159
|
+
font_class: 'headphones',
|
|
1160
|
+
unicode: 'e630',
|
|
1161
|
+
unicode_decimal: 58928,
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
icon_id: '24813796',
|
|
1165
|
+
name: 'cart',
|
|
1166
|
+
font_class: 'cart',
|
|
1167
|
+
unicode: 'e631',
|
|
1168
|
+
unicode_decimal: 58929,
|
|
1169
|
+
},
|
|
1170
|
+
],
|
|
1171
|
+
};
|