@alifd/theme-panda 0.1.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/README.md +6 -0
- package/design-token.js +3 -0
- package/dist/next-1.css +12777 -0
- package/dist/next-2.css +11773 -0
- package/dist/next-noreset-1.css +12571 -0
- package/dist/next-noreset-2.css +11480 -0
- package/dist/next-noreset.css +24044 -0
- package/dist/next-noreset.min-1.css +7 -0
- package/dist/next-noreset.min-2.css +7 -0
- package/dist/next-noreset.min.css +7 -0
- package/dist/next-noreset.var-1.css +14507 -0
- package/dist/next-noreset.var-2.css +14846 -0
- package/dist/next-noreset.var.css +29346 -0
- package/dist/next-noreset.var.min-1.css +7 -0
- package/dist/next-noreset.var.min-2.css +7 -0
- package/dist/next-noreset.var.min.css +7 -0
- package/dist/next.css +24543 -0
- package/dist/next.js +82742 -0
- package/dist/next.min-1.css +8 -0
- package/dist/next.min-2.css +7 -0
- package/dist/next.min.css +8 -0
- package/dist/next.min.js +1 -0
- package/dist/next.var-1.css +14585 -0
- package/dist/next.var-2.css +15296 -0
- package/dist/next.var.css +29874 -0
- package/dist/next.var.min-1.css +8 -0
- package/dist/next.var.min-2.css +7 -0
- package/dist/next.var.min.css +8 -0
- package/icons.scss +2326 -0
- package/icons.var.css +1744 -0
- package/index-noreset.scss +8 -0
- package/index-noreset.var.scss +3 -0
- package/index.js +3 -0
- package/index.scss +7 -0
- package/index.var.scss +3 -0
- package/package.json +43 -0
- package/variables.css +12197 -0
- package/variables.js +1767 -0
- package/variables.less +3176 -0
- package/variables.scss +3176 -0
- package/variables.scss2css.scss +9072 -0
package/variables.js
ADDED
|
@@ -0,0 +1,1767 @@
|
|
|
1
|
+
'use strict'
|
|
2
|
+
|
|
3
|
+
module.exports = {
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
"$form-element-small-height": "24px",
|
|
8
|
+
|
|
9
|
+
"$form-element-medium-height": "32px",
|
|
10
|
+
|
|
11
|
+
"$form-element-large-height": "40px",
|
|
12
|
+
|
|
13
|
+
"$form-element-small-font-size": "14px",
|
|
14
|
+
|
|
15
|
+
"$form-element-medium-font-size": "14px",
|
|
16
|
+
|
|
17
|
+
"$form-element-large-font-size": "18px",
|
|
18
|
+
|
|
19
|
+
"$form-element-small-preview-height": "20px",
|
|
20
|
+
|
|
21
|
+
"$form-element-medium-preview-height": "28px",
|
|
22
|
+
|
|
23
|
+
"$form-element-large-preview-height": "40px",
|
|
24
|
+
|
|
25
|
+
"$form-element-small-preview-label-font-size": "14px",
|
|
26
|
+
|
|
27
|
+
"$form-element-small-preview-font-size": "14px",
|
|
28
|
+
|
|
29
|
+
"$form-element-medium-preview-label-font-size": "14px",
|
|
30
|
+
|
|
31
|
+
"$form-element-medium-preview-font-size": "14px",
|
|
32
|
+
|
|
33
|
+
"$form-element-large-preview-label-font-size": "18px",
|
|
34
|
+
|
|
35
|
+
"$form-element-large-preview-font-size": "18px",
|
|
36
|
+
|
|
37
|
+
"$form-element-small-icon-size": "12px",
|
|
38
|
+
|
|
39
|
+
"$form-element-medium-icon-size": "12px",
|
|
40
|
+
|
|
41
|
+
"$form-element-large-icon-size": "12px",
|
|
42
|
+
|
|
43
|
+
"$form-element-small-corner": "6px",
|
|
44
|
+
|
|
45
|
+
"$form-element-medium-corner": "6px",
|
|
46
|
+
|
|
47
|
+
"$form-element-large-corner": "6px",
|
|
48
|
+
|
|
49
|
+
"$form-element-preview-label-color": "rgba(0, 0, 0, 0.75)",
|
|
50
|
+
|
|
51
|
+
"$form-element-preview-text-color": "rgba(0, 0, 0, 0.85)",
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
"$mask-background": "#000000",
|
|
58
|
+
|
|
59
|
+
"$mask-opacity": "0.5",
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
"$popup-spacing-lr": "0px",
|
|
66
|
+
|
|
67
|
+
"$popup-spacing-tb": "0px",
|
|
68
|
+
|
|
69
|
+
"$popup-local-border-width": "0px",
|
|
70
|
+
|
|
71
|
+
"$popup-local-border-style": "solid",
|
|
72
|
+
|
|
73
|
+
"$popup-local-border-color": "#f0f0f0",
|
|
74
|
+
|
|
75
|
+
"$popup-local-corner": "6px",
|
|
76
|
+
|
|
77
|
+
"$popup-local-shadow": "0px 0px 12px 0px rgba(0, 0, 0, 0.12)",
|
|
78
|
+
|
|
79
|
+
"$popup-global-border-width": "0px",
|
|
80
|
+
|
|
81
|
+
"$popup-global-border-style": "solid",
|
|
82
|
+
|
|
83
|
+
"$popup-global-border-color": "#f0f0f0",
|
|
84
|
+
|
|
85
|
+
"$popup-global-corner": "6px",
|
|
86
|
+
|
|
87
|
+
"$popup-global-shadow": "0px 2px 4px 0px rgba(0, 0, 0, 0.12)",
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
"$color-brand1-1": "#DEE8FF",
|
|
94
|
+
|
|
95
|
+
"$color-brand1-6": "rgba(37,125,249,1)",
|
|
96
|
+
|
|
97
|
+
"$color-brand1-9": "rgba(64,169,255,1)",
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
"$color-data1-1": "#00DCCD",
|
|
102
|
+
|
|
103
|
+
"$color-data1-2": "#506FED",
|
|
104
|
+
|
|
105
|
+
"$color-data1-3": "#AE66FC",
|
|
106
|
+
|
|
107
|
+
"$color-data1-4": "#FF445F",
|
|
108
|
+
|
|
109
|
+
"$color-data1-5": "#FF934D",
|
|
110
|
+
|
|
111
|
+
"$color-data1-6": "#FFD74D",
|
|
112
|
+
|
|
113
|
+
"$color-data1-7": "#4DDE6D",
|
|
114
|
+
|
|
115
|
+
"$color-data1-8": "#18B1F7",
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
"$color-white": "#FFFFFF",
|
|
120
|
+
|
|
121
|
+
"$color-black": "#000000",
|
|
122
|
+
|
|
123
|
+
"$color-transparent": "transparent",
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
"$color-success-1": "#E4FDDA",
|
|
128
|
+
|
|
129
|
+
"$color-notice-1": "#E3F2FD",
|
|
130
|
+
|
|
131
|
+
"$color-warning-1": "#FFF3E0",
|
|
132
|
+
|
|
133
|
+
"$color-error-1": "#FFECE4",
|
|
134
|
+
|
|
135
|
+
"$color-help-1": "#E3FFF8",
|
|
136
|
+
|
|
137
|
+
"$color-link-1": "rgba(37,125,249,1)",
|
|
138
|
+
|
|
139
|
+
"$color-other-1": "rgba(9,109,217,1)",
|
|
140
|
+
|
|
141
|
+
"$color-success-2": "#CDF2BE",
|
|
142
|
+
|
|
143
|
+
"$color-notice-2": "#BAD9FF",
|
|
144
|
+
|
|
145
|
+
"$color-warning-2": "#FFE6BD",
|
|
146
|
+
|
|
147
|
+
"$color-error-2": "#FFC8B2",
|
|
148
|
+
|
|
149
|
+
"$color-help-2": "#C0ECE2",
|
|
150
|
+
|
|
151
|
+
"$color-link-2": "rgba(37,125,249,1)",
|
|
152
|
+
|
|
153
|
+
"$color-other-2": "rgba(217,54,62,1)",
|
|
154
|
+
|
|
155
|
+
"$color-success-3": "rgba(82,196,26,1)",
|
|
156
|
+
|
|
157
|
+
"$color-notice-3": "rgba(37,125,249,1)",
|
|
158
|
+
|
|
159
|
+
"$color-warning-3": "rgba(250,173,20,1)",
|
|
160
|
+
|
|
161
|
+
"$color-error-3": "rgba(255,77,79,1)",
|
|
162
|
+
|
|
163
|
+
"$color-help-3": "#01C1B2",
|
|
164
|
+
|
|
165
|
+
"$color-link-3": "rgba(64,169,255,1)",
|
|
166
|
+
|
|
167
|
+
"$color-other-3": "rgba(0,0,0,0.75)",
|
|
168
|
+
|
|
169
|
+
"$color-success-4": "#41A716",
|
|
170
|
+
|
|
171
|
+
"$color-notice-4": "#2E7DE0",
|
|
172
|
+
|
|
173
|
+
"$color-warning-4": "#EB7E10",
|
|
174
|
+
|
|
175
|
+
"$color-error-4": "rgba(255,120,117,1)",
|
|
176
|
+
|
|
177
|
+
"$color-help-4": "#01A79A",
|
|
178
|
+
|
|
179
|
+
"$color-other-4": "rgba(241,241,241,1)",
|
|
180
|
+
|
|
181
|
+
"$color-other-5": "rgba(250,250,250,1)",
|
|
182
|
+
|
|
183
|
+
"$color-other-6": "rgba(230,247,255,1)",
|
|
184
|
+
|
|
185
|
+
"$color-other-7": "rgba(0,21,41,1)",
|
|
186
|
+
|
|
187
|
+
"$color-other-8": "rgba(0,12,23,1)",
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
"$color-gradient-1": "linear-gradient(270deg, rgb(121, 232, 199) 0%, rgb(8, 194, 158) 100%)",
|
|
192
|
+
|
|
193
|
+
"$color-gradient-2": "linear-gradient(270deg, rgb(125, 238, 255) 0%, rgb(3, 193, 253) 100%)",
|
|
194
|
+
|
|
195
|
+
"$color-gradient-3": "linear-gradient(270deg, rgb(255, 237, 117) 0%, rgb(245, 203, 34) 100%)",
|
|
196
|
+
|
|
197
|
+
"$color-gradient-4": "linear-gradient(270deg, rgb(255, 163, 166) 0%, rgb(245, 39, 67) 100%)",
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
"$color-line1-1": "rgba(217,217,217,1)",
|
|
202
|
+
|
|
203
|
+
"$color-fill1-1": "rgba(245,245,245,1)",
|
|
204
|
+
|
|
205
|
+
"$color-text1-1": "rgba(0,0,0,0.4)",
|
|
206
|
+
|
|
207
|
+
"$color-line1-2": "rgba(240,240,240,1)",
|
|
208
|
+
|
|
209
|
+
"$color-fill1-2": "rgba(248,249,251,1)",
|
|
210
|
+
|
|
211
|
+
"$color-text1-2": "#999999",
|
|
212
|
+
|
|
213
|
+
"$color-line1-3": "rgba(202,202,202,1)",
|
|
214
|
+
|
|
215
|
+
"$color-fill1-3": "#EBECF0",
|
|
216
|
+
|
|
217
|
+
"$color-text1-3": "rgba(0,0,0,0.75)",
|
|
218
|
+
|
|
219
|
+
"$color-line1-4": "#A0A2AD",
|
|
220
|
+
|
|
221
|
+
"$color-fill1-4": "#E2E4E8",
|
|
222
|
+
|
|
223
|
+
"$color-text1-4": "rgba(0,0,0,0.85)",
|
|
224
|
+
|
|
225
|
+
"$color-line1-5": "rgba(220,220,220,1)",
|
|
226
|
+
|
|
227
|
+
"$color-text1-5": "rgba(255,255,255,0.65)",
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
"$corner-1": "6px",
|
|
234
|
+
|
|
235
|
+
"$corner-2": "8px",
|
|
236
|
+
|
|
237
|
+
"$corner-3": "16px",
|
|
238
|
+
|
|
239
|
+
"$corner-circle": "50%",
|
|
240
|
+
|
|
241
|
+
"$corner-semicircle": "500px",
|
|
242
|
+
|
|
243
|
+
"$corner-zero": "0px",
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
"$font-family-base": "\"Helvetica Neue\",Helvetica,Tahoma,Arial,\"PingFang SC\",\"Microsoft YaHei\"",
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
"$font-lineheight-1": "1.3",
|
|
254
|
+
|
|
255
|
+
"$font-lineheight-2": "1.5",
|
|
256
|
+
|
|
257
|
+
"$font-lineheight-3": "1.7",
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
"$font-size-display-3": "56px",
|
|
262
|
+
|
|
263
|
+
"$font-size-display-2": "48px",
|
|
264
|
+
|
|
265
|
+
"$font-size-display-1": "36px",
|
|
266
|
+
|
|
267
|
+
"$font-size-headline": "24px",
|
|
268
|
+
|
|
269
|
+
"$font-size-title": "20px",
|
|
270
|
+
|
|
271
|
+
"$font-size-subhead": "18px",
|
|
272
|
+
|
|
273
|
+
"$font-size-body-2": "16px",
|
|
274
|
+
|
|
275
|
+
"$font-size-body-1": "14px",
|
|
276
|
+
|
|
277
|
+
"$font-size-caption": "14px",
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
"$font-weight-1": "lighter",
|
|
282
|
+
|
|
283
|
+
"$font-weight-thin": "200",
|
|
284
|
+
|
|
285
|
+
"$font-weight-light": "300",
|
|
286
|
+
|
|
287
|
+
"$font-weight-2": "normal",
|
|
288
|
+
|
|
289
|
+
"$font-weight-medium": "500",
|
|
290
|
+
|
|
291
|
+
"$font-weight-semi-bold": "600",
|
|
292
|
+
|
|
293
|
+
"$font-weight-3": "bold",
|
|
294
|
+
|
|
295
|
+
"$font-weight-extra-bold": "800",
|
|
296
|
+
|
|
297
|
+
"$font-weight-ultra-bold": "900",
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
"$language": "\"zh-cn\"",
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
"$icon-xxs": "8px",
|
|
310
|
+
|
|
311
|
+
"$icon-xs": "12px",
|
|
312
|
+
|
|
313
|
+
"$icon-s": "16px",
|
|
314
|
+
|
|
315
|
+
"$icon-m": "20px",
|
|
316
|
+
|
|
317
|
+
"$icon-l": "24px",
|
|
318
|
+
|
|
319
|
+
"$icon-xl": "32px",
|
|
320
|
+
|
|
321
|
+
"$icon-xxl": "48px",
|
|
322
|
+
|
|
323
|
+
"$icon-xxxl": "64px",
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
"$icon-content-smile": "\"\\e65f\"",
|
|
328
|
+
|
|
329
|
+
"$icon-content-cry": "\"\\e65d\"",
|
|
330
|
+
|
|
331
|
+
"$icon-content-success": "\"\\e60a\"",
|
|
332
|
+
|
|
333
|
+
"$icon-content-warning": "\"\\e60b\"",
|
|
334
|
+
|
|
335
|
+
"$icon-content-prompt": "\"\\e60c\"",
|
|
336
|
+
|
|
337
|
+
"$icon-content-error": "\"\\e60d\"",
|
|
338
|
+
|
|
339
|
+
"$icon-content-help": "\"\\e673\"",
|
|
340
|
+
|
|
341
|
+
"$icon-content-clock": "\"\\e621\"",
|
|
342
|
+
|
|
343
|
+
"$icon-content-success-filling": "\"\\e63a\"",
|
|
344
|
+
|
|
345
|
+
"$icon-content-delete-filling": "\"\\e623\"",
|
|
346
|
+
|
|
347
|
+
"$icon-content-favorites-filling": "\"\\e60e\"",
|
|
348
|
+
|
|
349
|
+
"$icon-content-add": "\"\\e655\"",
|
|
350
|
+
|
|
351
|
+
"$icon-content-minus": "\"\\e601\"",
|
|
352
|
+
|
|
353
|
+
"$icon-content-arrow-up": "\"\\e625\"",
|
|
354
|
+
|
|
355
|
+
"$icon-content-arrow-down": "\"\\e63d\"",
|
|
356
|
+
|
|
357
|
+
"$icon-content-arrow-left": "\"\\e61d\"",
|
|
358
|
+
|
|
359
|
+
"$icon-content-arrow-right": "\"\\e619\"",
|
|
360
|
+
|
|
361
|
+
"$icon-content-arrow-double-left": "\"\\e659\"",
|
|
362
|
+
|
|
363
|
+
"$icon-content-arrow-double-right": "\"\\e65e\"",
|
|
364
|
+
|
|
365
|
+
"$icon-content-switch": "\"\\e6b3\"",
|
|
366
|
+
|
|
367
|
+
"$icon-content-sorting": "\"\\e634\"",
|
|
368
|
+
|
|
369
|
+
"$icon-content-descending": "\"\\e61f\"",
|
|
370
|
+
|
|
371
|
+
"$icon-content-ascending": "\"\\e61e\"",
|
|
372
|
+
|
|
373
|
+
"$icon-content-select": "\"\\e632\"",
|
|
374
|
+
|
|
375
|
+
"$icon-content-semi-select": "\"\\e633\"",
|
|
376
|
+
|
|
377
|
+
"$icon-content-loading": "\"\\e646\"",
|
|
378
|
+
|
|
379
|
+
"$icon-content-search": "\"\\e656\"",
|
|
380
|
+
|
|
381
|
+
"$icon-content-close": "\"\\e626\"",
|
|
382
|
+
|
|
383
|
+
"$icon-content-ellipsis": "\"\\e654\"",
|
|
384
|
+
|
|
385
|
+
"$icon-content-picture": "\"\\e631\"",
|
|
386
|
+
|
|
387
|
+
"$icon-content-calendar": "\"\\e607\"",
|
|
388
|
+
|
|
389
|
+
"$icon-content-ashbin": "\"\\e639\"",
|
|
390
|
+
|
|
391
|
+
"$icon-content-upload": "\"\\e7ee\"",
|
|
392
|
+
|
|
393
|
+
"$icon-content-download": "\"\\e628\"",
|
|
394
|
+
|
|
395
|
+
"$icon-content-set": "\"\\e683\"",
|
|
396
|
+
|
|
397
|
+
"$icon-content-edit": "\"\\e63b\"",
|
|
398
|
+
|
|
399
|
+
"$icon-content-refresh": "\"\\e677\"",
|
|
400
|
+
|
|
401
|
+
"$icon-content-filter": "\"\\e627\"",
|
|
402
|
+
|
|
403
|
+
"$icon-content-attachment": "\"\\e665\"",
|
|
404
|
+
|
|
405
|
+
"$icon-content-account": "\"\\e608\"",
|
|
406
|
+
|
|
407
|
+
"$icon-content-email": "\"\\e605\"",
|
|
408
|
+
|
|
409
|
+
"$icon-content-atm": "\"\\e606\"",
|
|
410
|
+
|
|
411
|
+
"$icon-content-copy": "\"\\e60f\"",
|
|
412
|
+
|
|
413
|
+
"$icon-content-toggle-left": "\"\\e602\"",
|
|
414
|
+
|
|
415
|
+
"$icon-content-toggle-right": "\"\\e603\"",
|
|
416
|
+
|
|
417
|
+
"$icon-content-eye": "\"\\e611\"",
|
|
418
|
+
|
|
419
|
+
"$icon-content-eye-close": "\"\\e600\"",
|
|
420
|
+
|
|
421
|
+
"$icon-content-unlock": "\"\\e615\"",
|
|
422
|
+
|
|
423
|
+
"$icon-content-lock": "\"\\e617\"",
|
|
424
|
+
|
|
425
|
+
"$icon-content-exit": "\"\\e616\"",
|
|
426
|
+
|
|
427
|
+
"$icon-content-chart-bar": "\"\\e612\"",
|
|
428
|
+
|
|
429
|
+
"$icon-content-chart-pie": "\"\\e613\"",
|
|
430
|
+
|
|
431
|
+
"$icon-content-form": "\"\\e7fb\"",
|
|
432
|
+
|
|
433
|
+
"$icon-content-detail": "\"\\e7f8\"",
|
|
434
|
+
|
|
435
|
+
"$icon-content-list": "\"\\e7f9\"",
|
|
436
|
+
|
|
437
|
+
"$icon-content-dashboard": "\"\\e7fa\"",
|
|
438
|
+
|
|
439
|
+
"$icon-reset": "\"\"",
|
|
440
|
+
|
|
441
|
+
"$icon-content-Batchfolding": "\"\\e7f3\"",
|
|
442
|
+
|
|
443
|
+
"$icon-content-CI": "\"\\e77e\"",
|
|
444
|
+
|
|
445
|
+
"$icon-content-CI-circle-fill": "\"\\e8a6\"",
|
|
446
|
+
|
|
447
|
+
"$icon-content-CodeSandbox": "\"\\e93c\"",
|
|
448
|
+
|
|
449
|
+
"$icon-content-CodeSandbox-circle-f": "\"\\e95f\"",
|
|
450
|
+
|
|
451
|
+
"$icon-content-CodeSandbox-square-f": "\"\\e972\"",
|
|
452
|
+
|
|
453
|
+
"$icon-content-Console-SQL": "\"\\e9c8\"",
|
|
454
|
+
|
|
455
|
+
"$icon-content-Dollar": "\"\\e77f\"",
|
|
456
|
+
|
|
457
|
+
"$icon-content-Dollar-circle-fill": "\"\\e8a8\"",
|
|
458
|
+
|
|
459
|
+
"$icon-content-EURO": "\"\\e786\"",
|
|
460
|
+
|
|
461
|
+
"$icon-content-EURO-circle-fill": "\"\\e8a3\"",
|
|
462
|
+
|
|
463
|
+
"$icon-content-Field-Binary": "\"\\e9c7\"",
|
|
464
|
+
|
|
465
|
+
"$icon-content-Field-String": "\"\\e9c0\"",
|
|
466
|
+
|
|
467
|
+
"$icon-content-Field-number": "\"\\e9bf\"",
|
|
468
|
+
|
|
469
|
+
"$icon-content-Field-time": "\"\\e9c2\"",
|
|
470
|
+
|
|
471
|
+
"$icon-content-Function": "\"\\e9c1\"",
|
|
472
|
+
|
|
473
|
+
"$icon-content-GIF": "\"\\e9c3\"",
|
|
474
|
+
|
|
475
|
+
"$icon-content-Gitlab": "\"\\e943\"",
|
|
476
|
+
|
|
477
|
+
"$icon-content-Gitlab-fill": "\"\\e94a\"",
|
|
478
|
+
|
|
479
|
+
"$icon-content-HTML": "\"\\e937\"",
|
|
480
|
+
|
|
481
|
+
"$icon-content-HTML-fill": "\"\\e94f\"",
|
|
482
|
+
|
|
483
|
+
"$icon-content-IE": "\"\\e931\"",
|
|
484
|
+
|
|
485
|
+
"$icon-content-IE-circle-fill": "\"\\e966\"",
|
|
486
|
+
|
|
487
|
+
"$icon-content-IE-square-fill": "\"\\e97c\"",
|
|
488
|
+
|
|
489
|
+
"$icon-content-Import": "\"\\e7a9\"",
|
|
490
|
+
|
|
491
|
+
"$icon-content-Partition": "\"\\e9c4\"",
|
|
492
|
+
|
|
493
|
+
"$icon-content-Pound": "\"\\e78d\"",
|
|
494
|
+
|
|
495
|
+
"$icon-content-Pound-circle-fill": "\"\\e8ac\"",
|
|
496
|
+
|
|
497
|
+
"$icon-content-QQ": "\"\\e951\"",
|
|
498
|
+
|
|
499
|
+
"$icon-content-QQ-circle-fill": "\"\\e965\"",
|
|
500
|
+
|
|
501
|
+
"$icon-content-QQ-square-fill": "\"\\e97f\"",
|
|
502
|
+
|
|
503
|
+
"$icon-content-Report": "\"\\e9d1\"",
|
|
504
|
+
|
|
505
|
+
"$icon-content-Storedprocedure": "\"\\e9c6\"",
|
|
506
|
+
|
|
507
|
+
"$icon-content-USB": "\"\\e804\"",
|
|
508
|
+
|
|
509
|
+
"$icon-content-USB-fill": "\"\\e924\"",
|
|
510
|
+
|
|
511
|
+
"$icon-content-View": "\"\\e9d2\"",
|
|
512
|
+
|
|
513
|
+
"$icon-content-YUAN": "\"\\e794\"",
|
|
514
|
+
|
|
515
|
+
"$icon-content-YUAN-circle-fill": "\"\\e8b2\"",
|
|
516
|
+
|
|
517
|
+
"$icon-content-Youtube": "\"\\e949\"",
|
|
518
|
+
|
|
519
|
+
"$icon-content-Youtube-fill": "\"\\e956\"",
|
|
520
|
+
|
|
521
|
+
"$icon-content-accountbook": "\"\\e816\"",
|
|
522
|
+
|
|
523
|
+
"$icon-content-accountbook-fill": "\"\\e8c1\"",
|
|
524
|
+
|
|
525
|
+
"$icon-content-addteam": "\"\\e7cd\"",
|
|
526
|
+
|
|
527
|
+
"$icon-content-adduser": "\"\\e7ca\"",
|
|
528
|
+
|
|
529
|
+
"$icon-content-aim": "\"\\e9ca\"",
|
|
530
|
+
|
|
531
|
+
"$icon-content-alert": "\"\\e7fc\"",
|
|
532
|
+
|
|
533
|
+
"$icon-content-alert-fill": "\"\\e910\"",
|
|
534
|
+
|
|
535
|
+
"$icon-content-alibaba": "\"\\e929\"",
|
|
536
|
+
|
|
537
|
+
"$icon-content-alibabacloud": "\"\\e92a\"",
|
|
538
|
+
|
|
539
|
+
"$icon-content-align-center": "\"\\e875\"",
|
|
540
|
+
|
|
541
|
+
"$icon-content-align-left": "\"\\e876\"",
|
|
542
|
+
|
|
543
|
+
"$icon-content-align-right": "\"\\e874\"",
|
|
544
|
+
|
|
545
|
+
"$icon-content-alipay": "\"\\e934\"",
|
|
546
|
+
|
|
547
|
+
"$icon-content-alipay-circle-fill": "\"\\e95a\"",
|
|
548
|
+
|
|
549
|
+
"$icon-content-alipay-square-fill": "\"\\e970\"",
|
|
550
|
+
|
|
551
|
+
"$icon-content-aliwangwang": "\"\\e93f\"",
|
|
552
|
+
|
|
553
|
+
"$icon-content-aliwangwang-fill": "\"\\e95b\"",
|
|
554
|
+
|
|
555
|
+
"$icon-content-amazon": "\"\\e932\"",
|
|
556
|
+
|
|
557
|
+
"$icon-content-amazon-circle-fill": "\"\\e95d\"",
|
|
558
|
+
|
|
559
|
+
"$icon-content-amazon-square-fill": "\"\\e974\"",
|
|
560
|
+
|
|
561
|
+
"$icon-content-android": "\"\\e941\"",
|
|
562
|
+
|
|
563
|
+
"$icon-content-android-fill": "\"\\e94d\"",
|
|
564
|
+
|
|
565
|
+
"$icon-content-ant-cloud": "\"\\e92c\"",
|
|
566
|
+
|
|
567
|
+
"$icon-content-antdesign": "\"\\e92b\"",
|
|
568
|
+
|
|
569
|
+
"$icon-content-apartment": "\"\\e988\"",
|
|
570
|
+
|
|
571
|
+
"$icon-content-api": "\"\\e840\"",
|
|
572
|
+
|
|
573
|
+
"$icon-content-api-fill": "\"\\e911\"",
|
|
574
|
+
|
|
575
|
+
"$icon-content-apple": "\"\\e940\"",
|
|
576
|
+
|
|
577
|
+
"$icon-content-apple-fill": "\"\\e94e\"",
|
|
578
|
+
|
|
579
|
+
"$icon-content-appstore": "\"\\e7aa\"",
|
|
580
|
+
|
|
581
|
+
"$icon-content-appstore-fill": "\"\\e8cc\"",
|
|
582
|
+
|
|
583
|
+
"$icon-content-appstoreadd": "\"\\e998\"",
|
|
584
|
+
|
|
585
|
+
"$icon-content-areachart": "\"\\e7d0\"",
|
|
586
|
+
|
|
587
|
+
"$icon-content-arrawsalt": "\"\\e853\"",
|
|
588
|
+
|
|
589
|
+
"$icon-content-arrowdown": "\"\\e861\"",
|
|
590
|
+
|
|
591
|
+
"$icon-content-arrowleft": "\"\\e860\"",
|
|
592
|
+
|
|
593
|
+
"$icon-content-arrowright": "\"\\e85e\"",
|
|
594
|
+
|
|
595
|
+
"$icon-content-arrowup": "\"\\e85f\"",
|
|
596
|
+
|
|
597
|
+
"$icon-content-audio": "\"\\e989\"",
|
|
598
|
+
|
|
599
|
+
"$icon-content-audio-fill": "\"\\e98a\"",
|
|
600
|
+
|
|
601
|
+
"$icon-content-audiostatic": "\"\\e990\"",
|
|
602
|
+
|
|
603
|
+
"$icon-content-audit": "\"\\e7f1\"",
|
|
604
|
+
|
|
605
|
+
"$icon-content-backward": "\"\\e99a\"",
|
|
606
|
+
|
|
607
|
+
"$icon-content-bank": "\"\\e807\"",
|
|
608
|
+
|
|
609
|
+
"$icon-content-bank-fill": "\"\\e91b\"",
|
|
610
|
+
|
|
611
|
+
"$icon-content-barchart": "\"\\e7d2\"",
|
|
612
|
+
|
|
613
|
+
"$icon-content-barcode": "\"\\e81f\"",
|
|
614
|
+
|
|
615
|
+
"$icon-content-batchfolding-fill": "\"\\e8e4\"",
|
|
616
|
+
|
|
617
|
+
"$icon-content-behance": "\"\\e92d\"",
|
|
618
|
+
|
|
619
|
+
"$icon-content-behance-circle-fill": "\"\\e95c\"",
|
|
620
|
+
|
|
621
|
+
"$icon-content-behance-square-fill": "\"\\e973\"",
|
|
622
|
+
|
|
623
|
+
"$icon-content-bell": "\"\\e801\"",
|
|
624
|
+
|
|
625
|
+
"$icon-content-bell-fill": "\"\\e8fe\"",
|
|
626
|
+
|
|
627
|
+
"$icon-content-bg-colors": "\"\\e891\"",
|
|
628
|
+
|
|
629
|
+
"$icon-content-block": "\"\\e837\"",
|
|
630
|
+
|
|
631
|
+
"$icon-content-bold": "\"\\e87a\"",
|
|
632
|
+
|
|
633
|
+
"$icon-content-book": "\"\\e7da\"",
|
|
634
|
+
|
|
635
|
+
"$icon-content-book-fill": "\"\\e8cf\"",
|
|
636
|
+
|
|
637
|
+
"$icon-content-border": "\"\\e7bc\"",
|
|
638
|
+
|
|
639
|
+
"$icon-content-border-bottom": "\"\\e7bf\"",
|
|
640
|
+
|
|
641
|
+
"$icon-content-border-horizontal": "\"\\e7c4\"",
|
|
642
|
+
|
|
643
|
+
"$icon-content-border-inner": "\"\\e7c2\"",
|
|
644
|
+
|
|
645
|
+
"$icon-content-border-left": "\"\\e7c0\"",
|
|
646
|
+
|
|
647
|
+
"$icon-content-border-outer": "\"\\e7bd\"",
|
|
648
|
+
|
|
649
|
+
"$icon-content-border-right": "\"\\e7c1\"",
|
|
650
|
+
|
|
651
|
+
"$icon-content-border-top": "\"\\e7be\"",
|
|
652
|
+
|
|
653
|
+
"$icon-content-border-verticle": "\"\\e7c3\"",
|
|
654
|
+
|
|
655
|
+
"$icon-content-boxplot": "\"\\e81b\"",
|
|
656
|
+
|
|
657
|
+
"$icon-content-boxplot-fill": "\"\\e927\"",
|
|
658
|
+
|
|
659
|
+
"$icon-content-branches": "\"\\e850\"",
|
|
660
|
+
|
|
661
|
+
"$icon-content-bug": "\"\\e98f\"",
|
|
662
|
+
|
|
663
|
+
"$icon-content-bug-fill": "\"\\e98e\"",
|
|
664
|
+
|
|
665
|
+
"$icon-content-build": "\"\\e81c\"",
|
|
666
|
+
|
|
667
|
+
"$icon-content-build-fill": "\"\\e926\"",
|
|
668
|
+
|
|
669
|
+
"$icon-content-bulb": "\"\\e7ff\"",
|
|
670
|
+
|
|
671
|
+
"$icon-content-bulb-fill": "\"\\e8fd\"",
|
|
672
|
+
|
|
673
|
+
"$icon-content-calculator": "\"\\e7b9\"",
|
|
674
|
+
|
|
675
|
+
"$icon-content-calculator-fill": "\"\\e8c4\"",
|
|
676
|
+
|
|
677
|
+
"$icon-content-calendar-check": "\"\\e819\"",
|
|
678
|
+
|
|
679
|
+
"$icon-content-calendar-check-fill": "\"\\e8ec\"",
|
|
680
|
+
|
|
681
|
+
"$icon-content-calendar-fill": "\"\\e8c3\"",
|
|
682
|
+
|
|
683
|
+
"$icon-content-camera": "\"\\e820\"",
|
|
684
|
+
|
|
685
|
+
"$icon-content-camera-fill": "\"\\e91c\"",
|
|
686
|
+
|
|
687
|
+
"$icon-content-car": "\"\\e823\"",
|
|
688
|
+
|
|
689
|
+
"$icon-content-car-fill": "\"\\e920\"",
|
|
690
|
+
|
|
691
|
+
"$icon-content-caret-down": "\"\\e999\"",
|
|
692
|
+
|
|
693
|
+
"$icon-content-caret-left": "\"\\e99d\"",
|
|
694
|
+
|
|
695
|
+
"$icon-content-caret-right": "\"\\e99c\"",
|
|
696
|
+
|
|
697
|
+
"$icon-content-caret-up": "\"\\e99b\"",
|
|
698
|
+
|
|
699
|
+
"$icon-content-carryout": "\"\\e818\"",
|
|
700
|
+
|
|
701
|
+
"$icon-content-carryout-fill": "\"\\e8c2\"",
|
|
702
|
+
|
|
703
|
+
"$icon-content-check": "\"\\e886\"",
|
|
704
|
+
|
|
705
|
+
"$icon-content-check-circle": "\"\\e77d\"",
|
|
706
|
+
|
|
707
|
+
"$icon-content-check-circle-fill": "\"\\e899\"",
|
|
708
|
+
|
|
709
|
+
"$icon-content-check-square": "\"\\e7bb\"",
|
|
710
|
+
|
|
711
|
+
"$icon-content-check-square-fill": "\"\\e8b7\"",
|
|
712
|
+
|
|
713
|
+
"$icon-content-chrome": "\"\\e93d\"",
|
|
714
|
+
|
|
715
|
+
"$icon-content-chrome-fill": "\"\\e959\"",
|
|
716
|
+
|
|
717
|
+
"$icon-content-clear": "\"\\e9ac\"",
|
|
718
|
+
|
|
719
|
+
"$icon-content-close-circle": "\"\\e781\"",
|
|
720
|
+
|
|
721
|
+
"$icon-content-close-circle-fill": "\"\\e89d\"",
|
|
722
|
+
|
|
723
|
+
"$icon-content-close-square": "\"\\e7ab\"",
|
|
724
|
+
|
|
725
|
+
"$icon-content-close-square-fill": "\"\\e8ba\"",
|
|
726
|
+
|
|
727
|
+
"$icon-content-cloud": "\"\\e828\"",
|
|
728
|
+
|
|
729
|
+
"$icon-content-cloud-download": "\"\\e829\"",
|
|
730
|
+
|
|
731
|
+
"$icon-content-cloud-fill": "\"\\e907\"",
|
|
732
|
+
|
|
733
|
+
"$icon-content-cloud-server": "\"\\e826\"",
|
|
734
|
+
|
|
735
|
+
"$icon-content-cloud-sync": "\"\\e82a\"",
|
|
736
|
+
|
|
737
|
+
"$icon-content-cloud-upload": "\"\\e827\"",
|
|
738
|
+
|
|
739
|
+
"$icon-content-cluster": "\"\\e821\"",
|
|
740
|
+
|
|
741
|
+
"$icon-content-code": "\"\\e884\"",
|
|
742
|
+
|
|
743
|
+
"$icon-content-codelibrary": "\"\\e7b1\"",
|
|
744
|
+
|
|
745
|
+
"$icon-content-codelibrary-fill": "\"\\e8bb\"",
|
|
746
|
+
|
|
747
|
+
"$icon-content-codepen": "\"\\e93e\"",
|
|
748
|
+
|
|
749
|
+
"$icon-content-codepen-circle-fill": "\"\\e95e\"",
|
|
750
|
+
|
|
751
|
+
"$icon-content-codepen-square-fill": "\"\\e975\"",
|
|
752
|
+
|
|
753
|
+
"$icon-content-collapse": "\"\\e9ad\"",
|
|
754
|
+
|
|
755
|
+
"$icon-content-colum-height": "\"\\e863\"",
|
|
756
|
+
|
|
757
|
+
"$icon-content-column-width": "\"\\e885\"",
|
|
758
|
+
|
|
759
|
+
"$icon-content-comment": "\"\\e991\"",
|
|
760
|
+
|
|
761
|
+
"$icon-content-compass": "\"\\e780\"",
|
|
762
|
+
|
|
763
|
+
"$icon-content-compass-fill": "\"\\e8a7\"",
|
|
764
|
+
|
|
765
|
+
"$icon-content-compress": "\"\\e9cb\"",
|
|
766
|
+
|
|
767
|
+
"$icon-content-contacts": "\"\\e817\"",
|
|
768
|
+
|
|
769
|
+
"$icon-content-contacts-fill": "\"\\e8f2\"",
|
|
770
|
+
|
|
771
|
+
"$icon-content-container": "\"\\e7d4\"",
|
|
772
|
+
|
|
773
|
+
"$icon-content-container-fill": "\"\\e8ea\"",
|
|
774
|
+
|
|
775
|
+
"$icon-content-control": "\"\\e7b0\"",
|
|
776
|
+
|
|
777
|
+
"$icon-content-control-fill": "\"\\e8ca\"",
|
|
778
|
+
|
|
779
|
+
"$icon-content-copyright": "\"\\e787\"",
|
|
780
|
+
|
|
781
|
+
"$icon-content-copyright-circle-fil": "\"\\e8a5\"",
|
|
782
|
+
|
|
783
|
+
"$icon-content-creditcard": "\"\\e835\"",
|
|
784
|
+
|
|
785
|
+
"$icon-content-creditcard-fill": "\"\\e8ef\"",
|
|
786
|
+
|
|
787
|
+
"$icon-content-crown": "\"\\e892\"",
|
|
788
|
+
|
|
789
|
+
"$icon-content-crown-fill": "\"\\e91e\"",
|
|
790
|
+
|
|
791
|
+
"$icon-content-customerservice": "\"\\e80b\"",
|
|
792
|
+
|
|
793
|
+
"$icon-content-customerservice-fill": "\"\\e908\"",
|
|
794
|
+
|
|
795
|
+
"$icon-content-dash": "\"\\e888\"",
|
|
796
|
+
|
|
797
|
+
"$icon-content-dashboard-fill": "\"\\e8b5\"",
|
|
798
|
+
|
|
799
|
+
"$icon-content-database": "\"\\e7d5\"",
|
|
800
|
+
|
|
801
|
+
"$icon-content-database-fill": "\"\\e8e9\"",
|
|
802
|
+
|
|
803
|
+
"$icon-content-delete": "\"\\e7fd\"",
|
|
804
|
+
|
|
805
|
+
"$icon-content-delete-fill": "\"\\e8f3\"",
|
|
806
|
+
|
|
807
|
+
"$icon-content-deletecolumn": "\"\\e9af\"",
|
|
808
|
+
|
|
809
|
+
"$icon-content-deleterow": "\"\\e9bd\"",
|
|
810
|
+
|
|
811
|
+
"$icon-content-deleteteam": "\"\\e7cb\"",
|
|
812
|
+
|
|
813
|
+
"$icon-content-deleteuser": "\"\\e7cc\"",
|
|
814
|
+
|
|
815
|
+
"$icon-content-deploymentunit": "\"\\e815\"",
|
|
816
|
+
|
|
817
|
+
"$icon-content-desktop": "\"\\e894\"",
|
|
818
|
+
|
|
819
|
+
"$icon-content-detail-fill": "\"\\e8c7\"",
|
|
820
|
+
|
|
821
|
+
"$icon-content-diff": "\"\\e7f2\"",
|
|
822
|
+
|
|
823
|
+
"$icon-content-diff-fill": "\"\\e8e1\"",
|
|
824
|
+
|
|
825
|
+
"$icon-content-dingtalk": "\"\\e94c\"",
|
|
826
|
+
|
|
827
|
+
"$icon-content-dingtalk-circle-fill": "\"\\e968\"",
|
|
828
|
+
|
|
829
|
+
"$icon-content-dingtalk-square-fill": "\"\\e971\"",
|
|
830
|
+
|
|
831
|
+
"$icon-content-disconnect": "\"\\e841\"",
|
|
832
|
+
|
|
833
|
+
"$icon-content-doubleleft": "\"\\e85c\"",
|
|
834
|
+
|
|
835
|
+
"$icon-content-doubleright": "\"\\e85d\"",
|
|
836
|
+
|
|
837
|
+
"$icon-content-down": "\"\\e859\"",
|
|
838
|
+
|
|
839
|
+
"$icon-content-down-circle": "\"\\e785\"",
|
|
840
|
+
|
|
841
|
+
"$icon-content-down-circle-fill": "\"\\e89b\"",
|
|
842
|
+
|
|
843
|
+
"$icon-content-down-square": "\"\\e7ac\"",
|
|
844
|
+
|
|
845
|
+
"$icon-content-down-square-fill": "\"\\e8b8\"",
|
|
846
|
+
|
|
847
|
+
"$icon-content-drag": "\"\\e893\"",
|
|
848
|
+
|
|
849
|
+
"$icon-content-dribbble": "\"\\e944\"",
|
|
850
|
+
|
|
851
|
+
"$icon-content-dribbble-circle-fill": "\"\\e962\"",
|
|
852
|
+
|
|
853
|
+
"$icon-content-dribbble-square-fill": "\"\\e976\"",
|
|
854
|
+
|
|
855
|
+
"$icon-content-dropbox": "\"\\e94b\"",
|
|
856
|
+
|
|
857
|
+
"$icon-content-dropbox-circle-fill": "\"\\e960\"",
|
|
858
|
+
|
|
859
|
+
"$icon-content-dropbox-square-fill": "\"\\e977\"",
|
|
860
|
+
|
|
861
|
+
"$icon-content-earth": "\"\\e793\"",
|
|
862
|
+
|
|
863
|
+
"$icon-content-edit-fill": "\"\\e914\"",
|
|
864
|
+
|
|
865
|
+
"$icon-content-edit-square": "\"\\e7a6\"",
|
|
866
|
+
|
|
867
|
+
"$icon-content-enter": "\"\\e88a\"",
|
|
868
|
+
|
|
869
|
+
"$icon-content-error-fill": "\"\\e91d\"",
|
|
870
|
+
|
|
871
|
+
"$icon-content-exclaimination": "\"\\e87c\"",
|
|
872
|
+
|
|
873
|
+
"$icon-content-expand": "\"\\e9ae\"",
|
|
874
|
+
|
|
875
|
+
"$icon-content-expend": "\"\\e9cc\"",
|
|
876
|
+
|
|
877
|
+
"$icon-content-experiment": "\"\\e800\"",
|
|
878
|
+
|
|
879
|
+
"$icon-content-experiment-fill": "\"\\e909\"",
|
|
880
|
+
|
|
881
|
+
"$icon-content-export": "\"\\e7a7\"",
|
|
882
|
+
|
|
883
|
+
"$icon-content-eye-fill": "\"\\e90a\"",
|
|
884
|
+
|
|
885
|
+
"$icon-content-eyeclose-fill": "\"\\e9aa\"",
|
|
886
|
+
|
|
887
|
+
"$icon-content-facebook": "\"\\e93a\"",
|
|
888
|
+
|
|
889
|
+
"$icon-content-facebook-fill": "\"\\e978\"",
|
|
890
|
+
|
|
891
|
+
"$icon-content-fall": "\"\\e86b\"",
|
|
892
|
+
|
|
893
|
+
"$icon-content-fast-backward": "\"\\e99e\"",
|
|
894
|
+
|
|
895
|
+
"$icon-content-fast-forward": "\"\\e9a0\"",
|
|
896
|
+
|
|
897
|
+
"$icon-content-file": "\"\\e7eb\"",
|
|
898
|
+
|
|
899
|
+
"$icon-content-file-GIF": "\"\\e9ce\"",
|
|
900
|
+
|
|
901
|
+
"$icon-content-file-add": "\"\\e7e2\"",
|
|
902
|
+
|
|
903
|
+
"$icon-content-file-add-fill": "\"\\e8d6\"",
|
|
904
|
+
|
|
905
|
+
"$icon-content-file-copy": "\"\\e7ef\"",
|
|
906
|
+
|
|
907
|
+
"$icon-content-file-copy-fill": "\"\\e8e2\"",
|
|
908
|
+
|
|
909
|
+
"$icon-content-file-excel": "\"\\e7e3\"",
|
|
910
|
+
|
|
911
|
+
"$icon-content-file-excel-fill": "\"\\e8d8\"",
|
|
912
|
+
|
|
913
|
+
"$icon-content-file-exception": "\"\\e7dd\"",
|
|
914
|
+
|
|
915
|
+
"$icon-content-file-exclamation": "\"\\e7e4\"",
|
|
916
|
+
|
|
917
|
+
"$icon-content-file-exclamation-fil": "\"\\e8d5\"",
|
|
918
|
+
|
|
919
|
+
"$icon-content-file-fill": "\"\\e8d7\"",
|
|
920
|
+
|
|
921
|
+
"$icon-content-file-image": "\"\\e7e6\"",
|
|
922
|
+
|
|
923
|
+
"$icon-content-file-image-fill": "\"\\e8e0\"",
|
|
924
|
+
|
|
925
|
+
"$icon-content-file-markdown": "\"\\e7e7\"",
|
|
926
|
+
|
|
927
|
+
"$icon-content-file-markdown-fill": "\"\\e8d9\"",
|
|
928
|
+
|
|
929
|
+
"$icon-content-file-pdf": "\"\\e7e5\"",
|
|
930
|
+
|
|
931
|
+
"$icon-content-file-pdf-fill": "\"\\e8df\"",
|
|
932
|
+
|
|
933
|
+
"$icon-content-file-ppt": "\"\\e7e9\"",
|
|
934
|
+
|
|
935
|
+
"$icon-content-file-ppt-fill": "\"\\e8db\"",
|
|
936
|
+
|
|
937
|
+
"$icon-content-file-text": "\"\\e7ed\"",
|
|
938
|
+
|
|
939
|
+
"$icon-content-file-text-fill": "\"\\e8da\"",
|
|
940
|
+
|
|
941
|
+
"$icon-content-file-unknown": "\"\\e7e8\"",
|
|
942
|
+
|
|
943
|
+
"$icon-content-file-unknown-fill": "\"\\e8dc\"",
|
|
944
|
+
|
|
945
|
+
"$icon-content-file-word": "\"\\e7ea\"",
|
|
946
|
+
|
|
947
|
+
"$icon-content-file-word-fill": "\"\\e8dd\"",
|
|
948
|
+
|
|
949
|
+
"$icon-content-file-zip": "\"\\e7ec\"",
|
|
950
|
+
|
|
951
|
+
"$icon-content-file-zip-fill": "\"\\e8de\"",
|
|
952
|
+
|
|
953
|
+
"$icon-content-filedone": "\"\\e7db\"",
|
|
954
|
+
|
|
955
|
+
"$icon-content-fileprotect": "\"\\e7e1\"",
|
|
956
|
+
|
|
957
|
+
"$icon-content-filesearch": "\"\\e7df\"",
|
|
958
|
+
|
|
959
|
+
"$icon-content-filesync": "\"\\e7de\"",
|
|
960
|
+
|
|
961
|
+
"$icon-content-filter-fill": "\"\\e8ff\"",
|
|
962
|
+
|
|
963
|
+
"$icon-content-fire": "\"\\e897\"",
|
|
964
|
+
|
|
965
|
+
"$icon-content-fire-fill": "\"\\e900\"",
|
|
966
|
+
|
|
967
|
+
"$icon-content-flag": "\"\\e80c\"",
|
|
968
|
+
|
|
969
|
+
"$icon-content-flag-fill": "\"\\e8f5\"",
|
|
970
|
+
|
|
971
|
+
"$icon-content-folder": "\"\\e812\"",
|
|
972
|
+
|
|
973
|
+
"$icon-content-folder-add": "\"\\e814\"",
|
|
974
|
+
|
|
975
|
+
"$icon-content-folder-add-fill": "\"\\e8e6\"",
|
|
976
|
+
|
|
977
|
+
"$icon-content-folder-fill": "\"\\e8e7\"",
|
|
978
|
+
|
|
979
|
+
"$icon-content-folder-open": "\"\\e813\"",
|
|
980
|
+
|
|
981
|
+
"$icon-content-folder-open-fill": "\"\\e8e8\"",
|
|
982
|
+
|
|
983
|
+
"$icon-content-folder-view": "\"\\e9cd\"",
|
|
984
|
+
|
|
985
|
+
"$icon-content-font-colors": "\"\\e87b\"",
|
|
986
|
+
|
|
987
|
+
"$icon-content-font-size": "\"\\e87d\"",
|
|
988
|
+
|
|
989
|
+
"$icon-content-fork": "\"\\e851\"",
|
|
990
|
+
|
|
991
|
+
"$icon-content-formatpainter": "\"\\e9b8\"",
|
|
992
|
+
|
|
993
|
+
"$icon-content-formatpainter-fill": "\"\\e9ba\"",
|
|
994
|
+
|
|
995
|
+
"$icon-content-forward": "\"\\e99f\"",
|
|
996
|
+
|
|
997
|
+
"$icon-content-frown": "\"\\e782\"",
|
|
998
|
+
|
|
999
|
+
"$icon-content-frown-fill": "\"\\e8a4\"",
|
|
1000
|
+
|
|
1001
|
+
"$icon-content-fullscreen": "\"\\e85a\"",
|
|
1002
|
+
|
|
1003
|
+
"$icon-content-fullscreen-exit": "\"\\e85b\"",
|
|
1004
|
+
|
|
1005
|
+
"$icon-content-fund": "\"\\e830\"",
|
|
1006
|
+
|
|
1007
|
+
"$icon-content-fund-fill": "\"\\e8f0\"",
|
|
1008
|
+
|
|
1009
|
+
"$icon-content-funnelplot": "\"\\e808\"",
|
|
1010
|
+
|
|
1011
|
+
"$icon-content-funnelplot-fill": "\"\\e901\"",
|
|
1012
|
+
|
|
1013
|
+
"$icon-content-gateway": "\"\\e822\"",
|
|
1014
|
+
|
|
1015
|
+
"$icon-content-gift": "\"\\e895\"",
|
|
1016
|
+
|
|
1017
|
+
"$icon-content-gift-fill": "\"\\e902\"",
|
|
1018
|
+
|
|
1019
|
+
"$icon-content-github-fill": "\"\\e961\"",
|
|
1020
|
+
|
|
1021
|
+
"$icon-content-gold": "\"\\e83a\"",
|
|
1022
|
+
|
|
1023
|
+
"$icon-content-golden-fill": "\"\\e925\"",
|
|
1024
|
+
|
|
1025
|
+
"$icon-content-google": "\"\\e930\"",
|
|
1026
|
+
|
|
1027
|
+
"$icon-content-google-circle-fill": "\"\\e967\"",
|
|
1028
|
+
|
|
1029
|
+
"$icon-content-google-square-fill": "\"\\e97a\"",
|
|
1030
|
+
|
|
1031
|
+
"$icon-content-googleplus": "\"\\e92e\"",
|
|
1032
|
+
|
|
1033
|
+
"$icon-content-googleplus-circle-f": "\"\\e963\"",
|
|
1034
|
+
|
|
1035
|
+
"$icon-content-googleplus-square-f": "\"\\e979\"",
|
|
1036
|
+
|
|
1037
|
+
"$icon-content-group": "\"\\e9cf\"",
|
|
1038
|
+
|
|
1039
|
+
"$icon-content-heart": "\"\\e836\"",
|
|
1040
|
+
|
|
1041
|
+
"$icon-content-heart-fill": "\"\\e8b3\"",
|
|
1042
|
+
|
|
1043
|
+
"$icon-content-heatmap": "\"\\e83b\"",
|
|
1044
|
+
|
|
1045
|
+
"$icon-content-highlight": "\"\\e842\"",
|
|
1046
|
+
|
|
1047
|
+
"$icon-content-highlight-fill": "\"\\e912\"",
|
|
1048
|
+
|
|
1049
|
+
"$icon-content-home": "\"\\e806\"",
|
|
1050
|
+
|
|
1051
|
+
"$icon-content-home-fill": "\"\\e904\"",
|
|
1052
|
+
|
|
1053
|
+
"$icon-content-hourglass": "\"\\e7fe\"",
|
|
1054
|
+
|
|
1055
|
+
"$icon-content-hourglass-fill": "\"\\e903\"",
|
|
1056
|
+
|
|
1057
|
+
"$icon-content-icon-test": "\"\\e9c9\"",
|
|
1058
|
+
|
|
1059
|
+
"$icon-content-idcard": "\"\\e834\"",
|
|
1060
|
+
|
|
1061
|
+
"$icon-content-idcard-fill": "\"\\e8ee\"",
|
|
1062
|
+
|
|
1063
|
+
"$icon-content-image": "\"\\e831\"",
|
|
1064
|
+
|
|
1065
|
+
"$icon-content-image-fill": "\"\\e8ed\"",
|
|
1066
|
+
|
|
1067
|
+
"$icon-content-indent": "\"\\e86f\"",
|
|
1068
|
+
|
|
1069
|
+
"$icon-content-index": "\"\\e9c5\"",
|
|
1070
|
+
|
|
1071
|
+
"$icon-content-info-circle": "\"\\e783\"",
|
|
1072
|
+
|
|
1073
|
+
"$icon-content-info-circle-fill": "\"\\e89e\"",
|
|
1074
|
+
|
|
1075
|
+
"$icon-content-infomation": "\"\\e87e\"",
|
|
1076
|
+
|
|
1077
|
+
"$icon-content-insertrowabove": "\"\\e9b5\"",
|
|
1078
|
+
|
|
1079
|
+
"$icon-content-insertrowbelow": "\"\\e9b4\"",
|
|
1080
|
+
|
|
1081
|
+
"$icon-content-insertrowleft": "\"\\e9bb\"",
|
|
1082
|
+
|
|
1083
|
+
"$icon-content-insertrowright": "\"\\e9b9\"",
|
|
1084
|
+
|
|
1085
|
+
"$icon-content-instagram": "\"\\e945\"",
|
|
1086
|
+
|
|
1087
|
+
"$icon-content-instagram-fill": "\"\\e97b\"",
|
|
1088
|
+
|
|
1089
|
+
"$icon-content-insurance": "\"\\e7f7\"",
|
|
1090
|
+
|
|
1091
|
+
"$icon-content-insurance-fill": "\"\\e8d3\"",
|
|
1092
|
+
|
|
1093
|
+
"$icon-content-interation": "\"\\e7ba\"",
|
|
1094
|
+
|
|
1095
|
+
"$icon-content-interation-fill": "\"\\e8c5\"",
|
|
1096
|
+
|
|
1097
|
+
"$icon-content-issuesclose": "\"\\e79f\"",
|
|
1098
|
+
|
|
1099
|
+
"$icon-content-italic": "\"\\e883\"",
|
|
1100
|
+
|
|
1101
|
+
"$icon-content-key": "\"\\e83f\"",
|
|
1102
|
+
|
|
1103
|
+
"$icon-content-laptop": "\"\\e81e\"",
|
|
1104
|
+
|
|
1105
|
+
"$icon-content-layout": "\"\\e7ad\"",
|
|
1106
|
+
|
|
1107
|
+
"$icon-content-layout-fill": "\"\\e8cb\"",
|
|
1108
|
+
|
|
1109
|
+
"$icon-content-left": "\"\\e857\"",
|
|
1110
|
+
|
|
1111
|
+
"$icon-content-left-circle": "\"\\e784\"",
|
|
1112
|
+
|
|
1113
|
+
"$icon-content-left-circle-fill": "\"\\e89a\"",
|
|
1114
|
+
|
|
1115
|
+
"$icon-content-left-square": "\"\\e7ae\"",
|
|
1116
|
+
|
|
1117
|
+
"$icon-content-left-square-fill": "\"\\e8bc\"",
|
|
1118
|
+
|
|
1119
|
+
"$icon-content-like": "\"\\e809\"",
|
|
1120
|
+
|
|
1121
|
+
"$icon-content-like-fill": "\"\\e90b\"",
|
|
1122
|
+
|
|
1123
|
+
"$icon-content-line": "\"\\e88b\"",
|
|
1124
|
+
|
|
1125
|
+
"$icon-content-line-height": "\"\\e87f\"",
|
|
1126
|
+
|
|
1127
|
+
"$icon-content-linechart": "\"\\e7d1\"",
|
|
1128
|
+
|
|
1129
|
+
"$icon-content-link": "\"\\e844\"",
|
|
1130
|
+
|
|
1131
|
+
"$icon-content-linkedin": "\"\\e938\"",
|
|
1132
|
+
|
|
1133
|
+
"$icon-content-linkedin-fill": "\"\\e97e\"",
|
|
1134
|
+
|
|
1135
|
+
"$icon-content-location": "\"\\e7a5\"",
|
|
1136
|
+
|
|
1137
|
+
"$icon-content-location-fill": "\"\\e906\"",
|
|
1138
|
+
|
|
1139
|
+
"$icon-content-lock-fill": "\"\\e90c\"",
|
|
1140
|
+
|
|
1141
|
+
"$icon-content-login": "\"\\e9a3\"",
|
|
1142
|
+
|
|
1143
|
+
"$icon-content-logout": "\"\\e7a1\"",
|
|
1144
|
+
|
|
1145
|
+
"$icon-content-mail": "\"\\e832\"",
|
|
1146
|
+
|
|
1147
|
+
"$icon-content-mail-fill": "\"\\e91f\"",
|
|
1148
|
+
|
|
1149
|
+
"$icon-content-man": "\"\\e845\"",
|
|
1150
|
+
|
|
1151
|
+
"$icon-content-medicinebox": "\"\\e80e\"",
|
|
1152
|
+
|
|
1153
|
+
"$icon-content-medicinebox-fill": "\"\\e8f7\"",
|
|
1154
|
+
|
|
1155
|
+
"$icon-content-medium": "\"\\e92f\"",
|
|
1156
|
+
|
|
1157
|
+
"$icon-content-medium-circle-fill": "\"\\e964\"",
|
|
1158
|
+
|
|
1159
|
+
"$icon-content-medium-square-fill": "\"\\e97d\"",
|
|
1160
|
+
|
|
1161
|
+
"$icon-content-meh": "\"\\e789\"",
|
|
1162
|
+
|
|
1163
|
+
"$icon-content-meh-fill": "\"\\e8aa\"",
|
|
1164
|
+
|
|
1165
|
+
"$icon-content-menu": "\"\\e871\"",
|
|
1166
|
+
|
|
1167
|
+
"$icon-content-merge-cells": "\"\\e9b0\"",
|
|
1168
|
+
|
|
1169
|
+
"$icon-content-message": "\"\\e79d\"",
|
|
1170
|
+
|
|
1171
|
+
"$icon-content-message-fill": "\"\\e8b6\"",
|
|
1172
|
+
|
|
1173
|
+
"$icon-content-minus-circle": "\"\\e788\"",
|
|
1174
|
+
|
|
1175
|
+
"$icon-content-minus-circle-fill": "\"\\e89c\"",
|
|
1176
|
+
|
|
1177
|
+
"$icon-content-minus-square": "\"\\e7b3\"",
|
|
1178
|
+
|
|
1179
|
+
"$icon-content-minus-square-fill": "\"\\e8b9\"",
|
|
1180
|
+
|
|
1181
|
+
"$icon-content-mobile": "\"\\e7d7\"",
|
|
1182
|
+
|
|
1183
|
+
"$icon-content-mobile-fill": "\"\\e8cd\"",
|
|
1184
|
+
|
|
1185
|
+
"$icon-content-moneycollect": "\"\\e80d\"",
|
|
1186
|
+
|
|
1187
|
+
"$icon-content-moneycollect-fill": "\"\\e8f6\"",
|
|
1188
|
+
|
|
1189
|
+
"$icon-content-monitor": "\"\\e843\"",
|
|
1190
|
+
|
|
1191
|
+
"$icon-content-mr": "\"\\e84e\"",
|
|
1192
|
+
|
|
1193
|
+
"$icon-content-notification": "\"\\e82c\"",
|
|
1194
|
+
|
|
1195
|
+
"$icon-content-notification-fill": "\"\\e8f4\"",
|
|
1196
|
+
|
|
1197
|
+
"$icon-content-number": "\"\\e882\"",
|
|
1198
|
+
|
|
1199
|
+
"$icon-content-orderedlist": "\"\\e873\"",
|
|
1200
|
+
|
|
1201
|
+
"$icon-content-outdent": "\"\\e870\"",
|
|
1202
|
+
|
|
1203
|
+
"$icon-content-pause": "\"\\e890\"",
|
|
1204
|
+
|
|
1205
|
+
"$icon-content-percentage": "\"\\e846\"",
|
|
1206
|
+
|
|
1207
|
+
"$icon-content-phone": "\"\\e848\"",
|
|
1208
|
+
|
|
1209
|
+
"$icon-content-phone-fill": "\"\\e913\"",
|
|
1210
|
+
|
|
1211
|
+
"$icon-content-pic-center": "\"\\e877\"",
|
|
1212
|
+
|
|
1213
|
+
"$icon-content-pic-left": "\"\\e879\"",
|
|
1214
|
+
|
|
1215
|
+
"$icon-content-pic-right": "\"\\e878\"",
|
|
1216
|
+
|
|
1217
|
+
"$icon-content-piechart": "\"\\e7a2\"",
|
|
1218
|
+
|
|
1219
|
+
"$icon-content-piechart-circle-fil": "\"\\e8b4\"",
|
|
1220
|
+
|
|
1221
|
+
"$icon-content-play-circle": "\"\\e78b\"",
|
|
1222
|
+
|
|
1223
|
+
"$icon-content-play-circle-fill": "\"\\e8ab\"",
|
|
1224
|
+
|
|
1225
|
+
"$icon-content-play-square": "\"\\e7af\"",
|
|
1226
|
+
|
|
1227
|
+
"$icon-content-play-square-fill": "\"\\e8bd\"",
|
|
1228
|
+
|
|
1229
|
+
"$icon-content-plus": "\"\\e9a9\"",
|
|
1230
|
+
|
|
1231
|
+
"$icon-content-plus-circle": "\"\\e78a\"",
|
|
1232
|
+
|
|
1233
|
+
"$icon-content-plus-circle-fill": "\"\\e8a1\"",
|
|
1234
|
+
|
|
1235
|
+
"$icon-content-plus-square": "\"\\e7b4\"",
|
|
1236
|
+
|
|
1237
|
+
"$icon-content-plus-square-fill": "\"\\e8c0\"",
|
|
1238
|
+
|
|
1239
|
+
"$icon-content-pointmap": "\"\\e7d3\"",
|
|
1240
|
+
|
|
1241
|
+
"$icon-content-poweroff": "\"\\e7a0\"",
|
|
1242
|
+
|
|
1243
|
+
"$icon-content-poweroff-circle-fill": "\"\\e8a9\"",
|
|
1244
|
+
|
|
1245
|
+
"$icon-content-printer": "\"\\e824\"",
|
|
1246
|
+
|
|
1247
|
+
"$icon-content-printer-fill": "\"\\e921\"",
|
|
1248
|
+
|
|
1249
|
+
"$icon-content-project": "\"\\e7b6\"",
|
|
1250
|
+
|
|
1251
|
+
"$icon-content-project-fill": "\"\\e8c6\"",
|
|
1252
|
+
|
|
1253
|
+
"$icon-content-propertysafety": "\"\\e7f5\"",
|
|
1254
|
+
|
|
1255
|
+
"$icon-content-propertysafety-fill": "\"\\e8d2\"",
|
|
1256
|
+
|
|
1257
|
+
"$icon-content-pushpin": "\"\\e847\"",
|
|
1258
|
+
|
|
1259
|
+
"$icon-content-pushpin-fill": "\"\\e915\"",
|
|
1260
|
+
|
|
1261
|
+
"$icon-content-qrcode": "\"\\e82f\"",
|
|
1262
|
+
|
|
1263
|
+
"$icon-content-question": "\"\\e88d\"",
|
|
1264
|
+
|
|
1265
|
+
"$icon-content-question-circle": "\"\\e78c\"",
|
|
1266
|
+
|
|
1267
|
+
"$icon-content-question-circle-fill": "\"\\e8a2\"",
|
|
1268
|
+
|
|
1269
|
+
"$icon-content-radarchart": "\"\\e82e\"",
|
|
1270
|
+
|
|
1271
|
+
"$icon-content-radius-bottomleft": "\"\\e7c5\"",
|
|
1272
|
+
|
|
1273
|
+
"$icon-content-radius-bottomright": "\"\\e7c6\"",
|
|
1274
|
+
|
|
1275
|
+
"$icon-content-radius-setting": "\"\\e7c9\"",
|
|
1276
|
+
|
|
1277
|
+
"$icon-content-radius-upleft": "\"\\e7c7\"",
|
|
1278
|
+
|
|
1279
|
+
"$icon-content-radius-upright": "\"\\e7c8\"",
|
|
1280
|
+
|
|
1281
|
+
"$icon-content-read": "\"\\e825\"",
|
|
1282
|
+
|
|
1283
|
+
"$icon-content-read-fill": "\"\\e8f1\"",
|
|
1284
|
+
|
|
1285
|
+
"$icon-content-reconciliation": "\"\\e7dc\"",
|
|
1286
|
+
|
|
1287
|
+
"$icon-content-reconciliation-fill": "\"\\e8e5\"",
|
|
1288
|
+
|
|
1289
|
+
"$icon-content-reddit": "\"\\e946\"",
|
|
1290
|
+
|
|
1291
|
+
"$icon-content-reddit-circle-fill": "\"\\e96f\"",
|
|
1292
|
+
|
|
1293
|
+
"$icon-content-reddit-square-fill": "\"\\e980\"",
|
|
1294
|
+
|
|
1295
|
+
"$icon-content-redenvelope": "\"\\e7d9\"",
|
|
1296
|
+
|
|
1297
|
+
"$icon-content-redenvelope-fill": "\"\\e8d0\"",
|
|
1298
|
+
|
|
1299
|
+
"$icon-content-redo": "\"\\e79a\"",
|
|
1300
|
+
|
|
1301
|
+
"$icon-content-reload": "\"\\e79b\"",
|
|
1302
|
+
|
|
1303
|
+
"$icon-content-reloadtime": "\"\\e79c\"",
|
|
1304
|
+
|
|
1305
|
+
"$icon-content-rest": "\"\\e803\"",
|
|
1306
|
+
|
|
1307
|
+
"$icon-content-rest-fill": "\"\\e8f8\"",
|
|
1308
|
+
|
|
1309
|
+
"$icon-content-retweet": "\"\\e9a2\"",
|
|
1310
|
+
|
|
1311
|
+
"$icon-content-right": "\"\\e856\"",
|
|
1312
|
+
|
|
1313
|
+
"$icon-content-right-circle": "\"\\e78e\"",
|
|
1314
|
+
|
|
1315
|
+
"$icon-content-right-circle-fill": "\"\\e8a0\"",
|
|
1316
|
+
|
|
1317
|
+
"$icon-content-right-square": "\"\\e7b5\"",
|
|
1318
|
+
|
|
1319
|
+
"$icon-content-right-square-fill": "\"\\e8bf\"",
|
|
1320
|
+
|
|
1321
|
+
"$icon-content-rise": "\"\\e86e\"",
|
|
1322
|
+
|
|
1323
|
+
"$icon-content-robot": "\"\\e98b\"",
|
|
1324
|
+
|
|
1325
|
+
"$icon-content-robot-fill": "\"\\e98d\"",
|
|
1326
|
+
|
|
1327
|
+
"$icon-content-rocket": "\"\\e810\"",
|
|
1328
|
+
|
|
1329
|
+
"$icon-content-rocket-fill": "\"\\e916\"",
|
|
1330
|
+
|
|
1331
|
+
"$icon-content-rollback": "\"\\e88e\"",
|
|
1332
|
+
|
|
1333
|
+
"$icon-content-rotate-left": "\"\\e9b2\"",
|
|
1334
|
+
|
|
1335
|
+
"$icon-content-rotate-right": "\"\\e9b3\"",
|
|
1336
|
+
|
|
1337
|
+
"$icon-content-safetycertificate": "\"\\e7f6\"",
|
|
1338
|
+
|
|
1339
|
+
"$icon-content-safetycertificate-f": "\"\\e8d1\"",
|
|
1340
|
+
|
|
1341
|
+
"$icon-content-save": "\"\\e7a8\"",
|
|
1342
|
+
|
|
1343
|
+
"$icon-content-save-fill": "\"\\e8c8\"",
|
|
1344
|
+
|
|
1345
|
+
"$icon-content-scan": "\"\\e81a\"",
|
|
1346
|
+
|
|
1347
|
+
"$icon-content-scissor": "\"\\e84d\"",
|
|
1348
|
+
|
|
1349
|
+
"$icon-content-securityscan": "\"\\e7f4\"",
|
|
1350
|
+
|
|
1351
|
+
"$icon-content-securityscan-fill": "\"\\e8d4\"",
|
|
1352
|
+
|
|
1353
|
+
"$icon-content-send": "\"\\e9d0\"",
|
|
1354
|
+
|
|
1355
|
+
"$icon-content-setting": "\"\\e7a3\"",
|
|
1356
|
+
|
|
1357
|
+
"$icon-content-setting-fill": "\"\\e923\"",
|
|
1358
|
+
|
|
1359
|
+
"$icon-content-sever": "\"\\e7d6\"",
|
|
1360
|
+
|
|
1361
|
+
"$icon-content-sever-fill": "\"\\e8eb\"",
|
|
1362
|
+
|
|
1363
|
+
"$icon-content-shake": "\"\\e849\"",
|
|
1364
|
+
|
|
1365
|
+
"$icon-content-share": "\"\\e84f\"",
|
|
1366
|
+
|
|
1367
|
+
"$icon-content-shop": "\"\\e80f\"",
|
|
1368
|
+
|
|
1369
|
+
"$icon-content-shop-fill": "\"\\e922\"",
|
|
1370
|
+
|
|
1371
|
+
"$icon-content-shopping": "\"\\e811\"",
|
|
1372
|
+
|
|
1373
|
+
"$icon-content-shopping-fill": "\"\\e8f9\"",
|
|
1374
|
+
|
|
1375
|
+
"$icon-content-shortcut": "\"\\e9d3\"",
|
|
1376
|
+
|
|
1377
|
+
"$icon-content-shortcut-fill": "\"\\e994\"",
|
|
1378
|
+
|
|
1379
|
+
"$icon-content-shrink": "\"\\e852\"",
|
|
1380
|
+
|
|
1381
|
+
"$icon-content-signal-fill": "\"\\e992\"",
|
|
1382
|
+
|
|
1383
|
+
"$icon-content-sisternode": "\"\\e9be\"",
|
|
1384
|
+
|
|
1385
|
+
"$icon-content-sketch": "\"\\e942\"",
|
|
1386
|
+
|
|
1387
|
+
"$icon-content-sketch-circle-fill": "\"\\e969\"",
|
|
1388
|
+
|
|
1389
|
+
"$icon-content-sketch-square-fill": "\"\\e982\"",
|
|
1390
|
+
|
|
1391
|
+
"$icon-content-skin": "\"\\e805\"",
|
|
1392
|
+
|
|
1393
|
+
"$icon-content-skin-fill": "\"\\e8fa\"",
|
|
1394
|
+
|
|
1395
|
+
"$icon-content-skype": "\"\\e93b\"",
|
|
1396
|
+
|
|
1397
|
+
"$icon-content-skype-fill": "\"\\e953\"",
|
|
1398
|
+
|
|
1399
|
+
"$icon-content-slack": "\"\\e933\"",
|
|
1400
|
+
|
|
1401
|
+
"$icon-content-slack-circle-fill": "\"\\e96a\"",
|
|
1402
|
+
|
|
1403
|
+
"$icon-content-slack-square-fill": "\"\\e983\"",
|
|
1404
|
+
|
|
1405
|
+
"$icon-content-sliders": "\"\\e81d\"",
|
|
1406
|
+
|
|
1407
|
+
"$icon-content-sliders-fill": "\"\\e928\"",
|
|
1408
|
+
|
|
1409
|
+
"$icon-content-small-dash": "\"\\e88f\"",
|
|
1410
|
+
|
|
1411
|
+
"$icon-content-smile-fill": "\"\\e8ad\"",
|
|
1412
|
+
|
|
1413
|
+
"$icon-content-snippets": "\"\\e7f0\"",
|
|
1414
|
+
|
|
1415
|
+
"$icon-content-snippets-fill": "\"\\e8e3\"",
|
|
1416
|
+
|
|
1417
|
+
"$icon-content-solit-cells": "\"\\e9b7\"",
|
|
1418
|
+
|
|
1419
|
+
"$icon-content-solution": "\"\\e7e0\"",
|
|
1420
|
+
|
|
1421
|
+
"$icon-content-sort-ascending": "\"\\e86a\"",
|
|
1422
|
+
|
|
1423
|
+
"$icon-content-sort-descending": "\"\\e869\"",
|
|
1424
|
+
|
|
1425
|
+
"$icon-content-sound": "\"\\e82d\"",
|
|
1426
|
+
|
|
1427
|
+
"$icon-content-sound-fill": "\"\\e8fc\"",
|
|
1428
|
+
|
|
1429
|
+
"$icon-content-star": "\"\\e839\"",
|
|
1430
|
+
|
|
1431
|
+
"$icon-content-star-fill": "\"\\e90e\"",
|
|
1432
|
+
|
|
1433
|
+
"$icon-content-step-backward": "\"\\e9a4\"",
|
|
1434
|
+
|
|
1435
|
+
"$icon-content-step-forward": "\"\\e9a5\"",
|
|
1436
|
+
|
|
1437
|
+
"$icon-content-stock": "\"\\e86d\"",
|
|
1438
|
+
|
|
1439
|
+
"$icon-content-stop": "\"\\e896\"",
|
|
1440
|
+
|
|
1441
|
+
"$icon-content-stop-fill": "\"\\e8ae\"",
|
|
1442
|
+
|
|
1443
|
+
"$icon-content-strikethrough": "\"\\e880\"",
|
|
1444
|
+
|
|
1445
|
+
"$icon-content-subnode": "\"\\e9b1\"",
|
|
1446
|
+
|
|
1447
|
+
"$icon-content-swap": "\"\\e86c\"",
|
|
1448
|
+
|
|
1449
|
+
"$icon-content-swap-left": "\"\\e9a7\"",
|
|
1450
|
+
|
|
1451
|
+
"$icon-content-swap-right": "\"\\e9a6\"",
|
|
1452
|
+
|
|
1453
|
+
"$icon-content-switchuser": "\"\\e996\"",
|
|
1454
|
+
|
|
1455
|
+
"$icon-content-sync": "\"\\e797\"",
|
|
1456
|
+
|
|
1457
|
+
"$icon-content-table": "\"\\e833\"",
|
|
1458
|
+
|
|
1459
|
+
"$icon-content-table1": "\"\\e9b6\"",
|
|
1460
|
+
|
|
1461
|
+
"$icon-content-tablet": "\"\\e7d8\"",
|
|
1462
|
+
|
|
1463
|
+
"$icon-content-tablet-fill": "\"\\e8ce\"",
|
|
1464
|
+
|
|
1465
|
+
"$icon-content-tag": "\"\\e84a\"",
|
|
1466
|
+
|
|
1467
|
+
"$icon-content-tag-fill": "\"\\e918\"",
|
|
1468
|
+
|
|
1469
|
+
"$icon-content-tags": "\"\\e84c\"",
|
|
1470
|
+
|
|
1471
|
+
"$icon-content-tags-fill": "\"\\e91a\"",
|
|
1472
|
+
|
|
1473
|
+
"$icon-content-taobao": "\"\\e935\"",
|
|
1474
|
+
|
|
1475
|
+
"$icon-content-taobao-circle-fill": "\"\\e96c\"",
|
|
1476
|
+
|
|
1477
|
+
"$icon-content-taobao-square-fill": "\"\\e984\"",
|
|
1478
|
+
|
|
1479
|
+
"$icon-content-team": "\"\\e7cf\"",
|
|
1480
|
+
|
|
1481
|
+
"$icon-content-thunderbolt": "\"\\e898\"",
|
|
1482
|
+
|
|
1483
|
+
"$icon-content-thunderbolt-fill": "\"\\e917\"",
|
|
1484
|
+
|
|
1485
|
+
"$icon-content-time-circle": "\"\\e791\"",
|
|
1486
|
+
|
|
1487
|
+
"$icon-content-time-circle-fill": "\"\\e8b0\"",
|
|
1488
|
+
|
|
1489
|
+
"$icon-content-timeout": "\"\\e792\"",
|
|
1490
|
+
|
|
1491
|
+
"$icon-content-totop": "\"\\e866\"",
|
|
1492
|
+
|
|
1493
|
+
"$icon-content-trademark": "\"\\e790\"",
|
|
1494
|
+
|
|
1495
|
+
"$icon-content-trademark-circle-fil": "\"\\e8b1\"",
|
|
1496
|
+
|
|
1497
|
+
"$icon-content-transaction": "\"\\e798\"",
|
|
1498
|
+
|
|
1499
|
+
"$icon-content-translate": "\"\\e9bc\"",
|
|
1500
|
+
|
|
1501
|
+
"$icon-content-trophy": "\"\\e802\"",
|
|
1502
|
+
|
|
1503
|
+
"$icon-content-trophy-fill": "\"\\e905\"",
|
|
1504
|
+
|
|
1505
|
+
"$icon-content-twitter": "\"\\e952\"",
|
|
1506
|
+
|
|
1507
|
+
"$icon-content-twitter-circle-fill": "\"\\e96b\"",
|
|
1508
|
+
|
|
1509
|
+
"$icon-content-twitter-square-fill": "\"\\e981\"",
|
|
1510
|
+
|
|
1511
|
+
"$icon-content-underline": "\"\\e881\"",
|
|
1512
|
+
|
|
1513
|
+
"$icon-content-undo": "\"\\e799\"",
|
|
1514
|
+
|
|
1515
|
+
"$icon-content-ungroup": "\"\\e9d4\"",
|
|
1516
|
+
|
|
1517
|
+
"$icon-content-unlike": "\"\\e80a\"",
|
|
1518
|
+
|
|
1519
|
+
"$icon-content-unlike-fill": "\"\\e90d\"",
|
|
1520
|
+
|
|
1521
|
+
"$icon-content-unlock-fill": "\"\\e90f\"",
|
|
1522
|
+
|
|
1523
|
+
"$icon-content-unorderedlist": "\"\\e872\"",
|
|
1524
|
+
|
|
1525
|
+
"$icon-content-up": "\"\\e858\"",
|
|
1526
|
+
|
|
1527
|
+
"$icon-content-up-circle": "\"\\e795\"",
|
|
1528
|
+
|
|
1529
|
+
"$icon-content-up-circle-fill": "\"\\e89f\"",
|
|
1530
|
+
|
|
1531
|
+
"$icon-content-up-square": "\"\\e7b8\"",
|
|
1532
|
+
|
|
1533
|
+
"$icon-content-up-square-fill": "\"\\e8be\"",
|
|
1534
|
+
|
|
1535
|
+
"$icon-content-user": "\"\\e7ce\"",
|
|
1536
|
+
|
|
1537
|
+
"$icon-content-verified": "\"\\e993\"",
|
|
1538
|
+
|
|
1539
|
+
"$icon-content-vertical-align-botto": "\"\\e864\"",
|
|
1540
|
+
|
|
1541
|
+
"$icon-content-vertical-align-middl": "\"\\e865\"",
|
|
1542
|
+
|
|
1543
|
+
"$icon-content-vertical-align-top": "\"\\e867\"",
|
|
1544
|
+
|
|
1545
|
+
"$icon-content-verticalleft": "\"\\e855\"",
|
|
1546
|
+
|
|
1547
|
+
"$icon-content-verticalright": "\"\\e854\"",
|
|
1548
|
+
|
|
1549
|
+
"$icon-content-video": "\"\\e82b\"",
|
|
1550
|
+
|
|
1551
|
+
"$icon-content-video-fill": "\"\\e8fb\"",
|
|
1552
|
+
|
|
1553
|
+
"$icon-content-videocameraadd": "\"\\e995\"",
|
|
1554
|
+
|
|
1555
|
+
"$icon-content-wallet": "\"\\e7b7\"",
|
|
1556
|
+
|
|
1557
|
+
"$icon-content-wallet-fill": "\"\\e8c9\"",
|
|
1558
|
+
|
|
1559
|
+
"$icon-content-warning-circle": "\"\\e796\"",
|
|
1560
|
+
|
|
1561
|
+
"$icon-content-warning-circle-fill": "\"\\e8af\"",
|
|
1562
|
+
|
|
1563
|
+
"$icon-content-wechat-fill": "\"\\e958\"",
|
|
1564
|
+
|
|
1565
|
+
"$icon-content-weibo": "\"\\e954\"",
|
|
1566
|
+
|
|
1567
|
+
"$icon-content-weibo-circle-fill": "\"\\e96d\"",
|
|
1568
|
+
|
|
1569
|
+
"$icon-content-weibo-square-fill": "\"\\e985\"",
|
|
1570
|
+
|
|
1571
|
+
"$icon-content-whatsapp": "\"\\e997\"",
|
|
1572
|
+
|
|
1573
|
+
"$icon-content-wifi": "\"\\e83c\"",
|
|
1574
|
+
|
|
1575
|
+
"$icon-content-windows": "\"\\e947\"",
|
|
1576
|
+
|
|
1577
|
+
"$icon-content-windows-fill": "\"\\e950\"",
|
|
1578
|
+
|
|
1579
|
+
"$icon-content-woman": "\"\\e9a8\"",
|
|
1580
|
+
|
|
1581
|
+
"$icon-content-wrench": "\"\\e84b\"",
|
|
1582
|
+
|
|
1583
|
+
"$icon-content-wrench-fill": "\"\\e919\"",
|
|
1584
|
+
|
|
1585
|
+
"$icon-content-yahoo": "\"\\e939\"",
|
|
1586
|
+
|
|
1587
|
+
"$icon-content-yahoo-fill": "\"\\e957\"",
|
|
1588
|
+
|
|
1589
|
+
"$icon-content-yuque": "\"\\e948\"",
|
|
1590
|
+
|
|
1591
|
+
"$icon-content-yuque-fill": "\"\\e955\"",
|
|
1592
|
+
|
|
1593
|
+
"$icon-content-zhihu": "\"\\e936\"",
|
|
1594
|
+
|
|
1595
|
+
"$icon-content-zhihu-circle-fill": "\"\\e96e\"",
|
|
1596
|
+
|
|
1597
|
+
"$icon-content-zhihu-square-fill": "\"\\e986\"",
|
|
1598
|
+
|
|
1599
|
+
"$icon-content-zoomin": "\"\\e98c\"",
|
|
1600
|
+
|
|
1601
|
+
"$icon-content-zoomout": "\"\\e987\"",
|
|
1602
|
+
|
|
1603
|
+
|
|
1604
|
+
|
|
1605
|
+
|
|
1606
|
+
|
|
1607
|
+
"$line-zero": "0px",
|
|
1608
|
+
|
|
1609
|
+
"$line-1": "1px",
|
|
1610
|
+
|
|
1611
|
+
"$line-2": "2px",
|
|
1612
|
+
|
|
1613
|
+
"$line-3": "3px",
|
|
1614
|
+
|
|
1615
|
+
|
|
1616
|
+
|
|
1617
|
+
"$line-solid": "solid",
|
|
1618
|
+
|
|
1619
|
+
"$line-dashed": "dashed",
|
|
1620
|
+
|
|
1621
|
+
"$line-dotted": "dotted",
|
|
1622
|
+
|
|
1623
|
+
|
|
1624
|
+
|
|
1625
|
+
|
|
1626
|
+
|
|
1627
|
+
"$shadow-zero": "none",
|
|
1628
|
+
|
|
1629
|
+
"$shadow-1": "0px 0px 12px 0px rgba(0, 0, 0, 0.12)",
|
|
1630
|
+
|
|
1631
|
+
"$shadow-1-up": "0px 0px 12px 0px rgba(0, 0, 0, 0.12)",
|
|
1632
|
+
|
|
1633
|
+
"$shadow-1-right": "0px 0px 12px 0px rgba(0, 0, 0, 0.12)",
|
|
1634
|
+
|
|
1635
|
+
"$shadow-1-down": "0px 0px 12px 0px rgba(0, 0, 0, 0.12)",
|
|
1636
|
+
|
|
1637
|
+
"$shadow-1-left": "0px 0px 12px 0px rgba(0, 0, 0, 0.12)",
|
|
1638
|
+
|
|
1639
|
+
"$shadow-2": "2px 2px 4px 0px rgba(0, 0, 0, 0.12)",
|
|
1640
|
+
|
|
1641
|
+
"$shadow-2-up": "0px -2px 4px 0px rgba(0, 0, 0, 0.12)",
|
|
1642
|
+
|
|
1643
|
+
"$shadow-2-right": "2px 0px 4px 0px rgba(0, 0, 0, 0.12)",
|
|
1644
|
+
|
|
1645
|
+
"$shadow-2-down": "0px 2px 4px 0px rgba(0, 0, 0, 0.12)",
|
|
1646
|
+
|
|
1647
|
+
"$shadow-2-left": "-2px 0px 4px 0px rgba(0, 0, 0, 0.12)",
|
|
1648
|
+
|
|
1649
|
+
"$shadow-3": "3px 3px 5px 0px rgba(0, 0, 0, 0.12)",
|
|
1650
|
+
|
|
1651
|
+
"$shadow-3-up": "0px -3px 5px 0px rgba(0, 0, 0, 0.12)",
|
|
1652
|
+
|
|
1653
|
+
"$shadow-3-right": "3px 0px 5px 0px rgba(0, 0, 0, 0.12)",
|
|
1654
|
+
|
|
1655
|
+
"$shadow-3-down": "0px 3px 5px 0px rgba(0, 0, 0, 0.12)",
|
|
1656
|
+
|
|
1657
|
+
"$shadow-3-left": "-3px 0px 5px 0px rgba(0, 0, 0, 0.12)",
|
|
1658
|
+
|
|
1659
|
+
|
|
1660
|
+
|
|
1661
|
+
|
|
1662
|
+
|
|
1663
|
+
"$s-zero": "0px",
|
|
1664
|
+
|
|
1665
|
+
"$s-1": "4px",
|
|
1666
|
+
|
|
1667
|
+
"$s-2": "8px",
|
|
1668
|
+
|
|
1669
|
+
"$s-3": "12px",
|
|
1670
|
+
|
|
1671
|
+
"$s-4": "16px",
|
|
1672
|
+
|
|
1673
|
+
"$s-5": "20px",
|
|
1674
|
+
|
|
1675
|
+
"$s-6": "24px",
|
|
1676
|
+
|
|
1677
|
+
"$s-7": "28px",
|
|
1678
|
+
|
|
1679
|
+
"$s-8": "32px",
|
|
1680
|
+
|
|
1681
|
+
"$s-9": "36px",
|
|
1682
|
+
|
|
1683
|
+
"$s-10": "40px",
|
|
1684
|
+
|
|
1685
|
+
"$s-11": "44px",
|
|
1686
|
+
|
|
1687
|
+
"$s-12": "48px",
|
|
1688
|
+
|
|
1689
|
+
"$s-13": "52px",
|
|
1690
|
+
|
|
1691
|
+
"$s-14": "56px",
|
|
1692
|
+
|
|
1693
|
+
"$s-15": "60px",
|
|
1694
|
+
|
|
1695
|
+
"$s-16": "64px",
|
|
1696
|
+
|
|
1697
|
+
"$s-17": "68px",
|
|
1698
|
+
|
|
1699
|
+
"$s-18": "72px",
|
|
1700
|
+
|
|
1701
|
+
"$s-19": "76px",
|
|
1702
|
+
|
|
1703
|
+
"$s-20": "80px",
|
|
1704
|
+
|
|
1705
|
+
"$s-21": "84px",
|
|
1706
|
+
|
|
1707
|
+
"$s-22": "88px",
|
|
1708
|
+
|
|
1709
|
+
"$s-23": "92px",
|
|
1710
|
+
|
|
1711
|
+
"$s-24": "96px",
|
|
1712
|
+
|
|
1713
|
+
"$s-25": "100px",
|
|
1714
|
+
|
|
1715
|
+
"$s-26": "104px",
|
|
1716
|
+
|
|
1717
|
+
"$s-27": "108px",
|
|
1718
|
+
|
|
1719
|
+
"$s-28": "112px",
|
|
1720
|
+
|
|
1721
|
+
"$s-29": "116px",
|
|
1722
|
+
|
|
1723
|
+
"$s-30": "120px",
|
|
1724
|
+
|
|
1725
|
+
"$s-31": "124px",
|
|
1726
|
+
|
|
1727
|
+
"$s-32": "128px",
|
|
1728
|
+
|
|
1729
|
+
"$s-33": "132px",
|
|
1730
|
+
|
|
1731
|
+
"$s-34": "136px",
|
|
1732
|
+
|
|
1733
|
+
"$s-35": "140px",
|
|
1734
|
+
|
|
1735
|
+
"$s-36": "144px",
|
|
1736
|
+
|
|
1737
|
+
"$s-37": "148px",
|
|
1738
|
+
|
|
1739
|
+
"$s-38": "152px",
|
|
1740
|
+
|
|
1741
|
+
"$s-39": "156px",
|
|
1742
|
+
|
|
1743
|
+
"$s-40": "160px",
|
|
1744
|
+
|
|
1745
|
+
"$s-41": "164px",
|
|
1746
|
+
|
|
1747
|
+
"$s-42": "168px",
|
|
1748
|
+
|
|
1749
|
+
"$s-43": "172px",
|
|
1750
|
+
|
|
1751
|
+
"$s-44": "176px",
|
|
1752
|
+
|
|
1753
|
+
"$s-45": "180px",
|
|
1754
|
+
|
|
1755
|
+
"$s-46": "184px",
|
|
1756
|
+
|
|
1757
|
+
"$s-47": "188px",
|
|
1758
|
+
|
|
1759
|
+
"$s-48": "192px",
|
|
1760
|
+
|
|
1761
|
+
"$s-49": "196px",
|
|
1762
|
+
|
|
1763
|
+
"$s-50": "200px",
|
|
1764
|
+
|
|
1765
|
+
|
|
1766
|
+
|
|
1767
|
+
};
|