@cloudcannon/configuration-types 0.0.37 → 0.0.39

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.
Files changed (44) hide show
  1. package/dist/cloudcannon-config.latest.schema.json +9336 -10956
  2. package/dist/cloudcannon-config.legacy-eleventy.schema.json +9442 -11056
  3. package/dist/cloudcannon-config.legacy-hugo.schema.json +9412 -11031
  4. package/dist/cloudcannon-config.legacy-jekyll.schema.json +9442 -11056
  5. package/dist/cloudcannon-config.legacy-reader.schema.json +5865 -7487
  6. package/package.json +19 -21
  7. package/src/build-coupled.ts +295 -0
  8. package/src/cascade.ts +38 -0
  9. package/src/configuration.ts +426 -0
  10. package/src/documentation.ts +22 -0
  11. package/src/editables.ts +243 -0
  12. package/src/icon.ts +3597 -0
  13. package/src/image-options.ts +72 -0
  14. package/src/index.ts +40 -0
  15. package/src/inputs.ts +993 -0
  16. package/src/markdown.ts +97 -0
  17. package/src/mimetype.ts +445 -0
  18. package/src/paths.ts +43 -0
  19. package/src/preview.ts +125 -0
  20. package/src/select-values.ts +26 -0
  21. package/src/snippets.ts +113 -0
  22. package/src/source-editor.ts +68 -0
  23. package/src/structures.ts +120 -0
  24. package/src/syntax.ts +183 -0
  25. package/src/timezone.ts +607 -0
  26. package/src/build-coupled.d.ts +0 -315
  27. package/src/cascade.d.ts +0 -37
  28. package/src/cloudcannon-config.schema.json +0 -79
  29. package/src/configuration.d.ts +0 -750
  30. package/src/documentation.d.ts +0 -18
  31. package/src/editables.d.ts +0 -252
  32. package/src/icon.d.ts +0 -3585
  33. package/src/image-resizeable.d.ts +0 -65
  34. package/src/index.d.ts +0 -36
  35. package/src/inputs.d.ts +0 -1647
  36. package/src/javascript-api.d.ts +0 -204
  37. package/src/markdown.d.ts +0 -103
  38. package/src/paths.d.ts +0 -44
  39. package/src/preview.d.ts +0 -110
  40. package/src/select-values.d.ts +0 -6
  41. package/src/snippets.d.ts +0 -227
  42. package/src/source-editor.d.ts +0 -92
  43. package/src/structures.d.ts +0 -113
  44. package/src/timezone.d.ts +0 -596
