@leavittsoftware/web 1.0.0

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