forked from lepoco/wpfui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFluentSystemIcons-Resizable.json
4055 lines (4055 loc) · 188 KB
/
FluentSystemIcons-Resizable.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"ic_fluent_access_time_20_filled": 57344,
"ic_fluent_access_time_20_regular": 57345,
"ic_fluent_accessibility_20_filled": 57346,
"ic_fluent_accessibility_20_regular": 57347,
"ic_fluent_accessibility_checkmark_20_filled": 57348,
"ic_fluent_accessibility_checkmark_20_regular": 57349,
"ic_fluent_add_20_filled": 57350,
"ic_fluent_add_20_regular": 57351,
"ic_fluent_add_circle_20_filled": 57352,
"ic_fluent_add_circle_20_regular": 57353,
"ic_fluent_add_square_20_filled": 57354,
"ic_fluent_add_square_20_regular": 57355,
"ic_fluent_add_square_multiple_20_filled": 57356,
"ic_fluent_add_square_multiple_20_regular": 57357,
"ic_fluent_add_subtract_circle_20_filled": 57358,
"ic_fluent_add_subtract_circle_20_regular": 57359,
"ic_fluent_airplane_20_filled": 57360,
"ic_fluent_airplane_20_regular": 57361,
"ic_fluent_airplane_take_off_20_filled": 57362,
"ic_fluent_airplane_take_off_20_regular": 57363,
"ic_fluent_album_20_filled": 57364,
"ic_fluent_album_20_regular": 57365,
"ic_fluent_album_add_20_filled": 57366,
"ic_fluent_album_add_20_regular": 57367,
"ic_fluent_alert_20_filled": 57368,
"ic_fluent_alert_20_regular": 57369,
"ic_fluent_alert_badge_20_filled": 57370,
"ic_fluent_alert_badge_20_regular": 57371,
"ic_fluent_alert_off_20_filled": 57372,
"ic_fluent_alert_off_20_regular": 57373,
"ic_fluent_alert_on_20_filled": 57374,
"ic_fluent_alert_on_20_regular": 57375,
"ic_fluent_alert_snooze_20_filled": 57376,
"ic_fluent_alert_snooze_20_regular": 57377,
"ic_fluent_alert_urgent_20_filled": 57378,
"ic_fluent_alert_urgent_20_regular": 57379,
"ic_fluent_align_bottom_20_filled": 57380,
"ic_fluent_align_bottom_20_regular": 57381,
"ic_fluent_align_center_horizontal_20_filled": 57382,
"ic_fluent_align_center_horizontal_20_regular": 57383,
"ic_fluent_align_center_vertical_20_filled": 57384,
"ic_fluent_align_center_vertical_20_regular": 57385,
"ic_fluent_align_end_horizontal_20_filled": 57386,
"ic_fluent_align_end_horizontal_20_regular": 57387,
"ic_fluent_align_end_vertical_20_filled": 57388,
"ic_fluent_align_end_vertical_20_regular": 57389,
"ic_fluent_align_left_20_filled": 57390,
"ic_fluent_align_left_20_regular": 57391,
"ic_fluent_align_right_20_filled": 57392,
"ic_fluent_align_right_20_regular": 57393,
"ic_fluent_align_space_around_horizontal_20_filled": 57394,
"ic_fluent_align_space_around_horizontal_20_regular": 57395,
"ic_fluent_align_space_around_vertical_20_filled": 57396,
"ic_fluent_align_space_around_vertical_20_regular": 57397,
"ic_fluent_align_space_between_horizontal_20_filled": 57398,
"ic_fluent_align_space_between_horizontal_20_regular": 57399,
"ic_fluent_align_space_between_vertical_20_filled": 57400,
"ic_fluent_align_space_between_vertical_20_regular": 57401,
"ic_fluent_align_space_evenly_horizontal_20_filled": 57402,
"ic_fluent_align_space_evenly_horizontal_20_regular": 57403,
"ic_fluent_align_space_evenly_vertical_20_filled": 57404,
"ic_fluent_align_space_evenly_vertical_20_regular": 57405,
"ic_fluent_align_space_fit_vertical_20_filled": 57406,
"ic_fluent_align_space_fit_vertical_20_regular": 57407,
"ic_fluent_align_start_horizontal_20_filled": 57408,
"ic_fluent_align_start_horizontal_20_regular": 57409,
"ic_fluent_align_start_vertical_20_filled": 57410,
"ic_fluent_align_start_vertical_20_regular": 57411,
"ic_fluent_align_stretch_horizontal_20_filled": 57412,
"ic_fluent_align_stretch_horizontal_20_regular": 57413,
"ic_fluent_align_stretch_vertical_20_filled": 57414,
"ic_fluent_align_stretch_vertical_20_regular": 57415,
"ic_fluent_align_top_20_filled": 57416,
"ic_fluent_align_top_20_regular": 57417,
"ic_fluent_animal_cat_20_filled": 57418,
"ic_fluent_animal_cat_20_regular": 57419,
"ic_fluent_animal_dog_20_filled": 57420,
"ic_fluent_animal_dog_20_regular": 57421,
"ic_fluent_animal_rabbit_20_filled": 57422,
"ic_fluent_animal_rabbit_20_regular": 57423,
"ic_fluent_animal_rabbit_off_20_filled": 57424,
"ic_fluent_animal_rabbit_off_20_regular": 57425,
"ic_fluent_animal_turtle_20_filled": 57426,
"ic_fluent_animal_turtle_20_regular": 57427,
"ic_fluent_app_folder_20_filled": 57428,
"ic_fluent_app_folder_20_regular": 57429,
"ic_fluent_app_generic_20_filled": 57430,
"ic_fluent_app_generic_20_regular": 57431,
"ic_fluent_app_recent_20_filled": 57432,
"ic_fluent_app_recent_20_regular": 57433,
"ic_fluent_app_title_20_filled": 57434,
"ic_fluent_app_title_20_regular": 57435,
"ic_fluent_approvals_app_20_filled": 57436,
"ic_fluent_approvals_app_20_regular": 57437,
"ic_fluent_apps_20_filled": 57438,
"ic_fluent_apps_20_regular": 57439,
"ic_fluent_apps_add_in_20_filled": 57440,
"ic_fluent_apps_add_in_20_regular": 57441,
"ic_fluent_apps_list_20_filled": 57442,
"ic_fluent_apps_list_20_regular": 57443,
"ic_fluent_apps_list_detail_20_filled": 57444,
"ic_fluent_apps_list_detail_20_regular": 57445,
"ic_fluent_archive_20_filled": 57446,
"ic_fluent_archive_20_regular": 57447,
"ic_fluent_archive_arrow_back_20_filled": 57448,
"ic_fluent_archive_arrow_back_20_regular": 57449,
"ic_fluent_archive_multiple_20_filled": 57450,
"ic_fluent_archive_multiple_20_regular": 57451,
"ic_fluent_archive_settings_20_filled": 57452,
"ic_fluent_archive_settings_20_regular": 57453,
"ic_fluent_arrow_autofit_content_20_filled": 57454,
"ic_fluent_arrow_autofit_content_20_regular": 57455,
"ic_fluent_arrow_autofit_down_20_filled": 57456,
"ic_fluent_arrow_autofit_down_20_regular": 57457,
"ic_fluent_arrow_autofit_height_20_filled": 57458,
"ic_fluent_arrow_autofit_height_20_regular": 57459,
"ic_fluent_arrow_autofit_height_dotted_20_filled": 57460,
"ic_fluent_arrow_autofit_height_dotted_20_regular": 57461,
"ic_fluent_arrow_autofit_up_20_filled": 57462,
"ic_fluent_arrow_autofit_up_20_regular": 57463,
"ic_fluent_arrow_autofit_width_20_filled": 57464,
"ic_fluent_arrow_autofit_width_20_regular": 57465,
"ic_fluent_arrow_autofit_width_dotted_20_filled": 57466,
"ic_fluent_arrow_autofit_width_dotted_20_regular": 57467,
"ic_fluent_arrow_between_down_20_filled": 57468,
"ic_fluent_arrow_between_down_20_regular": 57469,
"ic_fluent_arrow_between_up_20_filled": 57470,
"ic_fluent_arrow_between_up_20_regular": 57471,
"ic_fluent_arrow_bidirectional_up_down_20_filled": 57472,
"ic_fluent_arrow_bidirectional_up_down_20_regular": 57473,
"ic_fluent_arrow_bounce_20_filled": 57474,
"ic_fluent_arrow_bounce_20_regular": 57475,
"ic_fluent_arrow_circle_down_20_filled": 57476,
"ic_fluent_arrow_circle_down_20_regular": 57477,
"ic_fluent_arrow_circle_down_double_20_filled": 57478,
"ic_fluent_arrow_circle_down_double_20_regular": 57479,
"ic_fluent_arrow_circle_down_right_20_filled": 57480,
"ic_fluent_arrow_circle_down_right_20_regular": 57481,
"ic_fluent_arrow_circle_down_split_20_filled": 57482,
"ic_fluent_arrow_circle_down_split_20_regular": 57483,
"ic_fluent_arrow_circle_down_up_20_filled": 57484,
"ic_fluent_arrow_circle_down_up_20_regular": 57485,
"ic_fluent_arrow_circle_left_20_filled": 57486,
"ic_fluent_arrow_circle_left_20_regular": 57487,
"ic_fluent_arrow_circle_right_20_filled": 57488,
"ic_fluent_arrow_circle_right_20_regular": 57489,
"ic_fluent_arrow_circle_up_20_filled": 57490,
"ic_fluent_arrow_circle_up_20_regular": 57491,
"ic_fluent_arrow_circle_up_left_20_filled": 57492,
"ic_fluent_arrow_circle_up_left_20_regular": 57493,
"ic_fluent_arrow_clockwise_20_filled": 57494,
"ic_fluent_arrow_clockwise_20_regular": 57495,
"ic_fluent_arrow_clockwise_dashes_20_filled": 57496,
"ic_fluent_arrow_clockwise_dashes_20_regular": 57497,
"ic_fluent_arrow_collapse_all_20_filled": 57498,
"ic_fluent_arrow_collapse_all_20_regular": 57499,
"ic_fluent_arrow_counterclockwise_20_filled": 57500,
"ic_fluent_arrow_counterclockwise_20_regular": 57501,
"ic_fluent_arrow_counterclockwise_dashes_20_filled": 57502,
"ic_fluent_arrow_counterclockwise_dashes_20_regular": 57503,
"ic_fluent_arrow_curve_down_left_20_filled": 57504,
"ic_fluent_arrow_curve_down_left_20_regular": 57505,
"ic_fluent_arrow_curve_down_right_20_filled": 57506,
"ic_fluent_arrow_curve_down_right_20_regular": 57507,
"ic_fluent_arrow_curve_up_left_20_filled": 57508,
"ic_fluent_arrow_curve_up_left_20_regular": 57509,
"ic_fluent_arrow_curve_up_right_20_filled": 57510,
"ic_fluent_arrow_curve_up_right_20_regular": 57511,
"ic_fluent_arrow_down_20_filled": 57512,
"ic_fluent_arrow_down_20_regular": 57513,
"ic_fluent_arrow_down_left_20_filled": 57514,
"ic_fluent_arrow_down_left_20_regular": 57515,
"ic_fluent_arrow_download_20_filled": 57516,
"ic_fluent_arrow_download_20_regular": 57517,
"ic_fluent_arrow_eject_20_filled": 57518,
"ic_fluent_arrow_eject_20_regular": 57519,
"ic_fluent_arrow_enter_20_filled": 57520,
"ic_fluent_arrow_enter_20_regular": 57521,
"ic_fluent_arrow_enter_left_20_filled": 57522,
"ic_fluent_arrow_enter_left_20_regular": 57523,
"ic_fluent_arrow_enter_up_20_filled": 57524,
"ic_fluent_arrow_enter_up_20_regular": 57525,
"ic_fluent_arrow_exit_20_filled": 57526,
"ic_fluent_arrow_exit_20_regular": 57527,
"ic_fluent_arrow_expand_20_filled": 57528,
"ic_fluent_arrow_expand_20_regular": 57529,
"ic_fluent_arrow_export_ltr_20_filled": 57530,
"ic_fluent_arrow_export_ltr_20_regular": 57531,
"ic_fluent_arrow_export_rtl_20_filled": 57532,
"ic_fluent_arrow_export_rtl_20_regular": 57533,
"ic_fluent_arrow_export_up_20_filled": 57534,
"ic_fluent_arrow_export_up_20_regular": 57535,
"ic_fluent_arrow_fit_20_filled": 57536,
"ic_fluent_arrow_fit_20_regular": 57537,
"ic_fluent_arrow_fit_in_20_filled": 57538,
"ic_fluent_arrow_fit_in_20_regular": 57539,
"ic_fluent_arrow_forward_20_filled": 57540,
"ic_fluent_arrow_forward_20_regular": 57541,
"ic_fluent_arrow_forward_down_lightning_20_filled": 57542,
"ic_fluent_arrow_forward_down_lightning_20_regular": 57543,
"ic_fluent_arrow_forward_down_person_20_filled": 57544,
"ic_fluent_arrow_forward_down_person_20_regular": 57545,
"ic_fluent_arrow_hook_down_left_20_filled": 57546,
"ic_fluent_arrow_hook_down_left_20_regular": 57547,
"ic_fluent_arrow_hook_down_right_20_filled": 57548,
"ic_fluent_arrow_hook_down_right_20_regular": 57549,
"ic_fluent_arrow_hook_up_left_20_filled": 57550,
"ic_fluent_arrow_hook_up_left_20_regular": 57551,
"ic_fluent_arrow_hook_up_right_20_filled": 57552,
"ic_fluent_arrow_hook_up_right_20_regular": 57553,
"ic_fluent_arrow_import_20_filled": 57554,
"ic_fluent_arrow_import_20_regular": 57555,
"ic_fluent_arrow_join_20_filled": 57556,
"ic_fluent_arrow_join_20_regular": 57557,
"ic_fluent_arrow_left_20_filled": 57558,
"ic_fluent_arrow_left_20_regular": 57559,
"ic_fluent_arrow_maximize_20_filled": 57560,
"ic_fluent_arrow_maximize_20_regular": 57561,
"ic_fluent_arrow_maximize_vertical_20_filled": 57562,
"ic_fluent_arrow_maximize_vertical_20_regular": 57563,
"ic_fluent_arrow_minimize_20_filled": 57564,
"ic_fluent_arrow_minimize_20_regular": 57565,
"ic_fluent_arrow_minimize_vertical_20_filled": 57566,
"ic_fluent_arrow_minimize_vertical_20_regular": 57567,
"ic_fluent_arrow_move_20_filled": 57568,
"ic_fluent_arrow_move_20_regular": 57569,
"ic_fluent_arrow_move_inward_20_filled": 57570,
"ic_fluent_arrow_move_inward_20_regular": 57571,
"ic_fluent_arrow_next_20_filled": 57572,
"ic_fluent_arrow_next_20_regular": 57573,
"ic_fluent_arrow_outline_up_right_20_filled": 57574,
"ic_fluent_arrow_outline_up_right_20_regular": 57575,
"ic_fluent_arrow_paragraph_20_filled": 57576,
"ic_fluent_arrow_paragraph_20_regular": 57577,
"ic_fluent_arrow_previous_20_filled": 57578,
"ic_fluent_arrow_previous_20_regular": 57579,
"ic_fluent_arrow_redo_20_filled": 57580,
"ic_fluent_arrow_redo_20_regular": 57581,
"ic_fluent_arrow_repeat_all_20_filled": 57582,
"ic_fluent_arrow_repeat_all_20_regular": 57583,
"ic_fluent_arrow_repeat_all_off_20_filled": 57584,
"ic_fluent_arrow_repeat_all_off_20_regular": 57585,
"ic_fluent_arrow_reply_20_filled": 57586,
"ic_fluent_arrow_reply_20_regular": 57587,
"ic_fluent_arrow_reply_all_20_filled": 57588,
"ic_fluent_arrow_reply_all_20_regular": 57589,
"ic_fluent_arrow_reply_down_20_filled": 57590,
"ic_fluent_arrow_reply_down_20_regular": 57591,
"ic_fluent_arrow_reset_20_filled": 57592,
"ic_fluent_arrow_reset_20_regular": 57593,
"ic_fluent_arrow_right_20_filled": 57594,
"ic_fluent_arrow_right_20_regular": 57595,
"ic_fluent_arrow_rotate_clockwise_20_filled": 57596,
"ic_fluent_arrow_rotate_clockwise_20_regular": 57597,
"ic_fluent_arrow_rotate_counterclockwise_20_filled": 57598,
"ic_fluent_arrow_rotate_counterclockwise_20_regular": 57599,
"ic_fluent_arrow_routing_20_filled": 57600,
"ic_fluent_arrow_routing_20_regular": 57601,
"ic_fluent_arrow_routing_rectangle_multiple_20_filled": 57602,
"ic_fluent_arrow_routing_rectangle_multiple_20_regular": 57603,
"ic_fluent_arrow_sort_20_filled": 57604,
"ic_fluent_arrow_sort_20_regular": 57605,
"ic_fluent_arrow_sort_down_20_filled": 57606,
"ic_fluent_arrow_sort_down_20_regular": 57607,
"ic_fluent_arrow_sort_down_lines_20_filled": 57608,
"ic_fluent_arrow_sort_down_lines_20_regular": 57609,
"ic_fluent_arrow_sort_up_20_filled": 57610,
"ic_fluent_arrow_sort_up_20_regular": 57611,
"ic_fluent_arrow_split_20_filled": 57612,
"ic_fluent_arrow_split_20_regular": 57613,
"ic_fluent_arrow_square_down_20_filled": 57614,
"ic_fluent_arrow_square_down_20_regular": 57615,
"ic_fluent_arrow_step_back_20_filled": 57616,
"ic_fluent_arrow_step_back_20_regular": 57617,
"ic_fluent_arrow_step_in_20_filled": 57618,
"ic_fluent_arrow_step_in_20_regular": 57619,
"ic_fluent_arrow_step_in_left_20_filled": 57620,
"ic_fluent_arrow_step_in_left_20_regular": 57621,
"ic_fluent_arrow_step_in_right_20_filled": 57622,
"ic_fluent_arrow_step_in_right_20_regular": 57623,
"ic_fluent_arrow_step_out_20_filled": 57624,
"ic_fluent_arrow_step_out_20_regular": 57625,
"ic_fluent_arrow_step_over_20_filled": 57626,
"ic_fluent_arrow_step_over_20_regular": 57627,
"ic_fluent_arrow_swap_20_filled": 57628,
"ic_fluent_arrow_swap_20_regular": 57629,
"ic_fluent_arrow_sync_20_filled": 57630,
"ic_fluent_arrow_sync_20_regular": 57631,
"ic_fluent_arrow_sync_checkmark_20_filled": 57632,
"ic_fluent_arrow_sync_checkmark_20_regular": 57633,
"ic_fluent_arrow_sync_circle_20_filled": 57634,
"ic_fluent_arrow_sync_circle_20_regular": 57635,
"ic_fluent_arrow_sync_dismiss_20_filled": 57636,
"ic_fluent_arrow_sync_dismiss_20_regular": 57637,
"ic_fluent_arrow_sync_off_20_filled": 57638,
"ic_fluent_arrow_sync_off_20_regular": 57639,
"ic_fluent_arrow_trending_20_filled": 57640,
"ic_fluent_arrow_trending_20_regular": 57641,
"ic_fluent_arrow_trending_checkmark_20_filled": 57642,
"ic_fluent_arrow_trending_checkmark_20_regular": 57643,
"ic_fluent_arrow_trending_down_20_filled": 57644,
"ic_fluent_arrow_trending_down_20_regular": 57645,
"ic_fluent_arrow_trending_lines_20_filled": 57646,
"ic_fluent_arrow_trending_lines_20_regular": 57647,
"ic_fluent_arrow_trending_settings_20_filled": 57648,
"ic_fluent_arrow_trending_settings_20_regular": 57649,
"ic_fluent_arrow_trending_text_20_filled": 57650,
"ic_fluent_arrow_trending_text_20_regular": 57651,
"ic_fluent_arrow_trending_wrench_20_filled": 57652,
"ic_fluent_arrow_trending_wrench_20_regular": 57653,
"ic_fluent_arrow_turn_bidirectional_down_right_20_filled": 57654,
"ic_fluent_arrow_turn_bidirectional_down_right_20_regular": 57655,
"ic_fluent_arrow_turn_right_20_filled": 57656,
"ic_fluent_arrow_turn_right_20_regular": 57657,
"ic_fluent_arrow_undo_20_filled": 57658,
"ic_fluent_arrow_undo_20_regular": 57659,
"ic_fluent_arrow_up_20_filled": 57660,
"ic_fluent_arrow_up_20_regular": 57661,
"ic_fluent_arrow_up_left_20_filled": 57662,
"ic_fluent_arrow_up_left_20_regular": 57663,
"ic_fluent_arrow_up_right_20_filled": 57664,
"ic_fluent_arrow_up_right_20_regular": 57665,
"ic_fluent_arrow_upload_20_filled": 57666,
"ic_fluent_arrow_upload_20_regular": 57667,
"ic_fluent_arrow_wrap_20_filled": 57668,
"ic_fluent_arrow_wrap_20_regular": 57669,
"ic_fluent_arrow_wrap_off_20_filled": 57670,
"ic_fluent_arrow_wrap_off_20_regular": 57671,
"ic_fluent_arrows_bidirectional_20_filled": 57672,
"ic_fluent_arrows_bidirectional_20_regular": 57673,
"ic_fluent_attach_20_filled": 57674,
"ic_fluent_attach_20_regular": 57675,
"ic_fluent_attach_arrow_right_20_filled": 57676,
"ic_fluent_attach_arrow_right_20_regular": 57677,
"ic_fluent_attach_text_20_filled": 57678,
"ic_fluent_attach_text_20_regular": 57679,
"ic_fluent_auto_fit_height_20_filled": 57680,
"ic_fluent_auto_fit_height_20_regular": 57681,
"ic_fluent_auto_fit_width_20_filled": 57682,
"ic_fluent_auto_fit_width_20_regular": 57683,
"ic_fluent_autocorrect_20_filled": 57684,
"ic_fluent_autocorrect_20_regular": 57685,
"ic_fluent_autosum_20_filled": 57686,
"ic_fluent_autosum_20_regular": 57687,
"ic_fluent_backpack_20_filled": 57688,
"ic_fluent_backpack_20_regular": 57689,
"ic_fluent_backpack_add_20_filled": 57690,
"ic_fluent_backpack_add_20_regular": 57691,
"ic_fluent_backspace_20_filled": 57692,
"ic_fluent_backspace_20_regular": 57693,
"ic_fluent_badge_20_filled": 57694,
"ic_fluent_badge_20_regular": 57695,
"ic_fluent_balloon_20_filled": 57696,
"ic_fluent_balloon_20_regular": 57697,
"ic_fluent_barcode_scanner_20_filled": 57698,
"ic_fluent_barcode_scanner_20_regular": 57699,
"ic_fluent_battery_0_20_filled": 57700,
"ic_fluent_battery_0_20_regular": 57701,
"ic_fluent_battery_1_20_filled": 57702,
"ic_fluent_battery_1_20_regular": 57703,
"ic_fluent_battery_10_20_filled": 57704,
"ic_fluent_battery_10_20_regular": 57705,
"ic_fluent_battery_2_20_filled": 57706,
"ic_fluent_battery_2_20_regular": 57707,
"ic_fluent_battery_3_20_filled": 57708,
"ic_fluent_battery_3_20_regular": 57709,
"ic_fluent_battery_4_20_filled": 57710,
"ic_fluent_battery_4_20_regular": 57711,
"ic_fluent_battery_5_20_filled": 57712,
"ic_fluent_battery_5_20_regular": 57713,
"ic_fluent_battery_6_20_filled": 57714,
"ic_fluent_battery_6_20_regular": 57715,
"ic_fluent_battery_7_20_filled": 57716,
"ic_fluent_battery_7_20_regular": 57717,
"ic_fluent_battery_8_20_filled": 57718,
"ic_fluent_battery_8_20_regular": 57719,
"ic_fluent_battery_9_20_filled": 57720,
"ic_fluent_battery_9_20_regular": 57721,
"ic_fluent_battery_charge_20_filled": 57722,
"ic_fluent_battery_charge_20_regular": 57723,
"ic_fluent_battery_checkmark_20_filled": 57724,
"ic_fluent_battery_checkmark_20_regular": 57725,
"ic_fluent_battery_saver_20_filled": 57726,
"ic_fluent_battery_saver_20_regular": 57727,
"ic_fluent_battery_warning_20_filled": 57728,
"ic_fluent_battery_warning_20_regular": 57729,
"ic_fluent_beach_20_filled": 57730,
"ic_fluent_beach_20_regular": 57731,
"ic_fluent_beaker_20_filled": 57732,
"ic_fluent_beaker_20_regular": 57733,
"ic_fluent_beaker_edit_20_filled": 57734,
"ic_fluent_beaker_edit_20_regular": 57735,
"ic_fluent_beaker_off_20_filled": 57736,
"ic_fluent_beaker_off_20_regular": 57737,
"ic_fluent_bed_20_filled": 57738,
"ic_fluent_bed_20_regular": 57739,
"ic_fluent_bezier_curve_square_20_filled": 57740,
"ic_fluent_bezier_curve_square_20_regular": 57741,
"ic_fluent_bin_full_20_filled": 57742,
"ic_fluent_bin_full_20_regular": 57743,
"ic_fluent_bluetooth_20_filled": 57744,
"ic_fluent_bluetooth_20_regular": 57745,
"ic_fluent_bluetooth_connected_20_filled": 57746,
"ic_fluent_bluetooth_connected_20_regular": 57747,
"ic_fluent_bluetooth_disabled_20_filled": 57748,
"ic_fluent_bluetooth_disabled_20_regular": 57749,
"ic_fluent_bluetooth_searching_20_filled": 57750,
"ic_fluent_bluetooth_searching_20_regular": 57751,
"ic_fluent_blur_20_filled": 57752,
"ic_fluent_blur_20_regular": 57753,
"ic_fluent_board_20_filled": 57754,
"ic_fluent_board_20_regular": 57755,
"ic_fluent_board_games_20_filled": 57756,
"ic_fluent_board_games_20_regular": 57757,
"ic_fluent_board_heart_20_filled": 57758,
"ic_fluent_board_heart_20_regular": 57759,
"ic_fluent_board_split_20_filled": 57760,
"ic_fluent_board_split_20_regular": 57761,
"ic_fluent_book_20_filled": 57762,
"ic_fluent_book_20_regular": 57763,
"ic_fluent_book_add_20_filled": 57764,
"ic_fluent_book_add_20_regular": 57765,
"ic_fluent_book_arrow_clockwise_20_filled": 57766,
"ic_fluent_book_arrow_clockwise_20_regular": 57767,
"ic_fluent_book_clock_20_filled": 57768,
"ic_fluent_book_clock_20_regular": 57769,
"ic_fluent_book_coins_20_filled": 57770,
"ic_fluent_book_coins_20_regular": 57771,
"ic_fluent_book_compass_20_filled": 57772,
"ic_fluent_book_compass_20_regular": 57773,
"ic_fluent_book_contacts_20_filled": 57774,
"ic_fluent_book_contacts_20_regular": 57775,
"ic_fluent_book_database_20_filled": 57776,
"ic_fluent_book_database_20_regular": 57777,
"ic_fluent_book_exclamation_mark_20_filled": 57778,
"ic_fluent_book_exclamation_mark_20_regular": 57779,
"ic_fluent_book_globe_20_filled": 57780,
"ic_fluent_book_globe_20_regular": 57781,
"ic_fluent_book_information_20_filled": 57782,
"ic_fluent_book_information_20_regular": 57783,
"ic_fluent_book_letter_20_filled": 57784,
"ic_fluent_book_letter_20_regular": 57785,
"ic_fluent_book_number_20_filled": 57786,
"ic_fluent_book_number_20_regular": 57787,
"ic_fluent_book_open_20_filled": 57788,
"ic_fluent_book_open_20_regular": 57789,
"ic_fluent_book_open_globe_20_filled": 57790,
"ic_fluent_book_open_globe_20_regular": 57791,
"ic_fluent_book_open_microphone_20_filled": 57792,
"ic_fluent_book_open_microphone_20_regular": 57793,
"ic_fluent_book_pulse_20_filled": 57794,
"ic_fluent_book_pulse_20_regular": 57795,
"ic_fluent_book_question_mark_20_filled": 57796,
"ic_fluent_book_question_mark_20_regular": 57797,
"ic_fluent_book_question_mark_rtl_20_filled": 57798,
"ic_fluent_book_question_mark_rtl_20_regular": 57799,
"ic_fluent_book_search_20_filled": 57800,
"ic_fluent_book_search_20_regular": 57801,
"ic_fluent_book_star_20_filled": 57802,
"ic_fluent_book_star_20_regular": 57803,
"ic_fluent_book_template_20_filled": 57804,
"ic_fluent_book_template_20_regular": 57805,
"ic_fluent_book_theta_20_filled": 57806,
"ic_fluent_book_theta_20_regular": 57807,
"ic_fluent_book_toolbox_20_filled": 57808,
"ic_fluent_book_toolbox_20_regular": 57809,
"ic_fluent_bookmark_20_filled": 57810,
"ic_fluent_bookmark_20_regular": 57811,
"ic_fluent_bookmark_add_20_filled": 57812,
"ic_fluent_bookmark_add_20_regular": 57813,
"ic_fluent_bookmark_multiple_20_filled": 57814,
"ic_fluent_bookmark_multiple_20_regular": 57815,
"ic_fluent_bookmark_off_20_filled": 57816,
"ic_fluent_bookmark_off_20_regular": 57817,
"ic_fluent_bookmark_search_20_filled": 57818,
"ic_fluent_bookmark_search_20_regular": 57819,
"ic_fluent_border_all_20_filled": 57820,
"ic_fluent_border_all_20_regular": 57821,
"ic_fluent_border_bottom_20_filled": 57822,
"ic_fluent_border_bottom_20_regular": 57823,
"ic_fluent_border_bottom_double_20_filled": 57824,
"ic_fluent_border_bottom_double_20_regular": 57825,
"ic_fluent_border_bottom_thick_20_filled": 57826,
"ic_fluent_border_bottom_thick_20_regular": 57827,
"ic_fluent_border_left_20_filled": 57828,
"ic_fluent_border_left_20_regular": 57829,
"ic_fluent_border_left_right_20_filled": 57830,
"ic_fluent_border_left_right_20_regular": 57831,
"ic_fluent_border_none_20_filled": 57832,
"ic_fluent_border_none_20_regular": 57833,
"ic_fluent_border_outside_20_filled": 57834,
"ic_fluent_border_outside_20_regular": 57835,
"ic_fluent_border_outside_thick_20_filled": 57836,
"ic_fluent_border_outside_thick_20_regular": 57837,
"ic_fluent_border_right_20_filled": 57838,
"ic_fluent_border_right_20_regular": 57839,
"ic_fluent_border_top_20_filled": 57840,
"ic_fluent_border_top_20_regular": 57841,
"ic_fluent_border_top_bottom_20_filled": 57842,
"ic_fluent_border_top_bottom_20_regular": 57843,
"ic_fluent_border_top_bottom_double_20_filled": 57844,
"ic_fluent_border_top_bottom_double_20_regular": 57845,
"ic_fluent_border_top_bottom_thick_20_filled": 57846,
"ic_fluent_border_top_bottom_thick_20_regular": 57847,
"ic_fluent_bot_20_filled": 57848,
"ic_fluent_bot_20_regular": 57849,
"ic_fluent_bot_add_20_filled": 57850,
"ic_fluent_bot_add_20_regular": 57851,
"ic_fluent_bowl_chopsticks_20_filled": 57852,
"ic_fluent_bowl_chopsticks_20_regular": 57853,
"ic_fluent_bowl_salad_20_filled": 57854,
"ic_fluent_bowl_salad_20_regular": 57855,
"ic_fluent_box_20_filled": 57856,
"ic_fluent_box_20_regular": 57857,
"ic_fluent_box_arrow_left_20_filled": 57858,
"ic_fluent_box_arrow_left_20_regular": 57859,
"ic_fluent_box_arrow_up_20_filled": 57860,
"ic_fluent_box_arrow_up_20_regular": 57861,
"ic_fluent_box_checkmark_20_filled": 57862,
"ic_fluent_box_checkmark_20_regular": 57863,
"ic_fluent_box_dismiss_20_filled": 57864,
"ic_fluent_box_dismiss_20_regular": 57865,
"ic_fluent_box_edit_20_filled": 57866,
"ic_fluent_box_edit_20_regular": 57867,
"ic_fluent_box_multiple_20_filled": 57868,
"ic_fluent_box_multiple_20_regular": 57869,
"ic_fluent_box_multiple_arrow_left_20_filled": 57870,
"ic_fluent_box_multiple_arrow_left_20_regular": 57871,
"ic_fluent_box_multiple_arrow_right_20_filled": 57872,
"ic_fluent_box_multiple_arrow_right_20_regular": 57873,
"ic_fluent_box_multiple_checkmark_20_filled": 57874,
"ic_fluent_box_multiple_checkmark_20_regular": 57875,
"ic_fluent_box_multiple_search_20_filled": 57876,
"ic_fluent_box_multiple_search_20_regular": 57877,
"ic_fluent_box_search_20_filled": 57878,
"ic_fluent_box_search_20_regular": 57879,
"ic_fluent_box_toolbox_20_filled": 57880,
"ic_fluent_box_toolbox_20_regular": 57881,
"ic_fluent_braces_20_filled": 57882,
"ic_fluent_braces_20_regular": 57883,
"ic_fluent_braces_variable_20_filled": 57884,
"ic_fluent_braces_variable_20_regular": 57885,
"ic_fluent_brain_circuit_20_filled": 57886,
"ic_fluent_brain_circuit_20_regular": 57887,
"ic_fluent_branch_20_filled": 57888,
"ic_fluent_branch_20_regular": 57889,
"ic_fluent_branch_compare_20_filled": 57890,
"ic_fluent_branch_compare_20_regular": 57891,
"ic_fluent_branch_fork_20_filled": 57892,
"ic_fluent_branch_fork_20_regular": 57893,
"ic_fluent_branch_fork_hint_20_filled": 57894,
"ic_fluent_branch_fork_hint_20_regular": 57895,
"ic_fluent_branch_fork_link_20_filled": 57896,
"ic_fluent_branch_fork_link_20_regular": 57897,
"ic_fluent_branch_request_20_filled": 57898,
"ic_fluent_branch_request_20_regular": 57899,
"ic_fluent_breakout_room_20_filled": 57900,
"ic_fluent_breakout_room_20_regular": 57901,
"ic_fluent_briefcase_20_filled": 57902,
"ic_fluent_briefcase_20_regular": 57903,
"ic_fluent_briefcase_medical_20_filled": 57904,
"ic_fluent_briefcase_medical_20_regular": 57905,
"ic_fluent_briefcase_off_20_filled": 57906,
"ic_fluent_briefcase_off_20_regular": 57907,
"ic_fluent_brightness_high_20_filled": 57908,
"ic_fluent_brightness_high_20_regular": 57909,
"ic_fluent_brightness_low_20_filled": 57910,
"ic_fluent_brightness_low_20_regular": 57911,
"ic_fluent_broad_activity_feed_20_filled": 57912,
"ic_fluent_broad_activity_feed_20_regular": 57913,
"ic_fluent_broom_20_filled": 57914,
"ic_fluent_broom_20_regular": 57915,
"ic_fluent_bug_20_filled": 57916,
"ic_fluent_bug_20_regular": 57917,
"ic_fluent_bug_arrow_counterclockwise_20_filled": 57918,
"ic_fluent_bug_arrow_counterclockwise_20_regular": 57919,
"ic_fluent_bug_prohibited_20_filled": 57920,
"ic_fluent_bug_prohibited_20_regular": 57921,
"ic_fluent_building_20_filled": 57922,
"ic_fluent_building_20_regular": 57923,
"ic_fluent_building_bank_20_filled": 57924,
"ic_fluent_building_bank_20_regular": 57925,
"ic_fluent_building_bank_link_20_filled": 57926,
"ic_fluent_building_bank_link_20_regular": 57927,
"ic_fluent_building_bank_toolbox_20_filled": 57928,
"ic_fluent_building_bank_toolbox_20_regular": 57929,
"ic_fluent_building_factory_20_filled": 57930,
"ic_fluent_building_factory_20_regular": 57931,
"ic_fluent_building_government_20_filled": 57932,
"ic_fluent_building_government_20_regular": 57933,
"ic_fluent_building_home_20_filled": 57934,
"ic_fluent_building_home_20_regular": 57935,
"ic_fluent_building_lighthouse_20_filled": 57936,
"ic_fluent_building_lighthouse_20_regular": 57937,
"ic_fluent_building_multiple_20_filled": 57938,
"ic_fluent_building_multiple_20_regular": 57939,
"ic_fluent_building_retail_20_filled": 57940,
"ic_fluent_building_retail_20_regular": 57941,
"ic_fluent_building_retail_money_20_filled": 57942,
"ic_fluent_building_retail_money_20_regular": 57943,
"ic_fluent_building_retail_more_20_filled": 57944,
"ic_fluent_building_retail_more_20_regular": 57945,
"ic_fluent_building_retail_shield_20_filled": 57946,
"ic_fluent_building_retail_shield_20_regular": 57947,
"ic_fluent_building_retail_toolbox_20_filled": 57948,
"ic_fluent_building_retail_toolbox_20_regular": 57949,
"ic_fluent_building_shop_20_filled": 57950,
"ic_fluent_building_shop_20_regular": 57951,
"ic_fluent_building_skyscraper_20_filled": 57952,
"ic_fluent_building_skyscraper_20_regular": 57953,
"ic_fluent_calculator_20_filled": 57954,
"ic_fluent_calculator_20_regular": 57955,
"ic_fluent_calculator_arrow_clockwise_20_filled": 57956,
"ic_fluent_calculator_arrow_clockwise_20_regular": 57957,
"ic_fluent_calculator_multiple_20_filled": 57958,
"ic_fluent_calculator_multiple_20_regular": 57959,
"ic_fluent_calendar_3_day_20_filled": 57960,
"ic_fluent_calendar_3_day_20_regular": 57961,
"ic_fluent_calendar_add_20_filled": 57962,
"ic_fluent_calendar_add_20_regular": 57963,
"ic_fluent_calendar_agenda_20_filled": 57964,
"ic_fluent_calendar_agenda_20_regular": 57965,
"ic_fluent_calendar_arrow_down_20_filled": 57966,
"ic_fluent_calendar_arrow_down_20_regular": 57967,
"ic_fluent_calendar_arrow_right_20_filled": 57968,
"ic_fluent_calendar_arrow_right_20_regular": 57969,
"ic_fluent_calendar_assistant_20_filled": 57970,
"ic_fluent_calendar_assistant_20_regular": 57971,
"ic_fluent_calendar_cancel_20_filled": 57972,
"ic_fluent_calendar_cancel_20_regular": 57973,
"ic_fluent_calendar_chat_20_filled": 57974,
"ic_fluent_calendar_chat_20_regular": 57975,
"ic_fluent_calendar_checkmark_20_filled": 57976,
"ic_fluent_calendar_checkmark_20_regular": 57977,
"ic_fluent_calendar_clock_20_filled": 57978,
"ic_fluent_calendar_clock_20_regular": 57979,
"ic_fluent_calendar_data_bar_20_filled": 57980,
"ic_fluent_calendar_data_bar_20_regular": 57981,
"ic_fluent_calendar_day_20_filled": 57982,
"ic_fluent_calendar_day_20_regular": 57983,
"ic_fluent_calendar_edit_20_filled": 57984,
"ic_fluent_calendar_edit_20_regular": 57985,
"ic_fluent_calendar_empty_20_filled": 57986,
"ic_fluent_calendar_empty_20_regular": 57987,
"ic_fluent_calendar_error_20_filled": 57988,
"ic_fluent_calendar_error_20_regular": 57989,
"ic_fluent_calendar_info_20_filled": 57990,
"ic_fluent_calendar_info_20_regular": 57991,
"ic_fluent_calendar_ltr_20_filled": 57992,
"ic_fluent_calendar_ltr_20_regular": 57993,
"ic_fluent_calendar_mail_20_filled": 57994,
"ic_fluent_calendar_mail_20_regular": 57995,
"ic_fluent_calendar_mention_20_filled": 57996,
"ic_fluent_calendar_mention_20_regular": 57997,
"ic_fluent_calendar_month_20_filled": 57998,
"ic_fluent_calendar_month_20_regular": 57999,
"ic_fluent_calendar_multiple_20_filled": 58000,
"ic_fluent_calendar_multiple_20_regular": 58001,
"ic_fluent_calendar_pattern_20_filled": 58002,
"ic_fluent_calendar_pattern_20_regular": 58003,
"ic_fluent_calendar_person_20_filled": 58004,
"ic_fluent_calendar_person_20_regular": 58005,
"ic_fluent_calendar_phone_20_filled": 58006,
"ic_fluent_calendar_phone_20_regular": 58007,
"ic_fluent_calendar_question_mark_20_filled": 58008,
"ic_fluent_calendar_question_mark_20_regular": 58009,
"ic_fluent_calendar_reply_20_filled": 58010,
"ic_fluent_calendar_reply_20_regular": 58011,
"ic_fluent_calendar_rtl_20_filled": 58012,
"ic_fluent_calendar_rtl_20_regular": 58013,
"ic_fluent_calendar_search_20_filled": 58014,
"ic_fluent_calendar_search_20_regular": 58015,
"ic_fluent_calendar_settings_20_filled": 58016,
"ic_fluent_calendar_settings_20_regular": 58017,
"ic_fluent_calendar_star_20_filled": 58018,
"ic_fluent_calendar_star_20_regular": 58019,
"ic_fluent_calendar_sync_20_filled": 58020,
"ic_fluent_calendar_sync_20_regular": 58021,
"ic_fluent_calendar_today_20_filled": 58022,
"ic_fluent_calendar_today_20_regular": 58023,
"ic_fluent_calendar_toolbox_20_filled": 58024,
"ic_fluent_calendar_toolbox_20_regular": 58025,
"ic_fluent_calendar_week_numbers_20_filled": 58026,
"ic_fluent_calendar_week_numbers_20_regular": 58027,
"ic_fluent_calendar_week_start_20_filled": 58028,
"ic_fluent_calendar_week_start_20_regular": 58029,
"ic_fluent_calendar_work_week_20_filled": 58030,
"ic_fluent_calendar_work_week_20_regular": 58031,
"ic_fluent_call_20_filled": 58032,
"ic_fluent_call_20_regular": 58033,
"ic_fluent_call_add_20_filled": 58034,
"ic_fluent_call_add_20_regular": 58035,
"ic_fluent_call_checkmark_20_filled": 58036,
"ic_fluent_call_checkmark_20_regular": 58037,
"ic_fluent_call_connecting_20_filled": 58038,
"ic_fluent_call_connecting_20_regular": 58039,
"ic_fluent_call_dismiss_20_filled": 58040,
"ic_fluent_call_dismiss_20_regular": 58041,
"ic_fluent_call_end_20_filled": 58042,
"ic_fluent_call_end_20_regular": 58043,
"ic_fluent_call_exclamation_20_filled": 58044,
"ic_fluent_call_exclamation_20_regular": 58045,
"ic_fluent_call_forward_20_filled": 58046,
"ic_fluent_call_forward_20_regular": 58047,
"ic_fluent_call_inbound_20_filled": 58048,
"ic_fluent_call_inbound_20_regular": 58049,
"ic_fluent_call_missed_20_filled": 58050,
"ic_fluent_call_missed_20_regular": 58051,
"ic_fluent_call_outbound_20_filled": 58052,
"ic_fluent_call_outbound_20_regular": 58053,
"ic_fluent_call_park_20_filled": 58054,
"ic_fluent_call_park_20_regular": 58055,
"ic_fluent_call_pause_20_filled": 58056,
"ic_fluent_call_pause_20_regular": 58057,
"ic_fluent_call_prohibited_20_filled": 58058,
"ic_fluent_call_prohibited_20_regular": 58059,
"ic_fluent_call_transfer_20_filled": 58060,
"ic_fluent_call_transfer_20_regular": 58061,
"ic_fluent_call_warning_20_filled": 58062,
"ic_fluent_call_warning_20_regular": 58063,
"ic_fluent_calligraphy_pen_20_filled": 58064,
"ic_fluent_calligraphy_pen_20_regular": 58065,
"ic_fluent_calligraphy_pen_checkmark_20_filled": 58066,
"ic_fluent_calligraphy_pen_checkmark_20_regular": 58067,
"ic_fluent_calligraphy_pen_error_20_filled": 58068,
"ic_fluent_calligraphy_pen_error_20_regular": 58069,
"ic_fluent_calligraphy_pen_question_mark_20_filled": 58070,
"ic_fluent_calligraphy_pen_question_mark_20_regular": 58071,
"ic_fluent_camera_20_filled": 58072,
"ic_fluent_camera_20_regular": 58073,
"ic_fluent_camera_add_20_filled": 58074,
"ic_fluent_camera_add_20_regular": 58075,
"ic_fluent_camera_dome_20_filled": 58076,
"ic_fluent_camera_dome_20_regular": 58077,
"ic_fluent_camera_edit_20_filled": 58078,
"ic_fluent_camera_edit_20_regular": 58079,
"ic_fluent_camera_off_20_filled": 58080,
"ic_fluent_camera_off_20_regular": 58081,
"ic_fluent_camera_switch_20_filled": 58082,
"ic_fluent_camera_switch_20_regular": 58083,
"ic_fluent_caret_down_20_filled": 58084,
"ic_fluent_caret_down_20_regular": 58085,
"ic_fluent_caret_down_right_20_filled": 58086,
"ic_fluent_caret_down_right_20_regular": 58087,
"ic_fluent_caret_left_20_filled": 58088,
"ic_fluent_caret_left_20_regular": 58089,
"ic_fluent_caret_right_20_filled": 58090,
"ic_fluent_caret_right_20_regular": 58091,
"ic_fluent_caret_up_20_filled": 58092,
"ic_fluent_caret_up_20_regular": 58093,
"ic_fluent_cart_20_filled": 58094,
"ic_fluent_cart_20_regular": 58095,
"ic_fluent_cast_20_filled": 58096,
"ic_fluent_cast_20_regular": 58097,
"ic_fluent_catch_up_20_filled": 58098,
"ic_fluent_catch_up_20_regular": 58099,
"ic_fluent_cellular_3g_20_filled": 58100,
"ic_fluent_cellular_3g_20_regular": 58101,
"ic_fluent_cellular_4g_20_filled": 58102,
"ic_fluent_cellular_4g_20_regular": 58103,
"ic_fluent_cellular_5g_20_filled": 58104,
"ic_fluent_cellular_5g_20_regular": 58105,
"ic_fluent_cellular_data_1_20_filled": 58106,
"ic_fluent_cellular_data_1_20_regular": 58107,
"ic_fluent_cellular_data_2_20_filled": 58108,
"ic_fluent_cellular_data_2_20_regular": 58109,
"ic_fluent_cellular_data_3_20_filled": 58110,
"ic_fluent_cellular_data_3_20_regular": 58111,
"ic_fluent_cellular_data_4_20_filled": 58112,
"ic_fluent_cellular_data_4_20_regular": 58113,
"ic_fluent_cellular_data_5_20_filled": 58114,
"ic_fluent_cellular_data_5_20_regular": 58115,
"ic_fluent_cellular_off_20_filled": 58116,
"ic_fluent_cellular_off_20_regular": 58117,
"ic_fluent_cellular_warning_20_filled": 58118,
"ic_fluent_cellular_warning_20_regular": 58119,
"ic_fluent_center_horizontal_20_filled": 58120,
"ic_fluent_center_horizontal_20_regular": 58121,
"ic_fluent_center_vertical_20_filled": 58122,
"ic_fluent_center_vertical_20_regular": 58123,
"ic_fluent_certificate_20_filled": 58124,
"ic_fluent_certificate_20_regular": 58125,
"ic_fluent_channel_20_filled": 58126,
"ic_fluent_channel_20_regular": 58127,
"ic_fluent_channel_add_20_filled": 58128,
"ic_fluent_channel_add_20_regular": 58129,
"ic_fluent_channel_alert_20_filled": 58130,
"ic_fluent_channel_alert_20_regular": 58131,
"ic_fluent_channel_arrow_left_20_filled": 58132,
"ic_fluent_channel_arrow_left_20_regular": 58133,
"ic_fluent_channel_dismiss_20_filled": 58134,
"ic_fluent_channel_dismiss_20_regular": 58135,
"ic_fluent_channel_share_20_filled": 58136,
"ic_fluent_channel_share_20_regular": 58137,
"ic_fluent_channel_subtract_20_filled": 58138,
"ic_fluent_channel_subtract_20_regular": 58139,
"ic_fluent_chart_multiple_20_filled": 58140,
"ic_fluent_chart_multiple_20_regular": 58141,
"ic_fluent_chart_person_20_filled": 58142,
"ic_fluent_chart_person_20_regular": 58143,
"ic_fluent_chat_20_filled": 58144,
"ic_fluent_chat_20_regular": 58145,
"ic_fluent_chat_arrow_back_20_filled": 58146,
"ic_fluent_chat_arrow_back_20_regular": 58147,
"ic_fluent_chat_arrow_double_back_20_filled": 58148,
"ic_fluent_chat_arrow_double_back_20_regular": 58149,
"ic_fluent_chat_bubbles_question_20_filled": 58150,
"ic_fluent_chat_bubbles_question_20_regular": 58151,
"ic_fluent_chat_dismiss_20_filled": 58152,
"ic_fluent_chat_dismiss_20_regular": 58153,
"ic_fluent_chat_help_20_filled": 58154,
"ic_fluent_chat_help_20_regular": 58155,
"ic_fluent_chat_mail_20_filled": 58156,
"ic_fluent_chat_mail_20_regular": 58157,
"ic_fluent_chat_multiple_20_filled": 58158,
"ic_fluent_chat_multiple_20_regular": 58159,
"ic_fluent_chat_off_20_filled": 58160,
"ic_fluent_chat_off_20_regular": 58161,
"ic_fluent_chat_settings_20_filled": 58162,
"ic_fluent_chat_settings_20_regular": 58163,
"ic_fluent_chat_video_20_filled": 58164,
"ic_fluent_chat_video_20_regular": 58165,
"ic_fluent_chat_warning_20_filled": 58166,
"ic_fluent_chat_warning_20_regular": 58167,
"ic_fluent_check_20_filled": 58168,
"ic_fluent_check_20_regular": 58169,
"ic_fluent_checkbox_1_20_filled": 58170,
"ic_fluent_checkbox_1_20_regular": 58171,
"ic_fluent_checkbox_2_20_filled": 58172,
"ic_fluent_checkbox_2_20_regular": 58173,
"ic_fluent_checkbox_arrow_right_20_filled": 58174,
"ic_fluent_checkbox_arrow_right_20_regular": 58175,
"ic_fluent_checkbox_checked_20_filled": 58176,
"ic_fluent_checkbox_checked_20_regular": 58177,
"ic_fluent_checkbox_checked_sync_20_filled": 58178,
"ic_fluent_checkbox_checked_sync_20_regular": 58179,
"ic_fluent_checkbox_indeterminate_20_filled": 58180,
"ic_fluent_checkbox_indeterminate_20_regular": 58181,
"ic_fluent_checkbox_person_20_filled": 58182,
"ic_fluent_checkbox_person_20_regular": 58183,
"ic_fluent_checkbox_unchecked_20_filled": 58184,
"ic_fluent_checkbox_unchecked_20_regular": 58185,
"ic_fluent_checkbox_warning_20_filled": 58186,
"ic_fluent_checkbox_warning_20_regular": 58187,
"ic_fluent_checkmark_20_filled": 58188,
"ic_fluent_checkmark_20_regular": 58189,
"ic_fluent_checkmark_circle_20_filled": 58190,
"ic_fluent_checkmark_circle_20_regular": 58191,
"ic_fluent_checkmark_lock_20_filled": 58192,
"ic_fluent_checkmark_lock_20_regular": 58193,
"ic_fluent_checkmark_note_20_filled": 58194,
"ic_fluent_checkmark_note_20_regular": 58195,
"ic_fluent_checkmark_square_20_filled": 58196,
"ic_fluent_checkmark_square_20_regular": 58197,
"ic_fluent_checkmark_starburst_20_filled": 58198,
"ic_fluent_checkmark_starburst_20_regular": 58199,
"ic_fluent_checkmark_underline_circle_20_filled": 58200,
"ic_fluent_checkmark_underline_circle_20_regular": 58201,
"ic_fluent_chess_20_filled": 58202,
"ic_fluent_chess_20_regular": 58203,
"ic_fluent_chevron_circle_down_20_filled": 58204,
"ic_fluent_chevron_circle_down_20_regular": 58205,
"ic_fluent_chevron_circle_left_20_filled": 58206,
"ic_fluent_chevron_circle_left_20_regular": 58207,
"ic_fluent_chevron_circle_right_20_filled": 58208,
"ic_fluent_chevron_circle_right_20_regular": 58209,
"ic_fluent_chevron_circle_up_20_filled": 58210,
"ic_fluent_chevron_circle_up_20_regular": 58211,
"ic_fluent_chevron_double_down_20_filled": 58212,
"ic_fluent_chevron_double_down_20_regular": 58213,
"ic_fluent_chevron_double_left_20_filled": 58214,
"ic_fluent_chevron_double_left_20_regular": 58215,
"ic_fluent_chevron_double_right_20_filled": 58216,
"ic_fluent_chevron_double_right_20_regular": 58217,
"ic_fluent_chevron_double_up_20_filled": 58218,
"ic_fluent_chevron_double_up_20_regular": 58219,
"ic_fluent_chevron_down_20_filled": 58220,
"ic_fluent_chevron_down_20_regular": 58221,
"ic_fluent_chevron_left_20_filled": 58222,
"ic_fluent_chevron_left_20_regular": 58223,
"ic_fluent_chevron_right_20_filled": 58224,
"ic_fluent_chevron_right_20_regular": 58225,
"ic_fluent_chevron_up_20_filled": 58226,
"ic_fluent_chevron_up_20_regular": 58227,
"ic_fluent_chevron_up_down_20_filled": 58228,
"ic_fluent_chevron_up_down_20_regular": 58229,
"ic_fluent_circle_20_filled": 58230,
"ic_fluent_circle_20_regular": 58231,
"ic_fluent_circle_edit_20_filled": 58232,
"ic_fluent_circle_edit_20_regular": 58233,
"ic_fluent_circle_eraser_20_filled": 58234,
"ic_fluent_circle_eraser_20_regular": 58235,
"ic_fluent_circle_half_fill_20_filled": 58236,
"ic_fluent_circle_half_fill_20_regular": 58237,
"ic_fluent_circle_image_20_filled": 58238,
"ic_fluent_circle_image_20_regular": 58239,
"ic_fluent_circle_line_20_filled": 58240,
"ic_fluent_circle_line_20_regular": 58241,
"ic_fluent_circle_multiple_subtract_checkmark_20_filled": 58242,
"ic_fluent_circle_multiple_subtract_checkmark_20_regular": 58243,
"ic_fluent_circle_off_20_filled": 58244,
"ic_fluent_circle_off_20_regular": 58245,
"ic_fluent_circle_small_20_filled": 58246,
"ic_fluent_circle_small_20_regular": 58247,
"ic_fluent_city_20_filled": 58248,
"ic_fluent_city_20_regular": 58249,
"ic_fluent_class_20_filled": 58250,
"ic_fluent_class_20_regular": 58251,
"ic_fluent_classification_20_filled": 58252,
"ic_fluent_classification_20_regular": 58253,
"ic_fluent_clear_formatting_20_filled": 58254,
"ic_fluent_clear_formatting_20_regular": 58255,
"ic_fluent_clipboard_20_filled": 58256,
"ic_fluent_clipboard_20_regular": 58257,
"ic_fluent_clipboard_3_day_20_filled": 58258,
"ic_fluent_clipboard_3_day_20_regular": 58259,
"ic_fluent_clipboard_arrow_right_20_filled": 58260,
"ic_fluent_clipboard_arrow_right_20_regular": 58261,
"ic_fluent_clipboard_bullet_list_ltr_20_filled": 58262,
"ic_fluent_clipboard_bullet_list_ltr_20_regular": 58263,
"ic_fluent_clipboard_bullet_list_rtl_20_filled": 58264,
"ic_fluent_clipboard_bullet_list_rtl_20_regular": 58265,
"ic_fluent_clipboard_checkmark_20_filled": 58266,
"ic_fluent_clipboard_checkmark_20_regular": 58267,
"ic_fluent_clipboard_clock_20_filled": 58268,
"ic_fluent_clipboard_clock_20_regular": 58269,
"ic_fluent_clipboard_code_20_filled": 58270,
"ic_fluent_clipboard_code_20_regular": 58271,
"ic_fluent_clipboard_data_bar_20_filled": 58272,
"ic_fluent_clipboard_data_bar_20_regular": 58273,
"ic_fluent_clipboard_day_20_filled": 58274,
"ic_fluent_clipboard_day_20_regular": 58275,
"ic_fluent_clipboard_edit_20_filled": 58276,
"ic_fluent_clipboard_edit_20_regular": 58277,
"ic_fluent_clipboard_error_20_filled": 58278,
"ic_fluent_clipboard_error_20_regular": 58279,
"ic_fluent_clipboard_heart_20_filled": 58280,
"ic_fluent_clipboard_heart_20_regular": 58281,
"ic_fluent_clipboard_image_20_filled": 58282,
"ic_fluent_clipboard_image_20_regular": 58283,
"ic_fluent_clipboard_letter_20_filled": 58284,
"ic_fluent_clipboard_letter_20_regular": 58285,
"ic_fluent_clipboard_link_20_filled": 58286,
"ic_fluent_clipboard_link_20_regular": 58287,
"ic_fluent_clipboard_month_20_filled": 58288,
"ic_fluent_clipboard_month_20_regular": 58289,
"ic_fluent_clipboard_more_20_filled": 58290,
"ic_fluent_clipboard_more_20_regular": 58291,
"ic_fluent_clipboard_note_20_filled": 58292,
"ic_fluent_clipboard_note_20_regular": 58293,
"ic_fluent_clipboard_paste_20_filled": 58294,
"ic_fluent_clipboard_paste_20_regular": 58295,
"ic_fluent_clipboard_pulse_20_filled": 58296,
"ic_fluent_clipboard_pulse_20_regular": 58297,
"ic_fluent_clipboard_search_20_filled": 58298,
"ic_fluent_clipboard_search_20_regular": 58299,
"ic_fluent_clipboard_settings_20_filled": 58300,
"ic_fluent_clipboard_settings_20_regular": 58301,
"ic_fluent_clipboard_task_20_filled": 58302,
"ic_fluent_clipboard_task_20_regular": 58303,
"ic_fluent_clipboard_task_add_20_filled": 58304,
"ic_fluent_clipboard_task_add_20_regular": 58305,
"ic_fluent_clipboard_task_list_ltr_20_filled": 58306,
"ic_fluent_clipboard_task_list_ltr_20_regular": 58307,
"ic_fluent_clipboard_task_list_rtl_20_filled": 58308,
"ic_fluent_clipboard_task_list_rtl_20_regular": 58309,
"ic_fluent_clipboard_text_edit_20_filled": 58310,
"ic_fluent_clipboard_text_edit_20_regular": 58311,
"ic_fluent_clipboard_text_ltr_20_filled": 58312,
"ic_fluent_clipboard_text_ltr_20_regular": 58313,
"ic_fluent_clipboard_text_rtl_20_filled": 58314,
"ic_fluent_clipboard_text_rtl_20_regular": 58315,
"ic_fluent_clock_20_filled": 58316,
"ic_fluent_clock_20_regular": 58317,
"ic_fluent_clock_alarm_20_filled": 58318,
"ic_fluent_clock_alarm_20_regular": 58319,
"ic_fluent_clock_arrow_download_20_filled": 58320,
"ic_fluent_clock_arrow_download_20_regular": 58321,
"ic_fluent_clock_dismiss_20_filled": 58322,
"ic_fluent_clock_dismiss_20_regular": 58323,
"ic_fluent_clock_pause_20_filled": 58324,
"ic_fluent_clock_pause_20_regular": 58325,
"ic_fluent_clock_toolbox_20_filled": 58326,
"ic_fluent_clock_toolbox_20_regular": 58327,
"ic_fluent_closed_caption_20_filled": 58328,
"ic_fluent_closed_caption_20_regular": 58329,
"ic_fluent_closed_caption_off_20_filled": 58330,
"ic_fluent_closed_caption_off_20_regular": 58331,
"ic_fluent_cloud_20_filled": 58332,
"ic_fluent_cloud_20_regular": 58333,
"ic_fluent_cloud_add_20_filled": 58334,
"ic_fluent_cloud_add_20_regular": 58335,
"ic_fluent_cloud_archive_20_filled": 58336,
"ic_fluent_cloud_archive_20_regular": 58337,
"ic_fluent_cloud_arrow_down_20_filled": 58338,
"ic_fluent_cloud_arrow_down_20_regular": 58339,
"ic_fluent_cloud_arrow_up_20_filled": 58340,
"ic_fluent_cloud_arrow_up_20_regular": 58341,
"ic_fluent_cloud_checkmark_20_filled": 58342,