package/src/icon.ts ADDED
@@ -0,0 +1,3597 @@
1
+ import * as z from 'zod';
2
+
3
+ export const IconSchema = z
4
+ .enum([
5
+ '10k',
6
+ '10mp',
7
+ '11mp',
8
+ '123',
9
+ '12mp',
10
+ '13mp',
11
+ '14mp',
12
+ '15mp',
13
+ '16mp',
14
+ '17mp',
15
+ '18_up_rating',
16
+ '18mp',
17
+ '19mp',
18
+ '1k',
19
+ '1k_plus',
20
+ '1x_mobiledata',
21
+ '1x_mobiledata_badge',
22
+ '20mp',
23
+ '21mp',
24
+ '22mp',
25
+ '23mp',
26
+ '24fps_select',
27
+ '24mp',
28
+ '2d',
29
+ '2k',
30
+ '2k_plus',
31
+ '2mp',
32
+ '30fps',
33
+ '30fps_select',
34
+ '360',
35
+ '3d',
36
+ '3d_rotation',
37
+ '3g_mobiledata',
38
+ '3g_mobiledata_badge',
39
+ '3k',
40
+ '3k_plus',
41
+ '3mp',
42
+ '3p',
43
+ '4g_mobiledata',
44
+ '4g_mobiledata_badge',
45
+ '4g_plus_mobiledata',
46
+ '4k',
47
+ '4k_plus',
48
+ '4mp',
49
+ '50mp',
50
+ '5g',
51
+ '5g_mobiledata_badge',
52
+ '5k',
53
+ '5k_plus',
54
+ '5mp',
55
+ '60fps',
56
+ '60fps_select',
57
+ '6_ft_apart',
58
+ '6k',
59
+ '6k_plus',
60
+ '6mp',
61
+ '7k',
62
+ '7k_plus',
63
+ '7mp',
64
+ '8k',
65
+ '8k_plus',
66
+ '8mp',
67
+ '9k',
68
+ '9k_plus',
69
+ '9mp',
70
+ 'abc',
71
+ 'ac_unit',
72
+ 'accessibility',
73
+ 'accessibility_new',
74
+ 'accessible',
75
+ 'accessible_forward',
76
+ 'accessible_menu',
77
+ 'account_balance',
78
+ 'account_balance_wallet',
79
+ 'account_box',
80
+ 'account_child',
81
+ 'account_child_invert',
82
+ 'account_circle',
83
+ 'account_circle_off',
84
+ 'account_tree',
85
+ 'action_key',
86
+ 'activity_zone',
87
+ 'acute',
88
+ 'ad',
89
+ 'ad_group',
90
+ 'ad_group_off',
91
+ 'ad_off',
92
+ 'ad_units',
93
+ 'adaptive_audio_mic',
94
+ 'adaptive_audio_mic_off',
95
+ 'adb',
96
+ 'add',
97
+ 'add_2',
98
+ 'add_a_photo',
99
+ 'add_ad',
100
+ 'add_alert',
101
+ 'add_box',
102
+ 'add_business',
103
+ 'add_call',
104
+ 'add_card',
105
+ 'add_chart',
106
+ 'add_circle',
107
+ 'add_column_left',
108
+ 'add_column_right',
109
+ 'add_comment',
110
+ 'add_diamond',
111
+ 'add_home',
112
+ 'add_home_work',
113
+ 'add_link',
114
+ 'add_location',
115
+ 'add_location_alt',
116
+ 'add_moderator',
117
+ 'add_notes',
118
+ 'add_photo_alternate',
119
+ 'add_reaction',
120
+ 'add_road',
121
+ 'add_row_above',
122
+ 'add_row_below',
123
+ 'add_shopping_cart',
124
+ 'add_task',
125
+ 'add_to_drive',
126
+ 'add_to_home_screen',
127
+ 'add_to_queue',
128
+ 'add_triangle',
129
+ 'adf_scanner',
130
+ 'adjust',
131
+ 'admin_meds',
132
+ 'admin_panel_settings',
133
+ 'ads_click',
134
+ 'agender',
135
+ 'agriculture',
136
+ 'air',
137
+ 'air_freshener',
138
+ 'air_purifier',
139
+ 'air_purifier_gen',
140
+ 'airline_seat_flat',
141
+ 'airline_seat_flat_angled',
142
+ 'airline_seat_individual_suite',
143
+ 'airline_seat_legroom_extra',
144
+ 'airline_seat_legroom_normal',
145
+ 'airline_seat_legroom_reduced',
146
+ 'airline_seat_recline_extra',
147
+ 'airline_seat_recline_normal',
148
+ 'airline_stops',
149
+ 'airlines',
150
+ 'airplane_ticket',
151
+ 'airplanemode_inactive',
152
+ 'airplay',
153
+ 'airport_shuttle',
154
+ 'airware',
155
+ 'airwave',
156
+ 'alarm',
157
+ 'alarm_add',
158
+ 'alarm_off',
159
+ 'alarm_on',
160
+ 'alarm_pause',
161
+ 'alarm_smart_wake',
162
+ 'album',
163
+ 'align_center',
164
+ 'align_end',
165
+ 'align_flex_center',
166
+ 'align_flex_end',
167
+ 'align_flex_start',
168
+ 'align_horizontal_center',
169
+ 'align_horizontal_left',
170
+ 'align_horizontal_right',
171
+ 'align_items_stretch',
172
+ 'align_justify_center',
173
+ 'align_justify_flex_end',
174
+ 'align_justify_flex_start',
175
+ 'align_justify_space_around',
176
+ 'align_justify_space_between',
177
+ 'align_justify_space_even',
178
+ 'align_justify_stretch',
179
+ 'align_self_stretch',
180
+ 'align_space_around',
181
+ 'align_space_between',
182
+ 'align_space_even',
183
+ 'align_start',
184
+ 'align_stretch',
185
+ 'align_vertical_bottom',
186
+ 'align_vertical_center',
187
+ 'align_vertical_top',
188
+ 'all_inbox',
189
+ 'all_inclusive',
190
+ 'all_match',
191
+ 'all_out',
192
+ 'allergies',
193
+ 'allergy',
194
+ 'alt_route',
195
+ 'alternate_email',
196
+ 'altitude',
197
+ 'ambulance',
198
+ 'amend',
199
+ 'amp_stories',
200
+ 'analytics',
201
+ 'anchor',
202
+ 'android',
203
+ 'animated_images',
204
+ 'animation',
205
+ 'aod',
206
+ 'aod_tablet',
207
+ 'aod_watch',
208
+ 'apartment',
209
+ 'api',
210
+ 'apk_document',
211
+ 'apk_install',
212
+ 'app_badging',
213
+ 'app_blocking',
214
+ 'app_registration',
215
+ 'apparel',
216
+ 'approval',
217
+ 'approval_delegation',
218
+ 'apps',
219
+ 'apps_outage',
220
+ 'aq',
221
+ 'aq_indoor',
222
+ 'ar_on_you',
223
+ 'ar_stickers',
224
+ 'architecture',
225
+ 'archive',
226
+ 'area_chart',
227
+ 'arming_countdown',
228
+ 'arrow_and_edge',
229
+ 'arrow_back',
230
+ 'arrow_back_2',
231
+ 'arrow_back_ios',
232
+ 'arrow_back_ios_new',
233
+ 'arrow_circle_down',
234
+ 'arrow_circle_left',
235
+ 'arrow_circle_right',
236
+ 'arrow_circle_up',
237
+ 'arrow_cool_down',
238
+ 'arrow_downward',
239
+ 'arrow_downward_alt',
240
+ 'arrow_drop_down',
241
+ 'arrow_drop_down_circle',
242
+ 'arrow_drop_up',
243
+ 'arrow_forward',
244
+ 'arrow_forward_ios',
245
+ 'arrow_insert',
246
+ 'arrow_left',
247
+ 'arrow_left_alt',
248
+ 'arrow_menu_close',
249
+ 'arrow_menu_open',
250
+ 'arrow_or_edge',
251
+ 'arrow_outward',
252
+ 'arrow_range',
253
+ 'arrow_right',
254
+ 'arrow_right_alt',
255
+ 'arrow_selector_tool',
256
+ 'arrow_split',
257
+ 'arrow_top_left',
258
+ 'arrow_top_right',
259
+ 'arrow_upload_progress',
260
+ 'arrow_upload_ready',
261
+ 'arrow_upward',
262
+ 'arrow_upward_alt',
263
+ 'arrow_warm_up',
264
+ 'arrows_input',
265
+ 'arrows_more_down',
266
+ 'arrows_more_up',
267
+ 'arrows_output',
268
+ 'arrows_outward',
269
+ 'art_track',
270
+ 'article',
271
+ 'article_person',
272
+ 'article_shortcut',
273
+ 'artist',
274
+ 'aspect_ratio',
275
+ 'assignment',
276
+ 'assignment_add',
277
+ 'assignment_ind',
278
+ 'assignment_late',
279
+ 'assignment_return',
280
+ 'assignment_returned',
281
+ 'assignment_turned_in',
282
+ 'assist_walker',
283
+ 'assistant_device',
284
+ 'assistant_direction',
285
+ 'assistant_navigation',
286
+ 'assistant_on_hub',
287
+ 'assured_workload',
288
+ 'asterisk',
289
+ 'atm',
290
+ 'atr',
291
+ 'attach_email',
292
+ 'attach_file',
293
+ 'attach_file_add',
294
+ 'attach_file_off',
295
+ 'attach_money',
296
+ 'attachment',
297
+ 'attractions',
298
+ 'attribution',
299
+ 'audio_description',
300
+ 'audio_file',
301
+ 'audio_video_receiver',
302
+ 'auto_awesome_mosaic',
303
+ 'auto_awesome_motion',
304
+ 'auto_delete',
305
+ 'auto_read_pause',
306
+ 'auto_read_play',
307
+ 'auto_stories',
308
+ 'auto_towing',
309
+ 'auto_transmission',
310
+ 'autofps_select',
311
+ 'automation',
312
+ 'autopause',
313
+ 'autoplay',
314
+ 'autorenew',
315
+ 'autostop',
316
+ 'av1',
317
+ 'av_timer',
318
+ 'avc',
319
+ 'avg_pace',
320
+ 'avg_time',
321
+ 'award_star',
322
+ 'azm',
323
+ 'baby_changing_station',
324
+ 'back_hand',
325
+ 'back_to_tab',
326
+ 'background_dot_large',
327
+ 'background_dot_small',
328
+ 'background_grid_small',
329
+ 'background_replace',
330
+ 'backlight_high',
331
+ 'backlight_high_off',
332
+ 'backlight_low',
333
+ 'backpack',
334
+ 'backspace',
335
+ 'backup',
336
+ 'backup_table',
337
+ 'badge',
338
+ 'badge_critical_battery',
339
+ 'bakery_dining',
340
+ 'balance',
341
+ 'balcony',
342
+ 'ballot',
343
+ 'bar_chart',
344
+ 'bar_chart_4_bars',
345
+ 'bar_chart_off',
346
+ 'barcode',
347
+ 'barcode_reader',
348
+ 'barcode_scanner',
349
+ 'barefoot',
350
+ 'batch_prediction',
351
+ 'bath_outdoor',
352
+ 'bath_private',
353
+ 'bath_public_large',
354
+ 'bathroom',
355
+ 'bathtub',
356
+ 'battery_0_bar',
357
+ 'battery_1_bar',
358
+ 'battery_2_bar',
359
+ 'battery_3_bar',
360
+ 'battery_4_bar',
361
+ 'battery_5_bar',
362
+ 'battery_6_bar',
363
+ 'battery_alert',
364
+ 'battery_android_0',
365
+ 'battery_android_1',
366
+ 'battery_android_2',
367
+ 'battery_android_3',
368
+ 'battery_android_4',
369
+ 'battery_android_5',
370
+ 'battery_android_6',
371
+ 'battery_android_alert',
372
+ 'battery_android_bolt',
373
+ 'battery_android_full',
374
+ 'battery_android_plus',
375
+ 'battery_android_question',
376
+ 'battery_android_share',
377
+ 'battery_android_shield',
378
+ 'battery_change',
379
+ 'battery_charging_20',
380
+ 'battery_charging_30',
381
+ 'battery_charging_50',
382
+ 'battery_charging_60',
383
+ 'battery_charging_80',
384
+ 'battery_charging_90',
385
+ 'battery_charging_full',
386
+ 'battery_error',
387
+ 'battery_full',
388
+ 'battery_full_alt',
389
+ 'battery_horiz_000',
390
+ 'battery_horiz_050',
391
+ 'battery_horiz_075',
392
+ 'battery_low',
393
+ 'battery_plus',
394
+ 'battery_profile',
395
+ 'battery_saver',
396
+ 'battery_share',
397
+ 'battery_status_good',
398
+ 'battery_unknown',
399
+ 'battery_very_low',
400
+ 'beach_access',
401
+ 'bed',
402
+ 'bedroom_baby',
403
+ 'bedroom_child',
404
+ 'bedroom_parent',
405
+ 'bedtime',
406
+ 'bedtime_off',
407
+ 'beenhere',
408
+ 'bento',
409
+ 'bia',
410
+ 'bid_landscape',
411
+ 'bid_landscape_disabled',
412
+ 'bigtop_updates',
413
+ 'bike_dock',
414
+ 'bike_lane',
415
+ 'bike_scooter',
416
+ 'biotech',
417
+ 'blanket',
418
+ 'blender',
419
+ 'blind',
420
+ 'blinds',
421
+ 'blinds_closed',
422
+ 'block',
423
+ 'blood_pressure',
424
+ 'bloodtype',
425
+ 'bluetooth',
426
+ 'bluetooth_connected',
427
+ 'bluetooth_disabled',
428
+ 'bluetooth_drive',
429
+ 'bluetooth_searching',
430
+ 'blur_circular',
431
+ 'blur_linear',
432
+ 'blur_medium',
433
+ 'blur_off',
434
+ 'blur_on',
435
+ 'blur_short',
436
+ 'boat_bus',
437
+ 'boat_railway',
438
+ 'body_fat',
439
+ 'body_system',
440
+ 'bolt',
441
+ 'bomb',
442
+ 'book',
443
+ 'book_2',
444
+ 'book_3',
445
+ 'book_4',
446
+ 'book_5',
447
+ 'book_6',
448
+ 'book_online',
449
+ 'book_ribbon',
450
+ 'bookmark',
451
+ 'bookmark_add',
452
+ 'bookmark_added',
453
+ 'bookmark_bag',
454
+ 'bookmark_check',
455
+ 'bookmark_flag',
456
+ 'bookmark_heart',
457
+ 'bookmark_manager',
458
+ 'bookmark_remove',
459
+ 'bookmark_star',
460
+ 'bookmarks',
461
+ 'books_movies_and_music',
462
+ 'border_all',
463
+ 'border_bottom',
464
+ 'border_clear',
465
+ 'border_color',
466
+ 'border_horizontal',
467
+ 'border_inner',
468
+ 'border_left',
469
+ 'border_outer',
470
+ 'border_right',
471
+ 'border_style',
472
+ 'border_top',
473
+ 'border_vertical',
474
+ 'borg',
475
+ 'bottom_app_bar',
476
+ 'bottom_drawer',
477
+ 'bottom_navigation',
478
+ 'bottom_panel_close',
479
+ 'bottom_panel_open',
480
+ 'bottom_right_click',
481
+ 'bottom_sheets',
482
+ 'box',
483
+ 'box_add',
484
+ 'box_edit',
485
+ 'boy',
486
+ 'brand_awareness',
487
+ 'brand_family',
488
+ 'branding_watermark',
489
+ 'breakfast_dining',
490
+ 'breaking_news',
491
+ 'breaking_news_alt_1',
492
+ 'breastfeeding',
493
+ 'brick',
494
+ 'brightness_1',
495
+ 'brightness_2',
496
+ 'brightness_3',
497
+ 'brightness_4',
498
+ 'brightness_5',
499
+ 'brightness_6',
500
+ 'brightness_7',
501
+ 'brightness_alert',
502
+ 'brightness_auto',
503
+ 'brightness_empty',
504
+ 'brightness_medium',
505
+ 'bring_your_own_ip',
506
+ 'broadcast_on_home',
507
+ 'broadcast_on_personal',
508
+ 'broken_image',
509
+ 'browse',
510
+ 'browse_activity',
511
+ 'browse_gallery',
512
+ 'browser_updated',
513
+ 'brunch_dining',
514
+ 'brush',
515
+ 'bubble',
516
+ 'bubble_chart',
517
+ 'bubbles',
518
+ 'bug_report',
519
+ 'build',
520
+ 'build_circle',
521
+ 'bungalow',
522
+ 'burst_mode',
523
+ 'bus_alert',
524
+ 'bus_railway',
525
+ 'business_center',
526
+ 'business_chip',
527
+ 'business_messages',
528
+ 'buttons_alt',
529
+ 'cabin',
530
+ 'cable',
531
+ 'cable_car',
532
+ 'cached',
533
+ 'cadence',
534
+ 'cake',
535
+ 'cake_add',
536
+ 'calculate',
537
+ 'calendar_add_on',
538
+ 'calendar_apps_script',
539
+ 'calendar_clock',
540
+ 'calendar_month',
541
+ 'calendar_today',
542
+ 'calendar_view_day',
543
+ 'calendar_view_month',
544
+ 'calendar_view_week',
545
+ 'call',
546
+ 'call_end',
547
+ 'call_log',
548
+ 'call_made',
549
+ 'call_merge',
550
+ 'call_missed',
551
+ 'call_missed_outgoing',
552
+ 'call_quality',
553
+ 'call_received',
554
+ 'call_split',
555
+ 'call_to_action',
556
+ 'camera',
557
+ 'camera_front',
558
+ 'camera_indoor',
559
+ 'camera_outdoor',
560
+ 'camera_rear',
561
+ 'camera_roll',
562
+ 'camera_video',
563
+ 'cameraswitch',
564
+ 'campaign',
565
+ 'camping',
566
+ 'cancel',
567
+ 'cancel_presentation',
568
+ 'cancel_schedule_send',
569
+ 'candle',
570
+ 'candlestick_chart',
571
+ 'cannabis',
572
+ 'captive_portal',
573
+ 'capture',
574
+ 'car_crash',
575
+ 'car_defrost_left',
576
+ 'car_defrost_low_left',
577
+ 'car_defrost_low_right',
578
+ 'car_defrost_mid_low_left',
579
+ 'car_defrost_mid_right',
580
+ 'car_defrost_right',
581
+ 'car_fan_low_left',
582
+ 'car_fan_low_mid_left',
583
+ 'car_fan_low_right',
584
+ 'car_fan_mid_left',
585
+ 'car_fan_mid_low_right',
586
+ 'car_fan_mid_right',
587
+ 'car_fan_recirculate',
588
+ 'car_gear',
589
+ 'car_lock',
590
+ 'car_mirror_heat',
591
+ 'car_rental',
592
+ 'car_repair',
593
+ 'car_tag',
594
+ 'card_membership',
595
+ 'card_travel',
596
+ 'cardio_load',
597
+ 'cardiology',
598
+ 'cards',
599
+ 'cards_star',
600
+ 'carpenter',
601
+ 'carry_on_bag',
602
+ 'carry_on_bag_checked',
603
+ 'carry_on_bag_inactive',
604
+ 'carry_on_bag_question',
605
+ 'cases',
606
+ 'casino',
607
+ 'cast',
608
+ 'cast_connected',
609
+ 'cast_for_education',
610
+ 'cast_pause',
611
+ 'cast_warning',
612
+ 'castle',
613
+ 'category',
614
+ 'category_search',
615
+ 'celebration',
616
+ 'cell_merge',
617
+ 'cell_tower',
618
+ 'cell_wifi',
619
+ 'center_focus_strong',
620
+ 'center_focus_weak',
621
+ 'chair',
622
+ 'chair_alt',
623
+ 'chalet',
624
+ 'change_circle',
625
+ 'change_history',
626
+ 'charger',
627
+ 'charging_station',
628
+ 'chart_data',
629
+ 'chat',
630
+ 'chat_add_on',
631
+ 'chat_apps_script',
632
+ 'chat_bubble',
633
+ 'chat_error',
634
+ 'chat_info',
635
+ 'chat_paste_go',
636
+ 'chat_paste_go_2',
637
+ 'check',
638
+ 'check_box',
639
+ 'check_box_outline_blank',
640
+ 'check_circle',
641
+ 'check_in_out',
642
+ 'check_indeterminate_small',
643
+ 'check_small',
644
+ 'checkbook',
645
+ 'checked_bag',
646
+ 'checked_bag_question',
647
+ 'checklist',
648
+ 'checklist_rtl',
649
+ 'checkroom',
650
+ 'cheer',
651
+ 'chef_hat',
652
+ 'chess',
653
+ 'chess_pawn',
654
+ 'chevron_backward',
655
+ 'chevron_forward',
656
+ 'chevron_left',
657
+ 'chevron_right',
658
+ 'child_care',
659
+ 'child_friendly',
660
+ 'chip_extraction',
661
+ 'chips',
662
+ 'chrome_reader_mode',
663
+ 'chromecast_2',
664
+ 'chromecast_device',
665
+ 'chronic',
666
+ 'church',
667
+ 'cinematic_blur',
668
+ 'circle',
669
+ 'circle_notifications',
670
+ 'circles',
671
+ 'circles_ext',
672
+ 'clarify',
673
+ 'clean_hands',
674
+ 'cleaning',
675
+ 'cleaning_bucket',
676
+ 'cleaning_services',
677
+ 'clear_all',
678
+ 'clear_day',
679
+ 'climate_mini_split',
680
+ 'clinical_notes',
681
+ 'clock_arrow_down',
682
+ 'clock_arrow_up',
683
+ 'clock_loader_10',
684
+ 'clock_loader_20',
685
+ 'clock_loader_40',
686
+ 'clock_loader_60',
687
+ 'clock_loader_80',
688
+ 'clock_loader_90',
689
+ 'close',
690
+ 'close_fullscreen',
691
+ 'close_small',
692
+ 'closed_caption',
693
+ 'closed_caption_add',
694
+ 'closed_caption_disabled',
695
+ 'cloud',
696
+ 'cloud_alert',
697
+ 'cloud_circle',
698
+ 'cloud_done',
699
+ 'cloud_download',
700
+ 'cloud_lock',
701
+ 'cloud_off',
702
+ 'cloud_sync',
703
+ 'cloud_upload',
704
+ 'co2',
705
+ 'co_present',
706
+ 'code',
707
+ 'code_blocks',
708
+ 'code_off',
709
+ 'coffee',
710
+ 'coffee_maker',
711
+ 'cognition',
712
+ 'cognition_2',
713
+ 'collapse_all',
714
+ 'collapse_content',
715
+ 'collections_bookmark',
716
+ 'colorize',
717
+ 'colors',
718
+ 'combine_columns',
719
+ 'comedy_mask',
720
+ 'comic_bubble',
721
+ 'comment',
722
+ 'comment_bank',
723
+ 'comments_disabled',
724
+ 'commit',
725
+ 'communication',
726
+ 'communities',
727
+ 'commute',
728
+ 'compare',
729
+ 'compare_arrows',
730
+ 'compass_calibration',
731
+ 'component_exchange',
732
+ 'compost',
733
+ 'compress',
734
+ 'computer',
735
+ 'computer_arrow_up',
736
+ 'computer_cancel',
737
+ 'concierge',
738
+ 'conditions',
739
+ 'confirmation_number',
740
+ 'congenital',
741
+ 'connect_without_contact',
742
+ 'connected_tv',
743
+ 'connecting_airports',
744
+ 'construction',
745
+ 'contact_emergency',
746
+ 'contact_mail',
747
+ 'contact_page',
748
+ 'contact_phone',
749
+ 'contact_support',
750
+ 'contactless',
751
+ 'contactless_off',
752
+ 'contacts',
753
+ 'contacts_product',
754
+ 'content_copy',
755
+ 'content_cut',
756
+ 'content_paste',
757
+ 'content_paste_go',
758
+ 'content_paste_off',
759
+ 'content_paste_search',
760
+ 'contextual_token',
761
+ 'contextual_token_add',
762
+ 'contract',
763
+ 'contract_delete',
764
+ 'contract_edit',
765
+ 'contrast',
766
+ 'contrast_circle',
767
+ 'contrast_rtl_off',
768
+ 'contrast_square',
769
+ 'control_camera',
770
+ 'control_point_duplicate',
771
+ 'controller_gen',
772
+ 'conversion_path',
773
+ 'conversion_path_off',
774
+ 'convert_to_text',
775
+ 'conveyor_belt',
776
+ 'cookie',
777
+ 'cookie_off',
778
+ 'cooking',
779
+ 'cool_to_dry',
780
+ 'copy_all',
781
+ 'copyright',
782
+ 'coronavirus',
783
+ 'corporate_fare',
784
+ 'cottage',
785
+ 'counter_0',
786
+ 'counter_1',
787
+ 'counter_2',
788
+ 'counter_3',
789
+ 'counter_4',
790
+ 'counter_5',
791
+ 'counter_6',
792
+ 'counter_7',
793
+ 'counter_8',
794
+ 'counter_9',
795
+ 'countertops',
796
+ 'create_new_folder',
797
+ 'credit_card',
798
+ 'credit_card_clock',
799
+ 'credit_card_gear',
800
+ 'credit_card_heart',
801
+ 'credit_card_off',
802
+ 'credit_score',
803
+ 'crib',
804
+ 'crisis_alert',
805
+ 'crop',
806
+ 'crop_16_9',
807
+ 'crop_3_2',
808
+ 'crop_5_4',
809
+ 'crop_7_5',
810
+ 'crop_9_16',
811
+ 'crop_free',
812
+ 'crop_landscape',
813
+ 'crop_portrait',
814
+ 'crop_rotate',
815
+ 'crop_square',
816
+ 'crossword',
817
+ 'crowdsource',
818
+ 'crown',
819
+ 'cruelty_free',
820
+ 'css',
821
+ 'csv',
822
+ 'currency_bitcoin',
823
+ 'currency_exchange',
824
+ 'currency_franc',
825
+ 'currency_lira',
826
+ 'currency_pound',
827
+ 'currency_ruble',
828
+ 'currency_rupee',
829
+ 'currency_rupee_circle',
830
+ 'currency_yen',
831
+ 'currency_yuan',
832
+ 'curtains',
833
+ 'curtains_closed',
834
+ 'custom_typography',
835
+ 'cycle',
836
+ 'cyclone',
837
+ 'dangerous',
838
+ 'dark_mode',
839
+ 'dashboard',
840
+ 'dashboard_2',
841
+ 'dashboard_customize',
842
+ 'data_alert',
843
+ 'data_array',
844
+ 'data_check',
845
+ 'data_exploration',
846
+ 'data_info_alert',
847
+ 'data_loss_prevention',
848
+ 'data_object',
849
+ 'data_saver_on',
850
+ 'data_table',
851
+ 'data_thresholding',
852
+ 'data_usage',
853
+ 'database',
854
+ 'database_off',
855
+ 'database_search',
856
+ 'database_upload',
857
+ 'dataset',
858
+ 'dataset_linked',
859
+ 'date_range',
860
+ 'deblur',
861
+ 'deceased',
862
+ 'decimal_decrease',
863
+ 'decimal_increase',
864
+ 'deck',
865
+ 'dehaze',
866
+ 'delete',
867
+ 'delete_forever',
868
+ 'delete_history',
869
+ 'delete_sweep',
870
+ 'delivery_truck_bolt',
871
+ 'delivery_truck_speed',
872
+ 'demography',
873
+ 'density_large',
874
+ 'density_medium',
875
+ 'density_small',
876
+ 'dentistry',
877
+ 'departure_board',
878
+ 'deployed_code',
879
+ 'deployed_code_account',
880
+ 'deployed_code_alert',
881
+ 'deployed_code_history',
882
+ 'deployed_code_update',
883
+ 'dermatology',
884
+ 'description',
885
+ 'deselect',
886
+ 'design_services',
887
+ 'desk',
888
+ 'deskphone',
889
+ 'desktop_access_disabled',
890
+ 'desktop_cloud',
891
+ 'desktop_cloud_stack',
892
+ 'desktop_landscape',
893
+ 'desktop_landscape_add',
894
+ 'desktop_mac',
895
+ 'desktop_portrait',
896
+ 'desktop_windows',
897
+ 'destruction',
898
+ 'details',
899
+ 'detection_and_zone',
900
+ 'detector',
901
+ 'detector_alarm',
902
+ 'detector_battery',
903
+ 'detector_co',
904
+ 'detector_offline',
905
+ 'detector_smoke',
906
+ 'detector_status',
907
+ 'developer_board',
908
+ 'developer_board_off',
909
+ 'developer_guide',
910
+ 'developer_mode',
911
+ 'developer_mode_tv',
912
+ 'device_band',
913
+ 'device_hub',
914
+ 'device_thermostat',
915
+ 'device_unknown',
916
+ 'devices',
917
+ 'devices_fold',
918
+ 'devices_fold_2',
919
+ 'devices_off',
920
+ 'devices_other',
921
+ 'devices_wearables',
922
+ 'dew_point',
923
+ 'diagnosis',
924
+ 'diagonal_line',
925
+ 'dialer_sip',
926
+ 'dialogs',
927
+ 'dialpad',
928
+ 'diamond',
929
+ 'dictionary',
930
+ 'difference',
931
+ 'digital_out_of_home',
932
+ 'digital_wellbeing',
933
+ 'dining',
934
+ 'dinner_dining',
935
+ 'directions',
936
+ 'directions_alt',
937
+ 'directions_alt_off',
938
+ 'directions_bike',
939
+ 'directions_boat',
940
+ 'directions_bus',
941
+ 'directions_car',
942
+ 'directions_off',
943
+ 'directions_railway',
944
+ 'directions_railway_2',
945
+ 'directions_run',
946
+ 'directions_subway',
947
+ 'directions_walk',
948
+ 'directory_sync',
949
+ 'dirty_lens',
950
+ 'disabled_by_default',
951
+ 'disabled_visible',
952
+ 'disc_full',
953
+ 'discover_tune',
954
+ 'dishwasher',
955
+ 'dishwasher_gen',
956
+ 'display_external_input',
957
+ 'display_settings',
958
+ 'distance',
959
+ 'diversity_1',
960
+ 'diversity_2',
961
+ 'diversity_3',
962
+ 'diversity_4',
963
+ 'dns',
964
+ 'do_not_disturb_off',
965
+ 'do_not_disturb_on',
966
+ 'do_not_disturb_on_total_silence',
967
+ 'do_not_step',
968
+ 'do_not_touch',
969
+ 'dock',
970
+ 'dock_to_bottom',
971
+ 'dock_to_left',
972
+ 'dock_to_right',
973
+ 'docs',
974
+ 'docs_add_on',
975
+ 'docs_apps_script',
976
+ 'document_scanner',
977
+ 'document_search',
978
+ 'domain',
979
+ 'domain_add',
980
+ 'domain_disabled',
981
+ 'domain_verification',
982
+ 'domain_verification_off',
983
+ 'domino_mask',
984
+ 'done_all',
985
+ 'done_outline',
986
+ 'donut_large',
987
+ 'donut_small',
988
+ 'door_back',
989
+ 'door_front',
990
+ 'door_open',
991
+ 'door_sensor',
992
+ 'door_sliding',
993
+ 'doorbell',
994
+ 'doorbell_3p',
995
+ 'doorbell_chime',
996
+ 'double_arrow',
997
+ 'downhill_skiing',
998
+ 'download',
999
+ 'download_2',
1000
+ 'download_done',
1001
+ 'download_for_offline',
1002
+ 'downloading',
1003
+ 'draft',
1004
+ 'draft_orders',
1005
+ 'drafts',
1006
+ 'drag_click',
1007
+ 'drag_handle',
1008
+ 'drag_indicator',
1009
+ 'drag_pan',
1010
+ 'draw',
1011
+ 'draw_abstract',
1012
+ 'draw_collage',
1013
+ 'dresser',
1014
+ 'drive_export',
1015
+ 'drive_file_move',
1016
+ 'drive_folder_upload',
1017
+ 'dropdown',
1018
+ 'dropper_eye',
1019
+ 'dry',
1020
+ 'dry_cleaning',
1021
+ 'dual_screen',
1022
+ 'duo',
1023
+ 'dvr',
1024
+ 'dynamic_feed',
1025
+ 'dynamic_form',
1026
+ 'e911_avatar',
1027
+ 'e911_emergency',
1028
+ 'e_mobiledata',
1029
+ 'e_mobiledata_badge',
1030
+ 'ear_sound',
1031
+ 'earbud_case',
1032
+ 'earbud_left',
1033
+ 'earbud_right',
1034
+ 'earbuds',
1035
+ 'earbuds_2',
1036
+ 'earbuds_battery',
1037
+ 'early_on',
1038
+ 'earthquake',
1039
+ 'east',
1040
+ 'ecg',
1041
+ 'ecg_heart',
1042
+ 'eco',
1043
+ 'eda',
1044
+ 'edgesensor_high',
1045
+ 'edgesensor_low',
1046
+ 'edit',
1047
+ 'edit_arrow_down',
1048
+ 'edit_arrow_up',
1049
+ 'edit_attributes',
1050
+ 'edit_audio',
1051
+ 'edit_calendar',
1052
+ 'edit_document',
1053
+ 'edit_location',
1054
+ 'edit_location_alt',
1055
+ 'edit_note',
1056
+ 'edit_notifications',
1057
+ 'edit_off',
1058
+ 'edit_road',
1059
+ 'edit_square',
1060
+ 'editor_choice',
1061
+ 'egg',
1062
+ 'egg_alt',
1063
+ 'eject',
1064
+ 'elderly',
1065
+ 'elderly_woman',
1066
+ 'electric_bike',
1067
+ 'electric_bolt',
1068
+ 'electric_car',
1069
+ 'electric_meter',
1070
+ 'electric_moped',
1071
+ 'electric_rickshaw',
1072
+ 'electric_scooter',
1073
+ 'electrical_services',
1074
+ 'elevation',
1075
+ 'elevator',
1076
+ 'emergency',
1077
+ 'emergency_heat',
1078
+ 'emergency_heat_2',
1079
+ 'emergency_home',
1080
+ 'emergency_recording',
1081
+ 'emergency_share',
1082
+ 'emergency_share_off',
1083
+ 'emoji_food_beverage',
1084
+ 'emoji_language',
1085
+ 'emoji_nature',
1086
+ 'emoji_objects',
1087
+ 'emoji_people',
1088
+ 'emoji_symbols',
1089
+ 'emoji_transportation',
1090
+ 'emoticon',
1091
+ 'empty_dashboard',
1092
+ 'enable',
1093
+ 'encrypted',
1094
+ 'encrypted_add',
1095
+ 'encrypted_add_circle',
1096
+ 'encrypted_minus_circle',
1097
+ 'encrypted_off',
1098
+ 'endocrinology',
1099
+ 'energy',
1100
+ 'energy_program_saving',
1101
+ 'energy_program_time_used',
1102
+ 'energy_savings_leaf',
1103
+ 'engineering',
1104
+ 'enhanced_encryption',
1105
+ 'ent',
1106
+ 'enterprise',
1107
+ 'enterprise_off',
1108
+ 'equal',
1109
+ 'equalizer',
1110
+ 'eraser_size_1',
1111
+ 'eraser_size_2',
1112
+ 'eraser_size_3',
1113
+ 'eraser_size_4',
1114
+ 'eraser_size_5',
1115
+ 'error',
1116
+ 'error_med',
1117
+ 'escalator',
1118
+ 'escalator_warning',
1119
+ 'euro',
1120
+ 'euro_symbol',
1121
+ 'ev_mobiledata_badge',
1122
+ 'ev_shadow',
1123
+ 'ev_shadow_add',
1124
+ 'ev_shadow_minus',
1125
+ 'ev_station',
1126
+ 'event',
1127
+ 'event_available',
1128
+ 'event_busy',
1129
+ 'event_list',
1130
+ 'event_note',
1131
+ 'event_repeat',
1132
+ 'event_seat',
1133
+ 'event_upcoming',
1134
+ 'exclamation',
1135
+ 'exercise',
1136
+ 'exit_to_app',
1137
+ 'expand',
1138
+ 'expand_all',
1139
+ 'expand_circle_down',
1140
+ 'expand_circle_right',
1141
+ 'expand_circle_up',
1142
+ 'expand_content',
1143
+ 'expansion_panels',
1144
+ 'experiment',
1145
+ 'explicit',
1146
+ 'explore',
1147
+ 'explore_nearby',
1148
+ 'explore_off',
1149
+ 'explosion',
1150
+ 'export_notes',
1151
+ 'exposure',
1152
+ 'exposure_neg_1',
1153
+ 'exposure_neg_2',
1154
+ 'exposure_plus_1',
1155
+ 'exposure_plus_2',
1156
+ 'exposure_zero',
1157
+ 'extension',
1158
+ 'extension_off',
1159
+ 'eye_tracking',
1160
+ 'eyeglasses',
1161
+ 'eyeglasses_2',
1162
+ 'face',
1163
+ 'face_2',
1164
+ 'face_3',
1165
+ 'face_4',
1166
+ 'face_5',
1167
+ 'face_6',
1168
+ 'face_down',
1169
+ 'face_left',
1170
+ 'face_nod',
1171
+ 'face_retouching_off',
1172
+ 'face_right',
1173
+ 'face_shake',
1174
+ 'face_up',
1175
+ 'fact_check',
1176
+ 'factory',
1177
+ 'falling',
1178
+ 'familiar_face_and_zone',
1179
+ 'family_history',
1180
+ 'family_home',
1181
+ 'family_link',
1182
+ 'family_restroom',
1183
+ 'family_star',
1184
+ 'fan_focus',
1185
+ 'fan_indirect',
1186
+ 'farsight_digital',
1187
+ 'fast_forward',
1188
+ 'fast_rewind',
1189
+ 'fastfood',
1190
+ 'faucet',
1191
+ 'favorite',
1192
+ 'fax',
1193
+ 'feature_search',
1194
+ 'featured_play_list',
1195
+ 'featured_seasonal_and_gifts',
1196
+ 'featured_video',
1197
+ 'feedback',
1198
+ 'female',
1199
+ 'femur',
1200
+ 'femur_alt',
1201
+ 'fence',
1202
+ 'fertile',
1203
+ 'festival',
1204
+ 'fiber_dvr',
1205
+ 'fiber_manual_record',
1206
+ 'fiber_new',
1207
+ 'fiber_pin',
1208
+ 'fiber_smart_record',
1209
+ 'file_copy',
1210
+ 'file_copy_off',
1211
+ 'file_download_off',
1212
+ 'file_export',
1213
+ 'file_json',
1214
+ 'file_map',
1215
+ 'file_map_stack',
1216
+ 'file_open',
1217
+ 'file_png',
1218
+ 'file_present',
1219
+ 'file_save',
1220
+ 'file_save_off',
1221
+ 'file_upload_off',
1222
+ 'files',
1223
+ 'filter',
1224
+ 'filter_1',
1225
+ 'filter_2',
1226
+ 'filter_3',
1227
+ 'filter_4',
1228
+ 'filter_5',
1229
+ 'filter_6',
1230
+ 'filter_7',
1231
+ 'filter_8',
1232
+ 'filter_9',
1233
+ 'filter_9_plus',
1234
+ 'filter_alt',
1235
+ 'filter_alt_off',
1236
+ 'filter_arrow_right',
1237
+ 'filter_b_and_w',
1238
+ 'filter_center_focus',
1239
+ 'filter_drama',
1240
+ 'filter_frames',
1241
+ 'filter_hdr',
1242
+ 'filter_list',
1243
+ 'filter_list_off',
1244
+ 'filter_none',
1245
+ 'filter_retrolux',
1246
+ 'filter_tilt_shift',
1247
+ 'filter_vintage',
1248
+ 'finance',
1249
+ 'finance_chip',
1250
+ 'finance_mode',
1251
+ 'find_in_page',
1252
+ 'find_replace',
1253
+ 'fingerprint',
1254
+ 'fingerprint_off',
1255
+ 'fire_extinguisher',
1256
+ 'fire_hydrant',
1257
+ 'fire_truck',
1258
+ 'fireplace',
1259
+ 'first_page',
1260
+ 'fit_page',
1261
+ 'fit_page_height',
1262
+ 'fit_page_width',
1263
+ 'fit_screen',
1264
+ 'fit_width',
1265
+ 'fitness_center',
1266
+ 'fitness_tracker',
1267
+ 'flag',
1268
+ 'flag_2',
1269
+ 'flag_check',
1270
+ 'flag_circle',
1271
+ 'flaky',
1272
+ 'flare',
1273
+ 'flash_auto',
1274
+ 'flash_off',
1275
+ 'flash_on',
1276
+ 'flashlight_off',
1277
+ 'flashlight_on',
1278
+ 'flatware',
1279
+ 'flex_direction',
1280
+ 'flex_no_wrap',
1281
+ 'flex_wrap',
1282
+ 'flight',
1283
+ 'flight_class',
1284
+ 'flight_land',
1285
+ 'flight_takeoff',
1286
+ 'flights_and_hotels',
1287
+ 'flip',
1288
+ 'flip_camera_android',
1289
+ 'flip_camera_ios',
1290
+ 'flip_to_back',
1291
+ 'flip_to_front',
1292
+ 'float_landscape_2',
1293
+ 'float_portrait_2',
1294
+ 'flood',
1295
+ 'floor',
1296
+ 'floor_lamp',
1297
+ 'flowchart',
1298
+ 'flowsheet',
1299
+ 'fluid',
1300
+ 'fluid_balance',
1301
+ 'fluid_med',
1302
+ 'fluorescent',
1303
+ 'flutter',
1304
+ 'flutter_dash',
1305
+ 'flyover',
1306
+ 'fmd_bad',
1307
+ 'foggy',
1308
+ 'folded_hands',
1309
+ 'folder',
1310
+ 'folder_check',
1311
+ 'folder_check_2',
1312
+ 'folder_code',
1313
+ 'folder_copy',
1314
+ 'folder_data',
1315
+ 'folder_delete',
1316
+ 'folder_eye',
1317
+ 'folder_info',
1318
+ 'folder_limited',
1319
+ 'folder_managed',
1320
+ 'folder_match',
1321
+ 'folder_off',
1322
+ 'folder_open',
1323
+ 'folder_shared',
1324
+ 'folder_special',
1325
+ 'folder_supervised',
1326
+ 'folder_zip',
1327
+ 'follow_the_signs',
1328
+ 'font_download',
1329
+ 'font_download_off',
1330
+ 'food_bank',
1331
+ 'foot_bones',
1332
+ 'footprint',
1333
+ 'for_you',
1334
+ 'forest',
1335
+ 'fork_left',
1336
+ 'fork_right',
1337
+ 'fork_spoon',
1338
+ 'forklift',
1339
+ 'format_align_center',
1340
+ 'format_align_justify',
1341
+ 'format_align_left',
1342
+ 'format_align_right',
1343
+ 'format_bold',
1344
+ 'format_clear',
1345
+ 'format_color_fill',
1346
+ 'format_color_reset',
1347
+ 'format_color_text',
1348
+ 'format_h1',
1349
+ 'format_h2',
1350
+ 'format_h3',
1351
+ 'format_h4',
1352
+ 'format_h5',
1353
+ 'format_h6',
1354
+ 'format_image_left',
1355
+ 'format_image_right',
1356
+ 'format_indent_decrease',
1357
+ 'format_indent_increase',
1358
+ 'format_ink_highlighter',
1359
+ 'format_italic',
1360
+ 'format_letter_spacing',
1361
+ 'format_letter_spacing_2',
1362
+ 'format_letter_spacing_standard',
1363
+ 'format_letter_spacing_wide',
1364
+ 'format_letter_spacing_wider',
1365
+ 'format_line_spacing',
1366
+ 'format_list_bulleted',
1367
+ 'format_list_bulleted_add',
1368
+ 'format_list_numbered',
1369
+ 'format_list_numbered_rtl',
1370
+ 'format_overline',
1371
+ 'format_paint',
1372
+ 'format_paragraph',
1373
+ 'format_quote',
1374
+ 'format_quote_off',
1375
+ 'format_shapes',
1376
+ 'format_size',
1377
+ 'format_strikethrough',
1378
+ 'format_text_clip',
1379
+ 'format_text_overflow',
1380
+ 'format_text_wrap',
1381
+ 'format_textdirection_l_to_r',
1382
+ 'format_textdirection_r_to_l',
1383
+ 'format_textdirection_vertical',
1384
+ 'format_underlined',
1385
+ 'format_underlined_squiggle',
1386
+ 'forms_add_on',
1387
+ 'forms_apps_script',
1388
+ 'fort',
1389
+ 'forum',
1390
+ 'forward',
1391
+ 'forward_10',
1392
+ 'forward_30',
1393
+ 'forward_5',
1394
+ 'forward_circle',
1395
+ 'forward_media',
1396
+ 'forward_to_inbox',
1397
+ 'foundation',
1398
+ 'fragrance',
1399
+ 'frame_inspect',
1400
+ 'frame_person',
1401
+ 'frame_person_mic',
1402
+ 'frame_person_off',
1403
+ 'frame_reload',
1404
+ 'frame_source',
1405
+ 'free_cancellation',
1406
+ 'front_hand',
1407
+ 'front_loader',
1408
+ 'full_coverage',
1409
+ 'full_hd',
1410
+ 'full_stacked_bar_chart',
1411
+ 'fullscreen',
1412
+ 'fullscreen_exit',
1413
+ 'fullscreen_portrait',
1414
+ 'function',
1415
+ 'functions',
1416
+ 'funicular',
1417
+ 'g_mobiledata',
1418
+ 'g_mobiledata_badge',
1419
+ 'g_translate',
1420
+ 'gallery_thumbnail',
1421
+ 'gamepad',
1422
+ 'garage',
1423
+ 'garage_door',
1424
+ 'garage_home',
1425
+ 'garden_cart',
1426
+ 'gas_meter',
1427
+ 'gastroenterology',
1428
+ 'gate',
1429
+ 'gavel',
1430
+ 'general_device',
1431
+ 'genetics',
1432
+ 'genres',
1433
+ 'gesture',
1434
+ 'gesture_select',
1435
+ 'gif',
1436
+ 'gif_2',
1437
+ 'gif_box',
1438
+ 'girl',
1439
+ 'gite',
1440
+ 'glass_cup',
1441
+ 'globe',
1442
+ 'globe_asia',
1443
+ 'globe_book',
1444
+ 'globe_location_pin',
1445
+ 'globe_uk',
1446
+ 'glucose',
1447
+ 'glyphs',
1448
+ 'go_to_line',
1449
+ 'golf_course',
1450
+ 'gondola_lift',
1451
+ 'google_home_devices',
1452
+ 'google_tv_remote',
1453
+ 'google_wifi',
1454
+ 'gpp_bad',
1455
+ 'gpp_maybe',
1456
+ 'gradient',
1457
+ 'grading',
1458
+ 'grain',
1459
+ 'graph_1',
1460
+ 'graph_2',
1461
+ 'graph_3',
1462
+ 'graph_4',
1463
+ 'graph_5',
1464
+ 'graph_6',
1465
+ 'graph_7',
1466
+ 'graphic_eq',
1467
+ 'grass',
1468
+ 'grid_3x3',
1469
+ 'grid_3x3_off',
1470
+ 'grid_4x4',
1471
+ 'grid_goldenratio',
1472
+ 'grid_guides',
1473
+ 'grid_off',
1474
+ 'grid_on',
1475
+ 'grid_view',
1476
+ 'grocery',
1477
+ 'group',
1478
+ 'group_add',
1479
+ 'group_off',
1480
+ 'group_remove',
1481
+ 'group_search',
1482
+ 'group_work',
1483
+ 'grouped_bar_chart',
1484
+ 'groups',
1485
+ 'groups_2',
1486
+ 'groups_3',
1487
+ 'guardian',
1488
+ 'gynecology',
1489
+ 'h_mobiledata',
1490
+ 'h_mobiledata_badge',
1491
+ 'h_plus_mobiledata',
1492
+ 'h_plus_mobiledata_badge',
1493
+ 'hail',
1494
+ 'hallway',
1495
+ 'hand_bones',
1496
+ 'hand_gesture',
1497
+ 'hand_gesture_off',
1498
+ 'handheld_controller',
1499
+ 'handshake',
1500
+ 'handyman',
1501
+ 'hangout_video',
1502
+ 'hangout_video_off',
1503
+ 'hard_disk',
1504
+ 'hard_drive',
1505
+ 'hard_drive_2',
1506
+ 'hardware',
1507
+ 'hd',
1508
+ 'hdr_auto',
1509
+ 'hdr_auto_select',
1510
+ 'hdr_enhanced_select',
1511
+ 'hdr_off',
1512
+ 'hdr_off_select',
1513
+ 'hdr_on',
1514
+ 'hdr_on_select',
1515
+ 'hdr_plus',
1516
+ 'hdr_plus_off',
1517
+ 'hdr_strong',
1518
+ 'hdr_weak',
1519
+ 'head_mounted_device',
1520
+ 'headphones',
1521
+ 'headphones_battery',
1522
+ 'headset_mic',
1523
+ 'headset_off',
1524
+ 'healing',
1525
+ 'health_and_beauty',
1526
+ 'health_and_safety',
1527
+ 'health_metrics',
1528
+ 'heap_snapshot_large',
1529
+ 'heap_snapshot_multiple',
1530
+ 'heap_snapshot_thumbnail',
1531
+ 'hearing',
1532
+ 'hearing_aid',
1533
+ 'hearing_aid_disabled',
1534
+ 'hearing_aid_disabled_left',
1535
+ 'hearing_aid_left',
1536
+ 'hearing_disabled',
1537
+ 'heart_broken',
1538
+ 'heart_check',
1539
+ 'heart_minus',
1540
+ 'heart_plus',
1541
+ 'heat',
1542
+ 'heat_pump',
1543
+ 'heat_pump_balance',
1544
+ 'height',
1545
+ 'helicopter',
1546
+ 'help',
1547
+ 'help_center',
1548
+ 'help_clinic',
1549
+ 'hematology',
1550
+ 'hevc',
1551
+ 'hexagon',
1552
+ 'hide',
1553
+ 'hide_image',
1554
+ 'hide_source',
1555
+ 'high_density',
1556
+ 'high_quality',
1557
+ 'high_res',
1558
+ 'highlight',
1559
+ 'highlight_keyboard_focus',
1560
+ 'highlight_mouse_cursor',
1561
+ 'highlight_text_cursor',
1562
+ 'highlighter_size_1',
1563
+ 'highlighter_size_2',
1564
+ 'highlighter_size_3',
1565
+ 'highlighter_size_4',
1566
+ 'highlighter_size_5',
1567
+ 'hiking',
1568
+ 'history',
1569
+ 'history_2',
1570
+ 'history_edu',
1571
+ 'history_off',
1572
+ 'history_toggle_off',
1573
+ 'hive',
1574
+ 'hls',
1575
+ 'hls_off',
1576
+ 'holiday_village',
1577
+ 'home',
1578
+ 'home_and_garden',
1579
+ 'home_app_logo',
1580
+ 'home_health',
1581
+ 'home_improvement_and_tools',
1582
+ 'home_iot_device',
1583
+ 'home_max',
1584
+ 'home_max_dots',
1585
+ 'home_mini',
1586
+ 'home_pin',
1587
+ 'home_repair_service',
1588
+ 'home_speaker',
1589
+ 'home_storage',
1590
+ 'home_work',
1591
+ 'horizontal_distribute',
1592
+ 'horizontal_rule',
1593
+ 'horizontal_split',
1594
+ 'host',
1595
+ 'hot_tub',
1596
+ 'hotel',
1597
+ 'hotel_class',
1598
+ 'hourglass',
1599
+ 'hourglass_arrow_down',
1600
+ 'hourglass_arrow_up',
1601
+ 'hourglass_bottom',
1602
+ 'hourglass_disabled',
1603
+ 'hourglass_empty',
1604
+ 'hourglass_pause',
1605
+ 'hourglass_top',
1606
+ 'house',
1607
+ 'house_siding',
1608
+ 'house_with_shield',
1609
+ 'houseboat',
1610
+ 'household_supplies',
1611
+ 'hov',
1612
+ 'how_to_reg',
1613
+ 'how_to_vote',
1614
+ 'hr_resting',
1615
+ 'html',
1616
+ 'http',
1617
+ 'hub',
1618
+ 'humerus',
1619
+ 'humerus_alt',
1620
+ 'humidity_high',
1621
+ 'humidity_indoor',
1622
+ 'humidity_low',
1623
+ 'humidity_mid',
1624
+ 'humidity_percentage',
1625
+ 'hvac',
1626
+ 'hvac_max_defrost',
1627
+ 'ice_skating',
1628
+ 'icecream',
1629
+ 'id_card',
1630
+ 'identity_aware_proxy',
1631
+ 'identity_platform',
1632
+ 'ifl',
1633
+ 'iframe',
1634
+ 'iframe_off',
1635
+ 'image',
1636
+ 'image_arrow_up',
1637
+ 'image_aspect_ratio',
1638
+ 'image_search',
1639
+ 'imagesearch_roller',
1640
+ 'imagesmode',
1641
+ 'immunology',
1642
+ 'import_contacts',
1643
+ 'important_devices',
1644
+ 'in_home_mode',
1645
+ 'inactive_order',
1646
+ 'inbox',
1647
+ 'inbox_customize',
1648
+ 'inbox_text',
1649
+ 'inbox_text_asterisk',
1650
+ 'inbox_text_person',
1651
+ 'inbox_text_share',
1652
+ 'incomplete_circle',
1653
+ 'indeterminate_check_box',
1654
+ 'indeterminate_question_box',
1655
+ 'info',
1656
+ 'info_i',
1657
+ 'infrared',
1658
+ 'ink_eraser',
1659
+ 'ink_eraser_off',
1660
+ 'ink_highlighter',
1661
+ 'ink_highlighter_move',
1662
+ 'ink_marker',
1663
+ 'ink_pen',
1664
+ 'ink_selection',
1665
+ 'inpatient',
1666
+ 'input',
1667
+ 'input_circle',
1668
+ 'insert_chart',
1669
+ 'insert_page_break',
1670
+ 'insert_text',
1671
+ 'install_desktop',
1672
+ 'instant_mix',
1673
+ 'integration_instructions',
1674
+ 'interactive_space',
1675
+ 'interests',
1676
+ 'interpreter_mode',
1677
+ 'inventory',
1678
+ 'inventory_2',
1679
+ 'invert_colors',
1680
+ 'invert_colors_off',
1681
+ 'ios',
1682
+ 'ios_share',
1683
+ 'iron',
1684
+ 'jamboard_kiosk',
1685
+ 'javascript',
1686
+ 'join',
1687
+ 'join_inner',
1688
+ 'join_left',
1689
+ 'join_right',
1690
+ 'joystick',
1691
+ 'jump_to_element',
1692
+ 'kayaking',
1693
+ 'kebab_dining',
1694
+ 'keep',
1695
+ 'keep_off',
1696
+ 'keep_public',
1697
+ 'kettle',
1698
+ 'key',
1699
+ 'key_off',
1700
+ 'key_vertical',
1701
+ 'key_visualizer',
1702
+ 'keyboard',
1703
+ 'keyboard_alt',
1704
+ 'keyboard_arrow_down',
1705
+ 'keyboard_arrow_left',
1706
+ 'keyboard_arrow_right',
1707
+ 'keyboard_arrow_up',
1708
+ 'keyboard_backspace',
1709
+ 'keyboard_capslock',
1710
+ 'keyboard_capslock_badge',
1711
+ 'keyboard_command_key',
1712
+ 'keyboard_control_key',
1713
+ 'keyboard_double_arrow_down',
1714
+ 'keyboard_double_arrow_left',
1715
+ 'keyboard_double_arrow_right',
1716
+ 'keyboard_double_arrow_up',
1717
+ 'keyboard_external_input',
1718
+ 'keyboard_full',
1719
+ 'keyboard_hide',
1720
+ 'keyboard_keys',
1721
+ 'keyboard_lock',
1722
+ 'keyboard_lock_off',
1723
+ 'keyboard_off',
1724
+ 'keyboard_onscreen',
1725
+ 'keyboard_option_key',
1726
+ 'keyboard_previous_language',
1727
+ 'keyboard_return',
1728
+ 'keyboard_tab',
1729
+ 'keyboard_tab_rtl',
1730
+ 'kid_star',
1731
+ 'king_bed',
1732
+ 'kitchen',
1733
+ 'kitesurfing',
1734
+ 'lab_panel',
1735
+ 'lab_profile',
1736
+ 'lab_research',
1737
+ 'label',
1738
+ 'label_important',
1739
+ 'label_off',
1740
+ 'labs',
1741
+ 'lan',
1742
+ 'landscape',
1743
+ 'landscape_2',
1744
+ 'landscape_2_edit',
1745
+ 'landscape_2_off',
1746
+ 'landslide',
1747
+ 'language',
1748
+ 'language_chinese_array',
1749
+ 'language_chinese_cangjie',
1750
+ 'language_chinese_dayi',
1751
+ 'language_chinese_pinyin',
1752
+ 'language_chinese_quick',
1753
+ 'language_chinese_wubi',
1754
+ 'language_french',
1755
+ 'language_gb_english',
1756
+ 'language_international',
1757
+ 'language_japanese_kana',
1758
+ 'language_korean_latin',
1759
+ 'language_pinyin',
1760
+ 'language_spanish',
1761
+ 'language_us',
1762
+ 'language_us_colemak',
1763
+ 'language_us_dvorak',
1764
+ 'laps',
1765
+ 'laptop_car',
1766
+ 'laptop_chromebook',
1767
+ 'laptop_mac',
1768
+ 'laptop_windows',
1769
+ 'lasso_select',
1770
+ 'last_page',
1771
+ 'laundry',
1772
+ 'layers',
1773
+ 'layers_clear',
1774
+ 'lda',
1775
+ 'leaderboard',
1776
+ 'leak_add',
1777
+ 'leak_remove',
1778
+ 'left_click',
1779
+ 'left_panel_close',
1780
+ 'left_panel_open',
1781
+ 'legend_toggle',
1782
+ 'lens_blur',
1783
+ 'letter_switch',
1784
+ 'library_add',
1785
+ 'library_add_check',
1786
+ 'library_books',
1787
+ 'library_music',
1788
+ 'license',
1789
+ 'lift_to_talk',
1790
+ 'light',
1791
+ 'light_group',
1792
+ 'light_mode',
1793
+ 'light_off',
1794
+ 'lightbulb',
1795
+ 'lightbulb_2',
1796
+ 'lightbulb_circle',
1797
+ 'lightning_stand',
1798
+ 'line_axis',
1799
+ 'line_curve',
1800
+ 'line_end',
1801
+ 'line_end_arrow',
1802
+ 'line_end_arrow_notch',
1803
+ 'line_end_circle',
1804
+ 'line_end_diamond',
1805
+ 'line_end_square',
1806
+ 'line_start',
1807
+ 'line_start_arrow',
1808
+ 'line_start_arrow_notch',
1809
+ 'line_start_circle',
1810
+ 'line_start_diamond',
1811
+ 'line_start_square',
1812
+ 'line_style',
1813
+ 'line_weight',
1814
+ 'linear_scale',
1815
+ 'link',
1816
+ 'link_off',
1817
+ 'linked_camera',
1818
+ 'linked_services',
1819
+ 'liquor',
1820
+ 'list',
1821
+ 'list_alt',
1822
+ 'list_alt_add',
1823
+ 'list_alt_check',
1824
+ 'lists',
1825
+ 'live_help',
1826
+ 'live_tv',
1827
+ 'living',
1828
+ 'local_activity',
1829
+ 'local_atm',
1830
+ 'local_bar',
1831
+ 'local_cafe',
1832
+ 'local_car_wash',
1833
+ 'local_convenience_store',
1834
+ 'local_dining',
1835
+ 'local_drink',
1836
+ 'local_fire_department',
1837
+ 'local_florist',
1838
+ 'local_gas_station',
1839
+ 'local_hospital',
1840
+ 'local_laundry_service',
1841
+ 'local_library',
1842
+ 'local_mall',
1843
+ 'local_parking',
1844
+ 'local_pharmacy',
1845
+ 'local_pizza',
1846
+ 'local_police',
1847
+ 'local_post_office',
1848
+ 'local_see',
1849
+ 'local_shipping',
1850
+ 'local_taxi',
1851
+ 'location_away',
1852
+ 'location_chip',
1853
+ 'location_city',
1854
+ 'location_disabled',
1855
+ 'location_home',
1856
+ 'location_off',
1857
+ 'location_on',
1858
+ 'location_searching',
1859
+ 'lock',
1860
+ 'lock_clock',
1861
+ 'lock_open',
1862
+ 'lock_open_circle',
1863
+ 'lock_open_right',
1864
+ 'lock_person',
1865
+ 'lock_reset',
1866
+ 'login',
1867
+ 'logo_dev',
1868
+ 'logout',
1869
+ 'looks',
1870
+ 'looks_3',
1871
+ 'looks_4',
1872
+ 'looks_5',
1873
+ 'looks_6',
1874
+ 'looks_one',
1875
+ 'looks_two',
1876
+ 'loupe',
1877
+ 'low_density',
1878
+ 'low_priority',
1879
+ 'lowercase',
1880
+ 'loyalty',
1881
+ 'lte_mobiledata',
1882
+ 'lte_mobiledata_badge',
1883
+ 'lte_plus_mobiledata',
1884
+ 'lte_plus_mobiledata_badge',
1885
+ 'luggage',
1886
+ 'lunch_dining',
1887
+ 'lyrics',
1888
+ 'macro_auto',
1889
+ 'macro_off',
1890
+ 'magnification_large',
1891
+ 'magnification_small',
1892
+ 'magnify_docked',
1893
+ 'magnify_fullscreen',
1894
+ 'mail',
1895
+ 'mail_lock',
1896
+ 'mail_off',
1897
+ 'male',
1898
+ 'man',
1899
+ 'man_2',
1900
+ 'man_3',
1901
+ 'man_4',
1902
+ 'manage_accounts',
1903
+ 'manage_history',
1904
+ 'manage_search',
1905
+ 'manga',
1906
+ 'manufacturing',
1907
+ 'map',
1908
+ 'map_search',
1909
+ 'maps_ugc',
1910
+ 'margin',
1911
+ 'mark_as_unread',
1912
+ 'mark_chat_read',
1913
+ 'mark_chat_unread',
1914
+ 'mark_email_read',
1915
+ 'mark_email_unread',
1916
+ 'mark_unread_chat_alt',
1917
+ 'markdown',
1918
+ 'markdown_copy',
1919
+ 'markdown_paste',
1920
+ 'markunread_mailbox',
1921
+ 'masked_transitions',
1922
+ 'masked_transitions_add',
1923
+ 'masks',
1924
+ 'match_case',
1925
+ 'match_case_off',
1926
+ 'match_word',
1927
+ 'matter',
1928
+ 'maximize',
1929
+ 'measuring_tape',
1930
+ 'media_bluetooth_off',
1931
+ 'media_bluetooth_on',
1932
+ 'media_link',
1933
+ 'media_output',
1934
+ 'media_output_off',
1935
+ 'mediation',
1936
+ 'medical_information',
1937
+ 'medical_mask',
1938
+ 'medical_services',
1939
+ 'medication',
1940
+ 'medication_liquid',
1941
+ 'meeting_room',
1942
+ 'memory',
1943
+ 'memory_alt',
1944
+ 'menstrual_health',
1945
+ 'menu',
1946
+ 'menu_book',
1947
+ 'menu_open',
1948
+ 'merge',
1949
+ 'merge_type',
1950
+ 'metabolism',
1951
+ 'metro',
1952
+ 'mfg_nest_yale_lock',
1953
+ 'mic',
1954
+ 'mic_alert',
1955
+ 'mic_double',
1956
+ 'mic_external_off',
1957
+ 'mic_external_on',
1958
+ 'mic_off',
1959
+ 'microbiology',
1960
+ 'microwave',
1961
+ 'microwave_gen',
1962
+ 'military_tech',
1963
+ 'mimo',
1964
+ 'mimo_disconnect',
1965
+ 'mindfulness',
1966
+ 'minimize',
1967
+ 'minor_crash',
1968
+ 'mintmark',
1969
+ 'missed_video_call',
1970
+ 'missing_controller',
1971
+ 'mist',
1972
+ 'mitre',
1973
+ 'mixture_med',
1974
+ 'mms',
1975
+ 'mobile_hand',
1976
+ 'mobile_hand_left',
1977
+ 'mobile_hand_left_off',
1978
+ 'mobile_hand_off',
1979
+ 'mobile_loupe',
1980
+ 'mobile_off',
1981
+ 'mobile_screen_share',
1982
+ 'mobile_screensaver',
1983
+ 'mobile_sound_2',
1984
+ 'mobile_speaker',
1985
+ 'mobiledata_off',
1986
+ 'mode_comment',
1987
+ 'mode_cool',
1988
+ 'mode_cool_off',
1989
+ 'mode_dual',
1990
+ 'mode_fan',
1991
+ 'mode_fan_off',
1992
+ 'mode_heat',
1993
+ 'mode_heat_cool',
1994
+ 'mode_heat_off',
1995
+ 'mode_night',
1996
+ 'mode_of_travel',
1997
+ 'mode_off_on',
1998
+ 'mode_standby',
1999
+ 'model_training',
2000
+ 'modeling',
2001
+ 'money',
2002
+ 'money_bag',
2003
+ 'money_off',
2004
+ 'monitor',
2005
+ 'monitor_heart',
2006
+ 'monitor_weight',
2007
+ 'monitor_weight_gain',
2008
+ 'monitor_weight_loss',
2009
+ 'monitoring',
2010
+ 'monochrome_photos',
2011
+ 'monorail',
2012
+ 'mood',
2013
+ 'mood_bad',
2014
+ 'moon_stars',
2015
+ 'mop',
2016
+ 'moped',
2017
+ 'more',
2018
+ 'more_down',
2019
+ 'more_horiz',
2020
+ 'more_time',
2021
+ 'more_up',
2022
+ 'more_vert',
2023
+ 'mosque',
2024
+ 'motion_blur',
2025
+ 'motion_mode',
2026
+ 'motion_photos_auto',
2027
+ 'motion_photos_off',
2028
+ 'motion_photos_on',
2029
+ 'motion_photos_paused',
2030
+ 'motion_play',
2031
+ 'motion_sensor_active',
2032
+ 'motion_sensor_alert',
2033
+ 'motion_sensor_idle',
2034
+ 'motion_sensor_urgent',
2035
+ 'motorcycle',
2036
+ 'mountain_flag',
2037
+ 'mouse',
2038
+ 'mouse_lock',
2039
+ 'mouse_lock_off',
2040
+ 'move',
2041
+ 'move_down',
2042
+ 'move_group',
2043
+ 'move_item',
2044
+ 'move_location',
2045
+ 'move_selection_down',
2046
+ 'move_selection_left',
2047
+ 'move_selection_right',
2048
+ 'move_selection_up',
2049
+ 'move_to_inbox',
2050
+ 'move_up',
2051
+ 'moved_location',
2052
+ 'movie',
2053
+ 'movie_edit',
2054
+ 'movie_info',
2055
+ 'movie_off',
2056
+ 'moving',
2057
+ 'moving_beds',
2058
+ 'moving_ministry',
2059
+ 'mp',
2060
+ 'multicooker',
2061
+ 'multiline_chart',
2062
+ 'multimodal_hand_eye',
2063
+ 'multiple_airports',
2064
+ 'multiple_stop',
2065
+ 'museum',
2066
+ 'music_cast',
2067
+ 'music_note',
2068
+ 'music_note_add',
2069
+ 'music_off',
2070
+ 'music_video',
2071
+ 'my_location',
2072
+ 'mystery',
2073
+ 'nat',
2074
+ 'nature',
2075
+ 'nature_people',
2076
+ 'navigation',
2077
+ 'near_me',
2078
+ 'near_me_disabled',
2079
+ 'nearby',
2080
+ 'nearby_error',
2081
+ 'nearby_off',
2082
+ 'nephrology',
2083
+ 'nest_audio',
2084
+ 'nest_cam_floodlight',
2085
+ 'nest_cam_indoor',
2086
+ 'nest_cam_iq',
2087
+ 'nest_cam_iq_outdoor',
2088
+ 'nest_cam_magnet_mount',
2089
+ 'nest_cam_outdoor',
2090
+ 'nest_cam_stand',
2091
+ 'nest_cam_wall_mount',
2092
+ 'nest_cam_wired_stand',
2093
+ 'nest_clock_farsight_analog',
2094
+ 'nest_clock_farsight_digital',
2095
+ 'nest_connect',
2096
+ 'nest_detect',
2097
+ 'nest_display',
2098
+ 'nest_display_max',
2099
+ 'nest_doorbell_visitor',
2100
+ 'nest_eco_leaf',
2101
+ 'nest_farsight_weather',
2102
+ 'nest_found_savings',
2103
+ 'nest_heat_link_e',
2104
+ 'nest_heat_link_gen_3',
2105
+ 'nest_hello_doorbell',
2106
+ 'nest_mini',
2107
+ 'nest_multi_room',
2108
+ 'nest_protect',
2109
+ 'nest_remote',
2110
+ 'nest_remote_comfort_sensor',
2111
+ 'nest_secure_alarm',
2112
+ 'nest_sunblock',
2113
+ 'nest_tag',
2114
+ 'nest_thermostat',
2115
+ 'nest_thermostat_e_eu',
2116
+ 'nest_thermostat_gen_3',
2117
+ 'nest_thermostat_sensor',
2118
+ 'nest_thermostat_sensor_eu',
2119
+ 'nest_thermostat_zirconium_eu',
2120
+ 'nest_true_radiant',
2121
+ 'nest_wake_on_approach',
2122
+ 'nest_wake_on_press',
2123
+ 'nest_wifi_point',
2124
+ 'nest_wifi_pro',
2125
+ 'nest_wifi_pro_2',
2126
+ 'nest_wifi_router',
2127
+ 'network_cell',
2128
+ 'network_check',
2129
+ 'network_intel_node',
2130
+ 'network_intelligence',
2131
+ 'network_intelligence_history',
2132
+ 'network_intelligence_update',
2133
+ 'network_locked',
2134
+ 'network_manage',
2135
+ 'network_node',
2136
+ 'network_ping',
2137
+ 'network_wifi',
2138
+ 'network_wifi_1_bar',
2139
+ 'network_wifi_1_bar_locked',
2140
+ 'network_wifi_2_bar',
2141
+ 'network_wifi_2_bar_locked',
2142
+ 'network_wifi_3_bar',
2143
+ 'network_wifi_3_bar_locked',
2144
+ 'network_wifi_locked',
2145
+ 'neurology',
2146
+ 'new_label',
2147
+ 'new_window',
2148
+ 'news',
2149
+ 'newsmode',
2150
+ 'newspaper',
2151
+ 'newsstand',
2152
+ 'next_plan',
2153
+ 'next_week',
2154
+ 'nfc',
2155
+ 'nfc_off',
2156
+ 'night_shelter',
2157
+ 'night_sight_auto',
2158
+ 'night_sight_auto_off',
2159
+ 'night_sight_max',
2160
+ 'nightlife',
2161
+ 'nightlight',
2162
+ 'nights_stay',
2163
+ 'no_accounts',
2164
+ 'no_adult_content',
2165
+ 'no_backpack',
2166
+ 'no_crash',
2167
+ 'no_drinks',
2168
+ 'no_encryption',
2169
+ 'no_flash',
2170
+ 'no_food',
2171
+ 'no_luggage',
2172
+ 'no_meals',
2173
+ 'no_meeting_room',
2174
+ 'no_photography',
2175
+ 'no_sim',
2176
+ 'no_sound',
2177
+ 'no_stroller',
2178
+ 'no_transfer',
2179
+ 'noise_aware',
2180
+ 'noise_control_off',
2181
+ 'noise_control_on',
2182
+ 'nordic_walking',
2183
+ 'north',
2184
+ 'north_east',
2185
+ 'north_west',
2186
+ 'not_accessible',
2187
+ 'not_accessible_forward',
2188
+ 'not_listed_location',
2189
+ 'not_started',
2190
+ 'note_add',
2191
+ 'note_alt',
2192
+ 'note_stack',
2193
+ 'note_stack_add',
2194
+ 'notes',
2195
+ 'notification_add',
2196
+ 'notification_important',
2197
+ 'notification_multiple',
2198
+ 'notification_settings',
2199
+ 'notification_sound',
2200
+ 'notifications',
2201
+ 'notifications_active',
2202
+ 'notifications_off',
2203
+ 'notifications_paused',
2204
+ 'notifications_unread',
2205
+ 'numbers',
2206
+ 'nutrition',
2207
+ 'ods',
2208
+ 'odt',
2209
+ 'offline_bolt',
2210
+ 'offline_pin',
2211
+ 'offline_pin_off',
2212
+ 'offline_share',
2213
+ 'oil_barrel',
2214
+ 'on_device_training',
2215
+ 'on_hub_device',
2216
+ 'oncology',
2217
+ 'online_prediction',
2218
+ 'onsen',
2219
+ 'opacity',
2220
+ 'open_in_browser',
2221
+ 'open_in_full',
2222
+ 'open_in_new',
2223
+ 'open_in_new_down',
2224
+ 'open_in_new_off',
2225
+ 'open_jam',
2226
+ 'open_run',
2227
+ 'open_with',
2228
+ 'ophthalmology',
2229
+ 'oral_disease',
2230
+ 'orbit',
2231
+ 'order_approve',
2232
+ 'order_play',
2233
+ 'orders',
2234
+ 'orthopedics',
2235
+ 'other_admission',
2236
+ 'other_houses',
2237
+ 'outbound',
2238
+ 'outbox',
2239
+ 'outbox_alt',
2240
+ 'outdoor_garden',
2241
+ 'outdoor_grill',
2242
+ 'outgoing_mail',
2243
+ 'outlet',
2244
+ 'outpatient',
2245
+ 'outpatient_med',
2246
+ 'output',
2247
+ 'output_circle',
2248
+ 'oven',
2249
+ 'oven_gen',
2250
+ 'overview',
2251
+ 'overview_key',
2252
+ 'owl',
2253
+ 'oxygen_saturation',
2254
+ 'p2p',
2255
+ 'pace',
2256
+ 'pacemaker',
2257
+ 'package',
2258
+ 'package_2',
2259
+ 'padding',
2260
+ 'page_control',
2261
+ 'page_footer',
2262
+ 'page_header',
2263
+ 'page_info',
2264
+ 'pageless',
2265
+ 'pages',
2266
+ 'pageview',
2267
+ 'paid',
2268
+ 'palette',
2269
+ 'pallet',
2270
+ 'pan_tool',
2271
+ 'pan_tool_alt',
2272
+ 'pan_zoom',
2273
+ 'panorama',
2274
+ 'panorama_horizontal',
2275
+ 'panorama_photosphere',
2276
+ 'panorama_vertical',
2277
+ 'panorama_wide_angle',
2278
+ 'paragliding',
2279
+ 'park',
2280
+ 'partly_cloudy_day',
2281
+ 'partly_cloudy_night',
2282
+ 'partner_exchange',
2283
+ 'partner_reports',
2284
+ 'party_mode',
2285
+ 'passkey',
2286
+ 'password',
2287
+ 'password_2',
2288
+ 'password_2_off',
2289
+ 'patient_list',
2290
+ 'pattern',
2291
+ 'pause',
2292
+ 'pause_circle',
2293
+ 'pause_presentation',
2294
+ 'payments',
2295
+ 'pedal_bike',
2296
+ 'pediatrics',
2297
+ 'pen_size_1',
2298
+ 'pen_size_2',
2299
+ 'pen_size_3',
2300
+ 'pen_size_4',
2301
+ 'pen_size_5',
2302
+ 'pending',
2303
+ 'pending_actions',
2304
+ 'pentagon',
2305
+ 'percent',
2306
+ 'pergola',
2307
+ 'perm_camera_mic',
2308
+ 'perm_contact_calendar',
2309
+ 'perm_data_setting',
2310
+ 'perm_device_information',
2311
+ 'perm_media',
2312
+ 'perm_phone_msg',
2313
+ 'perm_scan_wifi',
2314
+ 'person',
2315
+ 'person_2',
2316
+ 'person_3',
2317
+ 'person_4',
2318
+ 'person_add',
2319
+ 'person_add_disabled',
2320
+ 'person_alert',
2321
+ 'person_apron',
2322
+ 'person_book',
2323
+ 'person_cancel',
2324
+ 'person_celebrate',
2325
+ 'person_check',
2326
+ 'person_edit',
2327
+ 'person_off',
2328
+ 'person_pin',
2329
+ 'person_pin_circle',
2330
+ 'person_play',
2331
+ 'person_raised_hand',
2332
+ 'person_remove',
2333
+ 'person_search',
2334
+ 'person_shield',
2335
+ 'personal_bag',
2336
+ 'personal_bag_off',
2337
+ 'personal_bag_question',
2338
+ 'personal_injury',
2339
+ 'personal_places',
2340
+ 'pest_control',
2341
+ 'pest_control_rodent',
2342
+ 'pet_supplies',
2343
+ 'pets',
2344
+ 'phishing',
2345
+ 'phone_android',
2346
+ 'phone_bluetooth_speaker',
2347
+ 'phone_callback',
2348
+ 'phone_disabled',
2349
+ 'phone_enabled',
2350
+ 'phone_forwarded',
2351
+ 'phone_in_talk',
2352
+ 'phone_iphone',
2353
+ 'phone_locked',
2354
+ 'phone_missed',
2355
+ 'phone_paused',
2356
+ 'phonelink_erase',
2357
+ 'phonelink_ring',
2358
+ 'phonelink_ring_off',
2359
+ 'phonelink_setup',
2360
+ 'photo',
2361
+ 'photo_album',
2362
+ 'photo_auto_merge',
2363
+ 'photo_camera',
2364
+ 'photo_camera_back',
2365
+ 'photo_camera_front',
2366
+ 'photo_frame',
2367
+ 'photo_library',
2368
+ 'photo_prints',
2369
+ 'photo_size_select_large',
2370
+ 'photo_size_select_small',
2371
+ 'php',
2372
+ 'physical_therapy',
2373
+ 'piano',
2374
+ 'piano_off',
2375
+ 'picture_as_pdf',
2376
+ 'picture_in_picture',
2377
+ 'picture_in_picture_alt',
2378
+ 'picture_in_picture_center',
2379
+ 'picture_in_picture_large',
2380
+ 'picture_in_picture_medium',
2381
+ 'picture_in_picture_mobile',
2382
+ 'picture_in_picture_off',
2383
+ 'picture_in_picture_small',
2384
+ 'pie_chart',
2385
+ 'pill',
2386
+ 'pill_off',
2387
+ 'pin',
2388
+ 'pin_drop',
2389
+ 'pin_end',
2390
+ 'pin_invoke',
2391
+ 'pinboard',
2392
+ 'pinboard_unread',
2393
+ 'pinch',
2394
+ 'pinch_zoom_in',
2395
+ 'pinch_zoom_out',
2396
+ 'pip',
2397
+ 'pip_exit',
2398
+ 'pivot_table_chart',
2399
+ 'place_item',
2400
+ 'plagiarism',
2401
+ 'planet',
2402
+ 'planner_banner_ad_pt',
2403
+ 'planner_review',
2404
+ 'play_arrow',
2405
+ 'play_circle',
2406
+ 'play_disabled',
2407
+ 'play_for_work',
2408
+ 'play_lesson',
2409
+ 'play_pause',
2410
+ 'playing_cards',
2411
+ 'playlist_add',
2412
+ 'playlist_add_check',
2413
+ 'playlist_add_check_circle',
2414
+ 'playlist_add_circle',
2415
+ 'playlist_play',
2416
+ 'playlist_remove',
2417
+ 'plug_connect',
2418
+ 'plumbing',
2419
+ 'podcasts',
2420
+ 'podiatry',
2421
+ 'podium',
2422
+ 'point_of_sale',
2423
+ 'point_scan',
2424
+ 'poker_chip',
2425
+ 'policy',
2426
+ 'policy_alert',
2427
+ 'polyline',
2428
+ 'polymer',
2429
+ 'pool',
2430
+ 'portable_wifi_off',
2431
+ 'position_bottom_left',
2432
+ 'position_bottom_right',
2433
+ 'position_top_right',
2434
+ 'post',
2435
+ 'post_add',
2436
+ 'potted_plant',
2437
+ 'power',
2438
+ 'power_input',
2439
+ 'power_off',
2440
+ 'power_settings_circle',
2441
+ 'power_settings_new',
2442
+ 'prayer_times',
2443
+ 'precision_manufacturing',
2444
+ 'pregnancy',
2445
+ 'pregnant_woman',
2446
+ 'preliminary',
2447
+ 'prescriptions',
2448
+ 'present_to_all',
2449
+ 'preview',
2450
+ 'preview_off',
2451
+ 'price_change',
2452
+ 'price_check',
2453
+ 'print',
2454
+ 'print_add',
2455
+ 'print_connect',
2456
+ 'print_disabled',
2457
+ 'print_error',
2458
+ 'print_lock',
2459
+ 'priority',
2460
+ 'priority_high',
2461
+ 'privacy',
2462
+ 'privacy_tip',
2463
+ 'private_connectivity',
2464
+ 'problem',
2465
+ 'procedure',
2466
+ 'process_chart',
2467
+ 'production_quantity_limits',
2468
+ 'productivity',
2469
+ 'progress_activity',
2470
+ 'prompt_suggestion',
2471
+ 'propane',
2472
+ 'propane_tank',
2473
+ 'psychiatry',
2474
+ 'psychology',
2475
+ 'psychology_alt',
2476
+ 'public',
2477
+ 'public_off',
2478
+ 'publish',
2479
+ 'published_with_changes',
2480
+ 'pulmonology',
2481
+ 'pulse_alert',
2482
+ 'punch_clock',
2483
+ 'qr_code',
2484
+ 'qr_code_2',
2485
+ 'qr_code_2_add',
2486
+ 'qr_code_scanner',
2487
+ 'query_stats',
2488
+ 'question_exchange',
2489
+ 'question_mark',
2490
+ 'queue_music',
2491
+ 'queue_play_next',
2492
+ 'quick_phrases',
2493
+ 'quick_reference',
2494
+ 'quick_reference_all',
2495
+ 'quick_reorder',
2496
+ 'quickreply',
2497
+ 'quiz',
2498
+ 'r_mobiledata',
2499
+ 'radar',
2500
+ 'radio',
2501
+ 'radio_button_checked',
2502
+ 'radio_button_partial',
2503
+ 'radio_button_unchecked',
2504
+ 'radiology',
2505
+ 'railway_alert',
2506
+ 'railway_alert_2',
2507
+ 'rainy',
2508
+ 'rainy_heavy',
2509
+ 'rainy_light',
2510
+ 'rainy_snow',
2511
+ 'ramen_dining',
2512
+ 'ramp_left',
2513
+ 'ramp_right',
2514
+ 'range_hood',
2515
+ 'rate_review',
2516
+ 'raven',
2517
+ 'raw_off',
2518
+ 'raw_on',
2519
+ 'read_more',
2520
+ 'readiness_score',
2521
+ 'real_estate_agent',
2522
+ 'rear_camera',
2523
+ 'rebase',
2524
+ 'rebase_edit',
2525
+ 'receipt',
2526
+ 'receipt_long',
2527
+ 'receipt_long_off',
2528
+ 'recent_actors',
2529
+ 'recent_patient',
2530
+ 'recenter',
2531
+ 'recommend',
2532
+ 'record_voice_over',
2533
+ 'rectangle',
2534
+ 'recycling',
2535
+ 'redeem',
2536
+ 'redo',
2537
+ 'reduce_capacity',
2538
+ 'refresh',
2539
+ 'regular_expression',
2540
+ 'relax',
2541
+ 'release_alert',
2542
+ 'remember_me',
2543
+ 'reminder',
2544
+ 'remote_gen',
2545
+ 'remove',
2546
+ 'remove_done',
2547
+ 'remove_from_queue',
2548
+ 'remove_moderator',
2549
+ 'remove_road',
2550
+ 'remove_selection',
2551
+ 'remove_shopping_cart',
2552
+ 'reopen_window',
2553
+ 'reorder',
2554
+ 'repartition',
2555
+ 'repeat',
2556
+ 'repeat_on',
2557
+ 'repeat_one',
2558
+ 'repeat_one_on',
2559
+ 'replace_audio',
2560
+ 'replace_image',
2561
+ 'replace_video',
2562
+ 'replay',
2563
+ 'replay_10',
2564
+ 'replay_30',
2565
+ 'replay_5',
2566
+ 'reply',
2567
+ 'reply_all',
2568
+ 'report',
2569
+ 'report_off',
2570
+ 'request_page',
2571
+ 'request_quote',
2572
+ 'reset_brightness',
2573
+ 'reset_focus',
2574
+ 'reset_image',
2575
+ 'reset_iso',
2576
+ 'reset_settings',
2577
+ 'reset_shadow',
2578
+ 'reset_shutter_speed',
2579
+ 'reset_tv',
2580
+ 'reset_white_balance',
2581
+ 'reset_wrench',
2582
+ 'resize',
2583
+ 'respiratory_rate',
2584
+ 'responsive_layout',
2585
+ 'restart_alt',
2586
+ 'restaurant',
2587
+ 'restore_from_trash',
2588
+ 'restore_page',
2589
+ 'resume',
2590
+ 'reviews',
2591
+ 'rewarded_ads',
2592
+ 'rheumatology',
2593
+ 'rib_cage',
2594
+ 'rice_bowl',
2595
+ 'right_click',
2596
+ 'right_panel_close',
2597
+ 'right_panel_open',
2598
+ 'ring_volume',
2599
+ 'ripples',
2600
+ 'road',
2601
+ 'robot',
2602
+ 'robot_2',
2603
+ 'rocket',
2604
+ 'rocket_launch',
2605
+ 'roller_shades',
2606
+ 'roller_shades_closed',
2607
+ 'roller_skating',
2608
+ 'roofing',
2609
+ 'room_preferences',
2610
+ 'room_service',
2611
+ 'rotate_90_degrees_ccw',
2612
+ 'rotate_90_degrees_cw',
2613
+ 'rotate_auto',
2614
+ 'rotate_left',
2615
+ 'rotate_right',
2616
+ 'roundabout_left',
2617
+ 'roundabout_right',
2618
+ 'rounded_corner',
2619
+ 'route',
2620
+ 'router',
2621
+ 'router_off',
2622
+ 'routine',
2623
+ 'rowing',
2624
+ 'rss_feed',
2625
+ 'rsvp',
2626
+ 'rtt',
2627
+ 'rubric',
2628
+ 'rule',
2629
+ 'rule_folder',
2630
+ 'rule_settings',
2631
+ 'run_circle',
2632
+ 'running_with_errors',
2633
+ 'rv_hookup',
2634
+ 'safety_check',
2635
+ 'safety_check_off',
2636
+ 'safety_divider',
2637
+ 'sailing',
2638
+ 'salinity',
2639
+ 'sanitizer',
2640
+ 'satellite',
2641
+ 'satellite_alt',
2642
+ 'sauna',
2643
+ 'save',
2644
+ 'save_as',
2645
+ 'save_clock',
2646
+ 'saved_search',
2647
+ 'savings',
2648
+ 'scale',
2649
+ 'scan',
2650
+ 'scan_delete',
2651
+ 'scanner',
2652
+ 'scatter_plot',
2653
+ 'scene',
2654
+ 'schedule',
2655
+ 'schedule_send',
2656
+ 'schema',
2657
+ 'school',
2658
+ 'science',
2659
+ 'science_off',
2660
+ 'scooter',
2661
+ 'score',
2662
+ 'scoreboard',
2663
+ 'screen_lock_landscape',
2664
+ 'screen_lock_portrait',
2665
+ 'screen_lock_rotation',
2666
+ 'screen_record',
2667
+ 'screen_rotation',
2668
+ 'screen_rotation_alt',
2669
+ 'screen_rotation_up',
2670
+ 'screen_search_desktop',
2671
+ 'screen_share',
2672
+ 'screenshot',
2673
+ 'screenshot_frame',
2674
+ 'screenshot_frame_2',
2675
+ 'screenshot_keyboard',
2676
+ 'screenshot_monitor',
2677
+ 'screenshot_region',
2678
+ 'screenshot_tablet',
2679
+ 'script',
2680
+ 'scrollable_header',
2681
+ 'scuba_diving',
2682
+ 'sd',
2683
+ 'sd_card',
2684
+ 'sd_card_alert',
2685
+ 'sdk',
2686
+ 'search',
2687
+ 'search_activity',
2688
+ 'search_check',
2689
+ 'search_check_2',
2690
+ 'search_hands_free',
2691
+ 'search_insights',
2692
+ 'search_off',
2693
+ 'seat_cool_left',
2694
+ 'seat_cool_right',
2695
+ 'seat_heat_left',
2696
+ 'seat_heat_right',
2697
+ 'seat_vent_left',
2698
+ 'seat_vent_right',
2699
+ 'security',
2700
+ 'security_key',
2701
+ 'security_update_good',
2702
+ 'security_update_warning',
2703
+ 'segment',
2704
+ 'select',
2705
+ 'select_all',
2706
+ 'select_check_box',
2707
+ 'select_to_speak',
2708
+ 'select_window',
2709
+ 'select_window_2',
2710
+ 'select_window_off',
2711
+ 'self_care',
2712
+ 'self_improvement',
2713
+ 'sell',
2714
+ 'send',
2715
+ 'send_and_archive',
2716
+ 'send_money',
2717
+ 'send_time_extension',
2718
+ 'send_to_mobile',
2719
+ 'sensor_door',
2720
+ 'sensor_occupied',
2721
+ 'sensor_window',
2722
+ 'sensors',
2723
+ 'sensors_krx',
2724
+ 'sensors_krx_off',
2725
+ 'sensors_off',
2726
+ 'sentiment_calm',
2727
+ 'sentiment_content',
2728
+ 'sentiment_dissatisfied',
2729
+ 'sentiment_excited',
2730
+ 'sentiment_extremely_dissatisfied',
2731
+ 'sentiment_frustrated',
2732
+ 'sentiment_neutral',
2733
+ 'sentiment_sad',
2734
+ 'sentiment_satisfied',
2735
+ 'sentiment_stressed',
2736
+ 'sentiment_very_dissatisfied',
2737
+ 'sentiment_very_satisfied',
2738
+ 'sentiment_worried',
2739
+ 'serif',
2740
+ 'server_person',
2741
+ 'service_toolbox',
2742
+ 'set_meal',
2743
+ 'settings',
2744
+ 'settings_accessibility',
2745
+ 'settings_account_box',
2746
+ 'settings_alert',
2747
+ 'settings_applications',
2748
+ 'settings_b_roll',
2749
+ 'settings_backup_restore',
2750
+ 'settings_bluetooth',
2751
+ 'settings_brightness',
2752
+ 'settings_cell',
2753
+ 'settings_cinematic_blur',
2754
+ 'settings_ethernet',
2755
+ 'settings_heart',
2756
+ 'settings_input_antenna',
2757
+ 'settings_input_component',
2758
+ 'settings_input_hdmi',
2759
+ 'settings_input_svideo',
2760
+ 'settings_motion_mode',
2761
+ 'settings_night_sight',
2762
+ 'settings_overscan',
2763
+ 'settings_panorama',
2764
+ 'settings_phone',
2765
+ 'settings_photo_camera',
2766
+ 'settings_power',
2767
+ 'settings_remote',
2768
+ 'settings_slow_motion',
2769
+ 'settings_system_daydream',
2770
+ 'settings_timelapse',
2771
+ 'settings_video_camera',
2772
+ 'settings_voice',
2773
+ 'settop_component',
2774
+ 'severe_cold',
2775
+ 'shadow',
2776
+ 'shadow_add',
2777
+ 'shadow_minus',
2778
+ 'shape_line',
2779
+ 'shapes',
2780
+ 'share',
2781
+ 'share_eta',
2782
+ 'share_location',
2783
+ 'share_off',
2784
+ 'share_reviews',
2785
+ 'share_windows',
2786
+ 'sheets_rtl',
2787
+ 'shelf_auto_hide',
2788
+ 'shelf_position',
2789
+ 'shelves',
2790
+ 'shield',
2791
+ 'shield_lock',
2792
+ 'shield_locked',
2793
+ 'shield_moon',
2794
+ 'shield_person',
2795
+ 'shield_question',
2796
+ 'shield_watch',
2797
+ 'shield_with_heart',
2798
+ 'shield_with_house',
2799
+ 'shift',
2800
+ 'shift_lock',
2801
+ 'shift_lock_off',
2802
+ 'shop',
2803
+ 'shop_two',
2804
+ 'shopping_bag',
2805
+ 'shopping_bag_speed',
2806
+ 'shopping_basket',
2807
+ 'shopping_cart',
2808
+ 'shopping_cart_checkout',
2809
+ 'shopping_cart_off',
2810
+ 'shoppingmode',
2811
+ 'short_stay',
2812
+ 'short_text',
2813
+ 'show_chart',
2814
+ 'shower',
2815
+ 'shuffle',
2816
+ 'shuffle_on',
2817
+ 'shutter_speed',
2818
+ 'shutter_speed_add',
2819
+ 'shutter_speed_minus',
2820
+ 'sick',
2821
+ 'side_navigation',
2822
+ 'sign_language',
2823
+ 'signal_cellular_0_bar',
2824
+ 'signal_cellular_1_bar',
2825
+ 'signal_cellular_2_bar',
2826
+ 'signal_cellular_3_bar',
2827
+ 'signal_cellular_4_bar',
2828
+ 'signal_cellular_add',
2829
+ 'signal_cellular_alt',
2830
+ 'signal_cellular_alt_1_bar',
2831
+ 'signal_cellular_alt_2_bar',
2832
+ 'signal_cellular_connected_no_internet_0_bar',
2833
+ 'signal_cellular_connected_no_internet_4_bar',
2834
+ 'signal_cellular_nodata',
2835
+ 'signal_cellular_null',
2836
+ 'signal_cellular_off',
2837
+ 'signal_cellular_pause',
2838
+ 'signal_disconnected',
2839
+ 'signal_wifi_0_bar',
2840
+ 'signal_wifi_4_bar',
2841
+ 'signal_wifi_bad',
2842
+ 'signal_wifi_off',
2843
+ 'signal_wifi_statusbar_not_connected',
2844
+ 'signal_wifi_statusbar_null',
2845
+ 'signature',
2846
+ 'signpost',
2847
+ 'sim_card',
2848
+ 'sim_card_download',
2849
+ 'simulation',
2850
+ 'single_bed',
2851
+ 'sip',
2852
+ 'siren',
2853
+ 'siren_check',
2854
+ 'siren_open',
2855
+ 'siren_question',
2856
+ 'skateboarding',
2857
+ 'skeleton',
2858
+ 'skillet',
2859
+ 'skillet_cooktop',
2860
+ 'skip_next',
2861
+ 'skip_previous',
2862
+ 'skull',
2863
+ 'skull_list',
2864
+ 'slab_serif',
2865
+ 'sledding',
2866
+ 'sleep_score',
2867
+ 'slide_library',
2868
+ 'sliders',
2869
+ 'slideshow',
2870
+ 'slow_motion_video',
2871
+ 'smart_card_reader',
2872
+ 'smart_card_reader_off',
2873
+ 'smart_display',
2874
+ 'smart_outlet',
2875
+ 'smart_screen',
2876
+ 'smart_toy',
2877
+ 'smartphone',
2878
+ 'smartphone_camera',
2879
+ 'smb_share',
2880
+ 'smoke_free',
2881
+ 'smoking_rooms',
2882
+ 'sms',
2883
+ 'snippet_folder',
2884
+ 'snooze',
2885
+ 'snowboarding',
2886
+ 'snowing',
2887
+ 'snowing_heavy',
2888
+ 'snowmobile',
2889
+ 'snowshoeing',
2890
+ 'soap',
2891
+ 'social_distance',
2892
+ 'social_leaderboard',
2893
+ 'solar_power',
2894
+ 'sort',
2895
+ 'sort_by_alpha',
2896
+ 'sos',
2897
+ 'sound_detection_dog_barking',
2898
+ 'sound_detection_glass_break',
2899
+ 'sound_detection_loud_sound',
2900
+ 'sound_sampler',
2901
+ 'soup_kitchen',
2902
+ 'source_environment',
2903
+ 'source_notes',
2904
+ 'south',
2905
+ 'south_america',
2906
+ 'south_east',
2907
+ 'south_west',
2908
+ 'spa',
2909
+ 'space_bar',
2910
+ 'space_dashboard',
2911
+ 'spatial_audio',
2912
+ 'spatial_audio_off',
2913
+ 'spatial_speaker',
2914
+ 'spatial_tracking',
2915
+ 'speaker',
2916
+ 'speaker_group',
2917
+ 'speaker_notes',
2918
+ 'speaker_notes_off',
2919
+ 'speaker_phone',
2920
+ 'special_character',
2921
+ 'specific_gravity',
2922
+ 'speech_to_text',
2923
+ 'speed',
2924
+ 'speed_0_25',
2925
+ 'speed_0_2x',
2926
+ 'speed_0_5',
2927
+ 'speed_0_5x',
2928
+ 'speed_0_75',
2929
+ 'speed_0_7x',
2930
+ 'speed_1_2',
2931
+ 'speed_1_25',
2932
+ 'speed_1_2x',
2933
+ 'speed_1_5',
2934
+ 'speed_1_5x',
2935
+ 'speed_1_75',
2936
+ 'speed_1_7x',
2937
+ 'speed_2x',
2938
+ 'speed_camera',
2939
+ 'spellcheck',
2940
+ 'split_scene',
2941
+ 'split_scene_down',
2942
+ 'split_scene_left',
2943
+ 'split_scene_right',
2944
+ 'split_scene_up',
2945
+ 'splitscreen',
2946
+ 'splitscreen_add',
2947
+ 'splitscreen_bottom',
2948
+ 'splitscreen_landscape',
2949
+ 'splitscreen_left',
2950
+ 'splitscreen_portrait',
2951
+ 'splitscreen_right',
2952
+ 'splitscreen_top',
2953
+ 'splitscreen_vertical_add',
2954
+ 'spo2',
2955
+ 'spoke',
2956
+ 'sports',
2957
+ 'sports_and_outdoors',
2958
+ 'sports_bar',
2959
+ 'sports_baseball',
2960
+ 'sports_basketball',
2961
+ 'sports_cricket',
2962
+ 'sports_esports',
2963
+ 'sports_football',
2964
+ 'sports_golf',
2965
+ 'sports_gymnastics',
2966
+ 'sports_handball',
2967
+ 'sports_hockey',
2968
+ 'sports_kabaddi',
2969
+ 'sports_martial_arts',
2970
+ 'sports_mma',
2971
+ 'sports_motorsports',
2972
+ 'sports_rugby',
2973
+ 'sports_score',
2974
+ 'sports_soccer',
2975
+ 'sports_tennis',
2976
+ 'sports_volleyball',
2977
+ 'sprinkler',
2978
+ 'sprint',
2979
+ 'square',
2980
+ 'square_dot',
2981
+ 'square_foot',
2982
+ 'ssid_chart',
2983
+ 'stack',
2984
+ 'stack_group',
2985
+ 'stack_hexagon',
2986
+ 'stack_off',
2987
+ 'stack_star',
2988
+ 'stacked_bar_chart',
2989
+ 'stacked_email',
2990
+ 'stacked_inbox',
2991
+ 'stacked_line_chart',
2992
+ 'stacks',
2993
+ 'stadia_controller',
2994
+ 'stadium',
2995
+ 'stairs',
2996
+ 'stairs_2',
2997
+ 'star',
2998
+ 'star_half',
2999
+ 'star_rate',
3000
+ 'star_rate_half',
3001
+ 'star_shine',
3002
+ 'stars',
3003
+ 'stars_2',
3004
+ 'start',
3005
+ 'stat_0',
3006
+ 'stat_1',
3007
+ 'stat_2',
3008
+ 'stat_3',
3009
+ 'stat_minus_1',
3010
+ 'stat_minus_2',
3011
+ 'stat_minus_3',
3012
+ 'stay_current_landscape',
3013
+ 'steering_wheel_heat',
3014
+ 'step',
3015
+ 'step_into',
3016
+ 'step_out',
3017
+ 'step_over',
3018
+ 'steppers',
3019
+ 'steps',
3020
+ 'stethoscope',
3021
+ 'stethoscope_arrow',
3022
+ 'stethoscope_check',
3023
+ 'sticky_note',
3024
+ 'sticky_note_2',
3025
+ 'stock_media',
3026
+ 'stockpot',
3027
+ 'stop',
3028
+ 'stop_circle',
3029
+ 'stop_screen_share',
3030
+ 'storage',
3031
+ 'store',
3032
+ 'storefront',
3033
+ 'storm',
3034
+ 'straight',
3035
+ 'straighten',
3036
+ 'strategy',
3037
+ 'stream',
3038
+ 'stream_apps',
3039
+ 'streetview',
3040
+ 'stress_management',
3041
+ 'strikethrough_s',
3042
+ 'stroke_full',
3043
+ 'stroke_partial',
3044
+ 'stroller',
3045
+ 'style',
3046
+ 'styler',
3047
+ 'stylus',
3048
+ 'stylus_brush',
3049
+ 'stylus_fountain_pen',
3050
+ 'stylus_highlighter',
3051
+ 'stylus_laser_pointer',
3052
+ 'stylus_note',
3053
+ 'stylus_pen',
3054
+ 'stylus_pencil',
3055
+ 'subdirectory_arrow_left',
3056
+ 'subdirectory_arrow_right',
3057
+ 'subheader',
3058
+ 'subject',
3059
+ 'subscript',
3060
+ 'subscriptions',
3061
+ 'subtitles',
3062
+ 'subtitles_gear',
3063
+ 'subtitles_off',
3064
+ 'subway',
3065
+ 'summarize',
3066
+ 'sunny',
3067
+ 'sunny_snowing',
3068
+ 'superscript',
3069
+ 'supervised_user_circle',
3070
+ 'supervised_user_circle_off',
3071
+ 'supervisor_account',
3072
+ 'support',
3073
+ 'support_agent',
3074
+ 'surfing',
3075
+ 'surgical',
3076
+ 'surround_sound',
3077
+ 'swap_calls',
3078
+ 'swap_driving_apps',
3079
+ 'swap_driving_apps_wheel',
3080
+ 'swap_horiz',
3081
+ 'swap_horizontal_circle',
3082
+ 'swap_vert',
3083
+ 'swap_vertical_circle',
3084
+ 'sweep',
3085
+ 'swipe',
3086
+ 'swipe_down',
3087
+ 'swipe_down_alt',
3088
+ 'swipe_left',
3089
+ 'swipe_left_alt',
3090
+ 'swipe_right',
3091
+ 'swipe_right_alt',
3092
+ 'swipe_up',
3093
+ 'swipe_up_alt',
3094
+ 'swipe_vertical',
3095
+ 'switch',
3096
+ 'switch_access',
3097
+ 'switch_access_2',
3098
+ 'switch_access_3',
3099
+ 'switch_access_shortcut',
3100
+ 'switch_access_shortcut_add',
3101
+ 'switch_account',
3102
+ 'switch_camera',
3103
+ 'switch_left',
3104
+ 'switch_right',
3105
+ 'switch_video',
3106
+ 'switches',
3107
+ 'sword_rose',
3108
+ 'swords',
3109
+ 'symptoms',
3110
+ 'synagogue',
3111
+ 'sync',
3112
+ 'sync_alt',
3113
+ 'sync_arrow_down',
3114
+ 'sync_arrow_up',
3115
+ 'sync_desktop',
3116
+ 'sync_disabled',
3117
+ 'sync_lock',
3118
+ 'sync_problem',
3119
+ 'sync_saved_locally',
3120
+ 'syringe',
3121
+ 'system_update',
3122
+ 'system_update_alt',
3123
+ 'tab',
3124
+ 'tab_close',
3125
+ 'tab_close_inactive',
3126
+ 'tab_close_right',
3127
+ 'tab_duplicate',
3128
+ 'tab_group',
3129
+ 'tab_inactive',
3130
+ 'tab_move',
3131
+ 'tab_new_right',
3132
+ 'tab_recent',
3133
+ 'tab_search',
3134
+ 'tab_unselected',
3135
+ 'table',
3136
+ 'table_bar',
3137
+ 'table_chart',
3138
+ 'table_chart_view',
3139
+ 'table_convert',
3140
+ 'table_edit',
3141
+ 'table_eye',
3142
+ 'table_lamp',
3143
+ 'table_restaurant',
3144
+ 'table_rows',
3145
+ 'table_rows_narrow',
3146
+ 'table_view',
3147
+ 'tablet',
3148
+ 'tablet_android',
3149
+ 'tablet_camera',
3150
+ 'tablet_mac',
3151
+ 'tabs',
3152
+ 'tactic',
3153
+ 'tag',
3154
+ 'takeout_dining',
3155
+ 'tamper_detection_off',
3156
+ 'tamper_detection_on',
3157
+ 'tap_and_play',
3158
+ 'tapas',
3159
+ 'target',
3160
+ 'task',
3161
+ 'task_alt',
3162
+ 'taunt',
3163
+ 'taxi_alert',
3164
+ 'team_dashboard',
3165
+ 'temp_preferences_eco',
3166
+ 'temple_buddhist',
3167
+ 'temple_hindu',
3168
+ 'tenancy',
3169
+ 'terminal',
3170
+ 'text_ad',
3171
+ 'text_compare',
3172
+ 'text_decrease',
3173
+ 'text_fields',
3174
+ 'text_fields_alt',
3175
+ 'text_format',
3176
+ 'text_increase',
3177
+ 'text_rotate_up',
3178
+ 'text_rotate_vertical',
3179
+ 'text_rotation_angledown',
3180
+ 'text_rotation_angleup',
3181
+ 'text_rotation_down',
3182
+ 'text_rotation_none',
3183
+ 'text_select_end',
3184
+ 'text_select_jump_to_beginning',
3185
+ 'text_select_jump_to_end',
3186
+ 'text_select_move_back_character',
3187
+ 'text_select_move_back_word',
3188
+ 'text_select_move_down',
3189
+ 'text_select_move_forward_character',
3190
+ 'text_select_move_forward_word',
3191
+ 'text_select_move_up',
3192
+ 'text_select_start',
3193
+ 'text_snippet',
3194
+ 'text_to_speech',
3195
+ 'text_up',
3196
+ 'texture',
3197
+ 'texture_add',
3198
+ 'texture_minus',
3199
+ 'theater_comedy',
3200
+ 'theaters',
3201
+ 'thermometer',
3202
+ 'thermometer_add',
3203
+ 'thermometer_gain',
3204
+ 'thermometer_loss',
3205
+ 'thermometer_minus',
3206
+ 'thermostat',
3207
+ 'thermostat_arrow_down',
3208
+ 'thermostat_arrow_up',
3209
+ 'thermostat_auto',
3210
+ 'thermostat_carbon',
3211
+ 'things_to_do',
3212
+ 'thread_unread',
3213
+ 'threat_intelligence',
3214
+ 'thumb_down',
3215
+ 'thumb_up',
3216
+ 'thumbnail_bar',
3217
+ 'thumbs_up_down',
3218
+ 'thunderstorm',
3219
+ 'tibia',
3220
+ 'tibia_alt',
3221
+ 'tile_large',
3222
+ 'tile_medium',
3223
+ 'tile_small',
3224
+ 'time_auto',
3225
+ 'timelapse',
3226
+ 'timeline',
3227
+ 'timer',
3228
+ 'timer_10',
3229
+ 'timer_10_alt_1',
3230
+ 'timer_10_select',
3231
+ 'timer_3',
3232
+ 'timer_3_alt_1',
3233
+ 'timer_3_select',
3234
+ 'timer_5',
3235
+ 'timer_5_shutter',
3236
+ 'timer_arrow_down',
3237
+ 'timer_arrow_up',
3238
+ 'timer_off',
3239
+ 'timer_pause',
3240
+ 'timer_play',
3241
+ 'tire_repair',
3242
+ 'title',
3243
+ 'titlecase',
3244
+ 'toast',
3245
+ 'toc',
3246
+ 'today',
3247
+ 'toggle_off',
3248
+ 'toggle_on',
3249
+ 'token',
3250
+ 'toll',
3251
+ 'tonality',
3252
+ 'toolbar',
3253
+ 'tools_flat_head',
3254
+ 'tools_installation_kit',
3255
+ 'tools_ladder',
3256
+ 'tools_level',
3257
+ 'tools_phillips',
3258
+ 'tools_pliers_wire_stripper',
3259
+ 'tools_power_drill',
3260
+ 'tooltip',
3261
+ 'tooltip_2',
3262
+ 'top_panel_close',
3263
+ 'top_panel_open',
3264
+ 'topic',
3265
+ 'tornado',
3266
+ 'total_dissolved_solids',
3267
+ 'touch_app',
3268
+ 'touch_double',
3269
+ 'touch_long',
3270
+ 'touch_triple',
3271
+ 'touchpad_mouse',
3272
+ 'touchpad_mouse_off',
3273
+ 'tour',
3274
+ 'toys',
3275
+ 'toys_and_games',
3276
+ 'toys_fan',
3277
+ 'track_changes',
3278
+ 'trackpad_input',
3279
+ 'trackpad_input_2',
3280
+ 'trackpad_input_3',
3281
+ 'traffic',
3282
+ 'traffic_jam',
3283
+ 'trail_length',
3284
+ 'trail_length_medium',
3285
+ 'trail_length_short',
3286
+ 'train',
3287
+ 'tram',
3288
+ 'transcribe',
3289
+ 'transfer_within_a_station',
3290
+ 'transform',
3291
+ 'transgender',
3292
+ 'transit_enterexit',
3293
+ 'transit_ticket',
3294
+ 'transition_chop',
3295
+ 'transition_dissolve',
3296
+ 'transition_fade',
3297
+ 'transition_push',
3298
+ 'transition_slide',
3299
+ 'translate',
3300
+ 'transportation',
3301
+ 'travel',
3302
+ 'travel_explore',
3303
+ 'travel_luggage_and_bags',
3304
+ 'trending_down',
3305
+ 'trending_flat',
3306
+ 'trending_up',
3307
+ 'trip',
3308
+ 'trip_origin',
3309
+ 'trolley',
3310
+ 'trolley_cable_car',
3311
+ 'trophy',
3312
+ 'troubleshoot',
3313
+ 'tsunami',
3314
+ 'tsv',
3315
+ 'tty',
3316
+ 'tune',
3317
+ 'turn_left',
3318
+ 'turn_right',
3319
+ 'turn_sharp_left',
3320
+ 'turn_sharp_right',
3321
+ 'turn_slight_left',
3322
+ 'turn_slight_right',
3323
+ 'tv',
3324
+ 'tv_displays',
3325
+ 'tv_gen',
3326
+ 'tv_guide',
3327
+ 'tv_next',
3328
+ 'tv_off',
3329
+ 'tv_options_edit_channels',
3330
+ 'tv_options_input_settings',
3331
+ 'tv_remote',
3332
+ 'tv_signin',
3333
+ 'tv_with_assistant',
3334
+ 'two_pager',
3335
+ 'two_pager_store',
3336
+ 'two_wheeler',
3337
+ 'type_specimen',
3338
+ 'u_turn_left',
3339
+ 'u_turn_right',
3340
+ 'ulna_radius',
3341
+ 'ulna_radius_alt',
3342
+ 'umbrella',
3343
+ 'unarchive',
3344
+ 'undo',
3345
+ 'unfold_less',
3346
+ 'unfold_less_double',
3347
+ 'unfold_more',
3348
+ 'unfold_more_double',
3349
+ 'ungroup',
3350
+ 'universal_currency',
3351
+ 'universal_currency_alt',
3352
+ 'universal_local',
3353
+ 'unknown_2',
3354
+ 'unknown_5',
3355
+ 'unknown_7',
3356
+ 'unknown_document',
3357
+ 'unknown_med',
3358
+ 'unlicense',
3359
+ 'unpaved_road',
3360
+ 'unpublished',
3361
+ 'unsubscribe',
3362
+ 'upcoming',
3363
+ 'update',
3364
+ 'update_disabled',
3365
+ 'upgrade',
3366
+ 'upi_pay',
3367
+ 'upload',
3368
+ 'upload_2',
3369
+ 'upload_file',
3370
+ 'uppercase',
3371
+ 'urology',
3372
+ 'usb',
3373
+ 'usb_off',
3374
+ 'user_attributes',
3375
+ 'vaccines',
3376
+ 'vacuum',
3377
+ 'valve',
3378
+ 'vape_free',
3379
+ 'vaping_rooms',
3380
+ 'variable_add',
3381
+ 'variable_insert',
3382
+ 'variable_remove',
3383
+ 'variables',
3384
+ 'ventilator',
3385
+ 'verified',
3386
+ 'verified_off',
3387
+ 'verified_user',
3388
+ 'vertical_align_bottom',
3389
+ 'vertical_align_center',
3390
+ 'vertical_align_top',
3391
+ 'vertical_distribute',
3392
+ 'vertical_shades',
3393
+ 'vertical_shades_closed',
3394
+ 'vertical_split',
3395
+ 'vibration',
3396
+ 'video_call',
3397
+ 'video_camera_back',
3398
+ 'video_camera_back_add',
3399
+ 'video_camera_front',
3400
+ 'video_camera_front_off',
3401
+ 'video_chat',
3402
+ 'video_file',
3403
+ 'video_label',
3404
+ 'video_library',
3405
+ 'video_search',
3406
+ 'video_settings',
3407
+ 'video_stable',
3408
+ 'videocam',
3409
+ 'videocam_alert',
3410
+ 'videocam_off',
3411
+ 'videogame_asset',
3412
+ 'videogame_asset_off',
3413
+ 'view_agenda',
3414
+ 'view_apps',
3415
+ 'view_array',
3416
+ 'view_carousel',
3417
+ 'view_column',
3418
+ 'view_column_2',
3419
+ 'view_comfy',
3420
+ 'view_comfy_alt',
3421
+ 'view_compact',
3422
+ 'view_compact_alt',
3423
+ 'view_cozy',
3424
+ 'view_day',
3425
+ 'view_headline',
3426
+ 'view_in_ar',
3427
+ 'view_in_ar_off',
3428
+ 'view_kanban',
3429
+ 'view_list',
3430
+ 'view_module',
3431
+ 'view_object_track',
3432
+ 'view_quilt',
3433
+ 'view_real_size',
3434
+ 'view_sidebar',
3435
+ 'view_stream',
3436
+ 'view_timeline',
3437
+ 'view_week',
3438
+ 'vignette',
3439
+ 'villa',
3440
+ 'visibility',
3441
+ 'visibility_lock',
3442
+ 'visibility_off',
3443
+ 'vital_signs',
3444
+ 'vo2_max',
3445
+ 'voice_chat',
3446
+ 'voice_over_off',
3447
+ 'voice_selection',
3448
+ 'voice_selection_off',
3449
+ 'voicemail',
3450
+ 'voicemail_2',
3451
+ 'volcano',
3452
+ 'volume_down',
3453
+ 'volume_down_alt',
3454
+ 'volume_mute',
3455
+ 'volume_off',
3456
+ 'volume_up',
3457
+ 'volunteer_activism',
3458
+ 'voting_chip',
3459
+ 'vpn_key',
3460
+ 'vpn_key_alert',
3461
+ 'vpn_key_off',
3462
+ 'vpn_lock',
3463
+ 'vpn_lock_2',
3464
+ 'vr180_create2d',
3465
+ 'vr180_create2d_off',
3466
+ 'vrpano',
3467
+ 'wall_art',
3468
+ 'wall_lamp',
3469
+ 'wallet',
3470
+ 'wallpaper',
3471
+ 'wallpaper_slideshow',
3472
+ 'wand_shine',
3473
+ 'wand_stars',
3474
+ 'ward',
3475
+ 'warehouse',
3476
+ 'warning',
3477
+ 'warning_off',
3478
+ 'wash',
3479
+ 'watch',
3480
+ 'watch_arrow',
3481
+ 'watch_button_press',
3482
+ 'watch_check',
3483
+ 'watch_off',
3484
+ 'watch_screentime',
3485
+ 'watch_vibration',
3486
+ 'watch_wake',
3487
+ 'water',
3488
+ 'water_bottle',
3489
+ 'water_bottle_large',
3490
+ 'water_damage',
3491
+ 'water_do',
3492
+ 'water_drop',
3493
+ 'water_ec',
3494
+ 'water_full',
3495
+ 'water_heater',
3496
+ 'water_lock',
3497
+ 'water_loss',
3498
+ 'water_lux',
3499
+ 'water_medium',
3500
+ 'water_orp',
3501
+ 'water_ph',
3502
+ 'water_pump',
3503
+ 'water_voc',
3504
+ 'waterfall_chart',
3505
+ 'waves',
3506
+ 'waving_hand',
3507
+ 'wb_auto',
3508
+ 'wb_incandescent',
3509
+ 'wb_iridescent',
3510
+ 'wb_shade',
3511
+ 'wb_sunny',
3512
+ 'wb_twilight',
3513
+ 'wc',
3514
+ 'weather_hail',
3515
+ 'weather_mix',
3516
+ 'weather_snowy',
3517
+ 'web',
3518
+ 'web_asset',
3519
+ 'web_asset_off',
3520
+ 'web_stories',
3521
+ 'web_traffic',
3522
+ 'webhook',
3523
+ 'weekend',
3524
+ 'weight',
3525
+ 'west',
3526
+ 'whatshot',
3527
+ 'wheelchair_pickup',
3528
+ 'where_to_vote',
3529
+ 'widget_medium',
3530
+ 'widget_small',
3531
+ 'widget_width',
3532
+ 'widgets',
3533
+ 'width_full',
3534
+ 'width_normal',
3535
+ 'width_wide',
3536
+ 'wifi',
3537
+ 'wifi_1_bar',
3538
+ 'wifi_2_bar',
3539
+ 'wifi_add',
3540
+ 'wifi_calling',
3541
+ 'wifi_calling_bar_1',
3542
+ 'wifi_calling_bar_2',
3543
+ 'wifi_calling_bar_3',
3544
+ 'wifi_channel',
3545
+ 'wifi_find',
3546
+ 'wifi_home',
3547
+ 'wifi_lock',
3548
+ 'wifi_notification',
3549
+ 'wifi_off',
3550
+ 'wifi_password',
3551
+ 'wifi_protected_setup',
3552
+ 'wifi_proxy',
3553
+ 'wifi_tethering',
3554
+ 'wifi_tethering_error',
3555
+ 'wifi_tethering_off',
3556
+ 'wind_power',
3557
+ 'window',
3558
+ 'window_closed',
3559
+ 'window_open',
3560
+ 'window_sensor',
3561
+ 'windshield_defrost_front',
3562
+ 'windshield_defrost_rear',
3563
+ 'windshield_heat_front',
3564
+ 'wine_bar',
3565
+ 'woman',
3566
+ 'woman_2',
3567
+ 'work',
3568
+ 'work_alert',
3569
+ 'work_history',
3570
+ 'work_update',
3571
+ 'workspace_premium',
3572
+ 'workspaces',
3573
+ 'wounds_injuries',
3574
+ 'wrap_text',
3575
+ 'wrist',
3576
+ 'wrong_location',
3577
+ 'wysiwyg',
3578
+ 'yard',
3579
+ 'your_trips',
3580
+ 'youtube_activity',
3581
+ 'youtube_searched_for',
3582
+ 'zone_person_alert',
3583
+ 'zone_person_idle',
3584
+ 'zone_person_urgent',
3585
+ 'zoom_in',
3586
+ 'zoom_in_map',
3587
+ 'zoom_out',
3588
+ 'zoom_out_map',
3589
+ ])
3590
+ .meta({
3591
+ id: 'icon',
3592
+ title: 'Icon',
3593
+ description:
3594
+ 'Material Design icon names available in CloudCannon for UI elements and content previews.',
3595
+ });
3596
+
3597
+ export type Icon = z.infer<typeof IconSchema>;