@react-spectrum/codemods 1.2.1 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +12 -10
- package/dist/s1-to-s2/src/codemods/codemod.js +33 -17
- package/dist/s1-to-s2/src/codemods/components/ActionGroup/transform.js +34 -11
- package/dist/s1-to-s2/src/codemods/components/Avatar/transform.js +5 -1
- package/dist/s1-to-s2/src/codemods/components/ContextualHelpTrigger/transform.js +1 -1
- package/dist/s1-to-s2/src/codemods/components/DialogContainer/transform.js +3 -4
- package/dist/s1-to-s2/src/codemods/components/DialogTrigger/transform.js +33 -11
- package/dist/s1-to-s2/src/codemods/components/Item/transform.js +28 -7
- package/dist/s1-to-s2/src/codemods/components/Link/transform.js +6 -4
- package/dist/s1-to-s2/src/codemods/components/Row/transform.js +12 -5
- package/dist/s1-to-s2/src/codemods/components/Section/transform.js +12 -3
- package/dist/s1-to-s2/src/codemods/components/TableView/transform.js +36 -19
- package/dist/s1-to-s2/src/codemods/components/Tabs/transform.js +25 -9
- package/dist/s1-to-s2/src/codemods/icons/iconMap.js +319 -1276
- package/dist/s1-to-s2/src/codemods/shared/dimensions.js +5 -32
- package/dist/s1-to-s2/src/codemods/shared/styleProps.js +55 -19
- package/dist/s1-to-s2/src/codemods/shared/transforms.js +130 -67
- package/dist/s1-to-s2/src/codemods/shared/unsafeStyle.js +102 -48
- package/dist/s1-to-s2/src/codemods/shared/utils.js +31 -28
- package/dist/s1-to-s2/src/getComponents.js +8 -8
- package/dist/s1-to-s2/src/index.js +10 -6
- package/dist/s1-to-s2/src/utils/installPackage.js +5 -1
- package/dist/s1-to-s2/src/utils/waitForKeypress.js +1 -1
- package/dist/test-utils-rc-update/src/codemod.js +236 -0
- package/dist/test-utils-rc-update/src/index.js +13 -0
- package/dist/use-monopackages/src/codemod.js +25 -27
- package/dist/use-subpaths/src/codemod.js +11 -5
- package/dist/use-subpaths/src/specifiers.js +3 -1
- package/package.json +24 -22
|
@@ -3,1280 +3,323 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.iconMap = void 0;
|
|
4
4
|
// Mappings between Spectrum 1 and Spectrum 2 icons
|
|
5
5
|
exports.iconMap = new Map([
|
|
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
|
-
'DataAdd',
|
|
328
|
-
'DataAdd'
|
|
329
|
-
],
|
|
330
|
-
[
|
|
331
|
-
'DataRefresh',
|
|
332
|
-
'DataRefresh'
|
|
333
|
-
],
|
|
334
|
-
[
|
|
335
|
-
'DataSettings',
|
|
336
|
-
'DataSettings'
|
|
337
|
-
],
|
|
338
|
-
[
|
|
339
|
-
'DataUpload',
|
|
340
|
-
'DataUpload'
|
|
341
|
-
],
|
|
342
|
-
[
|
|
343
|
-
'Date',
|
|
344
|
-
'CalendarDay'
|
|
345
|
-
],
|
|
346
|
-
[
|
|
347
|
-
'Delete',
|
|
348
|
-
'Delete'
|
|
349
|
-
],
|
|
350
|
-
[
|
|
351
|
-
'DeleteOutline',
|
|
352
|
-
'Delete'
|
|
353
|
-
],
|
|
354
|
-
[
|
|
355
|
-
'Demographic',
|
|
356
|
-
'PeopleGroup'
|
|
357
|
-
],
|
|
358
|
-
[
|
|
359
|
-
'Deselect',
|
|
360
|
-
'SelectNo'
|
|
361
|
-
],
|
|
362
|
-
[
|
|
363
|
-
'DesktopAndMobile',
|
|
364
|
-
'DeviceDesktopMobile'
|
|
365
|
-
],
|
|
366
|
-
[
|
|
367
|
-
'DeviceDesktop',
|
|
368
|
-
'DeviceDesktop'
|
|
369
|
-
],
|
|
370
|
-
[
|
|
371
|
-
'DeviceLaptop',
|
|
372
|
-
'DeviceLaptop'
|
|
373
|
-
],
|
|
374
|
-
[
|
|
375
|
-
'DevicePhone',
|
|
376
|
-
'DevicePhone'
|
|
377
|
-
],
|
|
378
|
-
[
|
|
379
|
-
'Devices',
|
|
380
|
-
'DeviceMobile'
|
|
381
|
-
],
|
|
382
|
-
[
|
|
383
|
-
'DeviceTablet',
|
|
384
|
-
'DeviceTablet'
|
|
385
|
-
],
|
|
386
|
-
[
|
|
387
|
-
'DistributeBottomEdge',
|
|
388
|
-
'DistributeBottomEdge'
|
|
389
|
-
],
|
|
390
|
-
[
|
|
391
|
-
'DistributeHorizontalCenter',
|
|
392
|
-
'DistributeHorizontalCenter'
|
|
393
|
-
],
|
|
394
|
-
[
|
|
395
|
-
'DistributeHorizontally',
|
|
396
|
-
'DistributeSpaceHorizontally'
|
|
397
|
-
],
|
|
398
|
-
[
|
|
399
|
-
'DistributeLeftEdge',
|
|
400
|
-
'DistributeLeftEdge'
|
|
401
|
-
],
|
|
402
|
-
[
|
|
403
|
-
'DistributeRightEdge',
|
|
404
|
-
'DistributeRightEdge'
|
|
405
|
-
],
|
|
406
|
-
[
|
|
407
|
-
'DistributeSpaceHoriz',
|
|
408
|
-
'DistributeSpaceHorizontally'
|
|
409
|
-
],
|
|
410
|
-
[
|
|
411
|
-
'DistributeSpaceVert',
|
|
412
|
-
'DistributeSpaceVertically'
|
|
413
|
-
],
|
|
414
|
-
[
|
|
415
|
-
'DistributeTopEdge',
|
|
416
|
-
'DistributeTopEdge'
|
|
417
|
-
],
|
|
418
|
-
[
|
|
419
|
-
'DistributeVerticalCenter',
|
|
420
|
-
'DistributeVerticalCenter'
|
|
421
|
-
],
|
|
422
|
-
[
|
|
423
|
-
'DistributeVertically',
|
|
424
|
-
'DistributeSpaceVertically'
|
|
425
|
-
],
|
|
426
|
-
[
|
|
427
|
-
'Document',
|
|
428
|
-
'File'
|
|
429
|
-
],
|
|
430
|
-
[
|
|
431
|
-
'DocumentOutline',
|
|
432
|
-
'File'
|
|
433
|
-
],
|
|
434
|
-
[
|
|
435
|
-
'Download',
|
|
436
|
-
'Download'
|
|
437
|
-
],
|
|
438
|
-
[
|
|
439
|
-
'Draw',
|
|
440
|
-
'Draw'
|
|
441
|
-
],
|
|
442
|
-
[
|
|
443
|
-
'Duplicate',
|
|
444
|
-
'Duplicate'
|
|
445
|
-
],
|
|
446
|
-
[
|
|
447
|
-
'Edit',
|
|
448
|
-
'Edit'
|
|
449
|
-
],
|
|
450
|
-
[
|
|
451
|
-
'Education',
|
|
452
|
-
'Education'
|
|
453
|
-
],
|
|
454
|
-
[
|
|
455
|
-
'Effects',
|
|
456
|
-
'Effects'
|
|
457
|
-
],
|
|
458
|
-
[
|
|
459
|
-
'Email',
|
|
460
|
-
'Email'
|
|
461
|
-
],
|
|
462
|
-
[
|
|
463
|
-
'EmailOutline',
|
|
464
|
-
'Email'
|
|
465
|
-
],
|
|
466
|
-
[
|
|
467
|
-
'Engagement',
|
|
468
|
-
'Interaction'
|
|
469
|
-
],
|
|
470
|
-
[
|
|
471
|
-
'Erase',
|
|
472
|
-
'Erase'
|
|
473
|
-
],
|
|
474
|
-
[
|
|
475
|
-
'Events',
|
|
476
|
-
'CursorClick'
|
|
477
|
-
],
|
|
478
|
-
[
|
|
479
|
-
'Export',
|
|
480
|
-
'Export'
|
|
481
|
-
],
|
|
482
|
-
[
|
|
483
|
-
'ExportOriginal',
|
|
484
|
-
'Export'
|
|
485
|
-
],
|
|
486
|
-
[
|
|
487
|
-
'Exposure',
|
|
488
|
-
'Exposure'
|
|
489
|
-
],
|
|
490
|
-
[
|
|
491
|
-
'Feedback',
|
|
492
|
-
'Feedback'
|
|
493
|
-
],
|
|
494
|
-
[
|
|
495
|
-
'FileAdd',
|
|
496
|
-
'FileAdd'
|
|
497
|
-
],
|
|
498
|
-
[
|
|
499
|
-
'FileTxt',
|
|
500
|
-
'FileText'
|
|
501
|
-
],
|
|
502
|
-
[
|
|
503
|
-
'FileUser',
|
|
504
|
-
'FileUser'
|
|
505
|
-
],
|
|
506
|
-
[
|
|
507
|
-
'Filter',
|
|
508
|
-
'Filter'
|
|
509
|
-
],
|
|
510
|
-
[
|
|
511
|
-
'FindAndReplace',
|
|
512
|
-
'FindAndReplace'
|
|
513
|
-
],
|
|
514
|
-
[
|
|
515
|
-
'Flag',
|
|
516
|
-
'Flag'
|
|
517
|
-
],
|
|
518
|
-
[
|
|
519
|
-
'FlipHorizontal',
|
|
520
|
-
'FlipHorizontal'
|
|
521
|
-
],
|
|
522
|
-
[
|
|
523
|
-
'FlipVertical',
|
|
524
|
-
'FlipVertical'
|
|
525
|
-
],
|
|
526
|
-
[
|
|
527
|
-
'Folder',
|
|
528
|
-
'Folder'
|
|
529
|
-
],
|
|
530
|
-
[
|
|
531
|
-
'FolderAdd',
|
|
532
|
-
'FolderAdd'
|
|
533
|
-
],
|
|
534
|
-
[
|
|
535
|
-
'FolderOpen',
|
|
536
|
-
'FolderOpen'
|
|
537
|
-
],
|
|
538
|
-
[
|
|
539
|
-
'FolderOpenOutline',
|
|
540
|
-
'FolderOpen'
|
|
541
|
-
],
|
|
542
|
-
[
|
|
543
|
-
'FolderOutline',
|
|
544
|
-
'Folder'
|
|
545
|
-
],
|
|
546
|
-
[
|
|
547
|
-
'FolderSearch',
|
|
548
|
-
'FolderSearch'
|
|
549
|
-
],
|
|
550
|
-
[
|
|
551
|
-
'FullScreen',
|
|
552
|
-
'FullScreen'
|
|
553
|
-
],
|
|
554
|
-
[
|
|
555
|
-
'FullScreenExit',
|
|
556
|
-
'FullScreenExit'
|
|
557
|
-
],
|
|
558
|
-
[
|
|
559
|
-
'Gift',
|
|
560
|
-
'Gift'
|
|
561
|
-
],
|
|
562
|
-
[
|
|
563
|
-
'Globe',
|
|
564
|
-
'GlobeGrid'
|
|
565
|
-
],
|
|
566
|
-
[
|
|
567
|
-
'GlobeGrid',
|
|
568
|
-
'GlobeGrid'
|
|
569
|
-
],
|
|
570
|
-
[
|
|
571
|
-
'Gradient',
|
|
572
|
-
'Gradient'
|
|
573
|
-
],
|
|
574
|
-
[
|
|
575
|
-
'GraphBarVertical',
|
|
576
|
-
'ChartBarVert'
|
|
577
|
-
],
|
|
578
|
-
[
|
|
579
|
-
'GraphPie',
|
|
580
|
-
'ChartPie'
|
|
581
|
-
],
|
|
582
|
-
[
|
|
583
|
-
'GraphTrend',
|
|
584
|
-
'ChartTrend'
|
|
585
|
-
],
|
|
586
|
-
[
|
|
587
|
-
'Group',
|
|
588
|
-
'Group'
|
|
589
|
-
],
|
|
590
|
-
[
|
|
591
|
-
'Hand',
|
|
592
|
-
'Hand'
|
|
593
|
-
],
|
|
594
|
-
[
|
|
595
|
-
'Heart',
|
|
596
|
-
'Heart'
|
|
597
|
-
],
|
|
598
|
-
[
|
|
599
|
-
'Help',
|
|
600
|
-
'HelpCircle'
|
|
601
|
-
],
|
|
602
|
-
[
|
|
603
|
-
'HelpOutline',
|
|
604
|
-
'HelpCircle'
|
|
605
|
-
],
|
|
606
|
-
[
|
|
607
|
-
'History',
|
|
608
|
-
'History'
|
|
609
|
-
],
|
|
610
|
-
[
|
|
611
|
-
'Home',
|
|
612
|
-
'Home'
|
|
613
|
-
],
|
|
614
|
-
[
|
|
615
|
-
'Homepage',
|
|
616
|
-
'WebPage'
|
|
617
|
-
],
|
|
618
|
-
[
|
|
619
|
-
'Image',
|
|
620
|
-
'Image'
|
|
621
|
-
],
|
|
622
|
-
[
|
|
623
|
-
'ImageAdd',
|
|
624
|
-
'ImageAdd'
|
|
625
|
-
],
|
|
626
|
-
[
|
|
627
|
-
'ImageProfile',
|
|
628
|
-
'UserAvatar'
|
|
629
|
-
],
|
|
630
|
-
[
|
|
631
|
-
'Images',
|
|
632
|
-
'Images'
|
|
633
|
-
],
|
|
634
|
-
[
|
|
635
|
-
'Import',
|
|
636
|
-
'Import'
|
|
637
|
-
],
|
|
638
|
-
[
|
|
639
|
-
'Info',
|
|
640
|
-
'InfoCircle'
|
|
641
|
-
],
|
|
642
|
-
[
|
|
643
|
-
'InfoOutline',
|
|
644
|
-
'InfoCircle'
|
|
645
|
-
],
|
|
646
|
-
[
|
|
647
|
-
'InvertAdj',
|
|
648
|
-
'Invert'
|
|
649
|
-
],
|
|
650
|
-
[
|
|
651
|
-
'Invite',
|
|
652
|
-
'Invite'
|
|
653
|
-
],
|
|
654
|
-
[
|
|
655
|
-
'Key',
|
|
656
|
-
'Key'
|
|
657
|
-
],
|
|
658
|
-
[
|
|
659
|
-
'Keyboard',
|
|
660
|
-
'Keyboard'
|
|
661
|
-
],
|
|
662
|
-
[
|
|
663
|
-
'Label',
|
|
664
|
-
'Tag'
|
|
665
|
-
],
|
|
666
|
-
[
|
|
667
|
-
'Landscape',
|
|
668
|
-
'OrientationLandscape'
|
|
669
|
-
],
|
|
670
|
-
[
|
|
671
|
-
'Layers',
|
|
672
|
-
'Layers'
|
|
673
|
-
],
|
|
674
|
-
[
|
|
675
|
-
'Light',
|
|
676
|
-
'Lighten'
|
|
677
|
-
],
|
|
678
|
-
[
|
|
679
|
-
'Line',
|
|
680
|
-
'Line'
|
|
681
|
-
],
|
|
682
|
-
[
|
|
683
|
-
'LinearGradient',
|
|
684
|
-
'GradientHorizontal'
|
|
685
|
-
],
|
|
686
|
-
[
|
|
687
|
-
'LineHeight',
|
|
688
|
-
'LineHeight'
|
|
689
|
-
],
|
|
690
|
-
[
|
|
691
|
-
'Link',
|
|
692
|
-
'Link'
|
|
693
|
-
],
|
|
694
|
-
[
|
|
695
|
-
'LinkOff',
|
|
696
|
-
'UnLink'
|
|
697
|
-
],
|
|
698
|
-
[
|
|
699
|
-
'LinkOut',
|
|
700
|
-
'ExportTo'
|
|
701
|
-
],
|
|
702
|
-
[
|
|
703
|
-
'LinkOutLight',
|
|
704
|
-
'ExportTo'
|
|
705
|
-
],
|
|
706
|
-
[
|
|
707
|
-
'Location',
|
|
708
|
-
'Location'
|
|
709
|
-
],
|
|
710
|
-
[
|
|
711
|
-
'LockClosed',
|
|
712
|
-
'Lock'
|
|
713
|
-
],
|
|
714
|
-
[
|
|
715
|
-
'LockOpen',
|
|
716
|
-
'LockOpen'
|
|
717
|
-
],
|
|
718
|
-
[
|
|
719
|
-
'Looks',
|
|
720
|
-
'Filters'
|
|
721
|
-
],
|
|
722
|
-
[
|
|
723
|
-
'MagicWand',
|
|
724
|
-
'MagicWand'
|
|
725
|
-
],
|
|
726
|
-
[
|
|
727
|
-
'Magnify',
|
|
728
|
-
'Search'
|
|
729
|
-
],
|
|
730
|
-
[
|
|
731
|
-
'Maximize',
|
|
732
|
-
'Maximize'
|
|
733
|
-
],
|
|
734
|
-
[
|
|
735
|
-
'Measure',
|
|
736
|
-
'Ruler'
|
|
737
|
-
],
|
|
738
|
-
[
|
|
739
|
-
'Minimize',
|
|
740
|
-
'Minimize'
|
|
741
|
-
],
|
|
742
|
-
[
|
|
743
|
-
'ModernGridView',
|
|
744
|
-
'ViewGridFluid'
|
|
745
|
-
],
|
|
746
|
-
[
|
|
747
|
-
'More',
|
|
748
|
-
'More'
|
|
749
|
-
],
|
|
750
|
-
[
|
|
751
|
-
'MoreSmall',
|
|
752
|
-
'More'
|
|
753
|
-
],
|
|
754
|
-
[
|
|
755
|
-
'Move',
|
|
756
|
-
'Move'
|
|
757
|
-
],
|
|
758
|
-
[
|
|
759
|
-
'MoveTo',
|
|
760
|
-
'ExportTo'
|
|
761
|
-
],
|
|
762
|
-
[
|
|
763
|
-
'MovieCamera',
|
|
764
|
-
'MovieCamera'
|
|
765
|
-
],
|
|
766
|
-
[
|
|
767
|
-
'NamingOrder',
|
|
768
|
-
'NamingOrder'
|
|
769
|
-
],
|
|
770
|
-
[
|
|
771
|
-
'NewItem',
|
|
772
|
-
'New'
|
|
773
|
-
],
|
|
774
|
-
[
|
|
775
|
-
'NoEdit',
|
|
776
|
-
'EditNo'
|
|
777
|
-
],
|
|
778
|
-
[
|
|
779
|
-
'OpenIn',
|
|
780
|
-
'OpenIn'
|
|
781
|
-
],
|
|
782
|
-
[
|
|
783
|
-
'OpenInLight',
|
|
784
|
-
'OpenIn'
|
|
785
|
-
],
|
|
786
|
-
[
|
|
787
|
-
'Organisations',
|
|
788
|
-
'Buildings'
|
|
789
|
-
],
|
|
790
|
-
[
|
|
791
|
-
'Pan',
|
|
792
|
-
'Hand'
|
|
793
|
-
],
|
|
794
|
-
[
|
|
795
|
-
'Paste',
|
|
796
|
-
'Paste'
|
|
797
|
-
],
|
|
798
|
-
[
|
|
799
|
-
'Pattern',
|
|
800
|
-
'Pattern'
|
|
801
|
-
],
|
|
802
|
-
[
|
|
803
|
-
'Pause',
|
|
804
|
-
'Pause'
|
|
805
|
-
],
|
|
806
|
-
[
|
|
807
|
-
'PauseCircle',
|
|
808
|
-
'PauseCircle'
|
|
809
|
-
],
|
|
810
|
-
[
|
|
811
|
-
'Pending',
|
|
812
|
-
'ClockPending'
|
|
813
|
-
],
|
|
814
|
-
[
|
|
815
|
-
'PeopleGroup',
|
|
816
|
-
'PeopleGroup'
|
|
817
|
-
],
|
|
818
|
-
[
|
|
819
|
-
'PinOff',
|
|
820
|
-
'PinOff'
|
|
821
|
-
],
|
|
822
|
-
[
|
|
823
|
-
'PinOn',
|
|
824
|
-
'PinOn'
|
|
825
|
-
],
|
|
826
|
-
[
|
|
827
|
-
'Play',
|
|
828
|
-
'Play'
|
|
829
|
-
],
|
|
830
|
-
[
|
|
831
|
-
'Polygon',
|
|
832
|
-
'Polygon6'
|
|
833
|
-
],
|
|
834
|
-
[
|
|
835
|
-
'Portrait',
|
|
836
|
-
'OrientationPortrait'
|
|
837
|
-
],
|
|
838
|
-
[
|
|
839
|
-
'Preview',
|
|
840
|
-
'Preview'
|
|
841
|
-
],
|
|
842
|
-
[
|
|
843
|
-
'Print',
|
|
844
|
-
'Print'
|
|
845
|
-
],
|
|
846
|
-
[
|
|
847
|
-
'PrintPreview',
|
|
848
|
-
'Preview'
|
|
849
|
-
],
|
|
850
|
-
[
|
|
851
|
-
'Project',
|
|
852
|
-
'Project'
|
|
853
|
-
],
|
|
854
|
-
[
|
|
855
|
-
'ProjectAdd',
|
|
856
|
-
'ProjectCreate'
|
|
857
|
-
],
|
|
858
|
-
[
|
|
859
|
-
'Promote',
|
|
860
|
-
'Promote'
|
|
861
|
-
],
|
|
862
|
-
[
|
|
863
|
-
'Properties',
|
|
864
|
-
'Properties'
|
|
865
|
-
],
|
|
866
|
-
[
|
|
867
|
-
'PublishRemove',
|
|
868
|
-
'PublishNo'
|
|
869
|
-
],
|
|
870
|
-
[
|
|
871
|
-
'RadialGradient',
|
|
872
|
-
'GradientRadial'
|
|
873
|
-
],
|
|
874
|
-
[
|
|
875
|
-
'Rail',
|
|
876
|
-
'MenuHamburger'
|
|
877
|
-
],
|
|
878
|
-
[
|
|
879
|
-
'RealTimeCustomerProfile',
|
|
880
|
-
'UserAvatar'
|
|
881
|
-
],
|
|
882
|
-
[
|
|
883
|
-
'Rectangle',
|
|
884
|
-
'RectangleHoriz'
|
|
885
|
-
],
|
|
886
|
-
[
|
|
887
|
-
'RectSelect',
|
|
888
|
-
'SelectRectangle'
|
|
889
|
-
],
|
|
890
|
-
[
|
|
891
|
-
'Redo',
|
|
892
|
-
'Redo'
|
|
893
|
-
],
|
|
894
|
-
[
|
|
895
|
-
'Refresh',
|
|
896
|
-
'Refresh'
|
|
897
|
-
],
|
|
898
|
-
[
|
|
899
|
-
'RegionSelect',
|
|
900
|
-
'LassoSelect'
|
|
901
|
-
],
|
|
902
|
-
[
|
|
903
|
-
'RemoveCircle',
|
|
904
|
-
'RemoveCircle'
|
|
905
|
-
],
|
|
906
|
-
[
|
|
907
|
-
'Rename',
|
|
908
|
-
'Rename'
|
|
909
|
-
],
|
|
910
|
-
[
|
|
911
|
-
'Resize',
|
|
912
|
-
'Resize'
|
|
913
|
-
],
|
|
914
|
-
[
|
|
915
|
-
'Revert',
|
|
916
|
-
'Revert'
|
|
917
|
-
],
|
|
918
|
-
[
|
|
919
|
-
'Ribbon',
|
|
920
|
-
'Ribbon'
|
|
921
|
-
],
|
|
922
|
-
[
|
|
923
|
-
'RotateCCW',
|
|
924
|
-
'RotateCCW'
|
|
925
|
-
],
|
|
926
|
-
[
|
|
927
|
-
'RotateCCWBold',
|
|
928
|
-
'RotateCCW'
|
|
929
|
-
],
|
|
930
|
-
[
|
|
931
|
-
'RotateCW',
|
|
932
|
-
'RotateCW'
|
|
933
|
-
],
|
|
934
|
-
[
|
|
935
|
-
'RotateCWBold',
|
|
936
|
-
'RotateCW'
|
|
937
|
-
],
|
|
938
|
-
[
|
|
939
|
-
'RotateRight',
|
|
940
|
-
'RotateOrientation'
|
|
941
|
-
],
|
|
942
|
-
[
|
|
943
|
-
'RotateRightOutline',
|
|
944
|
-
'RotateOrientation'
|
|
945
|
-
],
|
|
946
|
-
[
|
|
947
|
-
'Sampler',
|
|
948
|
-
'Eyedropper'
|
|
949
|
-
],
|
|
950
|
-
[
|
|
951
|
-
'SaveFloppy',
|
|
952
|
-
'SaveFloppy'
|
|
953
|
-
],
|
|
954
|
-
[
|
|
955
|
-
'SaveTo',
|
|
956
|
-
'Download'
|
|
957
|
-
],
|
|
958
|
-
[
|
|
959
|
-
'SaveToLight',
|
|
960
|
-
'Download'
|
|
961
|
-
],
|
|
962
|
-
[
|
|
963
|
-
'Search',
|
|
964
|
-
'Search'
|
|
965
|
-
],
|
|
966
|
-
[
|
|
967
|
-
'Select',
|
|
968
|
-
'Select'
|
|
969
|
-
],
|
|
970
|
-
[
|
|
971
|
-
'SelectBox',
|
|
972
|
-
'CheckBox'
|
|
973
|
-
],
|
|
974
|
-
[
|
|
975
|
-
'SelectBoxAll',
|
|
976
|
-
'SelectMulti'
|
|
977
|
-
],
|
|
978
|
-
[
|
|
979
|
-
'Send',
|
|
980
|
-
'Send'
|
|
981
|
-
],
|
|
982
|
-
[
|
|
983
|
-
'Settings',
|
|
984
|
-
'Settings'
|
|
985
|
-
],
|
|
986
|
-
[
|
|
987
|
-
'Shapes',
|
|
988
|
-
'Shapes'
|
|
989
|
-
],
|
|
990
|
-
[
|
|
991
|
-
'Share',
|
|
992
|
-
'Share'
|
|
993
|
-
],
|
|
994
|
-
[
|
|
995
|
-
'ShareAndroid',
|
|
996
|
-
'ShareAndroid'
|
|
997
|
-
],
|
|
998
|
-
[
|
|
999
|
-
'ShareLight',
|
|
1000
|
-
'Share'
|
|
1001
|
-
],
|
|
1002
|
-
[
|
|
1003
|
-
'Shop',
|
|
1004
|
-
'Market'
|
|
1005
|
-
],
|
|
1006
|
-
[
|
|
1007
|
-
'ShoppingCart',
|
|
1008
|
-
'ShoppingCart'
|
|
1009
|
-
],
|
|
1010
|
-
[
|
|
1011
|
-
'ShowMenu',
|
|
1012
|
-
'MenuHamburger'
|
|
1013
|
-
],
|
|
1014
|
-
[
|
|
1015
|
-
'Shuffle',
|
|
1016
|
-
'Shuffle'
|
|
1017
|
-
],
|
|
1018
|
-
[
|
|
1019
|
-
'SmallCaps',
|
|
1020
|
-
'TextCapsSmall'
|
|
1021
|
-
],
|
|
1022
|
-
[
|
|
1023
|
-
'SocialNetwork',
|
|
1024
|
-
'SocialNetwork'
|
|
1025
|
-
],
|
|
1026
|
-
[
|
|
1027
|
-
'SortOrderDown',
|
|
1028
|
-
'SortDown'
|
|
1029
|
-
],
|
|
1030
|
-
[
|
|
1031
|
-
'SortOrderUp',
|
|
1032
|
-
'SortUp'
|
|
1033
|
-
],
|
|
1034
|
-
[
|
|
1035
|
-
'Star',
|
|
1036
|
-
'StarFilled'
|
|
1037
|
-
],
|
|
1038
|
-
[
|
|
1039
|
-
'StarOutline',
|
|
1040
|
-
'Star'
|
|
1041
|
-
],
|
|
1042
|
-
[
|
|
1043
|
-
'StepBackward',
|
|
1044
|
-
'StepBackward'
|
|
1045
|
-
],
|
|
1046
|
-
[
|
|
1047
|
-
'StepForward',
|
|
1048
|
-
'StepForward'
|
|
1049
|
-
],
|
|
1050
|
-
[
|
|
1051
|
-
'StrokeWidth',
|
|
1052
|
-
'StrokeWidth'
|
|
1053
|
-
],
|
|
1054
|
-
[
|
|
1055
|
-
'Switch',
|
|
1056
|
-
'Switch'
|
|
1057
|
-
],
|
|
1058
|
-
[
|
|
1059
|
-
'Table',
|
|
1060
|
-
'Table'
|
|
1061
|
-
],
|
|
1062
|
-
[
|
|
1063
|
-
'Target',
|
|
1064
|
-
'Target'
|
|
1065
|
-
],
|
|
1066
|
-
[
|
|
1067
|
-
'TaskList',
|
|
1068
|
-
'ListMultiSelect'
|
|
1069
|
-
],
|
|
1070
|
-
[
|
|
1071
|
-
'Temperature',
|
|
1072
|
-
'Temperature'
|
|
1073
|
-
],
|
|
1074
|
-
[
|
|
1075
|
-
'Text',
|
|
1076
|
-
'Text'
|
|
1077
|
-
],
|
|
1078
|
-
[
|
|
1079
|
-
'TextAdd',
|
|
1080
|
-
'TextAdd'
|
|
1081
|
-
],
|
|
1082
|
-
[
|
|
1083
|
-
'TextAlignCenter',
|
|
1084
|
-
'TextAlignCenter'
|
|
1085
|
-
],
|
|
1086
|
-
[
|
|
1087
|
-
'TextAlignJustify',
|
|
1088
|
-
'TextAlignJustify'
|
|
1089
|
-
],
|
|
1090
|
-
[
|
|
1091
|
-
'TextAlignLeft',
|
|
1092
|
-
'TextAlignLeft'
|
|
1093
|
-
],
|
|
1094
|
-
[
|
|
1095
|
-
'TextAlignRight',
|
|
1096
|
-
'TextAlignRight'
|
|
1097
|
-
],
|
|
1098
|
-
[
|
|
1099
|
-
'TextBold',
|
|
1100
|
-
'TextBold'
|
|
1101
|
-
],
|
|
1102
|
-
[
|
|
1103
|
-
'TextBulleted',
|
|
1104
|
-
'ListBulleted'
|
|
1105
|
-
],
|
|
1106
|
-
[
|
|
1107
|
-
'TextIncrease',
|
|
1108
|
-
'TextIncrease'
|
|
1109
|
-
],
|
|
1110
|
-
[
|
|
1111
|
-
'TextItalic',
|
|
1112
|
-
'TextItalic'
|
|
1113
|
-
],
|
|
1114
|
-
[
|
|
1115
|
-
'TextNumbered',
|
|
1116
|
-
'ListNumbered'
|
|
1117
|
-
],
|
|
1118
|
-
[
|
|
1119
|
-
'TextParagraph',
|
|
1120
|
-
'TextParagraph'
|
|
1121
|
-
],
|
|
1122
|
-
[
|
|
1123
|
-
'TextSize',
|
|
1124
|
-
'TextSize'
|
|
1125
|
-
],
|
|
1126
|
-
[
|
|
1127
|
-
'TextStrikethrough',
|
|
1128
|
-
'TextStrikeThrough'
|
|
1129
|
-
],
|
|
1130
|
-
[
|
|
1131
|
-
'TextSubscript',
|
|
1132
|
-
'TextSubscript'
|
|
1133
|
-
],
|
|
1134
|
-
[
|
|
1135
|
-
'TextSuperscript',
|
|
1136
|
-
'TextSuperscript'
|
|
1137
|
-
],
|
|
1138
|
-
[
|
|
1139
|
-
'TextUnderline',
|
|
1140
|
-
'TextUnderline'
|
|
1141
|
-
],
|
|
1142
|
-
[
|
|
1143
|
-
'ThumbDown',
|
|
1144
|
-
'ThumbDown'
|
|
1145
|
-
],
|
|
1146
|
-
[
|
|
1147
|
-
'ThumbDownOutline',
|
|
1148
|
-
'ThumbDown'
|
|
1149
|
-
],
|
|
1150
|
-
[
|
|
1151
|
-
'ThumbUp',
|
|
1152
|
-
'ThumbUp'
|
|
1153
|
-
],
|
|
1154
|
-
[
|
|
1155
|
-
'ThumbUpOutline',
|
|
1156
|
-
'ThumbUp'
|
|
1157
|
-
],
|
|
1158
|
-
[
|
|
1159
|
-
'Tips',
|
|
1160
|
-
'Lightbulb'
|
|
1161
|
-
],
|
|
1162
|
-
[
|
|
1163
|
-
'Transparency',
|
|
1164
|
-
'ViewTransparency'
|
|
1165
|
-
],
|
|
1166
|
-
[
|
|
1167
|
-
'Underline',
|
|
1168
|
-
'TextUnderline'
|
|
1169
|
-
],
|
|
1170
|
-
[
|
|
1171
|
-
'Undo',
|
|
1172
|
-
'Undo'
|
|
1173
|
-
],
|
|
1174
|
-
[
|
|
1175
|
-
'Ungroup',
|
|
1176
|
-
'GroupNo'
|
|
1177
|
-
],
|
|
1178
|
-
[
|
|
1179
|
-
'Unlink',
|
|
1180
|
-
'UnLink'
|
|
1181
|
-
],
|
|
1182
|
-
[
|
|
1183
|
-
'UploadToCloud',
|
|
1184
|
-
'UploadToCloud'
|
|
1185
|
-
],
|
|
1186
|
-
[
|
|
1187
|
-
'UploadToCloudOutline',
|
|
1188
|
-
'UploadToCloud'
|
|
1189
|
-
],
|
|
1190
|
-
[
|
|
1191
|
-
'User',
|
|
1192
|
-
'User'
|
|
1193
|
-
],
|
|
1194
|
-
[
|
|
1195
|
-
'UserAdd',
|
|
1196
|
-
'UserAdd'
|
|
1197
|
-
],
|
|
1198
|
-
[
|
|
1199
|
-
'UserAdmin',
|
|
1200
|
-
'UserSettings'
|
|
1201
|
-
],
|
|
1202
|
-
[
|
|
1203
|
-
'UserEdit',
|
|
1204
|
-
'UserEdit'
|
|
1205
|
-
],
|
|
1206
|
-
[
|
|
1207
|
-
'UserGroup',
|
|
1208
|
-
'UserGroup'
|
|
1209
|
-
],
|
|
1210
|
-
[
|
|
1211
|
-
'UserLock',
|
|
1212
|
-
'UserLock'
|
|
1213
|
-
],
|
|
1214
|
-
[
|
|
1215
|
-
'UsersLock',
|
|
1216
|
-
'UsersLock'
|
|
1217
|
-
],
|
|
1218
|
-
[
|
|
1219
|
-
'VectorDraw',
|
|
1220
|
-
'VectorDraw'
|
|
1221
|
-
],
|
|
1222
|
-
[
|
|
1223
|
-
'VideoFilled',
|
|
1224
|
-
'Filmstrip'
|
|
1225
|
-
],
|
|
1226
|
-
[
|
|
1227
|
-
'VideoOutline',
|
|
1228
|
-
'Filmstrip'
|
|
1229
|
-
],
|
|
1230
|
-
[
|
|
1231
|
-
'ViewDay',
|
|
1232
|
-
'CalendarDay'
|
|
1233
|
-
],
|
|
1234
|
-
[
|
|
1235
|
-
'ViewGrid',
|
|
1236
|
-
'ViewGrid'
|
|
1237
|
-
],
|
|
1238
|
-
[
|
|
1239
|
-
'ViewList',
|
|
1240
|
-
'ViewList'
|
|
1241
|
-
],
|
|
1242
|
-
[
|
|
1243
|
-
'ViewWeek',
|
|
1244
|
-
'CalendarWeek'
|
|
1245
|
-
],
|
|
1246
|
-
[
|
|
1247
|
-
'Visibility',
|
|
1248
|
-
'Visibility'
|
|
1249
|
-
],
|
|
1250
|
-
[
|
|
1251
|
-
'VisibilityOff',
|
|
1252
|
-
'VisibilityOff'
|
|
1253
|
-
],
|
|
1254
|
-
[
|
|
1255
|
-
'VoiceOver',
|
|
1256
|
-
'Microphone'
|
|
1257
|
-
],
|
|
1258
|
-
[
|
|
1259
|
-
'VolumeMute',
|
|
1260
|
-
'VolumeOff'
|
|
1261
|
-
],
|
|
1262
|
-
[
|
|
1263
|
-
'VolumeOne',
|
|
1264
|
-
'VolumeOne'
|
|
1265
|
-
],
|
|
1266
|
-
[
|
|
1267
|
-
'VolumeTwo',
|
|
1268
|
-
'VolumeTwo'
|
|
1269
|
-
],
|
|
1270
|
-
[
|
|
1271
|
-
'WebPage',
|
|
1272
|
-
'WebPage'
|
|
1273
|
-
],
|
|
1274
|
-
[
|
|
1275
|
-
'ZoomIn',
|
|
1276
|
-
'ZoomIn'
|
|
1277
|
-
],
|
|
1278
|
-
[
|
|
1279
|
-
'ZoomOut',
|
|
1280
|
-
'ZoomOut'
|
|
1281
|
-
]
|
|
6
|
+
['123', 'TextNumbers'],
|
|
7
|
+
['3DMaterials', '3DMaterial'],
|
|
8
|
+
['ABC', 'ABC'],
|
|
9
|
+
['Add', 'Add'],
|
|
10
|
+
['AddCircle', 'AddCircle'],
|
|
11
|
+
['Alert', 'AlertTriangle'],
|
|
12
|
+
['AlertCircle', 'AlertDiamond'],
|
|
13
|
+
['AlertCircleFilled', 'AlertDiamond'],
|
|
14
|
+
['AlignBottom', 'AlignBottom'],
|
|
15
|
+
['AlignCenter', 'AlignCenter'],
|
|
16
|
+
['AlignLeft', 'AlignLeft'],
|
|
17
|
+
['AlignMiddle', 'AlignMiddle'],
|
|
18
|
+
['AlignRight', 'AlignRight'],
|
|
19
|
+
['AlignTop', 'AlignTop'],
|
|
20
|
+
['AnchorSelect', 'DirectSelect'],
|
|
21
|
+
['App', 'App'],
|
|
22
|
+
['Apps', 'AppsAll'],
|
|
23
|
+
['Archive', 'Archive'],
|
|
24
|
+
['Artboard', 'Artboard'],
|
|
25
|
+
['Asset', 'Asset'],
|
|
26
|
+
['AssetsAdded', 'AddContent'],
|
|
27
|
+
['At', 'Mention'],
|
|
28
|
+
['Attach', 'Attach'],
|
|
29
|
+
['Audio', 'MusicNote'],
|
|
30
|
+
['Beaker', 'BetaApp'],
|
|
31
|
+
['Bell', 'Bell'],
|
|
32
|
+
['Blur', 'Blur'],
|
|
33
|
+
['BookmarkSingle', 'Bookmark'],
|
|
34
|
+
['BookmarkSingleOutline', 'Bookmark'],
|
|
35
|
+
['BookmarkSmall', 'Bookmark'],
|
|
36
|
+
['BookmarkSmallOutline', 'Bookmark'],
|
|
37
|
+
['Boolean', 'Toggle'],
|
|
38
|
+
['Border', 'EffectBorder'],
|
|
39
|
+
['Briefcase', 'Briefcase'],
|
|
40
|
+
['Browse', 'Binoculars'],
|
|
41
|
+
['Brush', 'Brush'],
|
|
42
|
+
['Bug', 'Bug'],
|
|
43
|
+
['Building', 'Building'],
|
|
44
|
+
['Calendar', 'Calendar'],
|
|
45
|
+
['CalendarAdd', 'CalendarAdd'],
|
|
46
|
+
['CallCenter', 'CallCenter'],
|
|
47
|
+
['Camera', 'Camera'],
|
|
48
|
+
['Cancel', 'Cancel'],
|
|
49
|
+
['Capitals', 'TextCapsAll'],
|
|
50
|
+
['CCLibrary', 'CCLibrary'],
|
|
51
|
+
['Channel', 'Channel'],
|
|
52
|
+
['Chat', 'Chat'],
|
|
53
|
+
['Checkmark', 'Checkmark'],
|
|
54
|
+
['CheckmarkCircle', 'CheckmarkCircle'],
|
|
55
|
+
['CheckmarkCircleOutline', 'CheckmarkCircle'],
|
|
56
|
+
['ChevronDoubleLeft', 'ChevronDoubleLeft'],
|
|
57
|
+
['ChevronDoubleRight', 'ChevronDoubleRight'],
|
|
58
|
+
['ChevronDown', 'ChevronDown'],
|
|
59
|
+
['ChevronLeft', 'ChevronLeft'],
|
|
60
|
+
['ChevronRight', 'ChevronRight'],
|
|
61
|
+
['ChevronUp', 'ChevronUp'],
|
|
62
|
+
['Circle', 'Circle'],
|
|
63
|
+
['CircleFilled', 'Circle'],
|
|
64
|
+
['ClassicGridView', 'ViewGrid'],
|
|
65
|
+
['Clock', 'Clock'],
|
|
66
|
+
['CloneStamp', 'StampClone'],
|
|
67
|
+
['Close', 'Close'],
|
|
68
|
+
['CloseCaptions', 'CloseCaptions'],
|
|
69
|
+
['CloseCircle', 'CloseCircle'],
|
|
70
|
+
['Cloud', 'Cloud'],
|
|
71
|
+
['CloudOutline', 'Cloud'],
|
|
72
|
+
['Code', 'Code'],
|
|
73
|
+
['Collection', 'Collection'],
|
|
74
|
+
['ColorFill', 'ColorFill'],
|
|
75
|
+
['ColorPalette', 'Color'],
|
|
76
|
+
['Comment', 'Comment'],
|
|
77
|
+
['Compare', 'Compare'],
|
|
78
|
+
['Compass', 'Discover'],
|
|
79
|
+
['Contrast', 'Contrast'],
|
|
80
|
+
['Copy', 'Copy'],
|
|
81
|
+
['Crop', 'Crop'],
|
|
82
|
+
['CropRotate', 'CropRotate'],
|
|
83
|
+
['Cut', 'Cut'],
|
|
84
|
+
['Dashboard', 'SpeedFast'],
|
|
85
|
+
['Data', 'Data'],
|
|
86
|
+
['DataAdd', 'DataAdd'],
|
|
87
|
+
['DataRefresh', 'DataRefresh'],
|
|
88
|
+
['DataSettings', 'DataSettings'],
|
|
89
|
+
['DataUpload', 'DataUpload'],
|
|
90
|
+
['Date', 'CalendarDay'],
|
|
91
|
+
['Delete', 'Delete'],
|
|
92
|
+
['DeleteOutline', 'Delete'],
|
|
93
|
+
['Demographic', 'PeopleGroup'],
|
|
94
|
+
['Deselect', 'SelectNo'],
|
|
95
|
+
['DesktopAndMobile', 'DeviceDesktopMobile'],
|
|
96
|
+
['DeviceDesktop', 'DeviceDesktop'],
|
|
97
|
+
['DeviceLaptop', 'DeviceLaptop'],
|
|
98
|
+
['DevicePhone', 'DevicePhone'],
|
|
99
|
+
['Devices', 'DeviceMobile'],
|
|
100
|
+
['DeviceTablet', 'DeviceTablet'],
|
|
101
|
+
['DistributeBottomEdge', 'DistributeBottomEdge'],
|
|
102
|
+
['DistributeHorizontalCenter', 'DistributeHorizontalCenter'],
|
|
103
|
+
['DistributeHorizontally', 'DistributeSpaceHorizontally'],
|
|
104
|
+
['DistributeLeftEdge', 'DistributeLeftEdge'],
|
|
105
|
+
['DistributeRightEdge', 'DistributeRightEdge'],
|
|
106
|
+
['DistributeSpaceHoriz', 'DistributeSpaceHorizontally'],
|
|
107
|
+
['DistributeSpaceVert', 'DistributeSpaceVertically'],
|
|
108
|
+
['DistributeTopEdge', 'DistributeTopEdge'],
|
|
109
|
+
['DistributeVerticalCenter', 'DistributeVerticalCenter'],
|
|
110
|
+
['DistributeVertically', 'DistributeSpaceVertically'],
|
|
111
|
+
['Document', 'File'],
|
|
112
|
+
['DocumentOutline', 'File'],
|
|
113
|
+
['Download', 'Download'],
|
|
114
|
+
['Draw', 'Draw'],
|
|
115
|
+
['Duplicate', 'Duplicate'],
|
|
116
|
+
['Edit', 'Edit'],
|
|
117
|
+
['Education', 'Education'],
|
|
118
|
+
['Effects', 'Effects'],
|
|
119
|
+
['Email', 'Email'],
|
|
120
|
+
['EmailOutline', 'Email'],
|
|
121
|
+
['Engagement', 'Interaction'],
|
|
122
|
+
['Erase', 'Erase'],
|
|
123
|
+
['Events', 'CursorClick'],
|
|
124
|
+
['Export', 'Export'],
|
|
125
|
+
['ExportOriginal', 'Export'],
|
|
126
|
+
['Exposure', 'Exposure'],
|
|
127
|
+
['Feedback', 'Feedback'],
|
|
128
|
+
['FileAdd', 'FileAdd'],
|
|
129
|
+
['FileTxt', 'FileText'],
|
|
130
|
+
['FileUser', 'FileUser'],
|
|
131
|
+
['Filter', 'Filter'],
|
|
132
|
+
['FindAndReplace', 'FindAndReplace'],
|
|
133
|
+
['Flag', 'Flag'],
|
|
134
|
+
['FlipHorizontal', 'FlipHorizontal'],
|
|
135
|
+
['FlipVertical', 'FlipVertical'],
|
|
136
|
+
['Folder', 'Folder'],
|
|
137
|
+
['FolderAdd', 'FolderAdd'],
|
|
138
|
+
['FolderOpen', 'FolderOpen'],
|
|
139
|
+
['FolderOpenOutline', 'FolderOpen'],
|
|
140
|
+
['FolderOutline', 'Folder'],
|
|
141
|
+
['FolderSearch', 'FolderSearch'],
|
|
142
|
+
['FullScreen', 'FullScreen'],
|
|
143
|
+
['FullScreenExit', 'FullScreenExit'],
|
|
144
|
+
['Gift', 'Gift'],
|
|
145
|
+
['Globe', 'GlobeGrid'],
|
|
146
|
+
['GlobeGrid', 'GlobeGrid'],
|
|
147
|
+
['Gradient', 'Gradient'],
|
|
148
|
+
['GraphBarVertical', 'ChartBarVert'],
|
|
149
|
+
['GraphPie', 'ChartPie'],
|
|
150
|
+
['GraphTrend', 'ChartTrend'],
|
|
151
|
+
['Group', 'Group'],
|
|
152
|
+
['Hand', 'Hand'],
|
|
153
|
+
['Heart', 'Heart'],
|
|
154
|
+
['Help', 'HelpCircle'],
|
|
155
|
+
['HelpOutline', 'HelpCircle'],
|
|
156
|
+
['History', 'History'],
|
|
157
|
+
['Home', 'Home'],
|
|
158
|
+
['Homepage', 'WebPage'],
|
|
159
|
+
['Image', 'Image'],
|
|
160
|
+
['ImageAdd', 'ImageAdd'],
|
|
161
|
+
['ImageProfile', 'UserAvatar'],
|
|
162
|
+
['Images', 'Images'],
|
|
163
|
+
['Import', 'Import'],
|
|
164
|
+
['Info', 'InfoCircle'],
|
|
165
|
+
['InfoOutline', 'InfoCircle'],
|
|
166
|
+
['InvertAdj', 'Invert'],
|
|
167
|
+
['Invite', 'Invite'],
|
|
168
|
+
['Key', 'Key'],
|
|
169
|
+
['Keyboard', 'Keyboard'],
|
|
170
|
+
['Label', 'Tag'],
|
|
171
|
+
['Landscape', 'OrientationLandscape'],
|
|
172
|
+
['Layers', 'Layers'],
|
|
173
|
+
['Light', 'Lighten'],
|
|
174
|
+
['Line', 'Line'],
|
|
175
|
+
['LinearGradient', 'GradientHorizontal'],
|
|
176
|
+
['LineHeight', 'LineHeight'],
|
|
177
|
+
['Link', 'Link'],
|
|
178
|
+
['LinkOff', 'UnLink'],
|
|
179
|
+
['LinkOut', 'ExportTo'],
|
|
180
|
+
['LinkOutLight', 'ExportTo'],
|
|
181
|
+
['Location', 'Location'],
|
|
182
|
+
['LockClosed', 'Lock'],
|
|
183
|
+
['LockOpen', 'LockOpen'],
|
|
184
|
+
['Looks', 'Filters'],
|
|
185
|
+
['MagicWand', 'MagicWand'],
|
|
186
|
+
['Magnify', 'Search'],
|
|
187
|
+
['Maximize', 'Maximize'],
|
|
188
|
+
['Measure', 'Ruler'],
|
|
189
|
+
['Minimize', 'Minimize'],
|
|
190
|
+
['ModernGridView', 'ViewGridFluid'],
|
|
191
|
+
['More', 'More'],
|
|
192
|
+
['MoreSmall', 'More'],
|
|
193
|
+
['Move', 'Move'],
|
|
194
|
+
['MoveTo', 'ExportTo'],
|
|
195
|
+
['MovieCamera', 'MovieCamera'],
|
|
196
|
+
['NamingOrder', 'NamingOrder'],
|
|
197
|
+
['NewItem', 'New'],
|
|
198
|
+
['NoEdit', 'EditNo'],
|
|
199
|
+
['OpenIn', 'OpenIn'],
|
|
200
|
+
['OpenInLight', 'OpenIn'],
|
|
201
|
+
['Organisations', 'Buildings'],
|
|
202
|
+
['Pan', 'Hand'],
|
|
203
|
+
['Paste', 'Paste'],
|
|
204
|
+
['Pattern', 'Pattern'],
|
|
205
|
+
['Pause', 'Pause'],
|
|
206
|
+
['PauseCircle', 'PauseCircle'],
|
|
207
|
+
['Pending', 'ClockPending'],
|
|
208
|
+
['PeopleGroup', 'PeopleGroup'],
|
|
209
|
+
['PinOff', 'PinOff'],
|
|
210
|
+
['PinOn', 'PinOn'],
|
|
211
|
+
['Play', 'Play'],
|
|
212
|
+
['Polygon', 'Polygon6'],
|
|
213
|
+
['Portrait', 'OrientationPortrait'],
|
|
214
|
+
['Preview', 'Preview'],
|
|
215
|
+
['Print', 'Print'],
|
|
216
|
+
['PrintPreview', 'Preview'],
|
|
217
|
+
['Project', 'Project'],
|
|
218
|
+
['ProjectAdd', 'ProjectCreate'],
|
|
219
|
+
['Promote', 'Promote'],
|
|
220
|
+
['Properties', 'Properties'],
|
|
221
|
+
['PublishRemove', 'PublishNo'],
|
|
222
|
+
['RadialGradient', 'GradientRadial'],
|
|
223
|
+
['Rail', 'MenuHamburger'],
|
|
224
|
+
['RealTimeCustomerProfile', 'UserAvatar'],
|
|
225
|
+
['Rectangle', 'RectangleHoriz'],
|
|
226
|
+
['RectSelect', 'SelectRectangle'],
|
|
227
|
+
['Redo', 'Redo'],
|
|
228
|
+
['Refresh', 'Refresh'],
|
|
229
|
+
['RegionSelect', 'LassoSelect'],
|
|
230
|
+
['RemoveCircle', 'RemoveCircle'],
|
|
231
|
+
['Rename', 'Rename'],
|
|
232
|
+
['Resize', 'Resize'],
|
|
233
|
+
['Revert', 'Revert'],
|
|
234
|
+
['Ribbon', 'Ribbon'],
|
|
235
|
+
['RotateCCW', 'RotateCCW'],
|
|
236
|
+
['RotateCCWBold', 'RotateCCW'],
|
|
237
|
+
['RotateCW', 'RotateCW'],
|
|
238
|
+
['RotateCWBold', 'RotateCW'],
|
|
239
|
+
['RotateRight', 'RotateOrientation'],
|
|
240
|
+
['RotateRightOutline', 'RotateOrientation'],
|
|
241
|
+
['Sampler', 'Eyedropper'],
|
|
242
|
+
['SaveFloppy', 'SaveFloppy'],
|
|
243
|
+
['SaveTo', 'Download'],
|
|
244
|
+
['SaveToLight', 'Download'],
|
|
245
|
+
['Search', 'Search'],
|
|
246
|
+
['Select', 'Select'],
|
|
247
|
+
['SelectBox', 'CheckBox'],
|
|
248
|
+
['SelectBoxAll', 'SelectMulti'],
|
|
249
|
+
['Send', 'Send'],
|
|
250
|
+
['Settings', 'Settings'],
|
|
251
|
+
['Shapes', 'Shapes'],
|
|
252
|
+
['Share', 'Share'],
|
|
253
|
+
['ShareAndroid', 'ShareAndroid'],
|
|
254
|
+
['ShareLight', 'Share'],
|
|
255
|
+
['Shop', 'Market'],
|
|
256
|
+
['ShoppingCart', 'ShoppingCart'],
|
|
257
|
+
['ShowMenu', 'MenuHamburger'],
|
|
258
|
+
['Shuffle', 'Shuffle'],
|
|
259
|
+
['SmallCaps', 'TextCapsSmall'],
|
|
260
|
+
['SocialNetwork', 'SocialNetwork'],
|
|
261
|
+
['SortOrderDown', 'SortDown'],
|
|
262
|
+
['SortOrderUp', 'SortUp'],
|
|
263
|
+
['Star', 'StarFilled'],
|
|
264
|
+
['StarOutline', 'Star'],
|
|
265
|
+
['StepBackward', 'StepBackward'],
|
|
266
|
+
['StepForward', 'StepForward'],
|
|
267
|
+
['StrokeWidth', 'StrokeWidth'],
|
|
268
|
+
['Switch', 'Switch'],
|
|
269
|
+
['Table', 'Table'],
|
|
270
|
+
['Target', 'Target'],
|
|
271
|
+
['TaskList', 'ListMultiSelect'],
|
|
272
|
+
['Temperature', 'Temperature'],
|
|
273
|
+
['Text', 'Text'],
|
|
274
|
+
['TextAdd', 'TextAdd'],
|
|
275
|
+
['TextAlignCenter', 'TextAlignCenter'],
|
|
276
|
+
['TextAlignJustify', 'TextAlignJustify'],
|
|
277
|
+
['TextAlignLeft', 'TextAlignLeft'],
|
|
278
|
+
['TextAlignRight', 'TextAlignRight'],
|
|
279
|
+
['TextBold', 'TextBold'],
|
|
280
|
+
['TextBulleted', 'ListBulleted'],
|
|
281
|
+
['TextIncrease', 'TextIncrease'],
|
|
282
|
+
['TextItalic', 'TextItalic'],
|
|
283
|
+
['TextNumbered', 'ListNumbered'],
|
|
284
|
+
['TextParagraph', 'TextParagraph'],
|
|
285
|
+
['TextSize', 'TextSize'],
|
|
286
|
+
['TextStrikethrough', 'TextStrikeThrough'],
|
|
287
|
+
['TextSubscript', 'TextSubscript'],
|
|
288
|
+
['TextSuperscript', 'TextSuperscript'],
|
|
289
|
+
['TextUnderline', 'TextUnderline'],
|
|
290
|
+
['ThumbDown', 'ThumbDown'],
|
|
291
|
+
['ThumbDownOutline', 'ThumbDown'],
|
|
292
|
+
['ThumbUp', 'ThumbUp'],
|
|
293
|
+
['ThumbUpOutline', 'ThumbUp'],
|
|
294
|
+
['Tips', 'Lightbulb'],
|
|
295
|
+
['Transparency', 'ViewTransparency'],
|
|
296
|
+
['Underline', 'TextUnderline'],
|
|
297
|
+
['Undo', 'Undo'],
|
|
298
|
+
['Ungroup', 'GroupNo'],
|
|
299
|
+
['Unlink', 'UnLink'],
|
|
300
|
+
['UploadToCloud', 'UploadToCloud'],
|
|
301
|
+
['UploadToCloudOutline', 'UploadToCloud'],
|
|
302
|
+
['User', 'User'],
|
|
303
|
+
['UserAdd', 'UserAdd'],
|
|
304
|
+
['UserAdmin', 'UserSettings'],
|
|
305
|
+
['UserEdit', 'UserEdit'],
|
|
306
|
+
['UserGroup', 'UserGroup'],
|
|
307
|
+
['UserLock', 'UserLock'],
|
|
308
|
+
['UsersLock', 'UsersLock'],
|
|
309
|
+
['VectorDraw', 'VectorDraw'],
|
|
310
|
+
['VideoFilled', 'Filmstrip'],
|
|
311
|
+
['VideoOutline', 'Filmstrip'],
|
|
312
|
+
['ViewDay', 'CalendarDay'],
|
|
313
|
+
['ViewGrid', 'ViewGrid'],
|
|
314
|
+
['ViewList', 'ViewList'],
|
|
315
|
+
['ViewWeek', 'CalendarWeek'],
|
|
316
|
+
['Visibility', 'Visibility'],
|
|
317
|
+
['VisibilityOff', 'VisibilityOff'],
|
|
318
|
+
['VoiceOver', 'Microphone'],
|
|
319
|
+
['VolumeMute', 'VolumeOff'],
|
|
320
|
+
['VolumeOne', 'VolumeOne'],
|
|
321
|
+
['VolumeTwo', 'VolumeTwo'],
|
|
322
|
+
['WebPage', 'WebPage'],
|
|
323
|
+
['ZoomIn', 'ZoomIn'],
|
|
324
|
+
['ZoomOut', 'ZoomOut']
|
|
1282
325
|
]);
|