@functionalcms/svelte-components 4.36.10 → 5.0.0-beta2

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 (127) hide show
  1. package/css/functional.css +48 -1
  2. package/dist/auth/getMachineAccessToken.d.ts +1 -1
  3. package/dist/auth/getMachineAccessToken.js +1 -2
  4. package/dist/auth/machineAuthenticationProvider.d.ts +1 -1
  5. package/dist/auth/machineAuthenticationProvider.js +1 -2
  6. package/dist/auth/tokenRefresh.d.ts +1 -1
  7. package/dist/auth/tokenRefresh.js +4 -5
  8. package/dist/auth/types.js +4 -8
  9. package/dist/auth/userAuthenticationProvider.d.ts +1 -1
  10. package/dist/auth/userAuthenticationProvider.js +1 -2
  11. package/dist/components/Icon.svelte +16 -0
  12. package/dist/components/Icon.svelte.d.ts +9 -0
  13. package/dist/components/content/Markdown.svelte +2 -2
  14. package/dist/components/content/Markdown.svelte.d.ts +17 -4
  15. package/dist/components/form/Dropzone.svelte +2 -5
  16. package/dist/components/form/SmartForm.svelte +206 -60
  17. package/dist/components/form/SmartForm.svelte.d.ts +2 -2
  18. package/dist/components/form/form.d.ts +87 -17
  19. package/dist/components/form/form.js +86 -6
  20. package/dist/components/icons.d.ts +763 -0
  21. package/dist/components/icons.js +765 -0
  22. package/dist/components/integrations/EasyTools.svelte +1 -1
  23. package/dist/components/layouts/DefaultLayout.svelte +92 -41
  24. package/dist/components/layouts/DefaultLayout.svelte.d.ts +17 -8
  25. package/dist/components/layouts/FlexBox.svelte +73 -0
  26. package/dist/components/layouts/FlexBox.svelte.d.ts +17 -0
  27. package/dist/components/layouts/MenuLayout.svelte +39 -201
  28. package/dist/components/layouts/MenuLayout.svelte.d.ts +2 -10
  29. package/dist/components/layouts/StyleBox.svelte +17 -0
  30. package/dist/components/layouts/StyleBox.svelte.d.ts +7 -0
  31. package/dist/components/layouts/Well.svelte +8 -34
  32. package/dist/components/layouts/Well.svelte.d.ts +4 -8
  33. package/dist/components/layouts/menuItems.d.ts +29 -0
  34. package/dist/components/layouts/menuItems.js +28 -0
  35. package/dist/index-server.d.ts +2 -1
  36. package/dist/index-server.js +2 -1
  37. package/dist/index.d.ts +9 -47
  38. package/dist/index.js +8 -59
  39. package/dist/server-side/getServices.d.ts +8 -8
  40. package/dist/server-side/getServices.js +16 -27
  41. package/dist/server-side/handlers/paraglideHandler.d.ts +2 -0
  42. package/dist/server-side/handlers/paraglideHandler.js +13 -0
  43. package/dist/server-side/handlers/redirectPipelineHandler.d.ts +5 -0
  44. package/dist/server-side/{getRedirectPipeline.js → handlers/redirectPipelineHandler.js} +1 -2
  45. package/dist/utils/stringHash.d.ts +1 -0
  46. package/dist/utils/stringHash.js +7 -0
  47. package/package.json +28 -39
  48. package/css/functional.css.map +0 -1
  49. package/dist/components/MaterialIconSet.d.ts +0 -3819
  50. package/dist/components/MaterialIconSet.js +0 -3823
  51. package/dist/components/Styling.d.ts +0 -59
  52. package/dist/components/Styling.js +0 -66
  53. package/dist/components/blog/blog.d.ts +0 -20
  54. package/dist/components/blog/blog.js +0 -29
  55. package/dist/components/dynamic/CopyToClipboard.svelte +0 -16
  56. package/dist/components/dynamic/CopyToClipboard.svelte.d.ts +0 -36
  57. package/dist/components/dynamic/DynamicButton.d.ts +0 -1
  58. package/dist/components/dynamic/DynamicButton.js +0 -10
  59. package/dist/components/dynamic/DynamicButton.svelte +0 -33
  60. package/dist/components/dynamic/DynamicButton.svelte.d.ts +0 -9
  61. package/dist/components/form/Button.svelte +0 -389
  62. package/dist/components/form/Button.svelte.d.ts +0 -30
  63. package/dist/components/form/ChoiceInput.svelte +0 -375
  64. package/dist/components/form/ChoiceInput.svelte.d.ts +0 -3
  65. package/dist/components/form/Input.svelte +0 -461
  66. package/dist/components/form/Input.svelte.d.ts +0 -30
  67. package/dist/components/form/Select.svelte +0 -163
  68. package/dist/components/form/Select.svelte.d.ts +0 -21
  69. package/dist/components/form/Switch.svelte +0 -293
  70. package/dist/components/form/Switch.svelte.d.ts +0 -14
  71. package/dist/components/indicators/Loader.svelte +0 -114
  72. package/dist/components/indicators/Loader.svelte.d.ts +0 -30
  73. package/dist/components/indicators/Spinner.svelte +0 -109
  74. package/dist/components/indicators/Spinner.svelte.d.ts +0 -28
  75. package/dist/components/layouts/Banner.svelte +0 -26
  76. package/dist/components/layouts/Banner.svelte.d.ts +0 -8
  77. package/dist/components/layouts/FoldablePanel.svelte +0 -16
  78. package/dist/components/layouts/FoldablePanel.svelte.d.ts +0 -7
  79. package/dist/components/layouts/SimpleFooter.svelte +0 -23
  80. package/dist/components/layouts/SimpleFooter.svelte.d.ts +0 -8
  81. package/dist/components/layouts/Tabs.svelte +0 -362
  82. package/dist/components/layouts/Tabs.svelte.d.ts +0 -11
  83. package/dist/components/layouts/TwoColumnsLayout.svelte +0 -44
  84. package/dist/components/layouts/TwoColumnsLayout.svelte.d.ts +0 -13
  85. package/dist/components/layouts/menuLayout.d.ts +0 -12
  86. package/dist/components/layouts/menuLayout.js +0 -1
  87. package/dist/components/layouts/tabs.d.ts +0 -21
  88. package/dist/components/layouts/tabs.js +0 -13
  89. package/dist/components/menu/CollapsibleMenu.svelte +0 -66
  90. package/dist/components/menu/CollapsibleMenu.svelte.d.ts +0 -18
  91. package/dist/components/menu/DynamicMenu.svelte +0 -55
  92. package/dist/components/menu/DynamicMenu.svelte.d.ts +0 -13
  93. package/dist/components/menu/HamburgerMenu.svelte +0 -62
  94. package/dist/components/menu/HamburgerMenu.svelte.d.ts +0 -14
  95. package/dist/components/menu/ListMenu.svelte +0 -61
  96. package/dist/components/menu/ListMenu.svelte.d.ts +0 -17
  97. package/dist/components/menu/NavigationDrawer.svelte +0 -53
  98. package/dist/components/menu/NavigationDrawer.svelte.d.ts +0 -18
  99. package/dist/components/menu/types.d.ts +0 -23
  100. package/dist/components/menu/types.js +0 -35
  101. package/dist/components/presentation/Accordion.svelte +0 -82
  102. package/dist/components/presentation/Accordion.svelte.d.ts +0 -11
  103. package/dist/components/presentation/Card.svelte +0 -147
  104. package/dist/components/presentation/Card.svelte.d.ts +0 -15
  105. package/dist/components/presentation/Carousel.d.ts +0 -5
  106. package/dist/components/presentation/Carousel.js +0 -1
  107. package/dist/components/presentation/Carousel.svelte +0 -119
  108. package/dist/components/presentation/Carousel.svelte.d.ts +0 -17
  109. package/dist/components/presentation/Dialog.svelte +0 -75
  110. package/dist/components/presentation/Dialog.svelte.d.ts +0 -22
  111. package/dist/components/presentation/Disclose.svelte +0 -116
  112. package/dist/components/presentation/Disclose.svelte.d.ts +0 -11
  113. package/dist/components/presentation/Drawer.svelte +0 -118
  114. package/dist/components/presentation/Drawer.svelte.d.ts +0 -13
  115. package/dist/components/presentation/EmptyState.svelte +0 -67
  116. package/dist/components/presentation/EmptyState.svelte.d.ts +0 -10
  117. package/dist/components/presentation/Gallery.svelte +0 -35
  118. package/dist/components/presentation/Gallery.svelte.d.ts +0 -14
  119. package/dist/components/presentation/Link.svelte +0 -362
  120. package/dist/components/presentation/Link.svelte.d.ts +0 -27
  121. package/dist/components/utils.d.ts +0 -3
  122. package/dist/components/utils.js +0 -1
  123. package/dist/index.server.d.ts +0 -11
  124. package/dist/index.server.js +0 -10
  125. package/dist/server-side/getRedirectPipeline.d.ts +0 -6
  126. package/dist/utils.d.ts +0 -1
  127. package/dist/utils.js +0 -3
@@ -1,3823 +0,0 @@
1
- export var MaterialSet;
2
- (function (MaterialSet) {
3
- MaterialSet["Regular"] = "";
4
- MaterialSet["Outlined"] = "-outlined";
5
- MaterialSet["Rounded"] = "-rounded";
6
- MaterialSet["OutlinedRounded"] = "-outlined-rounded";
7
- })(MaterialSet || (MaterialSet = {}));
8
- export function getIcon(icon, set = MaterialSet.Regular) {
9
- return `material-symbols-light:${icon}${set}`;
10
- }
11
- export var IconsSet;
12
- (function (IconsSet) {
13
- IconsSet["_10k"] = "10k";
14
- IconsSet["_10mp"] = "10mp";
15
- IconsSet["_11mp"] = "11mp";
16
- IconsSet["_123"] = "123";
17
- IconsSet["_12mp"] = "12mp";
18
- IconsSet["_13mp"] = "13mp";
19
- IconsSet["_14mp"] = "14mp";
20
- IconsSet["_15mp"] = "15mp";
21
- IconsSet["_16mp"] = "16mp";
22
- IconsSet["_17mp"] = "17mp";
23
- IconsSet["_18_up_rating"] = "18-up-rating";
24
- IconsSet["_18mp"] = "18mp";
25
- IconsSet["_19mp"] = "19mp";
26
- IconsSet["_1k"] = "1k";
27
- IconsSet["_1k_plus"] = "1k-plus";
28
- IconsSet["_1x_mobiledata"] = "1x-mobiledata";
29
- IconsSet["_1x_mobiledata_badge"] = "1x-mobiledata-badge";
30
- IconsSet["_20mp"] = "20mp";
31
- IconsSet["_21mp"] = "21mp";
32
- IconsSet["_22mp"] = "22mp";
33
- IconsSet["_23mp"] = "23mp";
34
- IconsSet["_24fps_select"] = "24fps-select";
35
- IconsSet["_24mp"] = "24mp";
36
- IconsSet["_2d"] = "2d";
37
- IconsSet["_2k"] = "2k";
38
- IconsSet["_2k_plus"] = "2k-plus";
39
- IconsSet["_2mp"] = "2mp";
40
- IconsSet["_30fps"] = "30fps";
41
- IconsSet["_30fps_select"] = "30fps-select";
42
- IconsSet["_360"] = "360";
43
- IconsSet["_3d"] = "3d";
44
- IconsSet["_3d_rotation"] = "3d-rotation";
45
- IconsSet["_3g_mobiledata"] = "3g-mobiledata";
46
- IconsSet["_3g_mobiledata_badge"] = "3g-mobiledata-badge";
47
- IconsSet["_3k"] = "3k";
48
- IconsSet["_3k_plus"] = "3k-plus";
49
- IconsSet["_3mp"] = "3mp";
50
- IconsSet["_3p"] = "3p";
51
- IconsSet["_4g_mobiledata"] = "4g-mobiledata";
52
- IconsSet["_4g_mobiledata_badge"] = "4g-mobiledata-badge";
53
- IconsSet["_4g_plus_mobiledata"] = "4g-plus-mobiledata";
54
- IconsSet["_4k"] = "4k";
55
- IconsSet["_4k_plus"] = "4k-plus";
56
- IconsSet["_4mp"] = "4mp";
57
- IconsSet["_50mp"] = "50mp";
58
- IconsSet["_5g"] = "5g";
59
- IconsSet["_5g_mobiledata_badge"] = "5g-mobiledata-badge";
60
- IconsSet["_5k"] = "5k";
61
- IconsSet["_5k_plus"] = "5k-plus";
62
- IconsSet["_5mp"] = "5mp";
63
- IconsSet["_6_ft_apart"] = "6-ft-apart";
64
- IconsSet["_60fps"] = "60fps";
65
- IconsSet["_60fps_select"] = "60fps-select";
66
- IconsSet["_6k"] = "6k";
67
- IconsSet["_6k_plus"] = "6k-plus";
68
- IconsSet["_6mp"] = "6mp";
69
- IconsSet["_7k"] = "7k";
70
- IconsSet["_7k_plus"] = "7k-plus";
71
- IconsSet["_7mp"] = "7mp";
72
- IconsSet["_8k"] = "8k";
73
- IconsSet["_8k_plus"] = "8k-plus";
74
- IconsSet["_8mp"] = "8mp";
75
- IconsSet["_9k"] = "9k";
76
- IconsSet["_9k_plus"] = "9k-plus";
77
- IconsSet["_9mp"] = "9mp";
78
- IconsSet["abc"] = "abc";
79
- IconsSet["ac_unit"] = "ac-unit";
80
- IconsSet["accessibility"] = "accessibility";
81
- IconsSet["accessibility_new"] = "accessibility-new";
82
- IconsSet["accessible"] = "accessible";
83
- IconsSet["accessible_forward"] = "accessible-forward";
84
- IconsSet["accessible_menu"] = "accessible-menu";
85
- IconsSet["account_balance"] = "account-balance";
86
- IconsSet["account_balance_wallet"] = "account-balance-wallet";
87
- IconsSet["account_box"] = "account-box";
88
- IconsSet["account_child"] = "account-child";
89
- IconsSet["account_child_invert"] = "account-child-invert";
90
- IconsSet["account_circle"] = "account-circle";
91
- IconsSet["account_circle_off"] = "account-circle-off";
92
- IconsSet["account_tree"] = "account-tree";
93
- IconsSet["action_key"] = "action-key";
94
- IconsSet["activity_zone"] = "activity-zone";
95
- IconsSet["acupuncture"] = "acupuncture";
96
- IconsSet["acute"] = "acute";
97
- IconsSet["ad"] = "ad";
98
- IconsSet["ad_group"] = "ad-group";
99
- IconsSet["ad_group_off"] = "ad-group-off";
100
- IconsSet["ad_off"] = "ad-off";
101
- IconsSet["adaptive_audio_mic"] = "adaptive-audio-mic";
102
- IconsSet["adaptive_audio_mic_off"] = "adaptive-audio-mic-off";
103
- IconsSet["adb"] = "adb";
104
- IconsSet["add"] = "add";
105
- IconsSet["add_2"] = "add-2";
106
- IconsSet["add_a_photo"] = "add-a-photo";
107
- IconsSet["add_ad"] = "add-ad";
108
- IconsSet["add_alert"] = "add-alert";
109
- IconsSet["add_box"] = "add-box";
110
- IconsSet["add_business"] = "add-business";
111
- IconsSet["add_call"] = "add-call";
112
- IconsSet["add_card"] = "add-card";
113
- IconsSet["add_chart"] = "add-chart";
114
- IconsSet["add_circle"] = "add-circle";
115
- IconsSet["add_column_left"] = "add-column-left";
116
- IconsSet["add_column_right"] = "add-column-right";
117
- IconsSet["add_comment"] = "add-comment";
118
- IconsSet["add_diamond"] = "add-diamond";
119
- IconsSet["add_home"] = "add-home";
120
- IconsSet["add_home_work"] = "add-home-work";
121
- IconsSet["add_link"] = "add-link";
122
- IconsSet["add_location"] = "add-location";
123
- IconsSet["add_location_alt"] = "add-location-alt";
124
- IconsSet["add_moderator"] = "add-moderator";
125
- IconsSet["add_notes"] = "add-notes";
126
- IconsSet["add_photo_alternate"] = "add-photo-alternate";
127
- IconsSet["add_reaction"] = "add-reaction";
128
- IconsSet["add_road"] = "add-road";
129
- IconsSet["add_row_above"] = "add-row-above";
130
- IconsSet["add_row_below"] = "add-row-below";
131
- IconsSet["add_shopping_cart"] = "add-shopping-cart";
132
- IconsSet["add_task"] = "add-task";
133
- IconsSet["add_to_drive"] = "add-to-drive";
134
- IconsSet["add_to_queue"] = "add-to-queue";
135
- IconsSet["add_triangle"] = "add-triangle";
136
- IconsSet["adf_scanner"] = "adf-scanner";
137
- IconsSet["adjust"] = "adjust";
138
- IconsSet["admin_meds"] = "admin-meds";
139
- IconsSet["admin_panel_settings"] = "admin-panel-settings";
140
- IconsSet["ads_click"] = "ads-click";
141
- IconsSet["agender"] = "agender";
142
- IconsSet["agriculture"] = "agriculture";
143
- IconsSet["air"] = "air";
144
- IconsSet["air_freshener"] = "air-freshener";
145
- IconsSet["air_purifier"] = "air-purifier";
146
- IconsSet["air_purifier_gen"] = "air-purifier-gen";
147
- IconsSet["airline_seat_flat"] = "airline-seat-flat";
148
- IconsSet["airline_seat_flat_angled"] = "airline-seat-flat-angled";
149
- IconsSet["airline_seat_individual_suite"] = "airline-seat-individual-suite";
150
- IconsSet["airline_seat_legroom_extra"] = "airline-seat-legroom-extra";
151
- IconsSet["airline_seat_legroom_normal"] = "airline-seat-legroom-normal";
152
- IconsSet["airline_seat_legroom_reduced"] = "airline-seat-legroom-reduced";
153
- IconsSet["airline_seat_recline_extra"] = "airline-seat-recline-extra";
154
- IconsSet["airline_seat_recline_normal"] = "airline-seat-recline-normal";
155
- IconsSet["airline_stops"] = "airline-stops";
156
- IconsSet["airlines"] = "airlines";
157
- IconsSet["airplane_ticket"] = "airplane-ticket";
158
- IconsSet["airplanemode_inactive"] = "airplanemode-inactive";
159
- IconsSet["airplay"] = "airplay";
160
- IconsSet["airport_shuttle"] = "airport-shuttle";
161
- IconsSet["airwave"] = "airwave";
162
- IconsSet["alarm"] = "alarm";
163
- IconsSet["alarm_add"] = "alarm-add";
164
- IconsSet["alarm_off"] = "alarm-off";
165
- IconsSet["alarm_on"] = "alarm-on";
166
- IconsSet["alarm_pause"] = "alarm-pause";
167
- IconsSet["alarm_smart_wake"] = "alarm-smart-wake";
168
- IconsSet["album"] = "album";
169
- IconsSet["align_center"] = "align-center";
170
- IconsSet["align_end"] = "align-end";
171
- IconsSet["align_flex_center"] = "align-flex-center";
172
- IconsSet["align_flex_end"] = "align-flex-end";
173
- IconsSet["align_flex_start"] = "align-flex-start";
174
- IconsSet["align_horizontal_center"] = "align-horizontal-center";
175
- IconsSet["align_horizontal_left"] = "align-horizontal-left";
176
- IconsSet["align_horizontal_right"] = "align-horizontal-right";
177
- IconsSet["align_items_stretch"] = "align-items-stretch";
178
- IconsSet["align_justify_center"] = "align-justify-center";
179
- IconsSet["align_justify_flex_end"] = "align-justify-flex-end";
180
- IconsSet["align_justify_flex_start"] = "align-justify-flex-start";
181
- IconsSet["align_justify_space_around"] = "align-justify-space-around";
182
- IconsSet["align_justify_space_between"] = "align-justify-space-between";
183
- IconsSet["align_justify_space_even"] = "align-justify-space-even";
184
- IconsSet["align_justify_stretch"] = "align-justify-stretch";
185
- IconsSet["align_self_stretch"] = "align-self-stretch";
186
- IconsSet["align_space_around"] = "align-space-around";
187
- IconsSet["align_space_between"] = "align-space-between";
188
- IconsSet["align_space_even"] = "align-space-even";
189
- IconsSet["align_start"] = "align-start";
190
- IconsSet["align_stretch"] = "align-stretch";
191
- IconsSet["align_vertical_bottom"] = "align-vertical-bottom";
192
- IconsSet["align_vertical_center"] = "align-vertical-center";
193
- IconsSet["align_vertical_top"] = "align-vertical-top";
194
- IconsSet["all_inbox"] = "all-inbox";
195
- IconsSet["all_inclusive"] = "all-inclusive";
196
- IconsSet["all_match"] = "all-match";
197
- IconsSet["all_out"] = "all-out";
198
- IconsSet["allergies"] = "allergies";
199
- IconsSet["allergy"] = "allergy";
200
- IconsSet["alt_route"] = "alt-route";
201
- IconsSet["alternate_email"] = "alternate-email";
202
- IconsSet["altitude"] = "altitude";
203
- IconsSet["ambulance"] = "ambulance";
204
- IconsSet["amend"] = "amend";
205
- IconsSet["amp_stories"] = "amp-stories";
206
- IconsSet["analytics"] = "analytics";
207
- IconsSet["anchor"] = "anchor";
208
- IconsSet["android"] = "android";
209
- IconsSet["android_cell_4_bar"] = "android-cell-4-bar";
210
- IconsSet["android_cell_4_bar_alert"] = "android-cell-4-bar-alert";
211
- IconsSet["android_cell_4_bar_off"] = "android-cell-4-bar-off";
212
- IconsSet["android_cell_4_bar_plus"] = "android-cell-4-bar-plus";
213
- IconsSet["android_cell_5_bar"] = "android-cell-5-bar";
214
- IconsSet["android_cell_5_bar_alert"] = "android-cell-5-bar-alert";
215
- IconsSet["android_cell_5_bar_off"] = "android-cell-5-bar-off";
216
- IconsSet["android_cell_5_bar_plus"] = "android-cell-5-bar-plus";
217
- IconsSet["android_cell_dual_4_bar"] = "android-cell-dual-4-bar";
218
- IconsSet["android_cell_dual_4_bar_alert"] = "android-cell-dual-4-bar-alert";
219
- IconsSet["android_cell_dual_4_bar_plus"] = "android-cell-dual-4-bar-plus";
220
- IconsSet["android_cell_dual_5_bar"] = "android-cell-dual-5-bar";
221
- IconsSet["android_cell_dual_5_bar_alert"] = "android-cell-dual-5-bar-alert";
222
- IconsSet["android_cell_dual_5_bar_plus"] = "android-cell-dual-5-bar-plus";
223
- IconsSet["android_wifi_3_bar"] = "android-wifi-3-bar";
224
- IconsSet["android_wifi_3_bar_alert"] = "android-wifi-3-bar-alert";
225
- IconsSet["android_wifi_3_bar_lock"] = "android-wifi-3-bar-lock";
226
- IconsSet["android_wifi_3_bar_off"] = "android-wifi-3-bar-off";
227
- IconsSet["android_wifi_3_bar_plus"] = "android-wifi-3-bar-plus";
228
- IconsSet["android_wifi_3_bar_question"] = "android-wifi-3-bar-question";
229
- IconsSet["android_wifi_4_bar"] = "android-wifi-4-bar";
230
- IconsSet["android_wifi_4_bar_alert"] = "android-wifi-4-bar-alert";
231
- IconsSet["android_wifi_4_bar_lock"] = "android-wifi-4-bar-lock";
232
- IconsSet["android_wifi_4_bar_off"] = "android-wifi-4-bar-off";
233
- IconsSet["android_wifi_4_bar_plus"] = "android-wifi-4-bar-plus";
234
- IconsSet["android_wifi_4_bar_question"] = "android-wifi-4-bar-question";
235
- IconsSet["animated_images"] = "animated-images";
236
- IconsSet["animation"] = "animation";
237
- IconsSet["antigravity"] = "antigravity";
238
- IconsSet["aod_tablet"] = "aod-tablet";
239
- IconsSet["aod_watch"] = "aod-watch";
240
- IconsSet["apartment"] = "apartment";
241
- IconsSet["api"] = "api";
242
- IconsSet["apk_document"] = "apk-document";
243
- IconsSet["apk_install"] = "apk-install";
244
- IconsSet["app_badging"] = "app-badging";
245
- IconsSet["app_registration"] = "app-registration";
246
- IconsSet["apparel"] = "apparel";
247
- IconsSet["approval"] = "approval";
248
- IconsSet["approval_delegation"] = "approval-delegation";
249
- IconsSet["approval_delegation_off"] = "approval-delegation-off";
250
- IconsSet["apps"] = "apps";
251
- IconsSet["apps_outage"] = "apps-outage";
252
- IconsSet["aq"] = "aq";
253
- IconsSet["aq_indoor"] = "aq-indoor";
254
- IconsSet["ar_on_you"] = "ar-on-you";
255
- IconsSet["ar_stickers"] = "ar-stickers";
256
- IconsSet["architecture"] = "architecture";
257
- IconsSet["archive"] = "archive";
258
- IconsSet["area_chart"] = "area-chart";
259
- IconsSet["arming_countdown"] = "arming-countdown";
260
- IconsSet["arrow_and_edge"] = "arrow-and-edge";
261
- IconsSet["arrow_back"] = "arrow-back";
262
- IconsSet["arrow_back_2"] = "arrow-back-2";
263
- IconsSet["arrow_back_ios"] = "arrow-back-ios";
264
- IconsSet["arrow_back_ios_new"] = "arrow-back-ios-new";
265
- IconsSet["arrow_circle_down"] = "arrow-circle-down";
266
- IconsSet["arrow_circle_left"] = "arrow-circle-left";
267
- IconsSet["arrow_circle_right"] = "arrow-circle-right";
268
- IconsSet["arrow_circle_up"] = "arrow-circle-up";
269
- IconsSet["arrow_cool_down"] = "arrow-cool-down";
270
- IconsSet["arrow_downward"] = "arrow-downward";
271
- IconsSet["arrow_downward_alt"] = "arrow-downward-alt";
272
- IconsSet["arrow_drop_down"] = "arrow-drop-down";
273
- IconsSet["arrow_drop_down_circle"] = "arrow-drop-down-circle";
274
- IconsSet["arrow_drop_up"] = "arrow-drop-up";
275
- IconsSet["arrow_forward"] = "arrow-forward";
276
- IconsSet["arrow_forward_ios"] = "arrow-forward-ios";
277
- IconsSet["arrow_insert"] = "arrow-insert";
278
- IconsSet["arrow_left"] = "arrow-left";
279
- IconsSet["arrow_left_alt"] = "arrow-left-alt";
280
- IconsSet["arrow_menu_close"] = "arrow-menu-close";
281
- IconsSet["arrow_menu_open"] = "arrow-menu-open";
282
- IconsSet["arrow_or_edge"] = "arrow-or-edge";
283
- IconsSet["arrow_outward"] = "arrow-outward";
284
- IconsSet["arrow_range"] = "arrow-range";
285
- IconsSet["arrow_right"] = "arrow-right";
286
- IconsSet["arrow_right_alt"] = "arrow-right-alt";
287
- IconsSet["arrow_selector_tool"] = "arrow-selector-tool";
288
- IconsSet["arrow_shape_up"] = "arrow-shape-up";
289
- IconsSet["arrow_shape_up_stack"] = "arrow-shape-up-stack";
290
- IconsSet["arrow_shape_up_stack_2"] = "arrow-shape-up-stack-2";
291
- IconsSet["arrow_split"] = "arrow-split";
292
- IconsSet["arrow_top_left"] = "arrow-top-left";
293
- IconsSet["arrow_top_right"] = "arrow-top-right";
294
- IconsSet["arrow_upload_progress"] = "arrow-upload-progress";
295
- IconsSet["arrow_upload_ready"] = "arrow-upload-ready";
296
- IconsSet["arrow_upward"] = "arrow-upward";
297
- IconsSet["arrow_upward_alt"] = "arrow-upward-alt";
298
- IconsSet["arrow_warm_up"] = "arrow-warm-up";
299
- IconsSet["arrows_input"] = "arrows-input";
300
- IconsSet["arrows_left_right_circle"] = "arrows-left-right-circle";
301
- IconsSet["arrows_more_down"] = "arrows-more-down";
302
- IconsSet["arrows_more_up"] = "arrows-more-up";
303
- IconsSet["arrows_output"] = "arrows-output";
304
- IconsSet["arrows_outward"] = "arrows-outward";
305
- IconsSet["arrows_up_down_circle"] = "arrows-up-down-circle";
306
- IconsSet["art_track"] = "art-track";
307
- IconsSet["article"] = "article";
308
- IconsSet["article_person"] = "article-person";
309
- IconsSet["article_shortcut"] = "article-shortcut";
310
- IconsSet["artist"] = "artist";
311
- IconsSet["aspect_ratio"] = "aspect-ratio";
312
- IconsSet["assignment"] = "assignment";
313
- IconsSet["assignment_add"] = "assignment-add";
314
- IconsSet["assignment_globe"] = "assignment-globe";
315
- IconsSet["assignment_ind"] = "assignment-ind";
316
- IconsSet["assignment_late"] = "assignment-late";
317
- IconsSet["assignment_return"] = "assignment-return";
318
- IconsSet["assignment_returned"] = "assignment-returned";
319
- IconsSet["assignment_turned_in"] = "assignment-turned-in";
320
- IconsSet["assist_walker"] = "assist-walker";
321
- IconsSet["assistant_device"] = "assistant-device";
322
- IconsSet["assistant_direction"] = "assistant-direction";
323
- IconsSet["assistant_navigation"] = "assistant-navigation";
324
- IconsSet["assistant_on_hub"] = "assistant-on-hub";
325
- IconsSet["assured_workload"] = "assured-workload";
326
- IconsSet["asterisk"] = "asterisk";
327
- IconsSet["atm"] = "atm";
328
- IconsSet["atr"] = "atr";
329
- IconsSet["attach_email"] = "attach-email";
330
- IconsSet["attach_file"] = "attach-file";
331
- IconsSet["attach_file_add"] = "attach-file-add";
332
- IconsSet["attach_file_off"] = "attach-file-off";
333
- IconsSet["attach_money"] = "attach-money";
334
- IconsSet["attachment"] = "attachment";
335
- IconsSet["attractions"] = "attractions";
336
- IconsSet["attribution"] = "attribution";
337
- IconsSet["audio_description"] = "audio-description";
338
- IconsSet["audio_file"] = "audio-file";
339
- IconsSet["audio_video_receiver"] = "audio-video-receiver";
340
- IconsSet["auto_awesome_mosaic"] = "auto-awesome-mosaic";
341
- IconsSet["auto_awesome_motion"] = "auto-awesome-motion";
342
- IconsSet["auto_delete"] = "auto-delete";
343
- IconsSet["auto_read_pause"] = "auto-read-pause";
344
- IconsSet["auto_read_play"] = "auto-read-play";
345
- IconsSet["auto_stories"] = "auto-stories";
346
- IconsSet["auto_stories_off"] = "auto-stories-off";
347
- IconsSet["auto_towing"] = "auto-towing";
348
- IconsSet["auto_transmission"] = "auto-transmission";
349
- IconsSet["autofps_select"] = "autofps-select";
350
- IconsSet["automation"] = "automation";
351
- IconsSet["autopause"] = "autopause";
352
- IconsSet["autoplay"] = "autoplay";
353
- IconsSet["autorenew"] = "autorenew";
354
- IconsSet["autostop"] = "autostop";
355
- IconsSet["av_timer"] = "av-timer";
356
- IconsSet["av1"] = "av1";
357
- IconsSet["avc"] = "avc";
358
- IconsSet["avg_pace"] = "avg-pace";
359
- IconsSet["avg_time"] = "avg-time";
360
- IconsSet["award_meal"] = "award-meal";
361
- IconsSet["award_star"] = "award-star";
362
- IconsSet["azm"] = "azm";
363
- IconsSet["b_circle"] = "b-circle";
364
- IconsSet["baby_changing_station"] = "baby-changing-station";
365
- IconsSet["back_hand"] = "back-hand";
366
- IconsSet["back_to_tab"] = "back-to-tab";
367
- IconsSet["background_dot_large"] = "background-dot-large";
368
- IconsSet["background_dot_small"] = "background-dot-small";
369
- IconsSet["background_grid_small"] = "background-grid-small";
370
- IconsSet["background_replace"] = "background-replace";
371
- IconsSet["backlight_high"] = "backlight-high";
372
- IconsSet["backlight_high_off"] = "backlight-high-off";
373
- IconsSet["backlight_low"] = "backlight-low";
374
- IconsSet["backpack"] = "backpack";
375
- IconsSet["backspace"] = "backspace";
376
- IconsSet["backup"] = "backup";
377
- IconsSet["backup_table"] = "backup-table";
378
- IconsSet["badge"] = "badge";
379
- IconsSet["badge_critical_battery"] = "badge-critical-battery";
380
- IconsSet["badminton"] = "badminton";
381
- IconsSet["bakery_dining"] = "bakery-dining";
382
- IconsSet["balance"] = "balance";
383
- IconsSet["balcony"] = "balcony";
384
- IconsSet["ballot"] = "ballot";
385
- IconsSet["bar_chart"] = "bar-chart";
386
- IconsSet["bar_chart_4_bars"] = "bar-chart-4-bars";
387
- IconsSet["bar_chart_off"] = "bar-chart-off";
388
- IconsSet["barcode"] = "barcode";
389
- IconsSet["barcode_reader"] = "barcode-reader";
390
- IconsSet["barcode_scanner"] = "barcode-scanner";
391
- IconsSet["barefoot"] = "barefoot";
392
- IconsSet["batch_prediction"] = "batch-prediction";
393
- IconsSet["bath_bedrock"] = "bath-bedrock";
394
- IconsSet["bath_outdoor"] = "bath-outdoor";
395
- IconsSet["bath_private"] = "bath-private";
396
- IconsSet["bath_public_large"] = "bath-public-large";
397
- IconsSet["bath_soak"] = "bath-soak";
398
- IconsSet["bathroom"] = "bathroom";
399
- IconsSet["bathtub"] = "bathtub";
400
- IconsSet["battery_0_bar"] = "battery-0-bar";
401
- IconsSet["battery_1_bar"] = "battery-1-bar";
402
- IconsSet["battery_2_bar"] = "battery-2-bar";
403
- IconsSet["battery_3_bar"] = "battery-3-bar";
404
- IconsSet["battery_4_bar"] = "battery-4-bar";
405
- IconsSet["battery_5_bar"] = "battery-5-bar";
406
- IconsSet["battery_6_bar"] = "battery-6-bar";
407
- IconsSet["battery_alert"] = "battery-alert";
408
- IconsSet["battery_android_0"] = "battery-android-0";
409
- IconsSet["battery_android_1"] = "battery-android-1";
410
- IconsSet["battery_android_2"] = "battery-android-2";
411
- IconsSet["battery_android_3"] = "battery-android-3";
412
- IconsSet["battery_android_4"] = "battery-android-4";
413
- IconsSet["battery_android_5"] = "battery-android-5";
414
- IconsSet["battery_android_6"] = "battery-android-6";
415
- IconsSet["battery_android_alert"] = "battery-android-alert";
416
- IconsSet["battery_android_bolt"] = "battery-android-bolt";
417
- IconsSet["battery_android_frame_1"] = "battery-android-frame-1";
418
- IconsSet["battery_android_frame_2"] = "battery-android-frame-2";
419
- IconsSet["battery_android_frame_3"] = "battery-android-frame-3";
420
- IconsSet["battery_android_frame_4"] = "battery-android-frame-4";
421
- IconsSet["battery_android_frame_5"] = "battery-android-frame-5";
422
- IconsSet["battery_android_frame_6"] = "battery-android-frame-6";
423
- IconsSet["battery_android_frame_alert"] = "battery-android-frame-alert";
424
- IconsSet["battery_android_frame_bolt"] = "battery-android-frame-bolt";
425
- IconsSet["battery_android_frame_full"] = "battery-android-frame-full";
426
- IconsSet["battery_android_frame_plus"] = "battery-android-frame-plus";
427
- IconsSet["battery_android_frame_question"] = "battery-android-frame-question";
428
- IconsSet["battery_android_frame_share"] = "battery-android-frame-share";
429
- IconsSet["battery_android_frame_shield"] = "battery-android-frame-shield";
430
- IconsSet["battery_android_full"] = "battery-android-full";
431
- IconsSet["battery_android_plus"] = "battery-android-plus";
432
- IconsSet["battery_android_question"] = "battery-android-question";
433
- IconsSet["battery_android_share"] = "battery-android-share";
434
- IconsSet["battery_android_shield"] = "battery-android-shield";
435
- IconsSet["battery_change"] = "battery-change";
436
- IconsSet["battery_charging_20"] = "battery-charging-20";
437
- IconsSet["battery_charging_30"] = "battery-charging-30";
438
- IconsSet["battery_charging_50"] = "battery-charging-50";
439
- IconsSet["battery_charging_60"] = "battery-charging-60";
440
- IconsSet["battery_charging_80"] = "battery-charging-80";
441
- IconsSet["battery_charging_90"] = "battery-charging-90";
442
- IconsSet["battery_charging_full"] = "battery-charging-full";
443
- IconsSet["battery_error"] = "battery-error";
444
- IconsSet["battery_full"] = "battery-full";
445
- IconsSet["battery_full_alt"] = "battery-full-alt";
446
- IconsSet["battery_horiz_000"] = "battery-horiz-000";
447
- IconsSet["battery_horiz_050"] = "battery-horiz-050";
448
- IconsSet["battery_horiz_075"] = "battery-horiz-075";
449
- IconsSet["battery_low"] = "battery-low";
450
- IconsSet["battery_plus"] = "battery-plus";
451
- IconsSet["battery_profile"] = "battery-profile";
452
- IconsSet["battery_share"] = "battery-share";
453
- IconsSet["battery_status_good"] = "battery-status-good";
454
- IconsSet["battery_unknown"] = "battery-unknown";
455
- IconsSet["battery_very_low"] = "battery-very-low";
456
- IconsSet["beach_access"] = "beach-access";
457
- IconsSet["bed"] = "bed";
458
- IconsSet["bedroom_baby"] = "bedroom-baby";
459
- IconsSet["bedroom_child"] = "bedroom-child";
460
- IconsSet["bedroom_parent"] = "bedroom-parent";
461
- IconsSet["bedtime"] = "bedtime";
462
- IconsSet["bedtime_off"] = "bedtime-off";
463
- IconsSet["beenhere"] = "beenhere";
464
- IconsSet["beer_meal"] = "beer-meal";
465
- IconsSet["bento"] = "bento";
466
- IconsSet["bia"] = "bia";
467
- IconsSet["bid_landscape"] = "bid-landscape";
468
- IconsSet["bid_landscape_disabled"] = "bid-landscape-disabled";
469
- IconsSet["bigtop_updates"] = "bigtop-updates";
470
- IconsSet["bike_dock"] = "bike-dock";
471
- IconsSet["bike_lane"] = "bike-lane";
472
- IconsSet["bike_scooter"] = "bike-scooter";
473
- IconsSet["biotech"] = "biotech";
474
- IconsSet["blanket"] = "blanket";
475
- IconsSet["blender"] = "blender";
476
- IconsSet["blind"] = "blind";
477
- IconsSet["blinds"] = "blinds";
478
- IconsSet["blinds_closed"] = "blinds-closed";
479
- IconsSet["block"] = "block";
480
- IconsSet["blood_pressure"] = "blood-pressure";
481
- IconsSet["bloodtype"] = "bloodtype";
482
- IconsSet["bluetooth"] = "bluetooth";
483
- IconsSet["bluetooth_connected"] = "bluetooth-connected";
484
- IconsSet["bluetooth_disabled"] = "bluetooth-disabled";
485
- IconsSet["bluetooth_drive"] = "bluetooth-drive";
486
- IconsSet["bluetooth_searching"] = "bluetooth-searching";
487
- IconsSet["blur_circular"] = "blur-circular";
488
- IconsSet["blur_linear"] = "blur-linear";
489
- IconsSet["blur_medium"] = "blur-medium";
490
- IconsSet["blur_off"] = "blur-off";
491
- IconsSet["blur_on"] = "blur-on";
492
- IconsSet["blur_short"] = "blur-short";
493
- IconsSet["boat_bus"] = "boat-bus";
494
- IconsSet["boat_railway"] = "boat-railway";
495
- IconsSet["body_fat"] = "body-fat";
496
- IconsSet["body_system"] = "body-system";
497
- IconsSet["bolt"] = "bolt";
498
- IconsSet["bomb"] = "bomb";
499
- IconsSet["book"] = "book";
500
- IconsSet["book_2"] = "book-2";
501
- IconsSet["book_3"] = "book-3";
502
- IconsSet["book_4"] = "book-4";
503
- IconsSet["book_5"] = "book-5";
504
- IconsSet["book_6"] = "book-6";
505
- IconsSet["book_ribbon"] = "book-ribbon";
506
- IconsSet["bookmark"] = "bookmark";
507
- IconsSet["bookmark_add"] = "bookmark-add";
508
- IconsSet["bookmark_added"] = "bookmark-added";
509
- IconsSet["bookmark_bag"] = "bookmark-bag";
510
- IconsSet["bookmark_check"] = "bookmark-check";
511
- IconsSet["bookmark_flag"] = "bookmark-flag";
512
- IconsSet["bookmark_heart"] = "bookmark-heart";
513
- IconsSet["bookmark_manager"] = "bookmark-manager";
514
- IconsSet["bookmark_remove"] = "bookmark-remove";
515
- IconsSet["bookmark_stacks"] = "bookmark-stacks";
516
- IconsSet["bookmark_star"] = "bookmark-star";
517
- IconsSet["bookmarks"] = "bookmarks";
518
- IconsSet["books_movies_and_music"] = "books-movies-and-music";
519
- IconsSet["border_all"] = "border-all";
520
- IconsSet["border_bottom"] = "border-bottom";
521
- IconsSet["border_clear"] = "border-clear";
522
- IconsSet["border_color"] = "border-color";
523
- IconsSet["border_horizontal"] = "border-horizontal";
524
- IconsSet["border_inner"] = "border-inner";
525
- IconsSet["border_left"] = "border-left";
526
- IconsSet["border_outer"] = "border-outer";
527
- IconsSet["border_right"] = "border-right";
528
- IconsSet["border_style"] = "border-style";
529
- IconsSet["border_top"] = "border-top";
530
- IconsSet["border_vertical"] = "border-vertical";
531
- IconsSet["borg"] = "borg";
532
- IconsSet["bottom_app_bar"] = "bottom-app-bar";
533
- IconsSet["bottom_drawer"] = "bottom-drawer";
534
- IconsSet["bottom_navigation"] = "bottom-navigation";
535
- IconsSet["bottom_panel_close"] = "bottom-panel-close";
536
- IconsSet["bottom_panel_open"] = "bottom-panel-open";
537
- IconsSet["bottom_right_click"] = "bottom-right-click";
538
- IconsSet["bottom_sheets"] = "bottom-sheets";
539
- IconsSet["box"] = "box";
540
- IconsSet["box_add"] = "box-add";
541
- IconsSet["box_edit"] = "box-edit";
542
- IconsSet["boy"] = "boy";
543
- IconsSet["brand_awareness"] = "brand-awareness";
544
- IconsSet["brand_family"] = "brand-family";
545
- IconsSet["branding_watermark"] = "branding-watermark";
546
- IconsSet["breakfast_dining"] = "breakfast-dining";
547
- IconsSet["breaking_news"] = "breaking-news";
548
- IconsSet["breaking_news_alt_1"] = "breaking-news-alt-1";
549
- IconsSet["breastfeeding"] = "breastfeeding";
550
- IconsSet["brick"] = "brick";
551
- IconsSet["briefcase_meal"] = "briefcase-meal";
552
- IconsSet["brightness_1"] = "brightness-1";
553
- IconsSet["brightness_2"] = "brightness-2";
554
- IconsSet["brightness_3"] = "brightness-3";
555
- IconsSet["brightness_4"] = "brightness-4";
556
- IconsSet["brightness_5"] = "brightness-5";
557
- IconsSet["brightness_6"] = "brightness-6";
558
- IconsSet["brightness_7"] = "brightness-7";
559
- IconsSet["brightness_alert"] = "brightness-alert";
560
- IconsSet["brightness_auto"] = "brightness-auto";
561
- IconsSet["brightness_empty"] = "brightness-empty";
562
- IconsSet["brightness_medium"] = "brightness-medium";
563
- IconsSet["bring_your_own_ip"] = "bring-your-own-ip";
564
- IconsSet["broadcast_on_home"] = "broadcast-on-home";
565
- IconsSet["broadcast_on_personal"] = "broadcast-on-personal";
566
- IconsSet["broken_image"] = "broken-image";
567
- IconsSet["browse"] = "browse";
568
- IconsSet["browse_activity"] = "browse-activity";
569
- IconsSet["browse_gallery"] = "browse-gallery";
570
- IconsSet["browser_updated"] = "browser-updated";
571
- IconsSet["brunch_dining"] = "brunch-dining";
572
- IconsSet["brush"] = "brush";
573
- IconsSet["bubble"] = "bubble";
574
- IconsSet["bubble_chart"] = "bubble-chart";
575
- IconsSet["bubbles"] = "bubbles";
576
- IconsSet["bucket_check"] = "bucket-check";
577
- IconsSet["bug_report"] = "bug-report";
578
- IconsSet["build"] = "build";
579
- IconsSet["build_circle"] = "build-circle";
580
- IconsSet["bungalow"] = "bungalow";
581
- IconsSet["burst_mode"] = "burst-mode";
582
- IconsSet["bus_alert"] = "bus-alert";
583
- IconsSet["bus_railway"] = "bus-railway";
584
- IconsSet["business_center"] = "business-center";
585
- IconsSet["business_chip"] = "business-chip";
586
- IconsSet["business_messages"] = "business-messages";
587
- IconsSet["buttons_alt"] = "buttons-alt";
588
- IconsSet["cabin"] = "cabin";
589
- IconsSet["cable"] = "cable";
590
- IconsSet["cable_car"] = "cable-car";
591
- IconsSet["cached"] = "cached";
592
- IconsSet["cadence"] = "cadence";
593
- IconsSet["cake"] = "cake";
594
- IconsSet["cake_add"] = "cake-add";
595
- IconsSet["calculate"] = "calculate";
596
- IconsSet["calendar_add_on"] = "calendar-add-on";
597
- IconsSet["calendar_apps_script"] = "calendar-apps-script";
598
- IconsSet["calendar_check"] = "calendar-check";
599
- IconsSet["calendar_clock"] = "calendar-clock";
600
- IconsSet["calendar_lock"] = "calendar-lock";
601
- IconsSet["calendar_meal"] = "calendar-meal";
602
- IconsSet["calendar_meal_2"] = "calendar-meal-2";
603
- IconsSet["calendar_month"] = "calendar-month";
604
- IconsSet["calendar_today"] = "calendar-today";
605
- IconsSet["calendar_view_day"] = "calendar-view-day";
606
- IconsSet["calendar_view_month"] = "calendar-view-month";
607
- IconsSet["calendar_view_week"] = "calendar-view-week";
608
- IconsSet["call"] = "call";
609
- IconsSet["call_end"] = "call-end";
610
- IconsSet["call_log"] = "call-log";
611
- IconsSet["call_made"] = "call-made";
612
- IconsSet["call_merge"] = "call-merge";
613
- IconsSet["call_missed"] = "call-missed";
614
- IconsSet["call_missed_outgoing"] = "call-missed-outgoing";
615
- IconsSet["call_quality"] = "call-quality";
616
- IconsSet["call_received"] = "call-received";
617
- IconsSet["call_split"] = "call-split";
618
- IconsSet["call_to_action"] = "call-to-action";
619
- IconsSet["camera"] = "camera";
620
- IconsSet["camera_indoor"] = "camera-indoor";
621
- IconsSet["camera_outdoor"] = "camera-outdoor";
622
- IconsSet["camera_roll"] = "camera-roll";
623
- IconsSet["camera_video"] = "camera-video";
624
- IconsSet["cameraswitch"] = "cameraswitch";
625
- IconsSet["campaign"] = "campaign";
626
- IconsSet["camping"] = "camping";
627
- IconsSet["cancel"] = "cancel";
628
- IconsSet["cancel_presentation"] = "cancel-presentation";
629
- IconsSet["cancel_schedule_send"] = "cancel-schedule-send";
630
- IconsSet["candle"] = "candle";
631
- IconsSet["candlestick_chart"] = "candlestick-chart";
632
- IconsSet["cannabis"] = "cannabis";
633
- IconsSet["captive_portal"] = "captive-portal";
634
- IconsSet["capture"] = "capture";
635
- IconsSet["car_crash"] = "car-crash";
636
- IconsSet["car_defrost_left"] = "car-defrost-left";
637
- IconsSet["car_defrost_low_left"] = "car-defrost-low-left";
638
- IconsSet["car_defrost_low_right"] = "car-defrost-low-right";
639
- IconsSet["car_defrost_mid_left"] = "car-defrost-mid-left";
640
- IconsSet["car_defrost_mid_low_left"] = "car-defrost-mid-low-left";
641
- IconsSet["car_defrost_mid_low_right"] = "car-defrost-mid-low-right";
642
- IconsSet["car_defrost_mid_right"] = "car-defrost-mid-right";
643
- IconsSet["car_defrost_right"] = "car-defrost-right";
644
- IconsSet["car_fan_low_left"] = "car-fan-low-left";
645
- IconsSet["car_fan_low_mid_left"] = "car-fan-low-mid-left";
646
- IconsSet["car_fan_low_right"] = "car-fan-low-right";
647
- IconsSet["car_fan_mid_left"] = "car-fan-mid-left";
648
- IconsSet["car_fan_mid_low_right"] = "car-fan-mid-low-right";
649
- IconsSet["car_fan_mid_right"] = "car-fan-mid-right";
650
- IconsSet["car_fan_recirculate"] = "car-fan-recirculate";
651
- IconsSet["car_gear"] = "car-gear";
652
- IconsSet["car_lock"] = "car-lock";
653
- IconsSet["car_mirror_heat"] = "car-mirror-heat";
654
- IconsSet["car_rental"] = "car-rental";
655
- IconsSet["car_repair"] = "car-repair";
656
- IconsSet["car_tag"] = "car-tag";
657
- IconsSet["card_membership"] = "card-membership";
658
- IconsSet["card_travel"] = "card-travel";
659
- IconsSet["cardio_load"] = "cardio-load";
660
- IconsSet["cardiology"] = "cardiology";
661
- IconsSet["cards"] = "cards";
662
- IconsSet["cards_stack"] = "cards-stack";
663
- IconsSet["cards_star"] = "cards-star";
664
- IconsSet["carpenter"] = "carpenter";
665
- IconsSet["carry_on_bag"] = "carry-on-bag";
666
- IconsSet["carry_on_bag_checked"] = "carry-on-bag-checked";
667
- IconsSet["carry_on_bag_inactive"] = "carry-on-bag-inactive";
668
- IconsSet["carry_on_bag_question"] = "carry-on-bag-question";
669
- IconsSet["cases"] = "cases";
670
- IconsSet["casino"] = "casino";
671
- IconsSet["cast"] = "cast";
672
- IconsSet["cast_connected"] = "cast-connected";
673
- IconsSet["cast_for_education"] = "cast-for-education";
674
- IconsSet["cast_pause"] = "cast-pause";
675
- IconsSet["cast_warning"] = "cast-warning";
676
- IconsSet["castle"] = "castle";
677
- IconsSet["category"] = "category";
678
- IconsSet["category_search"] = "category-search";
679
- IconsSet["celebration"] = "celebration";
680
- IconsSet["cell_merge"] = "cell-merge";
681
- IconsSet["cell_tower"] = "cell-tower";
682
- IconsSet["cell_wifi"] = "cell-wifi";
683
- IconsSet["center_focus_strong"] = "center-focus-strong";
684
- IconsSet["center_focus_weak"] = "center-focus-weak";
685
- IconsSet["chair"] = "chair";
686
- IconsSet["chair_alt"] = "chair-alt";
687
- IconsSet["chair_counter"] = "chair-counter";
688
- IconsSet["chair_fireplace"] = "chair-fireplace";
689
- IconsSet["chair_umbrella"] = "chair-umbrella";
690
- IconsSet["chalet"] = "chalet";
691
- IconsSet["change_circle"] = "change-circle";
692
- IconsSet["change_history"] = "change-history";
693
- IconsSet["charger"] = "charger";
694
- IconsSet["chart_data"] = "chart-data";
695
- IconsSet["chat"] = "chat";
696
- IconsSet["chat_add_on"] = "chat-add-on";
697
- IconsSet["chat_apps_script"] = "chat-apps-script";
698
- IconsSet["chat_bubble"] = "chat-bubble";
699
- IconsSet["chat_bubble_off"] = "chat-bubble-off";
700
- IconsSet["chat_dashed"] = "chat-dashed";
701
- IconsSet["chat_error"] = "chat-error";
702
- IconsSet["chat_info"] = "chat-info";
703
- IconsSet["chat_paste_go"] = "chat-paste-go";
704
- IconsSet["chat_paste_go_2"] = "chat-paste-go-2";
705
- IconsSet["check"] = "check";
706
- IconsSet["check_box"] = "check-box";
707
- IconsSet["check_box_outline_blank"] = "check-box-outline-blank";
708
- IconsSet["check_circle"] = "check-circle";
709
- IconsSet["check_circle_unread"] = "check-circle-unread";
710
- IconsSet["check_in_out"] = "check-in-out";
711
- IconsSet["check_indeterminate_small"] = "check-indeterminate-small";
712
- IconsSet["check_small"] = "check-small";
713
- IconsSet["checkbook"] = "checkbook";
714
- IconsSet["checked_bag"] = "checked-bag";
715
- IconsSet["checked_bag_question"] = "checked-bag-question";
716
- IconsSet["checklist"] = "checklist";
717
- IconsSet["checklist_rtl"] = "checklist-rtl";
718
- IconsSet["checkroom"] = "checkroom";
719
- IconsSet["cheer"] = "cheer";
720
- IconsSet["chef_hat"] = "chef-hat";
721
- IconsSet["chess"] = "chess";
722
- IconsSet["chess_bishop"] = "chess-bishop";
723
- IconsSet["chess_bishop_2"] = "chess-bishop-2";
724
- IconsSet["chess_king"] = "chess-king";
725
- IconsSet["chess_king_2"] = "chess-king-2";
726
- IconsSet["chess_knight"] = "chess-knight";
727
- IconsSet["chess_pawn"] = "chess-pawn";
728
- IconsSet["chess_pawn_2"] = "chess-pawn-2";
729
- IconsSet["chess_queen"] = "chess-queen";
730
- IconsSet["chess_rook"] = "chess-rook";
731
- IconsSet["chevron_backward"] = "chevron-backward";
732
- IconsSet["chevron_forward"] = "chevron-forward";
733
- IconsSet["chevron_left"] = "chevron-left";
734
- IconsSet["chevron_line_up"] = "chevron-line-up";
735
- IconsSet["chevron_right"] = "chevron-right";
736
- IconsSet["child_care"] = "child-care";
737
- IconsSet["child_friendly"] = "child-friendly";
738
- IconsSet["child_hat"] = "child-hat";
739
- IconsSet["chip_extraction"] = "chip-extraction";
740
- IconsSet["chips"] = "chips";
741
- IconsSet["chrome_reader_mode"] = "chrome-reader-mode";
742
- IconsSet["chromecast_2"] = "chromecast-2";
743
- IconsSet["chromecast_device"] = "chromecast-device";
744
- IconsSet["chronic"] = "chronic";
745
- IconsSet["church"] = "church";
746
- IconsSet["cinematic_blur"] = "cinematic-blur";
747
- IconsSet["circle"] = "circle";
748
- IconsSet["circle_circle"] = "circle-circle";
749
- IconsSet["circle_notifications"] = "circle-notifications";
750
- IconsSet["circles"] = "circles";
751
- IconsSet["circles_ext"] = "circles-ext";
752
- IconsSet["clarify"] = "clarify";
753
- IconsSet["clean_hands"] = "clean-hands";
754
- IconsSet["cleaning"] = "cleaning";
755
- IconsSet["cleaning_bucket"] = "cleaning-bucket";
756
- IconsSet["cleaning_services"] = "cleaning-services";
757
- IconsSet["clear_all"] = "clear-all";
758
- IconsSet["clear_day"] = "clear-day";
759
- IconsSet["climate_mini_split"] = "climate-mini-split";
760
- IconsSet["clinical_notes"] = "clinical-notes";
761
- IconsSet["clock_arrow_down"] = "clock-arrow-down";
762
- IconsSet["clock_arrow_up"] = "clock-arrow-up";
763
- IconsSet["clock_loader_10"] = "clock-loader-10";
764
- IconsSet["clock_loader_20"] = "clock-loader-20";
765
- IconsSet["clock_loader_40"] = "clock-loader-40";
766
- IconsSet["clock_loader_60"] = "clock-loader-60";
767
- IconsSet["clock_loader_80"] = "clock-loader-80";
768
- IconsSet["clock_loader_90"] = "clock-loader-90";
769
- IconsSet["close"] = "close";
770
- IconsSet["close_fullscreen"] = "close-fullscreen";
771
- IconsSet["close_small"] = "close-small";
772
- IconsSet["closed_caption"] = "closed-caption";
773
- IconsSet["closed_caption_add"] = "closed-caption-add";
774
- IconsSet["closed_caption_disabled"] = "closed-caption-disabled";
775
- IconsSet["cloud"] = "cloud";
776
- IconsSet["cloud_alert"] = "cloud-alert";
777
- IconsSet["cloud_circle"] = "cloud-circle";
778
- IconsSet["cloud_done"] = "cloud-done";
779
- IconsSet["cloud_download"] = "cloud-download";
780
- IconsSet["cloud_lock"] = "cloud-lock";
781
- IconsSet["cloud_off"] = "cloud-off";
782
- IconsSet["cloud_sync"] = "cloud-sync";
783
- IconsSet["cloud_upload"] = "cloud-upload";
784
- IconsSet["co_present"] = "co-present";
785
- IconsSet["co2"] = "co2";
786
- IconsSet["code"] = "code";
787
- IconsSet["code_blocks"] = "code-blocks";
788
- IconsSet["code_off"] = "code-off";
789
- IconsSet["coffee"] = "coffee";
790
- IconsSet["coffee_maker"] = "coffee-maker";
791
- IconsSet["cognition"] = "cognition";
792
- IconsSet["cognition_2"] = "cognition-2";
793
- IconsSet["collapse_all"] = "collapse-all";
794
- IconsSet["collapse_content"] = "collapse-content";
795
- IconsSet["collections_bookmark"] = "collections-bookmark";
796
- IconsSet["colorize"] = "colorize";
797
- IconsSet["colors"] = "colors";
798
- IconsSet["combine_columns"] = "combine-columns";
799
- IconsSet["comedy_mask"] = "comedy-mask";
800
- IconsSet["comic_bubble"] = "comic-bubble";
801
- IconsSet["comment"] = "comment";
802
- IconsSet["comment_bank"] = "comment-bank";
803
- IconsSet["comments_disabled"] = "comments-disabled";
804
- IconsSet["commit"] = "commit";
805
- IconsSet["communication"] = "communication";
806
- IconsSet["communities"] = "communities";
807
- IconsSet["commute"] = "commute";
808
- IconsSet["compare"] = "compare";
809
- IconsSet["compare_arrows"] = "compare-arrows";
810
- IconsSet["compass_calibration"] = "compass-calibration";
811
- IconsSet["component_exchange"] = "component-exchange";
812
- IconsSet["compost"] = "compost";
813
- IconsSet["compress"] = "compress";
814
- IconsSet["computer"] = "computer";
815
- IconsSet["computer_arrow_up"] = "computer-arrow-up";
816
- IconsSet["computer_cancel"] = "computer-cancel";
817
- IconsSet["computer_sound"] = "computer-sound";
818
- IconsSet["concierge"] = "concierge";
819
- IconsSet["conditions"] = "conditions";
820
- IconsSet["confirmation_number"] = "confirmation-number";
821
- IconsSet["congenital"] = "congenital";
822
- IconsSet["connect_without_contact"] = "connect-without-contact";
823
- IconsSet["connected_tv"] = "connected-tv";
824
- IconsSet["connecting_airports"] = "connecting-airports";
825
- IconsSet["construction"] = "construction";
826
- IconsSet["contact_emergency"] = "contact-emergency";
827
- IconsSet["contact_mail"] = "contact-mail";
828
- IconsSet["contact_page"] = "contact-page";
829
- IconsSet["contact_phone"] = "contact-phone";
830
- IconsSet["contact_support"] = "contact-support";
831
- IconsSet["contactless"] = "contactless";
832
- IconsSet["contactless_off"] = "contactless-off";
833
- IconsSet["contacts"] = "contacts";
834
- IconsSet["contacts_product"] = "contacts-product";
835
- IconsSet["content_copy"] = "content-copy";
836
- IconsSet["content_cut"] = "content-cut";
837
- IconsSet["content_paste"] = "content-paste";
838
- IconsSet["content_paste_go"] = "content-paste-go";
839
- IconsSet["content_paste_off"] = "content-paste-off";
840
- IconsSet["content_paste_search"] = "content-paste-search";
841
- IconsSet["contextual_token"] = "contextual-token";
842
- IconsSet["contextual_token_add"] = "contextual-token-add";
843
- IconsSet["contract"] = "contract";
844
- IconsSet["contract_delete"] = "contract-delete";
845
- IconsSet["contract_edit"] = "contract-edit";
846
- IconsSet["contrast"] = "contrast";
847
- IconsSet["contrast_circle"] = "contrast-circle";
848
- IconsSet["contrast_rtl_off"] = "contrast-rtl-off";
849
- IconsSet["contrast_square"] = "contrast-square";
850
- IconsSet["control_camera"] = "control-camera";
851
- IconsSet["control_point_duplicate"] = "control-point-duplicate";
852
- IconsSet["controller_gen"] = "controller-gen";
853
- IconsSet["conversation"] = "conversation";
854
- IconsSet["conversion_path"] = "conversion-path";
855
- IconsSet["conversion_path_off"] = "conversion-path-off";
856
- IconsSet["convert_to_text"] = "convert-to-text";
857
- IconsSet["conveyor_belt"] = "conveyor-belt";
858
- IconsSet["cookie"] = "cookie";
859
- IconsSet["cookie_off"] = "cookie-off";
860
- IconsSet["cooking"] = "cooking";
861
- IconsSet["cool_to_dry"] = "cool-to-dry";
862
- IconsSet["copy_all"] = "copy-all";
863
- IconsSet["copyright"] = "copyright";
864
- IconsSet["coronavirus"] = "coronavirus";
865
- IconsSet["corporate_fare"] = "corporate-fare";
866
- IconsSet["cottage"] = "cottage";
867
- IconsSet["counter_0"] = "counter-0";
868
- IconsSet["counter_1"] = "counter-1";
869
- IconsSet["counter_2"] = "counter-2";
870
- IconsSet["counter_3"] = "counter-3";
871
- IconsSet["counter_4"] = "counter-4";
872
- IconsSet["counter_5"] = "counter-5";
873
- IconsSet["counter_6"] = "counter-6";
874
- IconsSet["counter_7"] = "counter-7";
875
- IconsSet["counter_8"] = "counter-8";
876
- IconsSet["counter_9"] = "counter-9";
877
- IconsSet["countertops"] = "countertops";
878
- IconsSet["create_new_folder"] = "create-new-folder";
879
- IconsSet["credit_card"] = "credit-card";
880
- IconsSet["credit_card_clock"] = "credit-card-clock";
881
- IconsSet["credit_card_gear"] = "credit-card-gear";
882
- IconsSet["credit_card_heart"] = "credit-card-heart";
883
- IconsSet["credit_card_off"] = "credit-card-off";
884
- IconsSet["credit_score"] = "credit-score";
885
- IconsSet["crib"] = "crib";
886
- IconsSet["crisis_alert"] = "crisis-alert";
887
- IconsSet["crop"] = "crop";
888
- IconsSet["crop_16_9"] = "crop-16-9";
889
- IconsSet["crop_3_2"] = "crop-3-2";
890
- IconsSet["crop_5_4"] = "crop-5-4";
891
- IconsSet["crop_7_5"] = "crop-7-5";
892
- IconsSet["crop_9_16"] = "crop-9-16";
893
- IconsSet["crop_free"] = "crop-free";
894
- IconsSet["crop_landscape"] = "crop-landscape";
895
- IconsSet["crop_portrait"] = "crop-portrait";
896
- IconsSet["crop_rotate"] = "crop-rotate";
897
- IconsSet["crop_square"] = "crop-square";
898
- IconsSet["crossword"] = "crossword";
899
- IconsSet["crowdsource"] = "crowdsource";
900
- IconsSet["crown"] = "crown";
901
- IconsSet["cruelty_free"] = "cruelty-free";
902
- IconsSet["css"] = "css";
903
- IconsSet["csv"] = "csv";
904
- IconsSet["currency_bitcoin"] = "currency-bitcoin";
905
- IconsSet["currency_exchange"] = "currency-exchange";
906
- IconsSet["currency_franc"] = "currency-franc";
907
- IconsSet["currency_lira"] = "currency-lira";
908
- IconsSet["currency_pound"] = "currency-pound";
909
- IconsSet["currency_ruble"] = "currency-ruble";
910
- IconsSet["currency_rupee"] = "currency-rupee";
911
- IconsSet["currency_rupee_circle"] = "currency-rupee-circle";
912
- IconsSet["currency_yen"] = "currency-yen";
913
- IconsSet["currency_yuan"] = "currency-yuan";
914
- IconsSet["curtains"] = "curtains";
915
- IconsSet["curtains_closed"] = "curtains-closed";
916
- IconsSet["custom_typography"] = "custom-typography";
917
- IconsSet["cycle"] = "cycle";
918
- IconsSet["cyclone"] = "cyclone";
919
- IconsSet["dangerous"] = "dangerous";
920
- IconsSet["dark_mode"] = "dark-mode";
921
- IconsSet["dashboard"] = "dashboard";
922
- IconsSet["dashboard_2"] = "dashboard-2";
923
- IconsSet["dashboard_2_edit"] = "dashboard-2-edit";
924
- IconsSet["dashboard_2_gear"] = "dashboard-2-gear";
925
- IconsSet["dashboard_customize"] = "dashboard-customize";
926
- IconsSet["data_alert"] = "data-alert";
927
- IconsSet["data_array"] = "data-array";
928
- IconsSet["data_check"] = "data-check";
929
- IconsSet["data_exploration"] = "data-exploration";
930
- IconsSet["data_info_alert"] = "data-info-alert";
931
- IconsSet["data_loss_prevention"] = "data-loss-prevention";
932
- IconsSet["data_object"] = "data-object";
933
- IconsSet["data_saver_on"] = "data-saver-on";
934
- IconsSet["data_table"] = "data-table";
935
- IconsSet["data_thresholding"] = "data-thresholding";
936
- IconsSet["data_usage"] = "data-usage";
937
- IconsSet["database"] = "database";
938
- IconsSet["database_off"] = "database-off";
939
- IconsSet["database_search"] = "database-search";
940
- IconsSet["database_upload"] = "database-upload";
941
- IconsSet["dataset"] = "dataset";
942
- IconsSet["dataset_linked"] = "dataset-linked";
943
- IconsSet["date_range"] = "date-range";
944
- IconsSet["deblur"] = "deblur";
945
- IconsSet["deceased"] = "deceased";
946
- IconsSet["decimal_decrease"] = "decimal-decrease";
947
- IconsSet["decimal_increase"] = "decimal-increase";
948
- IconsSet["deck"] = "deck";
949
- IconsSet["dehaze"] = "dehaze";
950
- IconsSet["delete"] = "delete";
951
- IconsSet["delete_forever"] = "delete-forever";
952
- IconsSet["delete_history"] = "delete-history";
953
- IconsSet["delete_sweep"] = "delete-sweep";
954
- IconsSet["delivery_truck_bolt"] = "delivery-truck-bolt";
955
- IconsSet["delivery_truck_speed"] = "delivery-truck-speed";
956
- IconsSet["demography"] = "demography";
957
- IconsSet["density_large"] = "density-large";
958
- IconsSet["density_medium"] = "density-medium";
959
- IconsSet["density_small"] = "density-small";
960
- IconsSet["dentistry"] = "dentistry";
961
- IconsSet["departure_board"] = "departure-board";
962
- IconsSet["deployed_code"] = "deployed-code";
963
- IconsSet["deployed_code_account"] = "deployed-code-account";
964
- IconsSet["deployed_code_alert"] = "deployed-code-alert";
965
- IconsSet["deployed_code_history"] = "deployed-code-history";
966
- IconsSet["deployed_code_update"] = "deployed-code-update";
967
- IconsSet["dermatology"] = "dermatology";
968
- IconsSet["description"] = "description";
969
- IconsSet["deselect"] = "deselect";
970
- IconsSet["design_services"] = "design-services";
971
- IconsSet["desk"] = "desk";
972
- IconsSet["deskphone"] = "deskphone";
973
- IconsSet["desktop_access_disabled"] = "desktop-access-disabled";
974
- IconsSet["desktop_cloud"] = "desktop-cloud";
975
- IconsSet["desktop_cloud_stack"] = "desktop-cloud-stack";
976
- IconsSet["desktop_landscape"] = "desktop-landscape";
977
- IconsSet["desktop_landscape_add"] = "desktop-landscape-add";
978
- IconsSet["desktop_mac"] = "desktop-mac";
979
- IconsSet["desktop_portrait"] = "desktop-portrait";
980
- IconsSet["desktop_windows"] = "desktop-windows";
981
- IconsSet["destruction"] = "destruction";
982
- IconsSet["details"] = "details";
983
- IconsSet["detection_and_zone"] = "detection-and-zone";
984
- IconsSet["detection_and_zone_off"] = "detection-and-zone-off";
985
- IconsSet["detector"] = "detector";
986
- IconsSet["detector_alarm"] = "detector-alarm";
987
- IconsSet["detector_battery"] = "detector-battery";
988
- IconsSet["detector_co"] = "detector-co";
989
- IconsSet["detector_offline"] = "detector-offline";
990
- IconsSet["detector_smoke"] = "detector-smoke";
991
- IconsSet["detector_status"] = "detector-status";
992
- IconsSet["developer_board"] = "developer-board";
993
- IconsSet["developer_board_off"] = "developer-board-off";
994
- IconsSet["developer_guide"] = "developer-guide";
995
- IconsSet["developer_mode_tv"] = "developer-mode-tv";
996
- IconsSet["device_band"] = "device-band";
997
- IconsSet["device_hub"] = "device-hub";
998
- IconsSet["device_thermostat"] = "device-thermostat";
999
- IconsSet["devices"] = "devices";
1000
- IconsSet["devices_fold"] = "devices-fold";
1001
- IconsSet["devices_fold_2"] = "devices-fold-2";
1002
- IconsSet["devices_off"] = "devices-off";
1003
- IconsSet["devices_other"] = "devices-other";
1004
- IconsSet["devices_wearables"] = "devices-wearables";
1005
- IconsSet["dew_point"] = "dew-point";
1006
- IconsSet["diagnosis"] = "diagnosis";
1007
- IconsSet["diagonal_line"] = "diagonal-line";
1008
- IconsSet["dialer_sip"] = "dialer-sip";
1009
- IconsSet["dialogs"] = "dialogs";
1010
- IconsSet["dialpad"] = "dialpad";
1011
- IconsSet["diamond"] = "diamond";
1012
- IconsSet["diamond_shine"] = "diamond-shine";
1013
- IconsSet["dictionary"] = "dictionary";
1014
- IconsSet["difference"] = "difference";
1015
- IconsSet["digital_out_of_home"] = "digital-out-of-home";
1016
- IconsSet["digital_wellbeing"] = "digital-wellbeing";
1017
- IconsSet["dine_heart"] = "dine-heart";
1018
- IconsSet["dine_in"] = "dine-in";
1019
- IconsSet["dine_lamp"] = "dine-lamp";
1020
- IconsSet["dining"] = "dining";
1021
- IconsSet["dinner_dining"] = "dinner-dining";
1022
- IconsSet["directions"] = "directions";
1023
- IconsSet["directions_alt"] = "directions-alt";
1024
- IconsSet["directions_alt_off"] = "directions-alt-off";
1025
- IconsSet["directions_bike"] = "directions-bike";
1026
- IconsSet["directions_boat"] = "directions-boat";
1027
- IconsSet["directions_bus"] = "directions-bus";
1028
- IconsSet["directions_car"] = "directions-car";
1029
- IconsSet["directions_off"] = "directions-off";
1030
- IconsSet["directions_railway"] = "directions-railway";
1031
- IconsSet["directions_railway_2"] = "directions-railway-2";
1032
- IconsSet["directions_run"] = "directions-run";
1033
- IconsSet["directions_subway"] = "directions-subway";
1034
- IconsSet["directions_walk"] = "directions-walk";
1035
- IconsSet["directory_sync"] = "directory-sync";
1036
- IconsSet["dirty_lens"] = "dirty-lens";
1037
- IconsSet["disabled_by_default"] = "disabled-by-default";
1038
- IconsSet["disabled_visible"] = "disabled-visible";
1039
- IconsSet["disc_full"] = "disc-full";
1040
- IconsSet["discover_tune"] = "discover-tune";
1041
- IconsSet["dishwasher"] = "dishwasher";
1042
- IconsSet["dishwasher_gen"] = "dishwasher-gen";
1043
- IconsSet["display_external_input"] = "display-external-input";
1044
- IconsSet["display_settings"] = "display-settings";
1045
- IconsSet["distance"] = "distance";
1046
- IconsSet["diversity_1"] = "diversity-1";
1047
- IconsSet["diversity_2"] = "diversity-2";
1048
- IconsSet["diversity_3"] = "diversity-3";
1049
- IconsSet["diversity_4"] = "diversity-4";
1050
- IconsSet["dns"] = "dns";
1051
- IconsSet["do_not_disturb_off"] = "do-not-disturb-off";
1052
- IconsSet["do_not_disturb_on"] = "do-not-disturb-on";
1053
- IconsSet["do_not_disturb_on_total_silence"] = "do-not-disturb-on-total-silence";
1054
- IconsSet["do_not_step"] = "do-not-step";
1055
- IconsSet["do_not_touch"] = "do-not-touch";
1056
- IconsSet["dock_to_bottom"] = "dock-to-bottom";
1057
- IconsSet["dock_to_left"] = "dock-to-left";
1058
- IconsSet["dock_to_right"] = "dock-to-right";
1059
- IconsSet["docs"] = "docs";
1060
- IconsSet["docs_add_on"] = "docs-add-on";
1061
- IconsSet["docs_apps_script"] = "docs-apps-script";
1062
- IconsSet["document_scanner"] = "document-scanner";
1063
- IconsSet["document_search"] = "document-search";
1064
- IconsSet["domain"] = "domain";
1065
- IconsSet["domain_add"] = "domain-add";
1066
- IconsSet["domain_disabled"] = "domain-disabled";
1067
- IconsSet["domain_verification"] = "domain-verification";
1068
- IconsSet["domain_verification_off"] = "domain-verification-off";
1069
- IconsSet["domino_mask"] = "domino-mask";
1070
- IconsSet["done_all"] = "done-all";
1071
- IconsSet["done_outline"] = "done-outline";
1072
- IconsSet["donut_large"] = "donut-large";
1073
- IconsSet["donut_small"] = "donut-small";
1074
- IconsSet["door_back"] = "door-back";
1075
- IconsSet["door_front"] = "door-front";
1076
- IconsSet["door_open"] = "door-open";
1077
- IconsSet["door_sensor"] = "door-sensor";
1078
- IconsSet["door_sliding"] = "door-sliding";
1079
- IconsSet["doorbell"] = "doorbell";
1080
- IconsSet["doorbell_3p"] = "doorbell-3p";
1081
- IconsSet["doorbell_chime"] = "doorbell-chime";
1082
- IconsSet["double_arrow"] = "double-arrow";
1083
- IconsSet["downhill_skiing"] = "downhill-skiing";
1084
- IconsSet["download"] = "download";
1085
- IconsSet["download_2"] = "download-2";
1086
- IconsSet["download_done"] = "download-done";
1087
- IconsSet["download_for_offline"] = "download-for-offline";
1088
- IconsSet["downloading"] = "downloading";
1089
- IconsSet["draft"] = "draft";
1090
- IconsSet["draft_orders"] = "draft-orders";
1091
- IconsSet["drafts"] = "drafts";
1092
- IconsSet["drag_click"] = "drag-click";
1093
- IconsSet["drag_handle"] = "drag-handle";
1094
- IconsSet["drag_indicator"] = "drag-indicator";
1095
- IconsSet["drag_pan"] = "drag-pan";
1096
- IconsSet["draw"] = "draw";
1097
- IconsSet["draw_abstract"] = "draw-abstract";
1098
- IconsSet["draw_collage"] = "draw-collage";
1099
- IconsSet["dresser"] = "dresser";
1100
- IconsSet["drive_export"] = "drive-export";
1101
- IconsSet["drive_file_move"] = "drive-file-move";
1102
- IconsSet["drive_folder_upload"] = "drive-folder-upload";
1103
- IconsSet["drone"] = "drone";
1104
- IconsSet["drone_2"] = "drone-2";
1105
- IconsSet["dropdown"] = "dropdown";
1106
- IconsSet["dropper_eye"] = "dropper-eye";
1107
- IconsSet["dry"] = "dry";
1108
- IconsSet["dry_cleaning"] = "dry-cleaning";
1109
- IconsSet["dual_screen"] = "dual-screen";
1110
- IconsSet["duo"] = "duo";
1111
- IconsSet["dvr"] = "dvr";
1112
- IconsSet["dynamic_feed"] = "dynamic-feed";
1113
- IconsSet["dynamic_form"] = "dynamic-form";
1114
- IconsSet["e_mobiledata"] = "e-mobiledata";
1115
- IconsSet["e_mobiledata_badge"] = "e-mobiledata-badge";
1116
- IconsSet["e911_avatar"] = "e911-avatar";
1117
- IconsSet["e911_emergency"] = "e911-emergency";
1118
- IconsSet["ear_sound"] = "ear-sound";
1119
- IconsSet["earbud_case"] = "earbud-case";
1120
- IconsSet["earbud_left"] = "earbud-left";
1121
- IconsSet["earbud_right"] = "earbud-right";
1122
- IconsSet["earbuds"] = "earbuds";
1123
- IconsSet["earbuds_2"] = "earbuds-2";
1124
- IconsSet["earbuds_battery"] = "earbuds-battery";
1125
- IconsSet["early_on"] = "early-on";
1126
- IconsSet["earthquake"] = "earthquake";
1127
- IconsSet["east"] = "east";
1128
- IconsSet["ecg"] = "ecg";
1129
- IconsSet["ecg_heart"] = "ecg-heart";
1130
- IconsSet["eco"] = "eco";
1131
- IconsSet["eda"] = "eda";
1132
- IconsSet["edit"] = "edit";
1133
- IconsSet["edit_arrow_down"] = "edit-arrow-down";
1134
- IconsSet["edit_arrow_up"] = "edit-arrow-up";
1135
- IconsSet["edit_attributes"] = "edit-attributes";
1136
- IconsSet["edit_audio"] = "edit-audio";
1137
- IconsSet["edit_calendar"] = "edit-calendar";
1138
- IconsSet["edit_document"] = "edit-document";
1139
- IconsSet["edit_location"] = "edit-location";
1140
- IconsSet["edit_location_alt"] = "edit-location-alt";
1141
- IconsSet["edit_note"] = "edit-note";
1142
- IconsSet["edit_notifications"] = "edit-notifications";
1143
- IconsSet["edit_off"] = "edit-off";
1144
- IconsSet["edit_road"] = "edit-road";
1145
- IconsSet["edit_square"] = "edit-square";
1146
- IconsSet["editor_choice"] = "editor-choice";
1147
- IconsSet["egg"] = "egg";
1148
- IconsSet["egg_alt"] = "egg-alt";
1149
- IconsSet["eject"] = "eject";
1150
- IconsSet["elderly"] = "elderly";
1151
- IconsSet["elderly_woman"] = "elderly-woman";
1152
- IconsSet["electric_bike"] = "electric-bike";
1153
- IconsSet["electric_bolt"] = "electric-bolt";
1154
- IconsSet["electric_car"] = "electric-car";
1155
- IconsSet["electric_meter"] = "electric-meter";
1156
- IconsSet["electric_moped"] = "electric-moped";
1157
- IconsSet["electric_rickshaw"] = "electric-rickshaw";
1158
- IconsSet["electric_scooter"] = "electric-scooter";
1159
- IconsSet["electrical_services"] = "electrical-services";
1160
- IconsSet["elevation"] = "elevation";
1161
- IconsSet["elevator"] = "elevator";
1162
- IconsSet["emergency"] = "emergency";
1163
- IconsSet["emergency_heat"] = "emergency-heat";
1164
- IconsSet["emergency_heat_2"] = "emergency-heat-2";
1165
- IconsSet["emergency_home"] = "emergency-home";
1166
- IconsSet["emergency_recording"] = "emergency-recording";
1167
- IconsSet["emergency_share"] = "emergency-share";
1168
- IconsSet["emergency_share_off"] = "emergency-share-off";
1169
- IconsSet["emoji_food_beverage"] = "emoji-food-beverage";
1170
- IconsSet["emoji_language"] = "emoji-language";
1171
- IconsSet["emoji_nature"] = "emoji-nature";
1172
- IconsSet["emoji_objects"] = "emoji-objects";
1173
- IconsSet["emoji_people"] = "emoji-people";
1174
- IconsSet["emoji_symbols"] = "emoji-symbols";
1175
- IconsSet["emoji_transportation"] = "emoji-transportation";
1176
- IconsSet["emoticon"] = "emoticon";
1177
- IconsSet["empty_dashboard"] = "empty-dashboard";
1178
- IconsSet["enable"] = "enable";
1179
- IconsSet["encrypted"] = "encrypted";
1180
- IconsSet["encrypted_add"] = "encrypted-add";
1181
- IconsSet["encrypted_add_circle"] = "encrypted-add-circle";
1182
- IconsSet["encrypted_minus_circle"] = "encrypted-minus-circle";
1183
- IconsSet["encrypted_off"] = "encrypted-off";
1184
- IconsSet["endocrinology"] = "endocrinology";
1185
- IconsSet["energy"] = "energy";
1186
- IconsSet["energy_program_saving"] = "energy-program-saving";
1187
- IconsSet["energy_program_time_used"] = "energy-program-time-used";
1188
- IconsSet["energy_savings_leaf"] = "energy-savings-leaf";
1189
- IconsSet["engineering"] = "engineering";
1190
- IconsSet["enhanced_encryption"] = "enhanced-encryption";
1191
- IconsSet["ent"] = "ent";
1192
- IconsSet["enterprise"] = "enterprise";
1193
- IconsSet["enterprise_off"] = "enterprise-off";
1194
- IconsSet["equal"] = "equal";
1195
- IconsSet["equalizer"] = "equalizer";
1196
- IconsSet["eraser_size_1"] = "eraser-size-1";
1197
- IconsSet["eraser_size_2"] = "eraser-size-2";
1198
- IconsSet["eraser_size_3"] = "eraser-size-3";
1199
- IconsSet["eraser_size_4"] = "eraser-size-4";
1200
- IconsSet["eraser_size_5"] = "eraser-size-5";
1201
- IconsSet["error"] = "error";
1202
- IconsSet["error_med"] = "error-med";
1203
- IconsSet["escalator"] = "escalator";
1204
- IconsSet["escalator_warning"] = "escalator-warning";
1205
- IconsSet["euro"] = "euro";
1206
- IconsSet["euro_symbol"] = "euro-symbol";
1207
- IconsSet["ev_mobiledata_badge"] = "ev-mobiledata-badge";
1208
- IconsSet["ev_shadow"] = "ev-shadow";
1209
- IconsSet["ev_shadow_add"] = "ev-shadow-add";
1210
- IconsSet["ev_shadow_minus"] = "ev-shadow-minus";
1211
- IconsSet["ev_station"] = "ev-station";
1212
- IconsSet["event"] = "event";
1213
- IconsSet["event_available"] = "event-available";
1214
- IconsSet["event_busy"] = "event-busy";
1215
- IconsSet["event_list"] = "event-list";
1216
- IconsSet["event_note"] = "event-note";
1217
- IconsSet["event_repeat"] = "event-repeat";
1218
- IconsSet["event_seat"] = "event-seat";
1219
- IconsSet["event_upcoming"] = "event-upcoming";
1220
- IconsSet["exclamation"] = "exclamation";
1221
- IconsSet["exercise"] = "exercise";
1222
- IconsSet["exit_to_app"] = "exit-to-app";
1223
- IconsSet["expand"] = "expand";
1224
- IconsSet["expand_all"] = "expand-all";
1225
- IconsSet["expand_circle_down"] = "expand-circle-down";
1226
- IconsSet["expand_circle_right"] = "expand-circle-right";
1227
- IconsSet["expand_circle_up"] = "expand-circle-up";
1228
- IconsSet["expand_content"] = "expand-content";
1229
- IconsSet["expansion_panels"] = "expansion-panels";
1230
- IconsSet["experiment"] = "experiment";
1231
- IconsSet["explicit"] = "explicit";
1232
- IconsSet["explore"] = "explore";
1233
- IconsSet["explore_nearby"] = "explore-nearby";
1234
- IconsSet["explore_off"] = "explore-off";
1235
- IconsSet["explosion"] = "explosion";
1236
- IconsSet["export_notes"] = "export-notes";
1237
- IconsSet["exposure"] = "exposure";
1238
- IconsSet["exposure_neg_1"] = "exposure-neg-1";
1239
- IconsSet["exposure_neg_2"] = "exposure-neg-2";
1240
- IconsSet["exposure_plus_1"] = "exposure-plus-1";
1241
- IconsSet["exposure_plus_2"] = "exposure-plus-2";
1242
- IconsSet["exposure_zero"] = "exposure-zero";
1243
- IconsSet["extension"] = "extension";
1244
- IconsSet["extension_off"] = "extension-off";
1245
- IconsSet["eye_tracking"] = "eye-tracking";
1246
- IconsSet["eyebrow"] = "eyebrow";
1247
- IconsSet["eyeglasses"] = "eyeglasses";
1248
- IconsSet["eyeglasses_2"] = "eyeglasses-2";
1249
- IconsSet["eyeglasses_2_sound"] = "eyeglasses-2-sound";
1250
- IconsSet["face"] = "face";
1251
- IconsSet["face_2"] = "face-2";
1252
- IconsSet["face_3"] = "face-3";
1253
- IconsSet["face_4"] = "face-4";
1254
- IconsSet["face_5"] = "face-5";
1255
- IconsSet["face_6"] = "face-6";
1256
- IconsSet["face_down"] = "face-down";
1257
- IconsSet["face_left"] = "face-left";
1258
- IconsSet["face_nod"] = "face-nod";
1259
- IconsSet["face_retouching_off"] = "face-retouching-off";
1260
- IconsSet["face_right"] = "face-right";
1261
- IconsSet["face_shake"] = "face-shake";
1262
- IconsSet["face_up"] = "face-up";
1263
- IconsSet["fact_check"] = "fact-check";
1264
- IconsSet["factory"] = "factory";
1265
- IconsSet["falling"] = "falling";
1266
- IconsSet["familiar_face_and_zone"] = "familiar-face-and-zone";
1267
- IconsSet["family_group"] = "family-group";
1268
- IconsSet["family_history"] = "family-history";
1269
- IconsSet["family_home"] = "family-home";
1270
- IconsSet["family_link"] = "family-link";
1271
- IconsSet["family_restroom"] = "family-restroom";
1272
- IconsSet["family_star"] = "family-star";
1273
- IconsSet["fan_focus"] = "fan-focus";
1274
- IconsSet["fan_indirect"] = "fan-indirect";
1275
- IconsSet["farsight_digital"] = "farsight-digital";
1276
- IconsSet["fast_forward"] = "fast-forward";
1277
- IconsSet["fast_rewind"] = "fast-rewind";
1278
- IconsSet["fastfood"] = "fastfood";
1279
- IconsSet["faucet"] = "faucet";
1280
- IconsSet["favorite"] = "favorite";
1281
- IconsSet["fax"] = "fax";
1282
- IconsSet["feature_search"] = "feature-search";
1283
- IconsSet["featured_play_list"] = "featured-play-list";
1284
- IconsSet["featured_seasonal_and_gifts"] = "featured-seasonal-and-gifts";
1285
- IconsSet["featured_video"] = "featured-video";
1286
- IconsSet["feedback"] = "feedback";
1287
- IconsSet["female"] = "female";
1288
- IconsSet["femur"] = "femur";
1289
- IconsSet["femur_alt"] = "femur-alt";
1290
- IconsSet["fence"] = "fence";
1291
- IconsSet["fertile"] = "fertile";
1292
- IconsSet["festival"] = "festival";
1293
- IconsSet["fiber_dvr"] = "fiber-dvr";
1294
- IconsSet["fiber_manual_record"] = "fiber-manual-record";
1295
- IconsSet["fiber_new"] = "fiber-new";
1296
- IconsSet["fiber_pin"] = "fiber-pin";
1297
- IconsSet["fiber_smart_record"] = "fiber-smart-record";
1298
- IconsSet["file_copy"] = "file-copy";
1299
- IconsSet["file_copy_off"] = "file-copy-off";
1300
- IconsSet["file_download_off"] = "file-download-off";
1301
- IconsSet["file_export"] = "file-export";
1302
- IconsSet["file_json"] = "file-json";
1303
- IconsSet["file_map"] = "file-map";
1304
- IconsSet["file_map_stack"] = "file-map-stack";
1305
- IconsSet["file_open"] = "file-open";
1306
- IconsSet["file_png"] = "file-png";
1307
- IconsSet["file_present"] = "file-present";
1308
- IconsSet["file_save"] = "file-save";
1309
- IconsSet["file_save_off"] = "file-save-off";
1310
- IconsSet["file_upload_off"] = "file-upload-off";
1311
- IconsSet["files"] = "files";
1312
- IconsSet["filter"] = "filter";
1313
- IconsSet["filter_1"] = "filter-1";
1314
- IconsSet["filter_2"] = "filter-2";
1315
- IconsSet["filter_3"] = "filter-3";
1316
- IconsSet["filter_4"] = "filter-4";
1317
- IconsSet["filter_5"] = "filter-5";
1318
- IconsSet["filter_6"] = "filter-6";
1319
- IconsSet["filter_7"] = "filter-7";
1320
- IconsSet["filter_8"] = "filter-8";
1321
- IconsSet["filter_9"] = "filter-9";
1322
- IconsSet["filter_9_plus"] = "filter-9-plus";
1323
- IconsSet["filter_alt"] = "filter-alt";
1324
- IconsSet["filter_alt_off"] = "filter-alt-off";
1325
- IconsSet["filter_arrow_right"] = "filter-arrow-right";
1326
- IconsSet["filter_b_and_w"] = "filter-b-and-w";
1327
- IconsSet["filter_center_focus"] = "filter-center-focus";
1328
- IconsSet["filter_drama"] = "filter-drama";
1329
- IconsSet["filter_frames"] = "filter-frames";
1330
- IconsSet["filter_list"] = "filter-list";
1331
- IconsSet["filter_list_off"] = "filter-list-off";
1332
- IconsSet["filter_none"] = "filter-none";
1333
- IconsSet["filter_retrolux"] = "filter-retrolux";
1334
- IconsSet["filter_tilt_shift"] = "filter-tilt-shift";
1335
- IconsSet["filter_vintage"] = "filter-vintage";
1336
- IconsSet["finance"] = "finance";
1337
- IconsSet["finance_chip"] = "finance-chip";
1338
- IconsSet["finance_mode"] = "finance-mode";
1339
- IconsSet["find_in_page"] = "find-in-page";
1340
- IconsSet["find_replace"] = "find-replace";
1341
- IconsSet["fingerprint"] = "fingerprint";
1342
- IconsSet["fingerprint_off"] = "fingerprint-off";
1343
- IconsSet["fire_extinguisher"] = "fire-extinguisher";
1344
- IconsSet["fire_hydrant"] = "fire-hydrant";
1345
- IconsSet["fire_truck"] = "fire-truck";
1346
- IconsSet["fireplace"] = "fireplace";
1347
- IconsSet["first_page"] = "first-page";
1348
- IconsSet["fit_page"] = "fit-page";
1349
- IconsSet["fit_page_height"] = "fit-page-height";
1350
- IconsSet["fit_page_width"] = "fit-page-width";
1351
- IconsSet["fit_screen"] = "fit-screen";
1352
- IconsSet["fit_width"] = "fit-width";
1353
- IconsSet["fitbit_raquetball"] = "fitbit-raquetball";
1354
- IconsSet["fitness_center"] = "fitness-center";
1355
- IconsSet["fitness_tracker"] = "fitness-tracker";
1356
- IconsSet["fitness_trackers"] = "fitness-trackers";
1357
- IconsSet["flag"] = "flag";
1358
- IconsSet["flag_2"] = "flag-2";
1359
- IconsSet["flag_check"] = "flag-check";
1360
- IconsSet["flag_circle"] = "flag-circle";
1361
- IconsSet["flaky"] = "flaky";
1362
- IconsSet["flare"] = "flare";
1363
- IconsSet["flash_auto"] = "flash-auto";
1364
- IconsSet["flash_off"] = "flash-off";
1365
- IconsSet["flash_on"] = "flash-on";
1366
- IconsSet["flashlight_off"] = "flashlight-off";
1367
- IconsSet["flashlight_on"] = "flashlight-on";
1368
- IconsSet["flatware"] = "flatware";
1369
- IconsSet["flex_direction"] = "flex-direction";
1370
- IconsSet["flex_no_wrap"] = "flex-no-wrap";
1371
- IconsSet["flex_wrap"] = "flex-wrap";
1372
- IconsSet["flight"] = "flight";
1373
- IconsSet["flight_class"] = "flight-class";
1374
- IconsSet["flight_land"] = "flight-land";
1375
- IconsSet["flight_takeoff"] = "flight-takeoff";
1376
- IconsSet["flights_and_hotels"] = "flights-and-hotels";
1377
- IconsSet["flip"] = "flip";
1378
- IconsSet["flip_camera_android"] = "flip-camera-android";
1379
- IconsSet["flip_camera_ios"] = "flip-camera-ios";
1380
- IconsSet["flip_to_back"] = "flip-to-back";
1381
- IconsSet["flip_to_front"] = "flip-to-front";
1382
- IconsSet["float_landscape_2"] = "float-landscape-2";
1383
- IconsSet["float_portrait_2"] = "float-portrait-2";
1384
- IconsSet["flood"] = "flood";
1385
- IconsSet["floor"] = "floor";
1386
- IconsSet["floor_lamp"] = "floor-lamp";
1387
- IconsSet["flowchart"] = "flowchart";
1388
- IconsSet["flowsheet"] = "flowsheet";
1389
- IconsSet["fluid"] = "fluid";
1390
- IconsSet["fluid_balance"] = "fluid-balance";
1391
- IconsSet["fluid_med"] = "fluid-med";
1392
- IconsSet["fluorescent"] = "fluorescent";
1393
- IconsSet["flutter"] = "flutter";
1394
- IconsSet["flutter_dash"] = "flutter-dash";
1395
- IconsSet["flyover"] = "flyover";
1396
- IconsSet["fmd_bad"] = "fmd-bad";
1397
- IconsSet["foggy"] = "foggy";
1398
- IconsSet["folded_hands"] = "folded-hands";
1399
- IconsSet["folder"] = "folder";
1400
- IconsSet["folder_check"] = "folder-check";
1401
- IconsSet["folder_check_2"] = "folder-check-2";
1402
- IconsSet["folder_code"] = "folder-code";
1403
- IconsSet["folder_copy"] = "folder-copy";
1404
- IconsSet["folder_data"] = "folder-data";
1405
- IconsSet["folder_delete"] = "folder-delete";
1406
- IconsSet["folder_eye"] = "folder-eye";
1407
- IconsSet["folder_info"] = "folder-info";
1408
- IconsSet["folder_limited"] = "folder-limited";
1409
- IconsSet["folder_managed"] = "folder-managed";
1410
- IconsSet["folder_match"] = "folder-match";
1411
- IconsSet["folder_off"] = "folder-off";
1412
- IconsSet["folder_open"] = "folder-open";
1413
- IconsSet["folder_shared"] = "folder-shared";
1414
- IconsSet["folder_special"] = "folder-special";
1415
- IconsSet["folder_supervised"] = "folder-supervised";
1416
- IconsSet["folder_zip"] = "folder-zip";
1417
- IconsSet["follow_the_signs"] = "follow-the-signs";
1418
- IconsSet["font_download"] = "font-download";
1419
- IconsSet["font_download_off"] = "font-download-off";
1420
- IconsSet["food_bank"] = "food-bank";
1421
- IconsSet["foot_bones"] = "foot-bones";
1422
- IconsSet["footprint"] = "footprint";
1423
- IconsSet["for_you"] = "for-you";
1424
- IconsSet["forest"] = "forest";
1425
- IconsSet["fork_left"] = "fork-left";
1426
- IconsSet["fork_right"] = "fork-right";
1427
- IconsSet["fork_spoon"] = "fork-spoon";
1428
- IconsSet["forklift"] = "forklift";
1429
- IconsSet["format_align_center"] = "format-align-center";
1430
- IconsSet["format_align_justify"] = "format-align-justify";
1431
- IconsSet["format_align_left"] = "format-align-left";
1432
- IconsSet["format_align_right"] = "format-align-right";
1433
- IconsSet["format_bold"] = "format-bold";
1434
- IconsSet["format_clear"] = "format-clear";
1435
- IconsSet["format_color_fill"] = "format-color-fill";
1436
- IconsSet["format_color_reset"] = "format-color-reset";
1437
- IconsSet["format_color_text"] = "format-color-text";
1438
- IconsSet["format_h1"] = "format-h1";
1439
- IconsSet["format_h2"] = "format-h2";
1440
- IconsSet["format_h3"] = "format-h3";
1441
- IconsSet["format_h4"] = "format-h4";
1442
- IconsSet["format_h5"] = "format-h5";
1443
- IconsSet["format_h6"] = "format-h6";
1444
- IconsSet["format_image_back"] = "format-image-back";
1445
- IconsSet["format_image_break_left"] = "format-image-break-left";
1446
- IconsSet["format_image_break_right"] = "format-image-break-right";
1447
- IconsSet["format_image_front"] = "format-image-front";
1448
- IconsSet["format_image_inline_left"] = "format-image-inline-left";
1449
- IconsSet["format_image_inline_right"] = "format-image-inline-right";
1450
- IconsSet["format_image_left"] = "format-image-left";
1451
- IconsSet["format_image_right"] = "format-image-right";
1452
- IconsSet["format_indent_decrease"] = "format-indent-decrease";
1453
- IconsSet["format_indent_increase"] = "format-indent-increase";
1454
- IconsSet["format_ink_highlighter"] = "format-ink-highlighter";
1455
- IconsSet["format_italic"] = "format-italic";
1456
- IconsSet["format_letter_spacing"] = "format-letter-spacing";
1457
- IconsSet["format_letter_spacing_2"] = "format-letter-spacing-2";
1458
- IconsSet["format_letter_spacing_standard"] = "format-letter-spacing-standard";
1459
- IconsSet["format_letter_spacing_wide"] = "format-letter-spacing-wide";
1460
- IconsSet["format_letter_spacing_wider"] = "format-letter-spacing-wider";
1461
- IconsSet["format_line_spacing"] = "format-line-spacing";
1462
- IconsSet["format_list_bulleted"] = "format-list-bulleted";
1463
- IconsSet["format_list_bulleted_add"] = "format-list-bulleted-add";
1464
- IconsSet["format_list_numbered"] = "format-list-numbered";
1465
- IconsSet["format_list_numbered_rtl"] = "format-list-numbered-rtl";
1466
- IconsSet["format_overline"] = "format-overline";
1467
- IconsSet["format_paint"] = "format-paint";
1468
- IconsSet["format_paragraph"] = "format-paragraph";
1469
- IconsSet["format_quote"] = "format-quote";
1470
- IconsSet["format_quote_off"] = "format-quote-off";
1471
- IconsSet["format_shapes"] = "format-shapes";
1472
- IconsSet["format_size"] = "format-size";
1473
- IconsSet["format_strikethrough"] = "format-strikethrough";
1474
- IconsSet["format_text_clip"] = "format-text-clip";
1475
- IconsSet["format_text_overflow"] = "format-text-overflow";
1476
- IconsSet["format_text_wrap"] = "format-text-wrap";
1477
- IconsSet["format_textdirection_l_to_r"] = "format-textdirection-l-to-r";
1478
- IconsSet["format_textdirection_r_to_l"] = "format-textdirection-r-to-l";
1479
- IconsSet["format_textdirection_vertical"] = "format-textdirection-vertical";
1480
- IconsSet["format_underlined"] = "format-underlined";
1481
- IconsSet["format_underlined_squiggle"] = "format-underlined-squiggle";
1482
- IconsSet["forms_add_on"] = "forms-add-on";
1483
- IconsSet["forms_apps_script"] = "forms-apps-script";
1484
- IconsSet["fort"] = "fort";
1485
- IconsSet["forum"] = "forum";
1486
- IconsSet["forward"] = "forward";
1487
- IconsSet["forward_10"] = "forward-10";
1488
- IconsSet["forward_30"] = "forward-30";
1489
- IconsSet["forward_5"] = "forward-5";
1490
- IconsSet["forward_circle"] = "forward-circle";
1491
- IconsSet["forward_media"] = "forward-media";
1492
- IconsSet["forward_to_inbox"] = "forward-to-inbox";
1493
- IconsSet["foundation"] = "foundation";
1494
- IconsSet["fragrance"] = "fragrance";
1495
- IconsSet["frame_bug"] = "frame-bug";
1496
- IconsSet["frame_exclamation"] = "frame-exclamation";
1497
- IconsSet["frame_inspect"] = "frame-inspect";
1498
- IconsSet["frame_person"] = "frame-person";
1499
- IconsSet["frame_person_mic"] = "frame-person-mic";
1500
- IconsSet["frame_person_off"] = "frame-person-off";
1501
- IconsSet["frame_reload"] = "frame-reload";
1502
- IconsSet["frame_source"] = "frame-source";
1503
- IconsSet["free_cancellation"] = "free-cancellation";
1504
- IconsSet["front_hand"] = "front-hand";
1505
- IconsSet["front_loader"] = "front-loader";
1506
- IconsSet["full_coverage"] = "full-coverage";
1507
- IconsSet["full_hd"] = "full-hd";
1508
- IconsSet["full_stacked_bar_chart"] = "full-stacked-bar-chart";
1509
- IconsSet["fullscreen"] = "fullscreen";
1510
- IconsSet["fullscreen_exit"] = "fullscreen-exit";
1511
- IconsSet["fullscreen_portrait"] = "fullscreen-portrait";
1512
- IconsSet["function"] = "function";
1513
- IconsSet["functions"] = "functions";
1514
- IconsSet["funicular"] = "funicular";
1515
- IconsSet["g_mobiledata"] = "g-mobiledata";
1516
- IconsSet["g_mobiledata_badge"] = "g-mobiledata-badge";
1517
- IconsSet["g_translate"] = "g-translate";
1518
- IconsSet["gallery_thumbnail"] = "gallery-thumbnail";
1519
- IconsSet["game_bumper_left"] = "game-bumper-left";
1520
- IconsSet["game_bumper_right"] = "game-bumper-right";
1521
- IconsSet["game_button_l"] = "game-button-l";
1522
- IconsSet["game_button_l1"] = "game-button-l1";
1523
- IconsSet["game_button_l2"] = "game-button-l2";
1524
- IconsSet["game_button_r"] = "game-button-r";
1525
- IconsSet["game_button_r1"] = "game-button-r1";
1526
- IconsSet["game_button_r2"] = "game-button-r2";
1527
- IconsSet["game_button_zl"] = "game-button-zl";
1528
- IconsSet["game_button_zr"] = "game-button-zr";
1529
- IconsSet["game_stick_l3"] = "game-stick-l3";
1530
- IconsSet["game_stick_left"] = "game-stick-left";
1531
- IconsSet["game_stick_r3"] = "game-stick-r3";
1532
- IconsSet["game_stick_right"] = "game-stick-right";
1533
- IconsSet["game_trigger_left"] = "game-trigger-left";
1534
- IconsSet["game_trigger_right"] = "game-trigger-right";
1535
- IconsSet["gamepad"] = "gamepad";
1536
- IconsSet["gamepad_circle_down"] = "gamepad-circle-down";
1537
- IconsSet["gamepad_circle_left"] = "gamepad-circle-left";
1538
- IconsSet["gamepad_circle_right"] = "gamepad-circle-right";
1539
- IconsSet["gamepad_circle_up"] = "gamepad-circle-up";
1540
- IconsSet["gamepad_down"] = "gamepad-down";
1541
- IconsSet["gamepad_left"] = "gamepad-left";
1542
- IconsSet["gamepad_right"] = "gamepad-right";
1543
- IconsSet["gamepad_up"] = "gamepad-up";
1544
- IconsSet["garage"] = "garage";
1545
- IconsSet["garage_check"] = "garage-check";
1546
- IconsSet["garage_door"] = "garage-door";
1547
- IconsSet["garage_home"] = "garage-home";
1548
- IconsSet["garage_money"] = "garage-money";
1549
- IconsSet["garden_cart"] = "garden-cart";
1550
- IconsSet["gas_meter"] = "gas-meter";
1551
- IconsSet["gastroenterology"] = "gastroenterology";
1552
- IconsSet["gate"] = "gate";
1553
- IconsSet["gavel"] = "gavel";
1554
- IconsSet["general_device"] = "general-device";
1555
- IconsSet["genetics"] = "genetics";
1556
- IconsSet["genres"] = "genres";
1557
- IconsSet["gesture"] = "gesture";
1558
- IconsSet["gesture_select"] = "gesture-select";
1559
- IconsSet["gif"] = "gif";
1560
- IconsSet["gif_2"] = "gif-2";
1561
- IconsSet["gif_box"] = "gif-box";
1562
- IconsSet["girl"] = "girl";
1563
- IconsSet["gite"] = "gite";
1564
- IconsSet["glass_cup"] = "glass-cup";
1565
- IconsSet["globe"] = "globe";
1566
- IconsSet["globe_2_cancel"] = "globe-2-cancel";
1567
- IconsSet["globe_2_question"] = "globe-2-question";
1568
- IconsSet["globe_asia"] = "globe-asia";
1569
- IconsSet["globe_book"] = "globe-book";
1570
- IconsSet["globe_location_pin"] = "globe-location-pin";
1571
- IconsSet["globe_uk"] = "globe-uk";
1572
- IconsSet["glucose"] = "glucose";
1573
- IconsSet["glyphs"] = "glyphs";
1574
- IconsSet["go_to_line"] = "go-to-line";
1575
- IconsSet["golf_course"] = "golf-course";
1576
- IconsSet["gondola_lift"] = "gondola-lift";
1577
- IconsSet["google_home_devices"] = "google-home-devices";
1578
- IconsSet["google_tv_remote"] = "google-tv-remote";
1579
- IconsSet["google_wifi"] = "google-wifi";
1580
- IconsSet["gpp_bad"] = "gpp-bad";
1581
- IconsSet["gpp_maybe"] = "gpp-maybe";
1582
- IconsSet["gradient"] = "gradient";
1583
- IconsSet["grading"] = "grading";
1584
- IconsSet["grain"] = "grain";
1585
- IconsSet["graph_1"] = "graph-1";
1586
- IconsSet["graph_2"] = "graph-2";
1587
- IconsSet["graph_3"] = "graph-3";
1588
- IconsSet["graph_4"] = "graph-4";
1589
- IconsSet["graph_5"] = "graph-5";
1590
- IconsSet["graph_6"] = "graph-6";
1591
- IconsSet["graph_7"] = "graph-7";
1592
- IconsSet["graph_8"] = "graph-8";
1593
- IconsSet["graphic_eq"] = "graphic-eq";
1594
- IconsSet["grass"] = "grass";
1595
- IconsSet["grid_3x3"] = "grid-3x3";
1596
- IconsSet["grid_3x3_off"] = "grid-3x3-off";
1597
- IconsSet["grid_4x4"] = "grid-4x4";
1598
- IconsSet["grid_goldenratio"] = "grid-goldenratio";
1599
- IconsSet["grid_guides"] = "grid-guides";
1600
- IconsSet["grid_off"] = "grid-off";
1601
- IconsSet["grid_on"] = "grid-on";
1602
- IconsSet["grid_view"] = "grid-view";
1603
- IconsSet["grocery"] = "grocery";
1604
- IconsSet["group"] = "group";
1605
- IconsSet["group_add"] = "group-add";
1606
- IconsSet["group_off"] = "group-off";
1607
- IconsSet["group_remove"] = "group-remove";
1608
- IconsSet["group_search"] = "group-search";
1609
- IconsSet["group_work"] = "group-work";
1610
- IconsSet["grouped_bar_chart"] = "grouped-bar-chart";
1611
- IconsSet["groups"] = "groups";
1612
- IconsSet["groups_2"] = "groups-2";
1613
- IconsSet["groups_3"] = "groups-3";
1614
- IconsSet["guardian"] = "guardian";
1615
- IconsSet["gynecology"] = "gynecology";
1616
- IconsSet["h_mobiledata"] = "h-mobiledata";
1617
- IconsSet["h_mobiledata_badge"] = "h-mobiledata-badge";
1618
- IconsSet["h_plus_mobiledata"] = "h-plus-mobiledata";
1619
- IconsSet["h_plus_mobiledata_badge"] = "h-plus-mobiledata-badge";
1620
- IconsSet["hail"] = "hail";
1621
- IconsSet["hallway"] = "hallway";
1622
- IconsSet["hanami_dango"] = "hanami-dango";
1623
- IconsSet["hand_bones"] = "hand-bones";
1624
- IconsSet["hand_gesture"] = "hand-gesture";
1625
- IconsSet["hand_gesture_off"] = "hand-gesture-off";
1626
- IconsSet["hand_meal"] = "hand-meal";
1627
- IconsSet["hand_package"] = "hand-package";
1628
- IconsSet["handheld_controller"] = "handheld-controller";
1629
- IconsSet["handshake"] = "handshake";
1630
- IconsSet["handyman"] = "handyman";
1631
- IconsSet["hangout_video"] = "hangout-video";
1632
- IconsSet["hangout_video_off"] = "hangout-video-off";
1633
- IconsSet["hard_disk"] = "hard-disk";
1634
- IconsSet["hard_drive"] = "hard-drive";
1635
- IconsSet["hard_drive_2"] = "hard-drive-2";
1636
- IconsSet["hardware"] = "hardware";
1637
- IconsSet["hd"] = "hd";
1638
- IconsSet["hdr_auto"] = "hdr-auto";
1639
- IconsSet["hdr_auto_select"] = "hdr-auto-select";
1640
- IconsSet["hdr_enhanced_select"] = "hdr-enhanced-select";
1641
- IconsSet["hdr_off"] = "hdr-off";
1642
- IconsSet["hdr_off_select"] = "hdr-off-select";
1643
- IconsSet["hdr_on"] = "hdr-on";
1644
- IconsSet["hdr_on_select"] = "hdr-on-select";
1645
- IconsSet["hdr_plus"] = "hdr-plus";
1646
- IconsSet["hdr_plus_off"] = "hdr-plus-off";
1647
- IconsSet["hdr_strong"] = "hdr-strong";
1648
- IconsSet["hdr_weak"] = "hdr-weak";
1649
- IconsSet["head_mounted_device"] = "head-mounted-device";
1650
- IconsSet["headphones"] = "headphones";
1651
- IconsSet["headphones_battery"] = "headphones-battery";
1652
- IconsSet["headset_mic"] = "headset-mic";
1653
- IconsSet["headset_off"] = "headset-off";
1654
- IconsSet["healing"] = "healing";
1655
- IconsSet["health_and_beauty"] = "health-and-beauty";
1656
- IconsSet["health_and_safety"] = "health-and-safety";
1657
- IconsSet["health_cross"] = "health-cross";
1658
- IconsSet["health_metrics"] = "health-metrics";
1659
- IconsSet["heap_snapshot_large"] = "heap-snapshot-large";
1660
- IconsSet["heap_snapshot_multiple"] = "heap-snapshot-multiple";
1661
- IconsSet["heap_snapshot_thumbnail"] = "heap-snapshot-thumbnail";
1662
- IconsSet["hearing"] = "hearing";
1663
- IconsSet["hearing_aid"] = "hearing-aid";
1664
- IconsSet["hearing_aid_disabled"] = "hearing-aid-disabled";
1665
- IconsSet["hearing_aid_disabled_left"] = "hearing-aid-disabled-left";
1666
- IconsSet["hearing_aid_left"] = "hearing-aid-left";
1667
- IconsSet["hearing_disabled"] = "hearing-disabled";
1668
- IconsSet["heart_broken"] = "heart-broken";
1669
- IconsSet["heart_check"] = "heart-check";
1670
- IconsSet["heart_minus"] = "heart-minus";
1671
- IconsSet["heart_plus"] = "heart-plus";
1672
- IconsSet["heart_smile"] = "heart-smile";
1673
- IconsSet["heat"] = "heat";
1674
- IconsSet["heat_pump"] = "heat-pump";
1675
- IconsSet["heat_pump_balance"] = "heat-pump-balance";
1676
- IconsSet["height"] = "height";
1677
- IconsSet["helicopter"] = "helicopter";
1678
- IconsSet["help"] = "help";
1679
- IconsSet["help_center"] = "help-center";
1680
- IconsSet["help_clinic"] = "help-clinic";
1681
- IconsSet["hematology"] = "hematology";
1682
- IconsSet["hevc"] = "hevc";
1683
- IconsSet["hexagon"] = "hexagon";
1684
- IconsSet["hide"] = "hide";
1685
- IconsSet["hide_image"] = "hide-image";
1686
- IconsSet["hide_source"] = "hide-source";
1687
- IconsSet["high_chair"] = "high-chair";
1688
- IconsSet["high_density"] = "high-density";
1689
- IconsSet["high_quality"] = "high-quality";
1690
- IconsSet["high_res"] = "high-res";
1691
- IconsSet["highlight"] = "highlight";
1692
- IconsSet["highlight_keyboard_focus"] = "highlight-keyboard-focus";
1693
- IconsSet["highlight_mouse_cursor"] = "highlight-mouse-cursor";
1694
- IconsSet["highlight_text_cursor"] = "highlight-text-cursor";
1695
- IconsSet["highlighter_size_1"] = "highlighter-size-1";
1696
- IconsSet["highlighter_size_2"] = "highlighter-size-2";
1697
- IconsSet["highlighter_size_3"] = "highlighter-size-3";
1698
- IconsSet["highlighter_size_4"] = "highlighter-size-4";
1699
- IconsSet["highlighter_size_5"] = "highlighter-size-5";
1700
- IconsSet["hiking"] = "hiking";
1701
- IconsSet["history"] = "history";
1702
- IconsSet["history_2"] = "history-2";
1703
- IconsSet["history_edu"] = "history-edu";
1704
- IconsSet["history_off"] = "history-off";
1705
- IconsSet["history_toggle_off"] = "history-toggle-off";
1706
- IconsSet["hive"] = "hive";
1707
- IconsSet["hls"] = "hls";
1708
- IconsSet["hls_off"] = "hls-off";
1709
- IconsSet["holiday_village"] = "holiday-village";
1710
- IconsSet["home"] = "home";
1711
- IconsSet["home_and_garden"] = "home-and-garden";
1712
- IconsSet["home_app_logo"] = "home-app-logo";
1713
- IconsSet["home_health"] = "home-health";
1714
- IconsSet["home_improvement_and_tools"] = "home-improvement-and-tools";
1715
- IconsSet["home_iot_device"] = "home-iot-device";
1716
- IconsSet["home_max"] = "home-max";
1717
- IconsSet["home_max_dots"] = "home-max-dots";
1718
- IconsSet["home_mini"] = "home-mini";
1719
- IconsSet["home_pin"] = "home-pin";
1720
- IconsSet["home_repair_service"] = "home-repair-service";
1721
- IconsSet["home_speaker"] = "home-speaker";
1722
- IconsSet["home_storage"] = "home-storage";
1723
- IconsSet["home_work"] = "home-work";
1724
- IconsSet["horizontal_distribute"] = "horizontal-distribute";
1725
- IconsSet["horizontal_rule"] = "horizontal-rule";
1726
- IconsSet["horizontal_split"] = "horizontal-split";
1727
- IconsSet["host"] = "host";
1728
- IconsSet["hot_tub"] = "hot-tub";
1729
- IconsSet["hotel"] = "hotel";
1730
- IconsSet["hotel_class"] = "hotel-class";
1731
- IconsSet["hourglass"] = "hourglass";
1732
- IconsSet["hourglass_arrow_down"] = "hourglass-arrow-down";
1733
- IconsSet["hourglass_arrow_up"] = "hourglass-arrow-up";
1734
- IconsSet["hourglass_bottom"] = "hourglass-bottom";
1735
- IconsSet["hourglass_check"] = "hourglass-check";
1736
- IconsSet["hourglass_disabled"] = "hourglass-disabled";
1737
- IconsSet["hourglass_empty"] = "hourglass-empty";
1738
- IconsSet["hourglass_pause"] = "hourglass-pause";
1739
- IconsSet["hourglass_top"] = "hourglass-top";
1740
- IconsSet["house"] = "house";
1741
- IconsSet["house_siding"] = "house-siding";
1742
- IconsSet["house_with_shield"] = "house-with-shield";
1743
- IconsSet["houseboat"] = "houseboat";
1744
- IconsSet["household_supplies"] = "household-supplies";
1745
- IconsSet["hov"] = "hov";
1746
- IconsSet["how_to_reg"] = "how-to-reg";
1747
- IconsSet["how_to_vote"] = "how-to-vote";
1748
- IconsSet["hr_resting"] = "hr-resting";
1749
- IconsSet["html"] = "html";
1750
- IconsSet["http"] = "http";
1751
- IconsSet["hub"] = "hub";
1752
- IconsSet["humerus"] = "humerus";
1753
- IconsSet["humerus_alt"] = "humerus-alt";
1754
- IconsSet["humidity_high"] = "humidity-high";
1755
- IconsSet["humidity_indoor"] = "humidity-indoor";
1756
- IconsSet["humidity_low"] = "humidity-low";
1757
- IconsSet["humidity_mid"] = "humidity-mid";
1758
- IconsSet["humidity_percentage"] = "humidity-percentage";
1759
- IconsSet["hvac"] = "hvac";
1760
- IconsSet["hvac_max_defrost"] = "hvac-max-defrost";
1761
- IconsSet["ice_skating"] = "ice-skating";
1762
- IconsSet["icecream"] = "icecream";
1763
- IconsSet["id_card"] = "id-card";
1764
- IconsSet["identity_aware_proxy"] = "identity-aware-proxy";
1765
- IconsSet["identity_platform"] = "identity-platform";
1766
- IconsSet["ifl"] = "ifl";
1767
- IconsSet["iframe"] = "iframe";
1768
- IconsSet["iframe_off"] = "iframe-off";
1769
- IconsSet["image"] = "image";
1770
- IconsSet["image_arrow_up"] = "image-arrow-up";
1771
- IconsSet["image_aspect_ratio"] = "image-aspect-ratio";
1772
- IconsSet["image_inset"] = "image-inset";
1773
- IconsSet["image_search"] = "image-search";
1774
- IconsSet["imagesearch_roller"] = "imagesearch-roller";
1775
- IconsSet["imagesmode"] = "imagesmode";
1776
- IconsSet["immunology"] = "immunology";
1777
- IconsSet["import_contacts"] = "import-contacts";
1778
- IconsSet["important_devices"] = "important-devices";
1779
- IconsSet["in_home_mode"] = "in-home-mode";
1780
- IconsSet["inactive_order"] = "inactive-order";
1781
- IconsSet["inbox"] = "inbox";
1782
- IconsSet["inbox_customize"] = "inbox-customize";
1783
- IconsSet["inbox_text"] = "inbox-text";
1784
- IconsSet["inbox_text_asterisk"] = "inbox-text-asterisk";
1785
- IconsSet["inbox_text_person"] = "inbox-text-person";
1786
- IconsSet["inbox_text_share"] = "inbox-text-share";
1787
- IconsSet["incomplete_circle"] = "incomplete-circle";
1788
- IconsSet["indeterminate_check_box"] = "indeterminate-check-box";
1789
- IconsSet["indeterminate_question_box"] = "indeterminate-question-box";
1790
- IconsSet["info"] = "info";
1791
- IconsSet["info_i"] = "info-i";
1792
- IconsSet["infrared"] = "infrared";
1793
- IconsSet["ink_eraser"] = "ink-eraser";
1794
- IconsSet["ink_eraser_off"] = "ink-eraser-off";
1795
- IconsSet["ink_highlighter"] = "ink-highlighter";
1796
- IconsSet["ink_highlighter_move"] = "ink-highlighter-move";
1797
- IconsSet["ink_marker"] = "ink-marker";
1798
- IconsSet["ink_pen"] = "ink-pen";
1799
- IconsSet["ink_selection"] = "ink-selection";
1800
- IconsSet["inpatient"] = "inpatient";
1801
- IconsSet["input"] = "input";
1802
- IconsSet["input_circle"] = "input-circle";
1803
- IconsSet["insert_chart"] = "insert-chart";
1804
- IconsSet["insert_page_break"] = "insert-page-break";
1805
- IconsSet["insert_text"] = "insert-text";
1806
- IconsSet["install_desktop"] = "install-desktop";
1807
- IconsSet["instant_mix"] = "instant-mix";
1808
- IconsSet["integration_instructions"] = "integration-instructions";
1809
- IconsSet["interactive_space"] = "interactive-space";
1810
- IconsSet["interests"] = "interests";
1811
- IconsSet["interpreter_mode"] = "interpreter-mode";
1812
- IconsSet["inventory"] = "inventory";
1813
- IconsSet["inventory_2"] = "inventory-2";
1814
- IconsSet["invert_colors"] = "invert-colors";
1815
- IconsSet["invert_colors_off"] = "invert-colors-off";
1816
- IconsSet["ios"] = "ios";
1817
- IconsSet["ios_share"] = "ios-share";
1818
- IconsSet["iron"] = "iron";
1819
- IconsSet["jamboard_kiosk"] = "jamboard-kiosk";
1820
- IconsSet["japanese_curry"] = "japanese-curry";
1821
- IconsSet["japanese_flag"] = "japanese-flag";
1822
- IconsSet["javascript"] = "javascript";
1823
- IconsSet["join"] = "join";
1824
- IconsSet["join_inner"] = "join-inner";
1825
- IconsSet["join_left"] = "join-left";
1826
- IconsSet["join_right"] = "join-right";
1827
- IconsSet["joystick"] = "joystick";
1828
- IconsSet["jump_to_element"] = "jump-to-element";
1829
- IconsSet["kanji_alcohol"] = "kanji-alcohol";
1830
- IconsSet["kayaking"] = "kayaking";
1831
- IconsSet["kebab_dining"] = "kebab-dining";
1832
- IconsSet["keep"] = "keep";
1833
- IconsSet["keep_off"] = "keep-off";
1834
- IconsSet["keep_public"] = "keep-public";
1835
- IconsSet["kettle"] = "kettle";
1836
- IconsSet["key"] = "key";
1837
- IconsSet["key_off"] = "key-off";
1838
- IconsSet["key_vertical"] = "key-vertical";
1839
- IconsSet["key_visualizer"] = "key-visualizer";
1840
- IconsSet["keyboard"] = "keyboard";
1841
- IconsSet["keyboard_alt"] = "keyboard-alt";
1842
- IconsSet["keyboard_arrow_down"] = "keyboard-arrow-down";
1843
- IconsSet["keyboard_arrow_left"] = "keyboard-arrow-left";
1844
- IconsSet["keyboard_arrow_right"] = "keyboard-arrow-right";
1845
- IconsSet["keyboard_arrow_up"] = "keyboard-arrow-up";
1846
- IconsSet["keyboard_backspace"] = "keyboard-backspace";
1847
- IconsSet["keyboard_capslock"] = "keyboard-capslock";
1848
- IconsSet["keyboard_capslock_badge"] = "keyboard-capslock-badge";
1849
- IconsSet["keyboard_command_key"] = "keyboard-command-key";
1850
- IconsSet["keyboard_control_key"] = "keyboard-control-key";
1851
- IconsSet["keyboard_double_arrow_down"] = "keyboard-double-arrow-down";
1852
- IconsSet["keyboard_double_arrow_left"] = "keyboard-double-arrow-left";
1853
- IconsSet["keyboard_double_arrow_right"] = "keyboard-double-arrow-right";
1854
- IconsSet["keyboard_double_arrow_up"] = "keyboard-double-arrow-up";
1855
- IconsSet["keyboard_external_input"] = "keyboard-external-input";
1856
- IconsSet["keyboard_full"] = "keyboard-full";
1857
- IconsSet["keyboard_hide"] = "keyboard-hide";
1858
- IconsSet["keyboard_keys"] = "keyboard-keys";
1859
- IconsSet["keyboard_lock"] = "keyboard-lock";
1860
- IconsSet["keyboard_lock_off"] = "keyboard-lock-off";
1861
- IconsSet["keyboard_off"] = "keyboard-off";
1862
- IconsSet["keyboard_onscreen"] = "keyboard-onscreen";
1863
- IconsSet["keyboard_option_key"] = "keyboard-option-key";
1864
- IconsSet["keyboard_previous_language"] = "keyboard-previous-language";
1865
- IconsSet["keyboard_return"] = "keyboard-return";
1866
- IconsSet["keyboard_tab"] = "keyboard-tab";
1867
- IconsSet["keyboard_tab_rtl"] = "keyboard-tab-rtl";
1868
- IconsSet["kid_star"] = "kid-star";
1869
- IconsSet["king_bed"] = "king-bed";
1870
- IconsSet["kitchen"] = "kitchen";
1871
- IconsSet["kitesurfing"] = "kitesurfing";
1872
- IconsSet["lab_panel"] = "lab-panel";
1873
- IconsSet["lab_profile"] = "lab-profile";
1874
- IconsSet["lab_research"] = "lab-research";
1875
- IconsSet["label"] = "label";
1876
- IconsSet["label_important"] = "label-important";
1877
- IconsSet["label_off"] = "label-off";
1878
- IconsSet["labs"] = "labs";
1879
- IconsSet["lan"] = "lan";
1880
- IconsSet["landscape"] = "landscape";
1881
- IconsSet["landscape_2"] = "landscape-2";
1882
- IconsSet["landscape_2_edit"] = "landscape-2-edit";
1883
- IconsSet["landscape_2_off"] = "landscape-2-off";
1884
- IconsSet["landslide"] = "landslide";
1885
- IconsSet["language"] = "language";
1886
- IconsSet["language_chinese_array"] = "language-chinese-array";
1887
- IconsSet["language_chinese_cangjie"] = "language-chinese-cangjie";
1888
- IconsSet["language_chinese_dayi"] = "language-chinese-dayi";
1889
- IconsSet["language_chinese_pinyin"] = "language-chinese-pinyin";
1890
- IconsSet["language_chinese_quick"] = "language-chinese-quick";
1891
- IconsSet["language_chinese_wubi"] = "language-chinese-wubi";
1892
- IconsSet["language_french"] = "language-french";
1893
- IconsSet["language_gb_english"] = "language-gb-english";
1894
- IconsSet["language_international"] = "language-international";
1895
- IconsSet["language_japanese_kana"] = "language-japanese-kana";
1896
- IconsSet["language_korean_latin"] = "language-korean-latin";
1897
- IconsSet["language_pinyin"] = "language-pinyin";
1898
- IconsSet["language_spanish"] = "language-spanish";
1899
- IconsSet["language_us"] = "language-us";
1900
- IconsSet["language_us_colemak"] = "language-us-colemak";
1901
- IconsSet["language_us_dvorak"] = "language-us-dvorak";
1902
- IconsSet["laps"] = "laps";
1903
- IconsSet["laptop_car"] = "laptop-car";
1904
- IconsSet["laptop_chromebook"] = "laptop-chromebook";
1905
- IconsSet["laptop_mac"] = "laptop-mac";
1906
- IconsSet["laptop_windows"] = "laptop-windows";
1907
- IconsSet["lasso_select"] = "lasso-select";
1908
- IconsSet["last_page"] = "last-page";
1909
- IconsSet["laundry"] = "laundry";
1910
- IconsSet["layers"] = "layers";
1911
- IconsSet["layers_clear"] = "layers-clear";
1912
- IconsSet["lda"] = "lda";
1913
- IconsSet["leaderboard"] = "leaderboard";
1914
- IconsSet["leak_add"] = "leak-add";
1915
- IconsSet["leak_remove"] = "leak-remove";
1916
- IconsSet["left_click"] = "left-click";
1917
- IconsSet["left_panel_close"] = "left-panel-close";
1918
- IconsSet["left_panel_open"] = "left-panel-open";
1919
- IconsSet["legend_toggle"] = "legend-toggle";
1920
- IconsSet["lens_blur"] = "lens-blur";
1921
- IconsSet["letter_switch"] = "letter-switch";
1922
- IconsSet["library_add"] = "library-add";
1923
- IconsSet["library_add_check"] = "library-add-check";
1924
- IconsSet["library_books"] = "library-books";
1925
- IconsSet["library_music"] = "library-music";
1926
- IconsSet["license"] = "license";
1927
- IconsSet["lift_to_talk"] = "lift-to-talk";
1928
- IconsSet["light"] = "light";
1929
- IconsSet["light_group"] = "light-group";
1930
- IconsSet["light_mode"] = "light-mode";
1931
- IconsSet["light_off"] = "light-off";
1932
- IconsSet["lightbulb"] = "lightbulb";
1933
- IconsSet["lightbulb_2"] = "lightbulb-2";
1934
- IconsSet["lightbulb_circle"] = "lightbulb-circle";
1935
- IconsSet["lightning_stand"] = "lightning-stand";
1936
- IconsSet["line_axis"] = "line-axis";
1937
- IconsSet["line_curve"] = "line-curve";
1938
- IconsSet["line_end"] = "line-end";
1939
- IconsSet["line_end_arrow"] = "line-end-arrow";
1940
- IconsSet["line_end_arrow_notch"] = "line-end-arrow-notch";
1941
- IconsSet["line_end_circle"] = "line-end-circle";
1942
- IconsSet["line_end_diamond"] = "line-end-diamond";
1943
- IconsSet["line_end_square"] = "line-end-square";
1944
- IconsSet["line_start"] = "line-start";
1945
- IconsSet["line_start_arrow"] = "line-start-arrow";
1946
- IconsSet["line_start_arrow_notch"] = "line-start-arrow-notch";
1947
- IconsSet["line_start_circle"] = "line-start-circle";
1948
- IconsSet["line_start_diamond"] = "line-start-diamond";
1949
- IconsSet["line_start_square"] = "line-start-square";
1950
- IconsSet["line_style"] = "line-style";
1951
- IconsSet["line_weight"] = "line-weight";
1952
- IconsSet["linear_scale"] = "linear-scale";
1953
- IconsSet["link"] = "link";
1954
- IconsSet["link_2"] = "link-2";
1955
- IconsSet["link_off"] = "link-off";
1956
- IconsSet["linked_camera"] = "linked-camera";
1957
- IconsSet["linked_services"] = "linked-services";
1958
- IconsSet["lips"] = "lips";
1959
- IconsSet["liquor"] = "liquor";
1960
- IconsSet["list"] = "list";
1961
- IconsSet["list_alt"] = "list-alt";
1962
- IconsSet["list_alt_add"] = "list-alt-add";
1963
- IconsSet["list_alt_check"] = "list-alt-check";
1964
- IconsSet["lists"] = "lists";
1965
- IconsSet["live_help"] = "live-help";
1966
- IconsSet["live_tv"] = "live-tv";
1967
- IconsSet["living"] = "living";
1968
- IconsSet["local_activity"] = "local-activity";
1969
- IconsSet["local_atm"] = "local-atm";
1970
- IconsSet["local_bar"] = "local-bar";
1971
- IconsSet["local_cafe"] = "local-cafe";
1972
- IconsSet["local_car_wash"] = "local-car-wash";
1973
- IconsSet["local_convenience_store"] = "local-convenience-store";
1974
- IconsSet["local_dining"] = "local-dining";
1975
- IconsSet["local_drink"] = "local-drink";
1976
- IconsSet["local_fire_department"] = "local-fire-department";
1977
- IconsSet["local_florist"] = "local-florist";
1978
- IconsSet["local_gas_station"] = "local-gas-station";
1979
- IconsSet["local_hospital"] = "local-hospital";
1980
- IconsSet["local_laundry_service"] = "local-laundry-service";
1981
- IconsSet["local_library"] = "local-library";
1982
- IconsSet["local_mall"] = "local-mall";
1983
- IconsSet["local_parking"] = "local-parking";
1984
- IconsSet["local_pharmacy"] = "local-pharmacy";
1985
- IconsSet["local_pizza"] = "local-pizza";
1986
- IconsSet["local_police"] = "local-police";
1987
- IconsSet["local_post_office"] = "local-post-office";
1988
- IconsSet["local_see"] = "local-see";
1989
- IconsSet["local_shipping"] = "local-shipping";
1990
- IconsSet["local_taxi"] = "local-taxi";
1991
- IconsSet["location_away"] = "location-away";
1992
- IconsSet["location_chip"] = "location-chip";
1993
- IconsSet["location_city"] = "location-city";
1994
- IconsSet["location_disabled"] = "location-disabled";
1995
- IconsSet["location_home"] = "location-home";
1996
- IconsSet["location_off"] = "location-off";
1997
- IconsSet["location_on"] = "location-on";
1998
- IconsSet["location_searching"] = "location-searching";
1999
- IconsSet["lock"] = "lock";
2000
- IconsSet["lock_clock"] = "lock-clock";
2001
- IconsSet["lock_open"] = "lock-open";
2002
- IconsSet["lock_open_circle"] = "lock-open-circle";
2003
- IconsSet["lock_open_right"] = "lock-open-right";
2004
- IconsSet["lock_person"] = "lock-person";
2005
- IconsSet["lock_reset"] = "lock-reset";
2006
- IconsSet["login"] = "login";
2007
- IconsSet["logo_dev"] = "logo-dev";
2008
- IconsSet["logout"] = "logout";
2009
- IconsSet["looks"] = "looks";
2010
- IconsSet["looks_3"] = "looks-3";
2011
- IconsSet["looks_4"] = "looks-4";
2012
- IconsSet["looks_5"] = "looks-5";
2013
- IconsSet["looks_6"] = "looks-6";
2014
- IconsSet["looks_one"] = "looks-one";
2015
- IconsSet["looks_two"] = "looks-two";
2016
- IconsSet["loupe"] = "loupe";
2017
- IconsSet["low_density"] = "low-density";
2018
- IconsSet["low_priority"] = "low-priority";
2019
- IconsSet["lowercase"] = "lowercase";
2020
- IconsSet["loyalty"] = "loyalty";
2021
- IconsSet["lte_mobiledata"] = "lte-mobiledata";
2022
- IconsSet["lte_mobiledata_badge"] = "lte-mobiledata-badge";
2023
- IconsSet["lte_plus_mobiledata"] = "lte-plus-mobiledata";
2024
- IconsSet["lte_plus_mobiledata_badge"] = "lte-plus-mobiledata-badge";
2025
- IconsSet["luggage"] = "luggage";
2026
- IconsSet["lunch_dining"] = "lunch-dining";
2027
- IconsSet["lyrics"] = "lyrics";
2028
- IconsSet["macro_auto"] = "macro-auto";
2029
- IconsSet["macro_off"] = "macro-off";
2030
- IconsSet["magnification_large"] = "magnification-large";
2031
- IconsSet["magnification_small"] = "magnification-small";
2032
- IconsSet["magnify_docked"] = "magnify-docked";
2033
- IconsSet["magnify_fullscreen"] = "magnify-fullscreen";
2034
- IconsSet["mail"] = "mail";
2035
- IconsSet["mail_asterisk"] = "mail-asterisk";
2036
- IconsSet["mail_lock"] = "mail-lock";
2037
- IconsSet["mail_off"] = "mail-off";
2038
- IconsSet["mail_shield"] = "mail-shield";
2039
- IconsSet["male"] = "male";
2040
- IconsSet["man"] = "man";
2041
- IconsSet["man_2"] = "man-2";
2042
- IconsSet["man_3"] = "man-3";
2043
- IconsSet["man_4"] = "man-4";
2044
- IconsSet["manage_accounts"] = "manage-accounts";
2045
- IconsSet["manage_history"] = "manage-history";
2046
- IconsSet["manage_search"] = "manage-search";
2047
- IconsSet["manga"] = "manga";
2048
- IconsSet["manufacturing"] = "manufacturing";
2049
- IconsSet["map"] = "map";
2050
- IconsSet["map_pin_heart"] = "map-pin-heart";
2051
- IconsSet["map_pin_review"] = "map-pin-review";
2052
- IconsSet["map_search"] = "map-search";
2053
- IconsSet["maps_ugc"] = "maps-ugc";
2054
- IconsSet["margin"] = "margin";
2055
- IconsSet["mark_as_unread"] = "mark-as-unread";
2056
- IconsSet["mark_chat_read"] = "mark-chat-read";
2057
- IconsSet["mark_chat_unread"] = "mark-chat-unread";
2058
- IconsSet["mark_email_read"] = "mark-email-read";
2059
- IconsSet["mark_email_unread"] = "mark-email-unread";
2060
- IconsSet["mark_unread_chat_alt"] = "mark-unread-chat-alt";
2061
- IconsSet["markdown"] = "markdown";
2062
- IconsSet["markdown_copy"] = "markdown-copy";
2063
- IconsSet["markdown_paste"] = "markdown-paste";
2064
- IconsSet["markunread_mailbox"] = "markunread-mailbox";
2065
- IconsSet["masked_transitions"] = "masked-transitions";
2066
- IconsSet["masked_transitions_add"] = "masked-transitions-add";
2067
- IconsSet["masks"] = "masks";
2068
- IconsSet["massage"] = "massage";
2069
- IconsSet["match_case"] = "match-case";
2070
- IconsSet["match_case_off"] = "match-case-off";
2071
- IconsSet["match_word"] = "match-word";
2072
- IconsSet["matter"] = "matter";
2073
- IconsSet["maximize"] = "maximize";
2074
- IconsSet["meal_dinner"] = "meal-dinner";
2075
- IconsSet["meal_lunch"] = "meal-lunch";
2076
- IconsSet["measuring_tape"] = "measuring-tape";
2077
- IconsSet["media_bluetooth_off"] = "media-bluetooth-off";
2078
- IconsSet["media_bluetooth_on"] = "media-bluetooth-on";
2079
- IconsSet["media_link"] = "media-link";
2080
- IconsSet["media_output"] = "media-output";
2081
- IconsSet["media_output_off"] = "media-output-off";
2082
- IconsSet["mediation"] = "mediation";
2083
- IconsSet["medical_information"] = "medical-information";
2084
- IconsSet["medical_mask"] = "medical-mask";
2085
- IconsSet["medical_services"] = "medical-services";
2086
- IconsSet["medication"] = "medication";
2087
- IconsSet["medication_liquid"] = "medication-liquid";
2088
- IconsSet["meeting_room"] = "meeting-room";
2089
- IconsSet["memory"] = "memory";
2090
- IconsSet["memory_alt"] = "memory-alt";
2091
- IconsSet["menstrual_health"] = "menstrual-health";
2092
- IconsSet["menu"] = "menu";
2093
- IconsSet["menu_book"] = "menu-book";
2094
- IconsSet["menu_book_2"] = "menu-book-2";
2095
- IconsSet["menu_open"] = "menu-open";
2096
- IconsSet["merge"] = "merge";
2097
- IconsSet["merge_type"] = "merge-type";
2098
- IconsSet["metabolism"] = "metabolism";
2099
- IconsSet["metro"] = "metro";
2100
- IconsSet["mfg_nest_yale_lock"] = "mfg-nest-yale-lock";
2101
- IconsSet["mic"] = "mic";
2102
- IconsSet["mic_alert"] = "mic-alert";
2103
- IconsSet["mic_double"] = "mic-double";
2104
- IconsSet["mic_external_off"] = "mic-external-off";
2105
- IconsSet["mic_external_on"] = "mic-external-on";
2106
- IconsSet["mic_gear"] = "mic-gear";
2107
- IconsSet["mic_off"] = "mic-off";
2108
- IconsSet["microbiology"] = "microbiology";
2109
- IconsSet["microwave"] = "microwave";
2110
- IconsSet["microwave_gen"] = "microwave-gen";
2111
- IconsSet["military_tech"] = "military-tech";
2112
- IconsSet["mimo"] = "mimo";
2113
- IconsSet["mimo_disconnect"] = "mimo-disconnect";
2114
- IconsSet["mindfulness"] = "mindfulness";
2115
- IconsSet["minimize"] = "minimize";
2116
- IconsSet["minor_crash"] = "minor-crash";
2117
- IconsSet["mintmark"] = "mintmark";
2118
- IconsSet["missed_video_call"] = "missed-video-call";
2119
- IconsSet["missing_controller"] = "missing-controller";
2120
- IconsSet["mist"] = "mist";
2121
- IconsSet["mitre"] = "mitre";
2122
- IconsSet["mixture_med"] = "mixture-med";
2123
- IconsSet["mms"] = "mms";
2124
- IconsSet["mobile"] = "mobile";
2125
- IconsSet["mobile_2"] = "mobile-2";
2126
- IconsSet["mobile_3"] = "mobile-3";
2127
- IconsSet["mobile_alert"] = "mobile-alert";
2128
- IconsSet["mobile_arrow_down"] = "mobile-arrow-down";
2129
- IconsSet["mobile_arrow_right"] = "mobile-arrow-right";
2130
- IconsSet["mobile_arrow_up_right"] = "mobile-arrow-up-right";
2131
- IconsSet["mobile_block"] = "mobile-block";
2132
- IconsSet["mobile_camera"] = "mobile-camera";
2133
- IconsSet["mobile_camera_front"] = "mobile-camera-front";
2134
- IconsSet["mobile_camera_rear"] = "mobile-camera-rear";
2135
- IconsSet["mobile_cancel"] = "mobile-cancel";
2136
- IconsSet["mobile_cast"] = "mobile-cast";
2137
- IconsSet["mobile_charge"] = "mobile-charge";
2138
- IconsSet["mobile_chat"] = "mobile-chat";
2139
- IconsSet["mobile_check"] = "mobile-check";
2140
- IconsSet["mobile_code"] = "mobile-code";
2141
- IconsSet["mobile_dots"] = "mobile-dots";
2142
- IconsSet["mobile_gear"] = "mobile-gear";
2143
- IconsSet["mobile_hand"] = "mobile-hand";
2144
- IconsSet["mobile_hand_left"] = "mobile-hand-left";
2145
- IconsSet["mobile_hand_left_off"] = "mobile-hand-left-off";
2146
- IconsSet["mobile_hand_off"] = "mobile-hand-off";
2147
- IconsSet["mobile_info"] = "mobile-info";
2148
- IconsSet["mobile_landscape"] = "mobile-landscape";
2149
- IconsSet["mobile_layout"] = "mobile-layout";
2150
- IconsSet["mobile_lock_landscape"] = "mobile-lock-landscape";
2151
- IconsSet["mobile_lock_portrait"] = "mobile-lock-portrait";
2152
- IconsSet["mobile_loupe"] = "mobile-loupe";
2153
- IconsSet["mobile_menu"] = "mobile-menu";
2154
- IconsSet["mobile_off"] = "mobile-off";
2155
- IconsSet["mobile_question"] = "mobile-question";
2156
- IconsSet["mobile_rotate"] = "mobile-rotate";
2157
- IconsSet["mobile_rotate_lock"] = "mobile-rotate-lock";
2158
- IconsSet["mobile_screensaver"] = "mobile-screensaver";
2159
- IconsSet["mobile_sensor_hi"] = "mobile-sensor-hi";
2160
- IconsSet["mobile_sensor_lo"] = "mobile-sensor-lo";
2161
- IconsSet["mobile_share"] = "mobile-share";
2162
- IconsSet["mobile_share_stack"] = "mobile-share-stack";
2163
- IconsSet["mobile_sound"] = "mobile-sound";
2164
- IconsSet["mobile_sound_2"] = "mobile-sound-2";
2165
- IconsSet["mobile_sound_off"] = "mobile-sound-off";
2166
- IconsSet["mobile_speaker"] = "mobile-speaker";
2167
- IconsSet["mobile_text"] = "mobile-text";
2168
- IconsSet["mobile_text_2"] = "mobile-text-2";
2169
- IconsSet["mobile_theft"] = "mobile-theft";
2170
- IconsSet["mobile_ticket"] = "mobile-ticket";
2171
- IconsSet["mobile_unlock"] = "mobile-unlock";
2172
- IconsSet["mobile_vibrate"] = "mobile-vibrate";
2173
- IconsSet["mobile_wrench"] = "mobile-wrench";
2174
- IconsSet["mobiledata_off"] = "mobiledata-off";
2175
- IconsSet["mode_comment"] = "mode-comment";
2176
- IconsSet["mode_cool"] = "mode-cool";
2177
- IconsSet["mode_cool_off"] = "mode-cool-off";
2178
- IconsSet["mode_dual"] = "mode-dual";
2179
- IconsSet["mode_fan"] = "mode-fan";
2180
- IconsSet["mode_fan_2"] = "mode-fan-2";
2181
- IconsSet["mode_fan_off"] = "mode-fan-off";
2182
- IconsSet["mode_heat"] = "mode-heat";
2183
- IconsSet["mode_heat_cool"] = "mode-heat-cool";
2184
- IconsSet["mode_heat_off"] = "mode-heat-off";
2185
- IconsSet["mode_night"] = "mode-night";
2186
- IconsSet["mode_of_travel"] = "mode-of-travel";
2187
- IconsSet["mode_off_on"] = "mode-off-on";
2188
- IconsSet["mode_standby"] = "mode-standby";
2189
- IconsSet["model_training"] = "model-training";
2190
- IconsSet["modeling"] = "modeling";
2191
- IconsSet["money"] = "money";
2192
- IconsSet["money_bag"] = "money-bag";
2193
- IconsSet["money_off"] = "money-off";
2194
- IconsSet["money_range"] = "money-range";
2195
- IconsSet["monitor"] = "monitor";
2196
- IconsSet["monitor_heart"] = "monitor-heart";
2197
- IconsSet["monitor_weight"] = "monitor-weight";
2198
- IconsSet["monitor_weight_gain"] = "monitor-weight-gain";
2199
- IconsSet["monitor_weight_loss"] = "monitor-weight-loss";
2200
- IconsSet["monitoring"] = "monitoring";
2201
- IconsSet["monochrome_photos"] = "monochrome-photos";
2202
- IconsSet["monorail"] = "monorail";
2203
- IconsSet["mood"] = "mood";
2204
- IconsSet["mood_bad"] = "mood-bad";
2205
- IconsSet["mood_heart"] = "mood-heart";
2206
- IconsSet["moon_stars"] = "moon-stars";
2207
- IconsSet["mop"] = "mop";
2208
- IconsSet["moped"] = "moped";
2209
- IconsSet["moped_package"] = "moped-package";
2210
- IconsSet["more"] = "more";
2211
- IconsSet["more_down"] = "more-down";
2212
- IconsSet["more_horiz"] = "more-horiz";
2213
- IconsSet["more_time"] = "more-time";
2214
- IconsSet["more_up"] = "more-up";
2215
- IconsSet["more_vert"] = "more-vert";
2216
- IconsSet["mosque"] = "mosque";
2217
- IconsSet["motion_blur"] = "motion-blur";
2218
- IconsSet["motion_mode"] = "motion-mode";
2219
- IconsSet["motion_photos_auto"] = "motion-photos-auto";
2220
- IconsSet["motion_photos_on"] = "motion-photos-on";
2221
- IconsSet["motion_photos_paused"] = "motion-photos-paused";
2222
- IconsSet["motion_play"] = "motion-play";
2223
- IconsSet["motion_sensor_active"] = "motion-sensor-active";
2224
- IconsSet["motion_sensor_alert"] = "motion-sensor-alert";
2225
- IconsSet["motion_sensor_idle"] = "motion-sensor-idle";
2226
- IconsSet["motion_sensor_urgent"] = "motion-sensor-urgent";
2227
- IconsSet["motorcycle"] = "motorcycle";
2228
- IconsSet["mountain_flag"] = "mountain-flag";
2229
- IconsSet["mountain_steam"] = "mountain-steam";
2230
- IconsSet["mouse"] = "mouse";
2231
- IconsSet["mouse_lock"] = "mouse-lock";
2232
- IconsSet["mouse_lock_off"] = "mouse-lock-off";
2233
- IconsSet["move"] = "move";
2234
- IconsSet["move_down"] = "move-down";
2235
- IconsSet["move_group"] = "move-group";
2236
- IconsSet["move_item"] = "move-item";
2237
- IconsSet["move_location"] = "move-location";
2238
- IconsSet["move_selection_down"] = "move-selection-down";
2239
- IconsSet["move_selection_left"] = "move-selection-left";
2240
- IconsSet["move_selection_right"] = "move-selection-right";
2241
- IconsSet["move_selection_up"] = "move-selection-up";
2242
- IconsSet["move_to_inbox"] = "move-to-inbox";
2243
- IconsSet["move_up"] = "move-up";
2244
- IconsSet["moved_location"] = "moved-location";
2245
- IconsSet["movie"] = "movie";
2246
- IconsSet["movie_edit"] = "movie-edit";
2247
- IconsSet["movie_info"] = "movie-info";
2248
- IconsSet["movie_off"] = "movie-off";
2249
- IconsSet["movie_speaker"] = "movie-speaker";
2250
- IconsSet["moving"] = "moving";
2251
- IconsSet["moving_beds"] = "moving-beds";
2252
- IconsSet["moving_ministry"] = "moving-ministry";
2253
- IconsSet["mp"] = "mp";
2254
- IconsSet["multicooker"] = "multicooker";
2255
- IconsSet["multiline_chart"] = "multiline-chart";
2256
- IconsSet["multimodal_hand_eye"] = "multimodal-hand-eye";
2257
- IconsSet["multiple_airports"] = "multiple-airports";
2258
- IconsSet["multiple_stop"] = "multiple-stop";
2259
- IconsSet["museum"] = "museum";
2260
- IconsSet["music_cast"] = "music-cast";
2261
- IconsSet["music_history"] = "music-history";
2262
- IconsSet["music_note"] = "music-note";
2263
- IconsSet["music_note_2"] = "music-note-2";
2264
- IconsSet["music_note_add"] = "music-note-add";
2265
- IconsSet["music_off"] = "music-off";
2266
- IconsSet["music_video"] = "music-video";
2267
- IconsSet["my_location"] = "my-location";
2268
- IconsSet["mystery"] = "mystery";
2269
- IconsSet["nat"] = "nat";
2270
- IconsSet["nature"] = "nature";
2271
- IconsSet["nature_people"] = "nature-people";
2272
- IconsSet["navigation"] = "navigation";
2273
- IconsSet["near_me"] = "near-me";
2274
- IconsSet["near_me_disabled"] = "near-me-disabled";
2275
- IconsSet["nearby"] = "nearby";
2276
- IconsSet["nearby_error"] = "nearby-error";
2277
- IconsSet["nearby_off"] = "nearby-off";
2278
- IconsSet["nephrology"] = "nephrology";
2279
- IconsSet["nest_audio"] = "nest-audio";
2280
- IconsSet["nest_cam_floodlight"] = "nest-cam-floodlight";
2281
- IconsSet["nest_cam_indoor"] = "nest-cam-indoor";
2282
- IconsSet["nest_cam_iq"] = "nest-cam-iq";
2283
- IconsSet["nest_cam_iq_outdoor"] = "nest-cam-iq-outdoor";
2284
- IconsSet["nest_cam_magnet_mount"] = "nest-cam-magnet-mount";
2285
- IconsSet["nest_cam_outdoor"] = "nest-cam-outdoor";
2286
- IconsSet["nest_cam_stand"] = "nest-cam-stand";
2287
- IconsSet["nest_cam_wall_mount"] = "nest-cam-wall-mount";
2288
- IconsSet["nest_cam_wired_stand"] = "nest-cam-wired-stand";
2289
- IconsSet["nest_clock_farsight_analog"] = "nest-clock-farsight-analog";
2290
- IconsSet["nest_clock_farsight_digital"] = "nest-clock-farsight-digital";
2291
- IconsSet["nest_connect"] = "nest-connect";
2292
- IconsSet["nest_detect"] = "nest-detect";
2293
- IconsSet["nest_display"] = "nest-display";
2294
- IconsSet["nest_display_max"] = "nest-display-max";
2295
- IconsSet["nest_doorbell_visitor"] = "nest-doorbell-visitor";
2296
- IconsSet["nest_eco_leaf"] = "nest-eco-leaf";
2297
- IconsSet["nest_farsight_cool"] = "nest-farsight-cool";
2298
- IconsSet["nest_farsight_dual"] = "nest-farsight-dual";
2299
- IconsSet["nest_farsight_eco"] = "nest-farsight-eco";
2300
- IconsSet["nest_farsight_heat"] = "nest-farsight-heat";
2301
- IconsSet["nest_farsight_seasonal"] = "nest-farsight-seasonal";
2302
- IconsSet["nest_farsight_weather"] = "nest-farsight-weather";
2303
- IconsSet["nest_found_savings"] = "nest-found-savings";
2304
- IconsSet["nest_heat_link_e"] = "nest-heat-link-e";
2305
- IconsSet["nest_heat_link_gen_3"] = "nest-heat-link-gen-3";
2306
- IconsSet["nest_hello_doorbell"] = "nest-hello-doorbell";
2307
- IconsSet["nest_mini"] = "nest-mini";
2308
- IconsSet["nest_multi_room"] = "nest-multi-room";
2309
- IconsSet["nest_protect"] = "nest-protect";
2310
- IconsSet["nest_remote_comfort_sensor"] = "nest-remote-comfort-sensor";
2311
- IconsSet["nest_secure_alarm"] = "nest-secure-alarm";
2312
- IconsSet["nest_sunblock"] = "nest-sunblock";
2313
- IconsSet["nest_tag"] = "nest-tag";
2314
- IconsSet["nest_thermostat"] = "nest-thermostat";
2315
- IconsSet["nest_thermostat_e_eu"] = "nest-thermostat-e-eu";
2316
- IconsSet["nest_thermostat_gen_3"] = "nest-thermostat-gen-3";
2317
- IconsSet["nest_thermostat_sensor"] = "nest-thermostat-sensor";
2318
- IconsSet["nest_thermostat_sensor_eu"] = "nest-thermostat-sensor-eu";
2319
- IconsSet["nest_thermostat_zirconium_eu"] = "nest-thermostat-zirconium-eu";
2320
- IconsSet["nest_true_radiant"] = "nest-true-radiant";
2321
- IconsSet["nest_wake_on_approach"] = "nest-wake-on-approach";
2322
- IconsSet["nest_wake_on_press"] = "nest-wake-on-press";
2323
- IconsSet["nest_wifi_point"] = "nest-wifi-point";
2324
- IconsSet["nest_wifi_pro"] = "nest-wifi-pro";
2325
- IconsSet["nest_wifi_pro_2"] = "nest-wifi-pro-2";
2326
- IconsSet["nest_wifi_router"] = "nest-wifi-router";
2327
- IconsSet["network_cell"] = "network-cell";
2328
- IconsSet["network_check"] = "network-check";
2329
- IconsSet["network_intel_node"] = "network-intel-node";
2330
- IconsSet["network_intelligence"] = "network-intelligence";
2331
- IconsSet["network_intelligence_history"] = "network-intelligence-history";
2332
- IconsSet["network_intelligence_update"] = "network-intelligence-update";
2333
- IconsSet["network_locked"] = "network-locked";
2334
- IconsSet["network_manage"] = "network-manage";
2335
- IconsSet["network_node"] = "network-node";
2336
- IconsSet["network_ping"] = "network-ping";
2337
- IconsSet["network_wifi"] = "network-wifi";
2338
- IconsSet["network_wifi_1_bar"] = "network-wifi-1-bar";
2339
- IconsSet["network_wifi_1_bar_locked"] = "network-wifi-1-bar-locked";
2340
- IconsSet["network_wifi_2_bar"] = "network-wifi-2-bar";
2341
- IconsSet["network_wifi_2_bar_locked"] = "network-wifi-2-bar-locked";
2342
- IconsSet["network_wifi_3_bar"] = "network-wifi-3-bar";
2343
- IconsSet["network_wifi_3_bar_locked"] = "network-wifi-3-bar-locked";
2344
- IconsSet["network_wifi_locked"] = "network-wifi-locked";
2345
- IconsSet["neurology"] = "neurology";
2346
- IconsSet["new_label"] = "new-label";
2347
- IconsSet["new_window"] = "new-window";
2348
- IconsSet["news"] = "news";
2349
- IconsSet["newsmode"] = "newsmode";
2350
- IconsSet["newspaper"] = "newspaper";
2351
- IconsSet["newsstand"] = "newsstand";
2352
- IconsSet["next_plan"] = "next-plan";
2353
- IconsSet["next_week"] = "next-week";
2354
- IconsSet["nfc"] = "nfc";
2355
- IconsSet["nfc_off"] = "nfc-off";
2356
- IconsSet["night_shelter"] = "night-shelter";
2357
- IconsSet["night_sight_auto"] = "night-sight-auto";
2358
- IconsSet["night_sight_auto_off"] = "night-sight-auto-off";
2359
- IconsSet["night_sight_max"] = "night-sight-max";
2360
- IconsSet["nightlife"] = "nightlife";
2361
- IconsSet["nightlight"] = "nightlight";
2362
- IconsSet["no_accounts"] = "no-accounts";
2363
- IconsSet["no_adult_content"] = "no-adult-content";
2364
- IconsSet["no_backpack"] = "no-backpack";
2365
- IconsSet["no_crash"] = "no-crash";
2366
- IconsSet["no_drinks"] = "no-drinks";
2367
- IconsSet["no_encryption"] = "no-encryption";
2368
- IconsSet["no_flash"] = "no-flash";
2369
- IconsSet["no_food"] = "no-food";
2370
- IconsSet["no_luggage"] = "no-luggage";
2371
- IconsSet["no_meals"] = "no-meals";
2372
- IconsSet["no_meeting_room"] = "no-meeting-room";
2373
- IconsSet["no_photography"] = "no-photography";
2374
- IconsSet["no_sim"] = "no-sim";
2375
- IconsSet["no_sound"] = "no-sound";
2376
- IconsSet["no_stroller"] = "no-stroller";
2377
- IconsSet["no_transfer"] = "no-transfer";
2378
- IconsSet["noise_aware"] = "noise-aware";
2379
- IconsSet["noise_control_off"] = "noise-control-off";
2380
- IconsSet["noise_control_on"] = "noise-control-on";
2381
- IconsSet["nordic_walking"] = "nordic-walking";
2382
- IconsSet["north"] = "north";
2383
- IconsSet["north_east"] = "north-east";
2384
- IconsSet["north_west"] = "north-west";
2385
- IconsSet["not_accessible"] = "not-accessible";
2386
- IconsSet["not_accessible_forward"] = "not-accessible-forward";
2387
- IconsSet["not_listed_location"] = "not-listed-location";
2388
- IconsSet["not_started"] = "not-started";
2389
- IconsSet["note_add"] = "note-add";
2390
- IconsSet["note_alt"] = "note-alt";
2391
- IconsSet["note_stack"] = "note-stack";
2392
- IconsSet["note_stack_add"] = "note-stack-add";
2393
- IconsSet["notes"] = "notes";
2394
- IconsSet["notification_add"] = "notification-add";
2395
- IconsSet["notification_audio"] = "notification-audio";
2396
- IconsSet["notification_audio_off"] = "notification-audio-off";
2397
- IconsSet["notification_important"] = "notification-important";
2398
- IconsSet["notification_multiple"] = "notification-multiple";
2399
- IconsSet["notification_settings"] = "notification-settings";
2400
- IconsSet["notification_sound"] = "notification-sound";
2401
- IconsSet["notifications"] = "notifications";
2402
- IconsSet["notifications_active"] = "notifications-active";
2403
- IconsSet["notifications_off"] = "notifications-off";
2404
- IconsSet["notifications_paused"] = "notifications-paused";
2405
- IconsSet["notifications_unread"] = "notifications-unread";
2406
- IconsSet["numbers"] = "numbers";
2407
- IconsSet["nutrition"] = "nutrition";
2408
- IconsSet["ods"] = "ods";
2409
- IconsSet["odt"] = "odt";
2410
- IconsSet["offline_bolt"] = "offline-bolt";
2411
- IconsSet["offline_pin"] = "offline-pin";
2412
- IconsSet["offline_pin_off"] = "offline-pin-off";
2413
- IconsSet["oil_barrel"] = "oil-barrel";
2414
- IconsSet["okonomiyaki"] = "okonomiyaki";
2415
- IconsSet["on_device_training"] = "on-device-training";
2416
- IconsSet["on_hub_device"] = "on-hub-device";
2417
- IconsSet["oncology"] = "oncology";
2418
- IconsSet["online_prediction"] = "online-prediction";
2419
- IconsSet["onsen"] = "onsen";
2420
- IconsSet["opacity"] = "opacity";
2421
- IconsSet["open_in_browser"] = "open-in-browser";
2422
- IconsSet["open_in_full"] = "open-in-full";
2423
- IconsSet["open_in_new"] = "open-in-new";
2424
- IconsSet["open_in_new_down"] = "open-in-new-down";
2425
- IconsSet["open_in_new_off"] = "open-in-new-off";
2426
- IconsSet["open_jam"] = "open-jam";
2427
- IconsSet["open_run"] = "open-run";
2428
- IconsSet["open_with"] = "open-with";
2429
- IconsSet["ophthalmology"] = "ophthalmology";
2430
- IconsSet["oral_disease"] = "oral-disease";
2431
- IconsSet["orbit"] = "orbit";
2432
- IconsSet["order_approve"] = "order-approve";
2433
- IconsSet["order_play"] = "order-play";
2434
- IconsSet["orders"] = "orders";
2435
- IconsSet["orthopedics"] = "orthopedics";
2436
- IconsSet["other_admission"] = "other-admission";
2437
- IconsSet["other_houses"] = "other-houses";
2438
- IconsSet["outbound"] = "outbound";
2439
- IconsSet["outbox"] = "outbox";
2440
- IconsSet["outbox_alt"] = "outbox-alt";
2441
- IconsSet["outdoor_garden"] = "outdoor-garden";
2442
- IconsSet["outdoor_grill"] = "outdoor-grill";
2443
- IconsSet["outgoing_mail"] = "outgoing-mail";
2444
- IconsSet["outlet"] = "outlet";
2445
- IconsSet["outpatient"] = "outpatient";
2446
- IconsSet["outpatient_med"] = "outpatient-med";
2447
- IconsSet["output"] = "output";
2448
- IconsSet["output_circle"] = "output-circle";
2449
- IconsSet["oven"] = "oven";
2450
- IconsSet["oven_gen"] = "oven-gen";
2451
- IconsSet["overview"] = "overview";
2452
- IconsSet["overview_key"] = "overview-key";
2453
- IconsSet["owl"] = "owl";
2454
- IconsSet["oxygen_saturation"] = "oxygen-saturation";
2455
- IconsSet["p2p"] = "p2p";
2456
- IconsSet["pace"] = "pace";
2457
- IconsSet["pacemaker"] = "pacemaker";
2458
- IconsSet["package"] = "package";
2459
- IconsSet["package_2"] = "package-2";
2460
- IconsSet["padding"] = "padding";
2461
- IconsSet["padel"] = "padel";
2462
- IconsSet["page_control"] = "page-control";
2463
- IconsSet["page_footer"] = "page-footer";
2464
- IconsSet["page_header"] = "page-header";
2465
- IconsSet["page_info"] = "page-info";
2466
- IconsSet["page_menu_ios"] = "page-menu-ios";
2467
- IconsSet["pageless"] = "pageless";
2468
- IconsSet["pages"] = "pages";
2469
- IconsSet["pageview"] = "pageview";
2470
- IconsSet["paid"] = "paid";
2471
- IconsSet["palette"] = "palette";
2472
- IconsSet["pallet"] = "pallet";
2473
- IconsSet["pan_tool"] = "pan-tool";
2474
- IconsSet["pan_tool_alt"] = "pan-tool-alt";
2475
- IconsSet["pan_zoom"] = "pan-zoom";
2476
- IconsSet["panorama"] = "panorama";
2477
- IconsSet["panorama_horizontal"] = "panorama-horizontal";
2478
- IconsSet["panorama_photosphere"] = "panorama-photosphere";
2479
- IconsSet["panorama_vertical"] = "panorama-vertical";
2480
- IconsSet["panorama_wide_angle"] = "panorama-wide-angle";
2481
- IconsSet["paragliding"] = "paragliding";
2482
- IconsSet["parent_child_dining"] = "parent-child-dining";
2483
- IconsSet["park"] = "park";
2484
- IconsSet["parking_meter"] = "parking-meter";
2485
- IconsSet["parking_sign"] = "parking-sign";
2486
- IconsSet["parking_valet"] = "parking-valet";
2487
- IconsSet["partly_cloudy_day"] = "partly-cloudy-day";
2488
- IconsSet["partly_cloudy_night"] = "partly-cloudy-night";
2489
- IconsSet["partner_exchange"] = "partner-exchange";
2490
- IconsSet["partner_heart"] = "partner-heart";
2491
- IconsSet["partner_reports"] = "partner-reports";
2492
- IconsSet["party_mode"] = "party-mode";
2493
- IconsSet["passkey"] = "passkey";
2494
- IconsSet["passport"] = "passport";
2495
- IconsSet["password"] = "password";
2496
- IconsSet["password_2"] = "password-2";
2497
- IconsSet["password_2_off"] = "password-2-off";
2498
- IconsSet["patient_list"] = "patient-list";
2499
- IconsSet["pattern"] = "pattern";
2500
- IconsSet["pause"] = "pause";
2501
- IconsSet["pause_circle"] = "pause-circle";
2502
- IconsSet["pause_presentation"] = "pause-presentation";
2503
- IconsSet["payment_arrow_down"] = "payment-arrow-down";
2504
- IconsSet["payment_card"] = "payment-card";
2505
- IconsSet["payments"] = "payments";
2506
- IconsSet["pedal_bike"] = "pedal-bike";
2507
- IconsSet["pediatrics"] = "pediatrics";
2508
- IconsSet["pen_size_1"] = "pen-size-1";
2509
- IconsSet["pen_size_2"] = "pen-size-2";
2510
- IconsSet["pen_size_3"] = "pen-size-3";
2511
- IconsSet["pen_size_4"] = "pen-size-4";
2512
- IconsSet["pen_size_5"] = "pen-size-5";
2513
- IconsSet["pending"] = "pending";
2514
- IconsSet["pending_actions"] = "pending-actions";
2515
- IconsSet["pentagon"] = "pentagon";
2516
- IconsSet["percent"] = "percent";
2517
- IconsSet["percent_discount"] = "percent-discount";
2518
- IconsSet["pergola"] = "pergola";
2519
- IconsSet["perm_camera_mic"] = "perm-camera-mic";
2520
- IconsSet["perm_contact_calendar"] = "perm-contact-calendar";
2521
- IconsSet["perm_data_setting"] = "perm-data-setting";
2522
- IconsSet["perm_media"] = "perm-media";
2523
- IconsSet["perm_phone_msg"] = "perm-phone-msg";
2524
- IconsSet["perm_scan_wifi"] = "perm-scan-wifi";
2525
- IconsSet["person"] = "person";
2526
- IconsSet["person_2"] = "person-2";
2527
- IconsSet["person_3"] = "person-3";
2528
- IconsSet["person_4"] = "person-4";
2529
- IconsSet["person_add"] = "person-add";
2530
- IconsSet["person_add_disabled"] = "person-add-disabled";
2531
- IconsSet["person_alert"] = "person-alert";
2532
- IconsSet["person_apron"] = "person-apron";
2533
- IconsSet["person_book"] = "person-book";
2534
- IconsSet["person_cancel"] = "person-cancel";
2535
- IconsSet["person_celebrate"] = "person-celebrate";
2536
- IconsSet["person_check"] = "person-check";
2537
- IconsSet["person_edit"] = "person-edit";
2538
- IconsSet["person_heart"] = "person-heart";
2539
- IconsSet["person_off"] = "person-off";
2540
- IconsSet["person_pin"] = "person-pin";
2541
- IconsSet["person_pin_circle"] = "person-pin-circle";
2542
- IconsSet["person_play"] = "person-play";
2543
- IconsSet["person_raised_hand"] = "person-raised-hand";
2544
- IconsSet["person_remove"] = "person-remove";
2545
- IconsSet["person_search"] = "person-search";
2546
- IconsSet["person_shield"] = "person-shield";
2547
- IconsSet["person_text"] = "person-text";
2548
- IconsSet["personal_bag"] = "personal-bag";
2549
- IconsSet["personal_bag_off"] = "personal-bag-off";
2550
- IconsSet["personal_bag_question"] = "personal-bag-question";
2551
- IconsSet["personal_injury"] = "personal-injury";
2552
- IconsSet["personal_places"] = "personal-places";
2553
- IconsSet["pest_control"] = "pest-control";
2554
- IconsSet["pest_control_rodent"] = "pest-control-rodent";
2555
- IconsSet["pet_supplies"] = "pet-supplies";
2556
- IconsSet["pets"] = "pets";
2557
- IconsSet["phishing"] = "phishing";
2558
- IconsSet["phone_bluetooth_speaker"] = "phone-bluetooth-speaker";
2559
- IconsSet["phone_callback"] = "phone-callback";
2560
- IconsSet["phone_disabled"] = "phone-disabled";
2561
- IconsSet["phone_enabled"] = "phone-enabled";
2562
- IconsSet["phone_forwarded"] = "phone-forwarded";
2563
- IconsSet["phone_in_talk"] = "phone-in-talk";
2564
- IconsSet["phone_locked"] = "phone-locked";
2565
- IconsSet["phone_missed"] = "phone-missed";
2566
- IconsSet["phone_paused"] = "phone-paused";
2567
- IconsSet["photo"] = "photo";
2568
- IconsSet["photo_album"] = "photo-album";
2569
- IconsSet["photo_auto_merge"] = "photo-auto-merge";
2570
- IconsSet["photo_camera"] = "photo-camera";
2571
- IconsSet["photo_camera_back"] = "photo-camera-back";
2572
- IconsSet["photo_camera_front"] = "photo-camera-front";
2573
- IconsSet["photo_frame"] = "photo-frame";
2574
- IconsSet["photo_library"] = "photo-library";
2575
- IconsSet["photo_prints"] = "photo-prints";
2576
- IconsSet["photo_size_select_large"] = "photo-size-select-large";
2577
- IconsSet["photo_size_select_small"] = "photo-size-select-small";
2578
- IconsSet["php"] = "php";
2579
- IconsSet["physical_therapy"] = "physical-therapy";
2580
- IconsSet["piano"] = "piano";
2581
- IconsSet["piano_off"] = "piano-off";
2582
- IconsSet["pickleball"] = "pickleball";
2583
- IconsSet["picture_as_pdf"] = "picture-as-pdf";
2584
- IconsSet["picture_in_picture"] = "picture-in-picture";
2585
- IconsSet["picture_in_picture_alt"] = "picture-in-picture-alt";
2586
- IconsSet["picture_in_picture_center"] = "picture-in-picture-center";
2587
- IconsSet["picture_in_picture_large"] = "picture-in-picture-large";
2588
- IconsSet["picture_in_picture_medium"] = "picture-in-picture-medium";
2589
- IconsSet["picture_in_picture_mobile"] = "picture-in-picture-mobile";
2590
- IconsSet["picture_in_picture_off"] = "picture-in-picture-off";
2591
- IconsSet["picture_in_picture_small"] = "picture-in-picture-small";
2592
- IconsSet["pie_chart"] = "pie-chart";
2593
- IconsSet["pill"] = "pill";
2594
- IconsSet["pill_off"] = "pill-off";
2595
- IconsSet["pin"] = "pin";
2596
- IconsSet["pin_drop"] = "pin-drop";
2597
- IconsSet["pin_end"] = "pin-end";
2598
- IconsSet["pin_invoke"] = "pin-invoke";
2599
- IconsSet["pinboard"] = "pinboard";
2600
- IconsSet["pinboard_unread"] = "pinboard-unread";
2601
- IconsSet["pinch"] = "pinch";
2602
- IconsSet["pinch_zoom_in"] = "pinch-zoom-in";
2603
- IconsSet["pinch_zoom_out"] = "pinch-zoom-out";
2604
- IconsSet["pip"] = "pip";
2605
- IconsSet["pip_exit"] = "pip-exit";
2606
- IconsSet["pivot_table_chart"] = "pivot-table-chart";
2607
- IconsSet["place_item"] = "place-item";
2608
- IconsSet["plagiarism"] = "plagiarism";
2609
- IconsSet["plane_contrails"] = "plane-contrails";
2610
- IconsSet["planet"] = "planet";
2611
- IconsSet["planner_banner_ad_pt"] = "planner-banner-ad-pt";
2612
- IconsSet["planner_review"] = "planner-review";
2613
- IconsSet["play_arrow"] = "play-arrow";
2614
- IconsSet["play_circle"] = "play-circle";
2615
- IconsSet["play_disabled"] = "play-disabled";
2616
- IconsSet["play_for_work"] = "play-for-work";
2617
- IconsSet["play_lesson"] = "play-lesson";
2618
- IconsSet["play_pause"] = "play-pause";
2619
- IconsSet["playground"] = "playground";
2620
- IconsSet["playground_2"] = "playground-2";
2621
- IconsSet["playing_cards"] = "playing-cards";
2622
- IconsSet["playlist_add"] = "playlist-add";
2623
- IconsSet["playlist_add_check"] = "playlist-add-check";
2624
- IconsSet["playlist_add_check_circle"] = "playlist-add-check-circle";
2625
- IconsSet["playlist_add_circle"] = "playlist-add-circle";
2626
- IconsSet["playlist_play"] = "playlist-play";
2627
- IconsSet["playlist_remove"] = "playlist-remove";
2628
- IconsSet["plug_connect"] = "plug-connect";
2629
- IconsSet["plumbing"] = "plumbing";
2630
- IconsSet["podcasts"] = "podcasts";
2631
- IconsSet["podiatry"] = "podiatry";
2632
- IconsSet["podium"] = "podium";
2633
- IconsSet["point_of_sale"] = "point-of-sale";
2634
- IconsSet["point_scan"] = "point-scan";
2635
- IconsSet["poker_chip"] = "poker-chip";
2636
- IconsSet["policy"] = "policy";
2637
- IconsSet["policy_alert"] = "policy-alert";
2638
- IconsSet["polyline"] = "polyline";
2639
- IconsSet["polymer"] = "polymer";
2640
- IconsSet["pool"] = "pool";
2641
- IconsSet["portable_wifi_off"] = "portable-wifi-off";
2642
- IconsSet["position_bottom_left"] = "position-bottom-left";
2643
- IconsSet["position_bottom_right"] = "position-bottom-right";
2644
- IconsSet["position_top_right"] = "position-top-right";
2645
- IconsSet["post"] = "post";
2646
- IconsSet["post_add"] = "post-add";
2647
- IconsSet["potted_plant"] = "potted-plant";
2648
- IconsSet["power"] = "power";
2649
- IconsSet["power_input"] = "power-input";
2650
- IconsSet["power_off"] = "power-off";
2651
- IconsSet["power_settings_circle"] = "power-settings-circle";
2652
- IconsSet["power_settings_new"] = "power-settings-new";
2653
- IconsSet["prayer_times"] = "prayer-times";
2654
- IconsSet["precision_manufacturing"] = "precision-manufacturing";
2655
- IconsSet["pregnancy"] = "pregnancy";
2656
- IconsSet["pregnant_woman"] = "pregnant-woman";
2657
- IconsSet["preliminary"] = "preliminary";
2658
- IconsSet["prescriptions"] = "prescriptions";
2659
- IconsSet["present_to_all"] = "present-to-all";
2660
- IconsSet["preview"] = "preview";
2661
- IconsSet["preview_off"] = "preview-off";
2662
- IconsSet["price_change"] = "price-change";
2663
- IconsSet["price_check"] = "price-check";
2664
- IconsSet["print"] = "print";
2665
- IconsSet["print_add"] = "print-add";
2666
- IconsSet["print_connect"] = "print-connect";
2667
- IconsSet["print_disabled"] = "print-disabled";
2668
- IconsSet["print_error"] = "print-error";
2669
- IconsSet["print_lock"] = "print-lock";
2670
- IconsSet["priority"] = "priority";
2671
- IconsSet["priority_high"] = "priority-high";
2672
- IconsSet["privacy"] = "privacy";
2673
- IconsSet["privacy_tip"] = "privacy-tip";
2674
- IconsSet["private_connectivity"] = "private-connectivity";
2675
- IconsSet["problem"] = "problem";
2676
- IconsSet["procedure"] = "procedure";
2677
- IconsSet["process_chart"] = "process-chart";
2678
- IconsSet["production_quantity_limits"] = "production-quantity-limits";
2679
- IconsSet["productivity"] = "productivity";
2680
- IconsSet["progress_activity"] = "progress-activity";
2681
- IconsSet["prompt_suggestion"] = "prompt-suggestion";
2682
- IconsSet["propane"] = "propane";
2683
- IconsSet["propane_tank"] = "propane-tank";
2684
- IconsSet["psychiatry"] = "psychiatry";
2685
- IconsSet["psychology"] = "psychology";
2686
- IconsSet["psychology_alt"] = "psychology-alt";
2687
- IconsSet["public"] = "public";
2688
- IconsSet["public_off"] = "public-off";
2689
- IconsSet["publish"] = "publish";
2690
- IconsSet["published_with_changes"] = "published-with-changes";
2691
- IconsSet["pulmonology"] = "pulmonology";
2692
- IconsSet["pulse_alert"] = "pulse-alert";
2693
- IconsSet["punch_clock"] = "punch-clock";
2694
- IconsSet["qr_code"] = "qr-code";
2695
- IconsSet["qr_code_2"] = "qr-code-2";
2696
- IconsSet["qr_code_2_add"] = "qr-code-2-add";
2697
- IconsSet["qr_code_scanner"] = "qr-code-scanner";
2698
- IconsSet["query_stats"] = "query-stats";
2699
- IconsSet["question_exchange"] = "question-exchange";
2700
- IconsSet["question_mark"] = "question-mark";
2701
- IconsSet["queue_music"] = "queue-music";
2702
- IconsSet["queue_play_next"] = "queue-play-next";
2703
- IconsSet["quick_phrases"] = "quick-phrases";
2704
- IconsSet["quick_reference"] = "quick-reference";
2705
- IconsSet["quick_reference_all"] = "quick-reference-all";
2706
- IconsSet["quick_reorder"] = "quick-reorder";
2707
- IconsSet["quickreply"] = "quickreply";
2708
- IconsSet["quiz"] = "quiz";
2709
- IconsSet["r_mobiledata"] = "r-mobiledata";
2710
- IconsSet["radar"] = "radar";
2711
- IconsSet["radio"] = "radio";
2712
- IconsSet["radio_button_checked"] = "radio-button-checked";
2713
- IconsSet["radio_button_partial"] = "radio-button-partial";
2714
- IconsSet["radio_button_unchecked"] = "radio-button-unchecked";
2715
- IconsSet["radiology"] = "radiology";
2716
- IconsSet["railway_alert"] = "railway-alert";
2717
- IconsSet["railway_alert_2"] = "railway-alert-2";
2718
- IconsSet["rainy"] = "rainy";
2719
- IconsSet["rainy_heavy"] = "rainy-heavy";
2720
- IconsSet["rainy_light"] = "rainy-light";
2721
- IconsSet["rainy_snow"] = "rainy-snow";
2722
- IconsSet["ramen_dining"] = "ramen-dining";
2723
- IconsSet["ramp_left"] = "ramp-left";
2724
- IconsSet["ramp_right"] = "ramp-right";
2725
- IconsSet["range_hood"] = "range-hood";
2726
- IconsSet["rate_review"] = "rate-review";
2727
- IconsSet["raven"] = "raven";
2728
- IconsSet["raw_off"] = "raw-off";
2729
- IconsSet["raw_on"] = "raw-on";
2730
- IconsSet["read_more"] = "read-more";
2731
- IconsSet["readiness_score"] = "readiness-score";
2732
- IconsSet["real_estate_agent"] = "real-estate-agent";
2733
- IconsSet["rear_camera"] = "rear-camera";
2734
- IconsSet["rebase"] = "rebase";
2735
- IconsSet["rebase_edit"] = "rebase-edit";
2736
- IconsSet["receipt"] = "receipt";
2737
- IconsSet["receipt_long"] = "receipt-long";
2738
- IconsSet["receipt_long_off"] = "receipt-long-off";
2739
- IconsSet["recent_actors"] = "recent-actors";
2740
- IconsSet["recent_patient"] = "recent-patient";
2741
- IconsSet["recenter"] = "recenter";
2742
- IconsSet["recommend"] = "recommend";
2743
- IconsSet["record_voice_over"] = "record-voice-over";
2744
- IconsSet["rectangle"] = "rectangle";
2745
- IconsSet["rectangle_add"] = "rectangle-add";
2746
- IconsSet["recycling"] = "recycling";
2747
- IconsSet["redeem"] = "redeem";
2748
- IconsSet["redo"] = "redo";
2749
- IconsSet["reduce_capacity"] = "reduce-capacity";
2750
- IconsSet["refresh"] = "refresh";
2751
- IconsSet["regular_expression"] = "regular-expression";
2752
- IconsSet["relax"] = "relax";
2753
- IconsSet["release_alert"] = "release-alert";
2754
- IconsSet["remember_me"] = "remember-me";
2755
- IconsSet["reminder"] = "reminder";
2756
- IconsSet["remote_gen"] = "remote-gen";
2757
- IconsSet["remove"] = "remove";
2758
- IconsSet["remove_done"] = "remove-done";
2759
- IconsSet["remove_from_queue"] = "remove-from-queue";
2760
- IconsSet["remove_moderator"] = "remove-moderator";
2761
- IconsSet["remove_road"] = "remove-road";
2762
- IconsSet["remove_selection"] = "remove-selection";
2763
- IconsSet["remove_shopping_cart"] = "remove-shopping-cart";
2764
- IconsSet["reopen_window"] = "reopen-window";
2765
- IconsSet["reorder"] = "reorder";
2766
- IconsSet["repartition"] = "repartition";
2767
- IconsSet["repeat"] = "repeat";
2768
- IconsSet["repeat_on"] = "repeat-on";
2769
- IconsSet["repeat_one"] = "repeat-one";
2770
- IconsSet["repeat_one_on"] = "repeat-one-on";
2771
- IconsSet["replace_audio"] = "replace-audio";
2772
- IconsSet["replace_image"] = "replace-image";
2773
- IconsSet["replace_video"] = "replace-video";
2774
- IconsSet["replay"] = "replay";
2775
- IconsSet["replay_10"] = "replay-10";
2776
- IconsSet["replay_30"] = "replay-30";
2777
- IconsSet["replay_5"] = "replay-5";
2778
- IconsSet["reply"] = "reply";
2779
- IconsSet["reply_all"] = "reply-all";
2780
- IconsSet["report"] = "report";
2781
- IconsSet["report_off"] = "report-off";
2782
- IconsSet["request_page"] = "request-page";
2783
- IconsSet["request_quote"] = "request-quote";
2784
- IconsSet["reset_brightness"] = "reset-brightness";
2785
- IconsSet["reset_exposure"] = "reset-exposure";
2786
- IconsSet["reset_focus"] = "reset-focus";
2787
- IconsSet["reset_image"] = "reset-image";
2788
- IconsSet["reset_iso"] = "reset-iso";
2789
- IconsSet["reset_settings"] = "reset-settings";
2790
- IconsSet["reset_shadow"] = "reset-shadow";
2791
- IconsSet["reset_shutter_speed"] = "reset-shutter-speed";
2792
- IconsSet["reset_tv"] = "reset-tv";
2793
- IconsSet["reset_white_balance"] = "reset-white-balance";
2794
- IconsSet["reset_wrench"] = "reset-wrench";
2795
- IconsSet["resize"] = "resize";
2796
- IconsSet["respiratory_rate"] = "respiratory-rate";
2797
- IconsSet["responsive_layout"] = "responsive-layout";
2798
- IconsSet["rest_area"] = "rest-area";
2799
- IconsSet["restart_alt"] = "restart-alt";
2800
- IconsSet["restaurant"] = "restaurant";
2801
- IconsSet["restore_from_trash"] = "restore-from-trash";
2802
- IconsSet["restore_page"] = "restore-page";
2803
- IconsSet["resume"] = "resume";
2804
- IconsSet["reviews"] = "reviews";
2805
- IconsSet["rewarded_ads"] = "rewarded-ads";
2806
- IconsSet["rheumatology"] = "rheumatology";
2807
- IconsSet["rib_cage"] = "rib-cage";
2808
- IconsSet["rice_bowl"] = "rice-bowl";
2809
- IconsSet["right_click"] = "right-click";
2810
- IconsSet["right_panel_close"] = "right-panel-close";
2811
- IconsSet["right_panel_open"] = "right-panel-open";
2812
- IconsSet["ring_volume"] = "ring-volume";
2813
- IconsSet["ripples"] = "ripples";
2814
- IconsSet["road"] = "road";
2815
- IconsSet["robot"] = "robot";
2816
- IconsSet["robot_2"] = "robot-2";
2817
- IconsSet["rocket"] = "rocket";
2818
- IconsSet["rocket_launch"] = "rocket-launch";
2819
- IconsSet["roller_shades"] = "roller-shades";
2820
- IconsSet["roller_shades_closed"] = "roller-shades-closed";
2821
- IconsSet["roller_skating"] = "roller-skating";
2822
- IconsSet["roofing"] = "roofing";
2823
- IconsSet["room_preferences"] = "room-preferences";
2824
- IconsSet["room_service"] = "room-service";
2825
- IconsSet["rotate_90_degrees_ccw"] = "rotate-90-degrees-ccw";
2826
- IconsSet["rotate_90_degrees_cw"] = "rotate-90-degrees-cw";
2827
- IconsSet["rotate_auto"] = "rotate-auto";
2828
- IconsSet["rotate_left"] = "rotate-left";
2829
- IconsSet["rotate_right"] = "rotate-right";
2830
- IconsSet["roundabout_left"] = "roundabout-left";
2831
- IconsSet["roundabout_right"] = "roundabout-right";
2832
- IconsSet["rounded_corner"] = "rounded-corner";
2833
- IconsSet["route"] = "route";
2834
- IconsSet["router"] = "router";
2835
- IconsSet["router_off"] = "router-off";
2836
- IconsSet["routine"] = "routine";
2837
- IconsSet["rowing"] = "rowing";
2838
- IconsSet["rss_feed"] = "rss-feed";
2839
- IconsSet["rsvp"] = "rsvp";
2840
- IconsSet["rtt"] = "rtt";
2841
- IconsSet["rubric"] = "rubric";
2842
- IconsSet["rule"] = "rule";
2843
- IconsSet["rule_folder"] = "rule-folder";
2844
- IconsSet["rule_settings"] = "rule-settings";
2845
- IconsSet["run_circle"] = "run-circle";
2846
- IconsSet["running_with_errors"] = "running-with-errors";
2847
- IconsSet["rv_hookup"] = "rv-hookup";
2848
- IconsSet["safety_check"] = "safety-check";
2849
- IconsSet["safety_check_off"] = "safety-check-off";
2850
- IconsSet["safety_divider"] = "safety-divider";
2851
- IconsSet["sailing"] = "sailing";
2852
- IconsSet["salinity"] = "salinity";
2853
- IconsSet["sanitizer"] = "sanitizer";
2854
- IconsSet["satellite"] = "satellite";
2855
- IconsSet["satellite_alt"] = "satellite-alt";
2856
- IconsSet["sauna"] = "sauna";
2857
- IconsSet["save"] = "save";
2858
- IconsSet["save_as"] = "save-as";
2859
- IconsSet["save_clock"] = "save-clock";
2860
- IconsSet["saved_search"] = "saved-search";
2861
- IconsSet["savings"] = "savings";
2862
- IconsSet["scale"] = "scale";
2863
- IconsSet["scan"] = "scan";
2864
- IconsSet["scan_delete"] = "scan-delete";
2865
- IconsSet["scanner"] = "scanner";
2866
- IconsSet["scatter_plot"] = "scatter-plot";
2867
- IconsSet["scene"] = "scene";
2868
- IconsSet["schedule"] = "schedule";
2869
- IconsSet["schedule_send"] = "schedule-send";
2870
- IconsSet["schema"] = "schema";
2871
- IconsSet["school"] = "school";
2872
- IconsSet["science"] = "science";
2873
- IconsSet["science_off"] = "science-off";
2874
- IconsSet["scooter"] = "scooter";
2875
- IconsSet["score"] = "score";
2876
- IconsSet["scoreboard"] = "scoreboard";
2877
- IconsSet["screen_record"] = "screen-record";
2878
- IconsSet["screen_rotation_alt"] = "screen-rotation-alt";
2879
- IconsSet["screen_rotation_up"] = "screen-rotation-up";
2880
- IconsSet["screen_search_desktop"] = "screen-search-desktop";
2881
- IconsSet["screen_share"] = "screen-share";
2882
- IconsSet["screenshot_frame"] = "screenshot-frame";
2883
- IconsSet["screenshot_frame_2"] = "screenshot-frame-2";
2884
- IconsSet["screenshot_keyboard"] = "screenshot-keyboard";
2885
- IconsSet["screenshot_monitor"] = "screenshot-monitor";
2886
- IconsSet["screenshot_region"] = "screenshot-region";
2887
- IconsSet["screenshot_tablet"] = "screenshot-tablet";
2888
- IconsSet["script"] = "script";
2889
- IconsSet["scrollable_header"] = "scrollable-header";
2890
- IconsSet["scuba_diving"] = "scuba-diving";
2891
- IconsSet["sd"] = "sd";
2892
- IconsSet["sd_card"] = "sd-card";
2893
- IconsSet["sd_card_alert"] = "sd-card-alert";
2894
- IconsSet["sdk"] = "sdk";
2895
- IconsSet["search"] = "search";
2896
- IconsSet["search_activity"] = "search-activity";
2897
- IconsSet["search_check"] = "search-check";
2898
- IconsSet["search_check_2"] = "search-check-2";
2899
- IconsSet["search_gear"] = "search-gear";
2900
- IconsSet["search_hands_free"] = "search-hands-free";
2901
- IconsSet["search_insights"] = "search-insights";
2902
- IconsSet["search_off"] = "search-off";
2903
- IconsSet["seat_cool_left"] = "seat-cool-left";
2904
- IconsSet["seat_cool_right"] = "seat-cool-right";
2905
- IconsSet["seat_heat_left"] = "seat-heat-left";
2906
- IconsSet["seat_heat_right"] = "seat-heat-right";
2907
- IconsSet["seat_vent_left"] = "seat-vent-left";
2908
- IconsSet["seat_vent_right"] = "seat-vent-right";
2909
- IconsSet["security"] = "security";
2910
- IconsSet["security_key"] = "security-key";
2911
- IconsSet["segment"] = "segment";
2912
- IconsSet["select"] = "select";
2913
- IconsSet["select_all"] = "select-all";
2914
- IconsSet["select_check_box"] = "select-check-box";
2915
- IconsSet["select_to_speak"] = "select-to-speak";
2916
- IconsSet["select_window"] = "select-window";
2917
- IconsSet["select_window_2"] = "select-window-2";
2918
- IconsSet["select_window_off"] = "select-window-off";
2919
- IconsSet["self_care"] = "self-care";
2920
- IconsSet["self_improvement"] = "self-improvement";
2921
- IconsSet["sell"] = "sell";
2922
- IconsSet["send"] = "send";
2923
- IconsSet["send_and_archive"] = "send-and-archive";
2924
- IconsSet["send_money"] = "send-money";
2925
- IconsSet["send_time_extension"] = "send-time-extension";
2926
- IconsSet["sensor_door"] = "sensor-door";
2927
- IconsSet["sensor_occupied"] = "sensor-occupied";
2928
- IconsSet["sensor_window"] = "sensor-window";
2929
- IconsSet["sensors"] = "sensors";
2930
- IconsSet["sensors_krx"] = "sensors-krx";
2931
- IconsSet["sensors_krx_off"] = "sensors-krx-off";
2932
- IconsSet["sensors_off"] = "sensors-off";
2933
- IconsSet["sentiment_calm"] = "sentiment-calm";
2934
- IconsSet["sentiment_content"] = "sentiment-content";
2935
- IconsSet["sentiment_dissatisfied"] = "sentiment-dissatisfied";
2936
- IconsSet["sentiment_excited"] = "sentiment-excited";
2937
- IconsSet["sentiment_extremely_dissatisfied"] = "sentiment-extremely-dissatisfied";
2938
- IconsSet["sentiment_frustrated"] = "sentiment-frustrated";
2939
- IconsSet["sentiment_neutral"] = "sentiment-neutral";
2940
- IconsSet["sentiment_sad"] = "sentiment-sad";
2941
- IconsSet["sentiment_satisfied"] = "sentiment-satisfied";
2942
- IconsSet["sentiment_stressed"] = "sentiment-stressed";
2943
- IconsSet["sentiment_very_dissatisfied"] = "sentiment-very-dissatisfied";
2944
- IconsSet["sentiment_very_satisfied"] = "sentiment-very-satisfied";
2945
- IconsSet["sentiment_worried"] = "sentiment-worried";
2946
- IconsSet["serif"] = "serif";
2947
- IconsSet["server_person"] = "server-person";
2948
- IconsSet["service_toolbox"] = "service-toolbox";
2949
- IconsSet["set_meal"] = "set-meal";
2950
- IconsSet["settings"] = "settings";
2951
- IconsSet["settings_accessibility"] = "settings-accessibility";
2952
- IconsSet["settings_account_box"] = "settings-account-box";
2953
- IconsSet["settings_alert"] = "settings-alert";
2954
- IconsSet["settings_applications"] = "settings-applications";
2955
- IconsSet["settings_b_roll"] = "settings-b-roll";
2956
- IconsSet["settings_backup_restore"] = "settings-backup-restore";
2957
- IconsSet["settings_bluetooth"] = "settings-bluetooth";
2958
- IconsSet["settings_brightness"] = "settings-brightness";
2959
- IconsSet["settings_cinematic_blur"] = "settings-cinematic-blur";
2960
- IconsSet["settings_ethernet"] = "settings-ethernet";
2961
- IconsSet["settings_heart"] = "settings-heart";
2962
- IconsSet["settings_input_antenna"] = "settings-input-antenna";
2963
- IconsSet["settings_input_component"] = "settings-input-component";
2964
- IconsSet["settings_input_hdmi"] = "settings-input-hdmi";
2965
- IconsSet["settings_input_svideo"] = "settings-input-svideo";
2966
- IconsSet["settings_motion_mode"] = "settings-motion-mode";
2967
- IconsSet["settings_night_sight"] = "settings-night-sight";
2968
- IconsSet["settings_overscan"] = "settings-overscan";
2969
- IconsSet["settings_panorama"] = "settings-panorama";
2970
- IconsSet["settings_phone"] = "settings-phone";
2971
- IconsSet["settings_photo_camera"] = "settings-photo-camera";
2972
- IconsSet["settings_power"] = "settings-power";
2973
- IconsSet["settings_remote"] = "settings-remote";
2974
- IconsSet["settings_seating"] = "settings-seating";
2975
- IconsSet["settings_slow_motion"] = "settings-slow-motion";
2976
- IconsSet["settings_system_daydream"] = "settings-system-daydream";
2977
- IconsSet["settings_timelapse"] = "settings-timelapse";
2978
- IconsSet["settings_video_camera"] = "settings-video-camera";
2979
- IconsSet["settings_voice"] = "settings-voice";
2980
- IconsSet["settop_component"] = "settop-component";
2981
- IconsSet["severe_cold"] = "severe-cold";
2982
- IconsSet["shadow"] = "shadow";
2983
- IconsSet["shadow_add"] = "shadow-add";
2984
- IconsSet["shadow_minus"] = "shadow-minus";
2985
- IconsSet["shape_line"] = "shape-line";
2986
- IconsSet["shapes"] = "shapes";
2987
- IconsSet["share"] = "share";
2988
- IconsSet["share_eta"] = "share-eta";
2989
- IconsSet["share_location"] = "share-location";
2990
- IconsSet["share_off"] = "share-off";
2991
- IconsSet["share_reviews"] = "share-reviews";
2992
- IconsSet["share_windows"] = "share-windows";
2993
- IconsSet["shaved_ice"] = "shaved-ice";
2994
- IconsSet["sheets_rtl"] = "sheets-rtl";
2995
- IconsSet["shelf_auto_hide"] = "shelf-auto-hide";
2996
- IconsSet["shelf_position"] = "shelf-position";
2997
- IconsSet["shelves"] = "shelves";
2998
- IconsSet["shield"] = "shield";
2999
- IconsSet["shield_lock"] = "shield-lock";
3000
- IconsSet["shield_locked"] = "shield-locked";
3001
- IconsSet["shield_moon"] = "shield-moon";
3002
- IconsSet["shield_person"] = "shield-person";
3003
- IconsSet["shield_question"] = "shield-question";
3004
- IconsSet["shield_toggle"] = "shield-toggle";
3005
- IconsSet["shield_watch"] = "shield-watch";
3006
- IconsSet["shield_with_heart"] = "shield-with-heart";
3007
- IconsSet["shield_with_house"] = "shield-with-house";
3008
- IconsSet["shift"] = "shift";
3009
- IconsSet["shift_lock"] = "shift-lock";
3010
- IconsSet["shift_lock_off"] = "shift-lock-off";
3011
- IconsSet["shoe_cleats"] = "shoe-cleats";
3012
- IconsSet["shop"] = "shop";
3013
- IconsSet["shop_two"] = "shop-two";
3014
- IconsSet["shopping_bag"] = "shopping-bag";
3015
- IconsSet["shopping_bag_speed"] = "shopping-bag-speed";
3016
- IconsSet["shopping_basket"] = "shopping-basket";
3017
- IconsSet["shopping_cart"] = "shopping-cart";
3018
- IconsSet["shopping_cart_checkout"] = "shopping-cart-checkout";
3019
- IconsSet["shopping_cart_off"] = "shopping-cart-off";
3020
- IconsSet["shoppingmode"] = "shoppingmode";
3021
- IconsSet["short_stay"] = "short-stay";
3022
- IconsSet["short_text"] = "short-text";
3023
- IconsSet["show_chart"] = "show-chart";
3024
- IconsSet["shower"] = "shower";
3025
- IconsSet["shuffle"] = "shuffle";
3026
- IconsSet["shuffle_on"] = "shuffle-on";
3027
- IconsSet["shutter_speed"] = "shutter-speed";
3028
- IconsSet["shutter_speed_add"] = "shutter-speed-add";
3029
- IconsSet["shutter_speed_minus"] = "shutter-speed-minus";
3030
- IconsSet["sick"] = "sick";
3031
- IconsSet["side_navigation"] = "side-navigation";
3032
- IconsSet["sign_language"] = "sign-language";
3033
- IconsSet["signal_cellular_0_bar"] = "signal-cellular-0-bar";
3034
- IconsSet["signal_cellular_1_bar"] = "signal-cellular-1-bar";
3035
- IconsSet["signal_cellular_2_bar"] = "signal-cellular-2-bar";
3036
- IconsSet["signal_cellular_3_bar"] = "signal-cellular-3-bar";
3037
- IconsSet["signal_cellular_4_bar"] = "signal-cellular-4-bar";
3038
- IconsSet["signal_cellular_add"] = "signal-cellular-add";
3039
- IconsSet["signal_cellular_alt"] = "signal-cellular-alt";
3040
- IconsSet["signal_cellular_alt_1_bar"] = "signal-cellular-alt-1-bar";
3041
- IconsSet["signal_cellular_alt_2_bar"] = "signal-cellular-alt-2-bar";
3042
- IconsSet["signal_cellular_connected_no_internet_0_bar"] = "signal-cellular-connected-no-internet-0-bar";
3043
- IconsSet["signal_cellular_connected_no_internet_4_bar"] = "signal-cellular-connected-no-internet-4-bar";
3044
- IconsSet["signal_cellular_nodata"] = "signal-cellular-nodata";
3045
- IconsSet["signal_cellular_null"] = "signal-cellular-null";
3046
- IconsSet["signal_cellular_off"] = "signal-cellular-off";
3047
- IconsSet["signal_cellular_pause"] = "signal-cellular-pause";
3048
- IconsSet["signal_disconnected"] = "signal-disconnected";
3049
- IconsSet["signal_wifi_0_bar"] = "signal-wifi-0-bar";
3050
- IconsSet["signal_wifi_4_bar"] = "signal-wifi-4-bar";
3051
- IconsSet["signal_wifi_bad"] = "signal-wifi-bad";
3052
- IconsSet["signal_wifi_off"] = "signal-wifi-off";
3053
- IconsSet["signal_wifi_statusbar_not_connected"] = "signal-wifi-statusbar-not-connected";
3054
- IconsSet["signal_wifi_statusbar_null"] = "signal-wifi-statusbar-null";
3055
- IconsSet["signature"] = "signature";
3056
- IconsSet["signpost"] = "signpost";
3057
- IconsSet["sim_card"] = "sim-card";
3058
- IconsSet["sim_card_download"] = "sim-card-download";
3059
- IconsSet["simulation"] = "simulation";
3060
- IconsSet["single_bed"] = "single-bed";
3061
- IconsSet["sip"] = "sip";
3062
- IconsSet["siren"] = "siren";
3063
- IconsSet["siren_check"] = "siren-check";
3064
- IconsSet["siren_open"] = "siren-open";
3065
- IconsSet["siren_question"] = "siren-question";
3066
- IconsSet["skateboarding"] = "skateboarding";
3067
- IconsSet["skeleton"] = "skeleton";
3068
- IconsSet["skillet"] = "skillet";
3069
- IconsSet["skillet_cooktop"] = "skillet-cooktop";
3070
- IconsSet["skip_next"] = "skip-next";
3071
- IconsSet["skip_previous"] = "skip-previous";
3072
- IconsSet["skull"] = "skull";
3073
- IconsSet["skull_list"] = "skull-list";
3074
- IconsSet["slab_serif"] = "slab-serif";
3075
- IconsSet["sledding"] = "sledding";
3076
- IconsSet["sleep_score"] = "sleep-score";
3077
- IconsSet["slide_library"] = "slide-library";
3078
- IconsSet["sliders"] = "sliders";
3079
- IconsSet["slideshow"] = "slideshow";
3080
- IconsSet["slow_motion_video"] = "slow-motion-video";
3081
- IconsSet["smart_card_reader"] = "smart-card-reader";
3082
- IconsSet["smart_card_reader_off"] = "smart-card-reader-off";
3083
- IconsSet["smart_display"] = "smart-display";
3084
- IconsSet["smart_outlet"] = "smart-outlet";
3085
- IconsSet["smart_toy"] = "smart-toy";
3086
- IconsSet["smb_share"] = "smb-share";
3087
- IconsSet["smoke_free"] = "smoke-free";
3088
- IconsSet["smoking_rooms"] = "smoking-rooms";
3089
- IconsSet["sms"] = "sms";
3090
- IconsSet["snippet_folder"] = "snippet-folder";
3091
- IconsSet["snooze"] = "snooze";
3092
- IconsSet["snowboarding"] = "snowboarding";
3093
- IconsSet["snowing"] = "snowing";
3094
- IconsSet["snowing_heavy"] = "snowing-heavy";
3095
- IconsSet["snowmobile"] = "snowmobile";
3096
- IconsSet["snowshoeing"] = "snowshoeing";
3097
- IconsSet["soap"] = "soap";
3098
- IconsSet["soba"] = "soba";
3099
- IconsSet["social_distance"] = "social-distance";
3100
- IconsSet["social_leaderboard"] = "social-leaderboard";
3101
- IconsSet["solar_power"] = "solar-power";
3102
- IconsSet["solo_dining"] = "solo-dining";
3103
- IconsSet["sort"] = "sort";
3104
- IconsSet["sort_by_alpha"] = "sort-by-alpha";
3105
- IconsSet["sos"] = "sos";
3106
- IconsSet["sound_detection_dog_barking"] = "sound-detection-dog-barking";
3107
- IconsSet["sound_detection_glass_break"] = "sound-detection-glass-break";
3108
- IconsSet["sound_detection_loud_sound"] = "sound-detection-loud-sound";
3109
- IconsSet["sound_sampler"] = "sound-sampler";
3110
- IconsSet["soup_kitchen"] = "soup-kitchen";
3111
- IconsSet["source_environment"] = "source-environment";
3112
- IconsSet["source_notes"] = "source-notes";
3113
- IconsSet["south"] = "south";
3114
- IconsSet["south_america"] = "south-america";
3115
- IconsSet["south_east"] = "south-east";
3116
- IconsSet["south_west"] = "south-west";
3117
- IconsSet["spa"] = "spa";
3118
- IconsSet["space_bar"] = "space-bar";
3119
- IconsSet["space_dashboard"] = "space-dashboard";
3120
- IconsSet["spatial_audio"] = "spatial-audio";
3121
- IconsSet["spatial_audio_off"] = "spatial-audio-off";
3122
- IconsSet["spatial_speaker"] = "spatial-speaker";
3123
- IconsSet["spatial_tracking"] = "spatial-tracking";
3124
- IconsSet["speaker"] = "speaker";
3125
- IconsSet["speaker_group"] = "speaker-group";
3126
- IconsSet["speaker_notes"] = "speaker-notes";
3127
- IconsSet["speaker_notes_off"] = "speaker-notes-off";
3128
- IconsSet["speaker_phone"] = "speaker-phone";
3129
- IconsSet["special_character"] = "special-character";
3130
- IconsSet["specific_gravity"] = "specific-gravity";
3131
- IconsSet["speech_to_text"] = "speech-to-text";
3132
- IconsSet["speed"] = "speed";
3133
- IconsSet["speed_0_25"] = "speed-0-25";
3134
- IconsSet["speed_0_2x"] = "speed-0-2x";
3135
- IconsSet["speed_0_5"] = "speed-0-5";
3136
- IconsSet["speed_0_5x"] = "speed-0-5x";
3137
- IconsSet["speed_0_75"] = "speed-0-75";
3138
- IconsSet["speed_0_7x"] = "speed-0-7x";
3139
- IconsSet["speed_1_2"] = "speed-1-2";
3140
- IconsSet["speed_1_25"] = "speed-1-25";
3141
- IconsSet["speed_1_2x"] = "speed-1-2x";
3142
- IconsSet["speed_1_5"] = "speed-1-5";
3143
- IconsSet["speed_1_5x"] = "speed-1-5x";
3144
- IconsSet["speed_1_75"] = "speed-1-75";
3145
- IconsSet["speed_1_7x"] = "speed-1-7x";
3146
- IconsSet["speed_2x"] = "speed-2x";
3147
- IconsSet["speed_camera"] = "speed-camera";
3148
- IconsSet["spellcheck"] = "spellcheck";
3149
- IconsSet["split_scene"] = "split-scene";
3150
- IconsSet["split_scene_down"] = "split-scene-down";
3151
- IconsSet["split_scene_left"] = "split-scene-left";
3152
- IconsSet["split_scene_right"] = "split-scene-right";
3153
- IconsSet["split_scene_up"] = "split-scene-up";
3154
- IconsSet["splitscreen"] = "splitscreen";
3155
- IconsSet["splitscreen_add"] = "splitscreen-add";
3156
- IconsSet["splitscreen_bottom"] = "splitscreen-bottom";
3157
- IconsSet["splitscreen_landscape"] = "splitscreen-landscape";
3158
- IconsSet["splitscreen_landscape_add"] = "splitscreen-landscape-add";
3159
- IconsSet["splitscreen_left"] = "splitscreen-left";
3160
- IconsSet["splitscreen_portrait"] = "splitscreen-portrait";
3161
- IconsSet["splitscreen_right"] = "splitscreen-right";
3162
- IconsSet["splitscreen_top"] = "splitscreen-top";
3163
- IconsSet["splitscreen_vertical_add"] = "splitscreen-vertical-add";
3164
- IconsSet["spo2"] = "spo2";
3165
- IconsSet["spoke"] = "spoke";
3166
- IconsSet["sports"] = "sports";
3167
- IconsSet["sports_and_outdoors"] = "sports-and-outdoors";
3168
- IconsSet["sports_bar"] = "sports-bar";
3169
- IconsSet["sports_baseball"] = "sports-baseball";
3170
- IconsSet["sports_basketball"] = "sports-basketball";
3171
- IconsSet["sports_cricket"] = "sports-cricket";
3172
- IconsSet["sports_esports"] = "sports-esports";
3173
- IconsSet["sports_football"] = "sports-football";
3174
- IconsSet["sports_golf"] = "sports-golf";
3175
- IconsSet["sports_gymnastics"] = "sports-gymnastics";
3176
- IconsSet["sports_handball"] = "sports-handball";
3177
- IconsSet["sports_hockey"] = "sports-hockey";
3178
- IconsSet["sports_kabaddi"] = "sports-kabaddi";
3179
- IconsSet["sports_martial_arts"] = "sports-martial-arts";
3180
- IconsSet["sports_mma"] = "sports-mma";
3181
- IconsSet["sports_motorsports"] = "sports-motorsports";
3182
- IconsSet["sports_rugby"] = "sports-rugby";
3183
- IconsSet["sports_score"] = "sports-score";
3184
- IconsSet["sports_soccer"] = "sports-soccer";
3185
- IconsSet["sports_tennis"] = "sports-tennis";
3186
- IconsSet["sports_volleyball"] = "sports-volleyball";
3187
- IconsSet["sprinkler"] = "sprinkler";
3188
- IconsSet["sprint"] = "sprint";
3189
- IconsSet["square"] = "square";
3190
- IconsSet["square_circle"] = "square-circle";
3191
- IconsSet["square_dot"] = "square-dot";
3192
- IconsSet["square_foot"] = "square-foot";
3193
- IconsSet["ssid_chart"] = "ssid-chart";
3194
- IconsSet["stack"] = "stack";
3195
- IconsSet["stack_group"] = "stack-group";
3196
- IconsSet["stack_hexagon"] = "stack-hexagon";
3197
- IconsSet["stack_off"] = "stack-off";
3198
- IconsSet["stack_star"] = "stack-star";
3199
- IconsSet["stacked_bar_chart"] = "stacked-bar-chart";
3200
- IconsSet["stacked_email"] = "stacked-email";
3201
- IconsSet["stacked_inbox"] = "stacked-inbox";
3202
- IconsSet["stacked_line_chart"] = "stacked-line-chart";
3203
- IconsSet["stacks"] = "stacks";
3204
- IconsSet["stadia_controller"] = "stadia-controller";
3205
- IconsSet["stadium"] = "stadium";
3206
- IconsSet["stairs"] = "stairs";
3207
- IconsSet["stairs_2"] = "stairs-2";
3208
- IconsSet["star"] = "star";
3209
- IconsSet["star_half"] = "star-half";
3210
- IconsSet["star_rate"] = "star-rate";
3211
- IconsSet["star_rate_half"] = "star-rate-half";
3212
- IconsSet["star_shine"] = "star-shine";
3213
- IconsSet["stars"] = "stars";
3214
- IconsSet["stars_2"] = "stars-2";
3215
- IconsSet["start"] = "start";
3216
- IconsSet["stat_0"] = "stat-0";
3217
- IconsSet["stat_1"] = "stat-1";
3218
- IconsSet["stat_2"] = "stat-2";
3219
- IconsSet["stat_3"] = "stat-3";
3220
- IconsSet["stat_minus_1"] = "stat-minus-1";
3221
- IconsSet["stat_minus_2"] = "stat-minus-2";
3222
- IconsSet["stat_minus_3"] = "stat-minus-3";
3223
- IconsSet["steering_wheel_heat"] = "steering-wheel-heat";
3224
- IconsSet["step"] = "step";
3225
- IconsSet["step_into"] = "step-into";
3226
- IconsSet["step_out"] = "step-out";
3227
- IconsSet["step_over"] = "step-over";
3228
- IconsSet["steppers"] = "steppers";
3229
- IconsSet["steps"] = "steps";
3230
- IconsSet["stethoscope"] = "stethoscope";
3231
- IconsSet["stethoscope_arrow"] = "stethoscope-arrow";
3232
- IconsSet["stethoscope_check"] = "stethoscope-check";
3233
- IconsSet["sticker"] = "sticker";
3234
- IconsSet["sticker_add"] = "sticker-add";
3235
- IconsSet["sticky_note"] = "sticky-note";
3236
- IconsSet["sticky_note_2"] = "sticky-note-2";
3237
- IconsSet["stock_media"] = "stock-media";
3238
- IconsSet["stockpot"] = "stockpot";
3239
- IconsSet["stop"] = "stop";
3240
- IconsSet["stop_circle"] = "stop-circle";
3241
- IconsSet["stop_screen_share"] = "stop-screen-share";
3242
- IconsSet["storage"] = "storage";
3243
- IconsSet["store"] = "store";
3244
- IconsSet["storefront"] = "storefront";
3245
- IconsSet["storm"] = "storm";
3246
- IconsSet["straight"] = "straight";
3247
- IconsSet["straighten"] = "straighten";
3248
- IconsSet["strategy"] = "strategy";
3249
- IconsSet["stream"] = "stream";
3250
- IconsSet["streetview"] = "streetview";
3251
- IconsSet["stress_management"] = "stress-management";
3252
- IconsSet["strikethrough_s"] = "strikethrough-s";
3253
- IconsSet["stroke_full"] = "stroke-full";
3254
- IconsSet["stroke_partial"] = "stroke-partial";
3255
- IconsSet["stroller"] = "stroller";
3256
- IconsSet["style"] = "style";
3257
- IconsSet["styler"] = "styler";
3258
- IconsSet["stylus"] = "stylus";
3259
- IconsSet["stylus_brush"] = "stylus-brush";
3260
- IconsSet["stylus_fountain_pen"] = "stylus-fountain-pen";
3261
- IconsSet["stylus_highlighter"] = "stylus-highlighter";
3262
- IconsSet["stylus_laser_pointer"] = "stylus-laser-pointer";
3263
- IconsSet["stylus_note"] = "stylus-note";
3264
- IconsSet["stylus_pen"] = "stylus-pen";
3265
- IconsSet["stylus_pencil"] = "stylus-pencil";
3266
- IconsSet["subdirectory_arrow_left"] = "subdirectory-arrow-left";
3267
- IconsSet["subdirectory_arrow_right"] = "subdirectory-arrow-right";
3268
- IconsSet["subheader"] = "subheader";
3269
- IconsSet["subject"] = "subject";
3270
- IconsSet["subscript"] = "subscript";
3271
- IconsSet["subscriptions"] = "subscriptions";
3272
- IconsSet["subtitles"] = "subtitles";
3273
- IconsSet["subtitles_gear"] = "subtitles-gear";
3274
- IconsSet["subtitles_off"] = "subtitles-off";
3275
- IconsSet["subway"] = "subway";
3276
- IconsSet["subway_walk"] = "subway-walk";
3277
- IconsSet["summarize"] = "summarize";
3278
- IconsSet["sunny"] = "sunny";
3279
- IconsSet["sunny_snowing"] = "sunny-snowing";
3280
- IconsSet["superscript"] = "superscript";
3281
- IconsSet["supervised_user_circle"] = "supervised-user-circle";
3282
- IconsSet["supervised_user_circle_off"] = "supervised-user-circle-off";
3283
- IconsSet["supervisor_account"] = "supervisor-account";
3284
- IconsSet["support"] = "support";
3285
- IconsSet["support_agent"] = "support-agent";
3286
- IconsSet["surfing"] = "surfing";
3287
- IconsSet["surgical"] = "surgical";
3288
- IconsSet["surround_sound"] = "surround-sound";
3289
- IconsSet["swap_calls"] = "swap-calls";
3290
- IconsSet["swap_driving_apps"] = "swap-driving-apps";
3291
- IconsSet["swap_driving_apps_wheel"] = "swap-driving-apps-wheel";
3292
- IconsSet["swap_horiz"] = "swap-horiz";
3293
- IconsSet["swap_horizontal_circle"] = "swap-horizontal-circle";
3294
- IconsSet["swap_vert"] = "swap-vert";
3295
- IconsSet["swap_vertical_circle"] = "swap-vertical-circle";
3296
- IconsSet["sweep"] = "sweep";
3297
- IconsSet["swipe"] = "swipe";
3298
- IconsSet["swipe_down"] = "swipe-down";
3299
- IconsSet["swipe_down_alt"] = "swipe-down-alt";
3300
- IconsSet["swipe_left"] = "swipe-left";
3301
- IconsSet["swipe_left_alt"] = "swipe-left-alt";
3302
- IconsSet["swipe_right"] = "swipe-right";
3303
- IconsSet["swipe_right_alt"] = "swipe-right-alt";
3304
- IconsSet["swipe_up"] = "swipe-up";
3305
- IconsSet["swipe_up_alt"] = "swipe-up-alt";
3306
- IconsSet["swipe_vertical"] = "swipe-vertical";
3307
- IconsSet["switch"] = "switch";
3308
- IconsSet["switch_access"] = "switch-access";
3309
- IconsSet["switch_access_2"] = "switch-access-2";
3310
- IconsSet["switch_access_3"] = "switch-access-3";
3311
- IconsSet["switch_access_shortcut"] = "switch-access-shortcut";
3312
- IconsSet["switch_access_shortcut_add"] = "switch-access-shortcut-add";
3313
- IconsSet["switch_account"] = "switch-account";
3314
- IconsSet["switch_camera"] = "switch-camera";
3315
- IconsSet["switch_left"] = "switch-left";
3316
- IconsSet["switch_right"] = "switch-right";
3317
- IconsSet["switch_video"] = "switch-video";
3318
- IconsSet["switches"] = "switches";
3319
- IconsSet["sword_rose"] = "sword-rose";
3320
- IconsSet["swords"] = "swords";
3321
- IconsSet["symptoms"] = "symptoms";
3322
- IconsSet["synagogue"] = "synagogue";
3323
- IconsSet["sync"] = "sync";
3324
- IconsSet["sync_alt"] = "sync-alt";
3325
- IconsSet["sync_arrow_down"] = "sync-arrow-down";
3326
- IconsSet["sync_arrow_up"] = "sync-arrow-up";
3327
- IconsSet["sync_desktop"] = "sync-desktop";
3328
- IconsSet["sync_disabled"] = "sync-disabled";
3329
- IconsSet["sync_lock"] = "sync-lock";
3330
- IconsSet["sync_problem"] = "sync-problem";
3331
- IconsSet["sync_saved_locally"] = "sync-saved-locally";
3332
- IconsSet["sync_saved_locally_off"] = "sync-saved-locally-off";
3333
- IconsSet["syringe"] = "syringe";
3334
- IconsSet["system_update_alt"] = "system-update-alt";
3335
- IconsSet["tab"] = "tab";
3336
- IconsSet["tab_close"] = "tab-close";
3337
- IconsSet["tab_close_inactive"] = "tab-close-inactive";
3338
- IconsSet["tab_close_right"] = "tab-close-right";
3339
- IconsSet["tab_duplicate"] = "tab-duplicate";
3340
- IconsSet["tab_group"] = "tab-group";
3341
- IconsSet["tab_inactive"] = "tab-inactive";
3342
- IconsSet["tab_move"] = "tab-move";
3343
- IconsSet["tab_new_right"] = "tab-new-right";
3344
- IconsSet["tab_recent"] = "tab-recent";
3345
- IconsSet["tab_search"] = "tab-search";
3346
- IconsSet["tab_unselected"] = "tab-unselected";
3347
- IconsSet["table"] = "table";
3348
- IconsSet["table_bar"] = "table-bar";
3349
- IconsSet["table_chart"] = "table-chart";
3350
- IconsSet["table_chart_view"] = "table-chart-view";
3351
- IconsSet["table_convert"] = "table-convert";
3352
- IconsSet["table_edit"] = "table-edit";
3353
- IconsSet["table_eye"] = "table-eye";
3354
- IconsSet["table_lamp"] = "table-lamp";
3355
- IconsSet["table_large"] = "table-large";
3356
- IconsSet["table_restaurant"] = "table-restaurant";
3357
- IconsSet["table_rows"] = "table-rows";
3358
- IconsSet["table_rows_narrow"] = "table-rows-narrow";
3359
- IconsSet["table_sign"] = "table-sign";
3360
- IconsSet["table_view"] = "table-view";
3361
- IconsSet["tablet"] = "tablet";
3362
- IconsSet["tablet_android"] = "tablet-android";
3363
- IconsSet["tablet_camera"] = "tablet-camera";
3364
- IconsSet["tablet_mac"] = "tablet-mac";
3365
- IconsSet["tabs"] = "tabs";
3366
- IconsSet["tactic"] = "tactic";
3367
- IconsSet["tag"] = "tag";
3368
- IconsSet["takeout_dining"] = "takeout-dining";
3369
- IconsSet["takeout_dining_2"] = "takeout-dining-2";
3370
- IconsSet["tamper_detection_off"] = "tamper-detection-off";
3371
- IconsSet["tamper_detection_on"] = "tamper-detection-on";
3372
- IconsSet["tapas"] = "tapas";
3373
- IconsSet["target"] = "target";
3374
- IconsSet["task"] = "task";
3375
- IconsSet["task_alt"] = "task-alt";
3376
- IconsSet["tatami_seat"] = "tatami-seat";
3377
- IconsSet["taunt"] = "taunt";
3378
- IconsSet["taxi_alert"] = "taxi-alert";
3379
- IconsSet["team_dashboard"] = "team-dashboard";
3380
- IconsSet["temp_preferences_eco"] = "temp-preferences-eco";
3381
- IconsSet["temple_buddhist"] = "temple-buddhist";
3382
- IconsSet["temple_hindu"] = "temple-hindu";
3383
- IconsSet["tenancy"] = "tenancy";
3384
- IconsSet["terminal"] = "terminal";
3385
- IconsSet["text_ad"] = "text-ad";
3386
- IconsSet["text_compare"] = "text-compare";
3387
- IconsSet["text_decrease"] = "text-decrease";
3388
- IconsSet["text_fields"] = "text-fields";
3389
- IconsSet["text_fields_alt"] = "text-fields-alt";
3390
- IconsSet["text_format"] = "text-format";
3391
- IconsSet["text_increase"] = "text-increase";
3392
- IconsSet["text_rotate_up"] = "text-rotate-up";
3393
- IconsSet["text_rotate_vertical"] = "text-rotate-vertical";
3394
- IconsSet["text_rotation_angledown"] = "text-rotation-angledown";
3395
- IconsSet["text_rotation_angleup"] = "text-rotation-angleup";
3396
- IconsSet["text_rotation_down"] = "text-rotation-down";
3397
- IconsSet["text_rotation_none"] = "text-rotation-none";
3398
- IconsSet["text_select_end"] = "text-select-end";
3399
- IconsSet["text_select_jump_to_beginning"] = "text-select-jump-to-beginning";
3400
- IconsSet["text_select_jump_to_end"] = "text-select-jump-to-end";
3401
- IconsSet["text_select_move_back_character"] = "text-select-move-back-character";
3402
- IconsSet["text_select_move_back_word"] = "text-select-move-back-word";
3403
- IconsSet["text_select_move_down"] = "text-select-move-down";
3404
- IconsSet["text_select_move_forward_character"] = "text-select-move-forward-character";
3405
- IconsSet["text_select_move_forward_word"] = "text-select-move-forward-word";
3406
- IconsSet["text_select_move_up"] = "text-select-move-up";
3407
- IconsSet["text_select_start"] = "text-select-start";
3408
- IconsSet["text_snippet"] = "text-snippet";
3409
- IconsSet["text_to_speech"] = "text-to-speech";
3410
- IconsSet["text_up"] = "text-up";
3411
- IconsSet["texture"] = "texture";
3412
- IconsSet["texture_add"] = "texture-add";
3413
- IconsSet["texture_minus"] = "texture-minus";
3414
- IconsSet["theater_comedy"] = "theater-comedy";
3415
- IconsSet["theaters"] = "theaters";
3416
- IconsSet["thermometer"] = "thermometer";
3417
- IconsSet["thermometer_add"] = "thermometer-add";
3418
- IconsSet["thermometer_alert"] = "thermometer-alert";
3419
- IconsSet["thermometer_gain"] = "thermometer-gain";
3420
- IconsSet["thermometer_loss"] = "thermometer-loss";
3421
- IconsSet["thermometer_minus"] = "thermometer-minus";
3422
- IconsSet["thermostat"] = "thermostat";
3423
- IconsSet["thermostat_arrow_down"] = "thermostat-arrow-down";
3424
- IconsSet["thermostat_arrow_up"] = "thermostat-arrow-up";
3425
- IconsSet["thermostat_auto"] = "thermostat-auto";
3426
- IconsSet["thermostat_carbon"] = "thermostat-carbon";
3427
- IconsSet["things_to_do"] = "things-to-do";
3428
- IconsSet["thread_unread"] = "thread-unread";
3429
- IconsSet["threat_intelligence"] = "threat-intelligence";
3430
- IconsSet["thumb_down"] = "thumb-down";
3431
- IconsSet["thumb_up"] = "thumb-up";
3432
- IconsSet["thumbnail_bar"] = "thumbnail-bar";
3433
- IconsSet["thumbs_up_double"] = "thumbs-up-double";
3434
- IconsSet["thumbs_up_down"] = "thumbs-up-down";
3435
- IconsSet["thunderstorm"] = "thunderstorm";
3436
- IconsSet["tibia"] = "tibia";
3437
- IconsSet["tibia_alt"] = "tibia-alt";
3438
- IconsSet["tile_large"] = "tile-large";
3439
- IconsSet["tile_medium"] = "tile-medium";
3440
- IconsSet["tile_small"] = "tile-small";
3441
- IconsSet["time_auto"] = "time-auto";
3442
- IconsSet["timelapse"] = "timelapse";
3443
- IconsSet["timeline"] = "timeline";
3444
- IconsSet["timer"] = "timer";
3445
- IconsSet["timer_1"] = "timer-1";
3446
- IconsSet["timer_10"] = "timer-10";
3447
- IconsSet["timer_10_alt_1"] = "timer-10-alt-1";
3448
- IconsSet["timer_10_select"] = "timer-10-select";
3449
- IconsSet["timer_2"] = "timer-2";
3450
- IconsSet["timer_3"] = "timer-3";
3451
- IconsSet["timer_3_alt_1"] = "timer-3-alt-1";
3452
- IconsSet["timer_3_select"] = "timer-3-select";
3453
- IconsSet["timer_5"] = "timer-5";
3454
- IconsSet["timer_5_shutter"] = "timer-5-shutter";
3455
- IconsSet["timer_arrow_down"] = "timer-arrow-down";
3456
- IconsSet["timer_arrow_up"] = "timer-arrow-up";
3457
- IconsSet["timer_off"] = "timer-off";
3458
- IconsSet["timer_pause"] = "timer-pause";
3459
- IconsSet["timer_play"] = "timer-play";
3460
- IconsSet["tire_repair"] = "tire-repair";
3461
- IconsSet["title"] = "title";
3462
- IconsSet["titlecase"] = "titlecase";
3463
- IconsSet["toast"] = "toast";
3464
- IconsSet["toc"] = "toc";
3465
- IconsSet["today"] = "today";
3466
- IconsSet["toggle_off"] = "toggle-off";
3467
- IconsSet["toggle_on"] = "toggle-on";
3468
- IconsSet["token"] = "token";
3469
- IconsSet["toll"] = "toll";
3470
- IconsSet["tonality"] = "tonality";
3471
- IconsSet["tonality_2"] = "tonality-2";
3472
- IconsSet["toolbar"] = "toolbar";
3473
- IconsSet["tools_flat_head"] = "tools-flat-head";
3474
- IconsSet["tools_installation_kit"] = "tools-installation-kit";
3475
- IconsSet["tools_ladder"] = "tools-ladder";
3476
- IconsSet["tools_level"] = "tools-level";
3477
- IconsSet["tools_phillips"] = "tools-phillips";
3478
- IconsSet["tools_pliers_wire_stripper"] = "tools-pliers-wire-stripper";
3479
- IconsSet["tools_power_drill"] = "tools-power-drill";
3480
- IconsSet["tooltip"] = "tooltip";
3481
- IconsSet["tooltip_2"] = "tooltip-2";
3482
- IconsSet["top_panel_close"] = "top-panel-close";
3483
- IconsSet["top_panel_open"] = "top-panel-open";
3484
- IconsSet["topic"] = "topic";
3485
- IconsSet["tornado"] = "tornado";
3486
- IconsSet["total_dissolved_solids"] = "total-dissolved-solids";
3487
- IconsSet["touch_app"] = "touch-app";
3488
- IconsSet["touch_double"] = "touch-double";
3489
- IconsSet["touch_long"] = "touch-long";
3490
- IconsSet["touch_triple"] = "touch-triple";
3491
- IconsSet["touchpad_mouse"] = "touchpad-mouse";
3492
- IconsSet["touchpad_mouse_off"] = "touchpad-mouse-off";
3493
- IconsSet["tour"] = "tour";
3494
- IconsSet["toys"] = "toys";
3495
- IconsSet["toys_and_games"] = "toys-and-games";
3496
- IconsSet["toys_fan"] = "toys-fan";
3497
- IconsSet["track_changes"] = "track-changes";
3498
- IconsSet["trackpad_input"] = "trackpad-input";
3499
- IconsSet["trackpad_input_2"] = "trackpad-input-2";
3500
- IconsSet["trackpad_input_3"] = "trackpad-input-3";
3501
- IconsSet["traffic"] = "traffic";
3502
- IconsSet["traffic_jam"] = "traffic-jam";
3503
- IconsSet["trail_length"] = "trail-length";
3504
- IconsSet["trail_length_medium"] = "trail-length-medium";
3505
- IconsSet["trail_length_short"] = "trail-length-short";
3506
- IconsSet["train"] = "train";
3507
- IconsSet["tram"] = "tram";
3508
- IconsSet["transfer_within_a_station"] = "transfer-within-a-station";
3509
- IconsSet["transform"] = "transform";
3510
- IconsSet["transgender"] = "transgender";
3511
- IconsSet["transit_enterexit"] = "transit-enterexit";
3512
- IconsSet["transit_ticket"] = "transit-ticket";
3513
- IconsSet["transition_chop"] = "transition-chop";
3514
- IconsSet["transition_dissolve"] = "transition-dissolve";
3515
- IconsSet["transition_fade"] = "transition-fade";
3516
- IconsSet["transition_push"] = "transition-push";
3517
- IconsSet["transition_slide"] = "transition-slide";
3518
- IconsSet["translate"] = "translate";
3519
- IconsSet["translate_indic"] = "translate-indic";
3520
- IconsSet["transportation"] = "transportation";
3521
- IconsSet["travel"] = "travel";
3522
- IconsSet["travel_explore"] = "travel-explore";
3523
- IconsSet["travel_luggage_and_bags"] = "travel-luggage-and-bags";
3524
- IconsSet["trending_down"] = "trending-down";
3525
- IconsSet["trending_flat"] = "trending-flat";
3526
- IconsSet["trending_up"] = "trending-up";
3527
- IconsSet["triangle_circle"] = "triangle-circle";
3528
- IconsSet["trip"] = "trip";
3529
- IconsSet["trip_origin"] = "trip-origin";
3530
- IconsSet["trolley"] = "trolley";
3531
- IconsSet["trolley_cable_car"] = "trolley-cable-car";
3532
- IconsSet["trophy"] = "trophy";
3533
- IconsSet["troubleshoot"] = "troubleshoot";
3534
- IconsSet["tsunami"] = "tsunami";
3535
- IconsSet["tsv"] = "tsv";
3536
- IconsSet["tty"] = "tty";
3537
- IconsSet["tune"] = "tune";
3538
- IconsSet["turn_left"] = "turn-left";
3539
- IconsSet["turn_right"] = "turn-right";
3540
- IconsSet["turn_sharp_left"] = "turn-sharp-left";
3541
- IconsSet["turn_sharp_right"] = "turn-sharp-right";
3542
- IconsSet["turn_slight_left"] = "turn-slight-left";
3543
- IconsSet["turn_slight_right"] = "turn-slight-right";
3544
- IconsSet["tv"] = "tv";
3545
- IconsSet["tv_displays"] = "tv-displays";
3546
- IconsSet["tv_gen"] = "tv-gen";
3547
- IconsSet["tv_guide"] = "tv-guide";
3548
- IconsSet["tv_next"] = "tv-next";
3549
- IconsSet["tv_off"] = "tv-off";
3550
- IconsSet["tv_options_edit_channels"] = "tv-options-edit-channels";
3551
- IconsSet["tv_options_input_settings"] = "tv-options-input-settings";
3552
- IconsSet["tv_remote"] = "tv-remote";
3553
- IconsSet["tv_signin"] = "tv-signin";
3554
- IconsSet["tv_with_assistant"] = "tv-with-assistant";
3555
- IconsSet["two_pager"] = "two-pager";
3556
- IconsSet["two_pager_store"] = "two-pager-store";
3557
- IconsSet["two_wheeler"] = "two-wheeler";
3558
- IconsSet["type_specimen"] = "type-specimen";
3559
- IconsSet["u_turn_left"] = "u-turn-left";
3560
- IconsSet["u_turn_right"] = "u-turn-right";
3561
- IconsSet["udon"] = "udon";
3562
- IconsSet["ulna_radius"] = "ulna-radius";
3563
- IconsSet["ulna_radius_alt"] = "ulna-radius-alt";
3564
- IconsSet["umbrella"] = "umbrella";
3565
- IconsSet["unarchive"] = "unarchive";
3566
- IconsSet["undereye"] = "undereye";
3567
- IconsSet["undo"] = "undo";
3568
- IconsSet["unfold_less"] = "unfold-less";
3569
- IconsSet["unfold_less_double"] = "unfold-less-double";
3570
- IconsSet["unfold_more"] = "unfold-more";
3571
- IconsSet["unfold_more_double"] = "unfold-more-double";
3572
- IconsSet["ungroup"] = "ungroup";
3573
- IconsSet["universal_currency"] = "universal-currency";
3574
- IconsSet["universal_currency_alt"] = "universal-currency-alt";
3575
- IconsSet["universal_local"] = "universal-local";
3576
- IconsSet["unknown_2"] = "unknown-2";
3577
- IconsSet["unknown_5"] = "unknown-5";
3578
- IconsSet["unknown_7"] = "unknown-7";
3579
- IconsSet["unknown_document"] = "unknown-document";
3580
- IconsSet["unknown_med"] = "unknown-med";
3581
- IconsSet["unlicense"] = "unlicense";
3582
- IconsSet["unpaved_road"] = "unpaved-road";
3583
- IconsSet["unpublished"] = "unpublished";
3584
- IconsSet["unsubscribe"] = "unsubscribe";
3585
- IconsSet["upcoming"] = "upcoming";
3586
- IconsSet["update"] = "update";
3587
- IconsSet["update_disabled"] = "update-disabled";
3588
- IconsSet["upgrade"] = "upgrade";
3589
- IconsSet["upi_pay"] = "upi-pay";
3590
- IconsSet["upload"] = "upload";
3591
- IconsSet["upload_2"] = "upload-2";
3592
- IconsSet["upload_file"] = "upload-file";
3593
- IconsSet["uppercase"] = "uppercase";
3594
- IconsSet["urology"] = "urology";
3595
- IconsSet["usb"] = "usb";
3596
- IconsSet["usb_off"] = "usb-off";
3597
- IconsSet["user_attributes"] = "user-attributes";
3598
- IconsSet["vaccines"] = "vaccines";
3599
- IconsSet["vacuum"] = "vacuum";
3600
- IconsSet["valve"] = "valve";
3601
- IconsSet["vape_free"] = "vape-free";
3602
- IconsSet["vaping_rooms"] = "vaping-rooms";
3603
- IconsSet["variable_add"] = "variable-add";
3604
- IconsSet["variable_insert"] = "variable-insert";
3605
- IconsSet["variable_remove"] = "variable-remove";
3606
- IconsSet["variables"] = "variables";
3607
- IconsSet["ventilator"] = "ventilator";
3608
- IconsSet["verified"] = "verified";
3609
- IconsSet["verified_off"] = "verified-off";
3610
- IconsSet["verified_user"] = "verified-user";
3611
- IconsSet["vertical_align_bottom"] = "vertical-align-bottom";
3612
- IconsSet["vertical_align_center"] = "vertical-align-center";
3613
- IconsSet["vertical_align_top"] = "vertical-align-top";
3614
- IconsSet["vertical_distribute"] = "vertical-distribute";
3615
- IconsSet["vertical_shades"] = "vertical-shades";
3616
- IconsSet["vertical_shades_closed"] = "vertical-shades-closed";
3617
- IconsSet["vertical_split"] = "vertical-split";
3618
- IconsSet["video_call"] = "video-call";
3619
- IconsSet["video_camera_back"] = "video-camera-back";
3620
- IconsSet["video_camera_back_add"] = "video-camera-back-add";
3621
- IconsSet["video_camera_front"] = "video-camera-front";
3622
- IconsSet["video_camera_front_off"] = "video-camera-front-off";
3623
- IconsSet["video_chat"] = "video-chat";
3624
- IconsSet["video_file"] = "video-file";
3625
- IconsSet["video_label"] = "video-label";
3626
- IconsSet["video_library"] = "video-library";
3627
- IconsSet["video_search"] = "video-search";
3628
- IconsSet["video_settings"] = "video-settings";
3629
- IconsSet["video_stable"] = "video-stable";
3630
- IconsSet["video_template"] = "video-template";
3631
- IconsSet["videocam"] = "videocam";
3632
- IconsSet["videocam_alert"] = "videocam-alert";
3633
- IconsSet["videocam_off"] = "videocam-off";
3634
- IconsSet["videogame_asset"] = "videogame-asset";
3635
- IconsSet["videogame_asset_off"] = "videogame-asset-off";
3636
- IconsSet["view_agenda"] = "view-agenda";
3637
- IconsSet["view_apps"] = "view-apps";
3638
- IconsSet["view_array"] = "view-array";
3639
- IconsSet["view_carousel"] = "view-carousel";
3640
- IconsSet["view_column"] = "view-column";
3641
- IconsSet["view_column_2"] = "view-column-2";
3642
- IconsSet["view_comfy"] = "view-comfy";
3643
- IconsSet["view_comfy_alt"] = "view-comfy-alt";
3644
- IconsSet["view_compact"] = "view-compact";
3645
- IconsSet["view_compact_alt"] = "view-compact-alt";
3646
- IconsSet["view_cozy"] = "view-cozy";
3647
- IconsSet["view_day"] = "view-day";
3648
- IconsSet["view_headline"] = "view-headline";
3649
- IconsSet["view_in_ar"] = "view-in-ar";
3650
- IconsSet["view_in_ar_off"] = "view-in-ar-off";
3651
- IconsSet["view_kanban"] = "view-kanban";
3652
- IconsSet["view_list"] = "view-list";
3653
- IconsSet["view_module"] = "view-module";
3654
- IconsSet["view_object_track"] = "view-object-track";
3655
- IconsSet["view_quilt"] = "view-quilt";
3656
- IconsSet["view_real_size"] = "view-real-size";
3657
- IconsSet["view_sidebar"] = "view-sidebar";
3658
- IconsSet["view_stream"] = "view-stream";
3659
- IconsSet["view_timeline"] = "view-timeline";
3660
- IconsSet["view_week"] = "view-week";
3661
- IconsSet["vignette"] = "vignette";
3662
- IconsSet["vignette_2"] = "vignette-2";
3663
- IconsSet["villa"] = "villa";
3664
- IconsSet["visibility"] = "visibility";
3665
- IconsSet["visibility_lock"] = "visibility-lock";
3666
- IconsSet["visibility_off"] = "visibility-off";
3667
- IconsSet["vital_signs"] = "vital-signs";
3668
- IconsSet["vo2_max"] = "vo2-max";
3669
- IconsSet["voice_chat"] = "voice-chat";
3670
- IconsSet["voice_chat_off"] = "voice-chat-off";
3671
- IconsSet["voice_over_off"] = "voice-over-off";
3672
- IconsSet["voice_selection"] = "voice-selection";
3673
- IconsSet["voice_selection_off"] = "voice-selection-off";
3674
- IconsSet["voicemail"] = "voicemail";
3675
- IconsSet["voicemail_2"] = "voicemail-2";
3676
- IconsSet["volcano"] = "volcano";
3677
- IconsSet["volume_down"] = "volume-down";
3678
- IconsSet["volume_mute"] = "volume-mute";
3679
- IconsSet["volume_off"] = "volume-off";
3680
- IconsSet["volume_up"] = "volume-up";
3681
- IconsSet["volunteer_activism"] = "volunteer-activism";
3682
- IconsSet["voting_chip"] = "voting-chip";
3683
- IconsSet["vpn_key"] = "vpn-key";
3684
- IconsSet["vpn_key_alert"] = "vpn-key-alert";
3685
- IconsSet["vpn_key_off"] = "vpn-key-off";
3686
- IconsSet["vpn_lock"] = "vpn-lock";
3687
- IconsSet["vpn_lock_2"] = "vpn-lock-2";
3688
- IconsSet["vr180_create2d"] = "vr180-create2d";
3689
- IconsSet["vr180_create2d_off"] = "vr180-create2d-off";
3690
- IconsSet["vrpano"] = "vrpano";
3691
- IconsSet["wall_art"] = "wall-art";
3692
- IconsSet["wall_lamp"] = "wall-lamp";
3693
- IconsSet["wallet"] = "wallet";
3694
- IconsSet["wallpaper"] = "wallpaper";
3695
- IconsSet["wallpaper_slideshow"] = "wallpaper-slideshow";
3696
- IconsSet["wand_shine"] = "wand-shine";
3697
- IconsSet["wand_stars"] = "wand-stars";
3698
- IconsSet["ward"] = "ward";
3699
- IconsSet["warehouse"] = "warehouse";
3700
- IconsSet["warning"] = "warning";
3701
- IconsSet["warning_off"] = "warning-off";
3702
- IconsSet["wash"] = "wash";
3703
- IconsSet["washoku"] = "washoku";
3704
- IconsSet["watch"] = "watch";
3705
- IconsSet["watch_alert"] = "watch-alert";
3706
- IconsSet["watch_arrow"] = "watch-arrow";
3707
- IconsSet["watch_arrow_down"] = "watch-arrow-down";
3708
- IconsSet["watch_button_press"] = "watch-button-press";
3709
- IconsSet["watch_check"] = "watch-check";
3710
- IconsSet["watch_lock"] = "watch-lock";
3711
- IconsSet["watch_off"] = "watch-off";
3712
- IconsSet["watch_screentime"] = "watch-screentime";
3713
- IconsSet["watch_vibration"] = "watch-vibration";
3714
- IconsSet["watch_wake"] = "watch-wake";
3715
- IconsSet["water"] = "water";
3716
- IconsSet["water_bottle"] = "water-bottle";
3717
- IconsSet["water_bottle_large"] = "water-bottle-large";
3718
- IconsSet["water_damage"] = "water-damage";
3719
- IconsSet["water_do"] = "water-do";
3720
- IconsSet["water_drop"] = "water-drop";
3721
- IconsSet["water_ec"] = "water-ec";
3722
- IconsSet["water_full"] = "water-full";
3723
- IconsSet["water_heater"] = "water-heater";
3724
- IconsSet["water_lock"] = "water-lock";
3725
- IconsSet["water_loss"] = "water-loss";
3726
- IconsSet["water_lux"] = "water-lux";
3727
- IconsSet["water_medium"] = "water-medium";
3728
- IconsSet["water_orp"] = "water-orp";
3729
- IconsSet["water_ph"] = "water-ph";
3730
- IconsSet["water_pump"] = "water-pump";
3731
- IconsSet["water_voc"] = "water-voc";
3732
- IconsSet["waterfall_chart"] = "waterfall-chart";
3733
- IconsSet["waves"] = "waves";
3734
- IconsSet["waving_hand"] = "waving-hand";
3735
- IconsSet["wb_auto"] = "wb-auto";
3736
- IconsSet["wb_incandescent"] = "wb-incandescent";
3737
- IconsSet["wb_iridescent"] = "wb-iridescent";
3738
- IconsSet["wb_shade"] = "wb-shade";
3739
- IconsSet["wb_sunny"] = "wb-sunny";
3740
- IconsSet["wb_twilight"] = "wb-twilight";
3741
- IconsSet["wc"] = "wc";
3742
- IconsSet["weather_hail"] = "weather-hail";
3743
- IconsSet["weather_mix"] = "weather-mix";
3744
- IconsSet["weather_snowy"] = "weather-snowy";
3745
- IconsSet["web"] = "web";
3746
- IconsSet["web_asset"] = "web-asset";
3747
- IconsSet["web_asset_off"] = "web-asset-off";
3748
- IconsSet["web_stories"] = "web-stories";
3749
- IconsSet["web_traffic"] = "web-traffic";
3750
- IconsSet["webhook"] = "webhook";
3751
- IconsSet["weekend"] = "weekend";
3752
- IconsSet["weight"] = "weight";
3753
- IconsSet["west"] = "west";
3754
- IconsSet["whatshot"] = "whatshot";
3755
- IconsSet["wheelchair_pickup"] = "wheelchair-pickup";
3756
- IconsSet["where_to_vote"] = "where-to-vote";
3757
- IconsSet["widget_medium"] = "widget-medium";
3758
- IconsSet["widget_menu"] = "widget-menu";
3759
- IconsSet["widget_small"] = "widget-small";
3760
- IconsSet["widget_width"] = "widget-width";
3761
- IconsSet["widgets"] = "widgets";
3762
- IconsSet["width_full"] = "width-full";
3763
- IconsSet["width_normal"] = "width-normal";
3764
- IconsSet["width_wide"] = "width-wide";
3765
- IconsSet["wifi"] = "wifi";
3766
- IconsSet["wifi_1_bar"] = "wifi-1-bar";
3767
- IconsSet["wifi_2_bar"] = "wifi-2-bar";
3768
- IconsSet["wifi_add"] = "wifi-add";
3769
- IconsSet["wifi_calling"] = "wifi-calling";
3770
- IconsSet["wifi_calling_bar_1"] = "wifi-calling-bar-1";
3771
- IconsSet["wifi_calling_bar_2"] = "wifi-calling-bar-2";
3772
- IconsSet["wifi_calling_bar_3"] = "wifi-calling-bar-3";
3773
- IconsSet["wifi_channel"] = "wifi-channel";
3774
- IconsSet["wifi_find"] = "wifi-find";
3775
- IconsSet["wifi_home"] = "wifi-home";
3776
- IconsSet["wifi_lock"] = "wifi-lock";
3777
- IconsSet["wifi_notification"] = "wifi-notification";
3778
- IconsSet["wifi_off"] = "wifi-off";
3779
- IconsSet["wifi_password"] = "wifi-password";
3780
- IconsSet["wifi_protected_setup"] = "wifi-protected-setup";
3781
- IconsSet["wifi_proxy"] = "wifi-proxy";
3782
- IconsSet["wifi_tethering"] = "wifi-tethering";
3783
- IconsSet["wifi_tethering_error"] = "wifi-tethering-error";
3784
- IconsSet["wifi_tethering_off"] = "wifi-tethering-off";
3785
- IconsSet["wind_power"] = "wind-power";
3786
- IconsSet["window"] = "window";
3787
- IconsSet["window_closed"] = "window-closed";
3788
- IconsSet["window_open"] = "window-open";
3789
- IconsSet["window_sensor"] = "window-sensor";
3790
- IconsSet["windshield_defrost_auto"] = "windshield-defrost-auto";
3791
- IconsSet["windshield_defrost_front"] = "windshield-defrost-front";
3792
- IconsSet["windshield_defrost_rear"] = "windshield-defrost-rear";
3793
- IconsSet["windshield_heat_front"] = "windshield-heat-front";
3794
- IconsSet["wine_bar"] = "wine-bar";
3795
- IconsSet["woman"] = "woman";
3796
- IconsSet["woman_2"] = "woman-2";
3797
- IconsSet["work"] = "work";
3798
- IconsSet["work_alert"] = "work-alert";
3799
- IconsSet["work_history"] = "work-history";
3800
- IconsSet["work_update"] = "work-update";
3801
- IconsSet["workspace_premium"] = "workspace-premium";
3802
- IconsSet["workspaces"] = "workspaces";
3803
- IconsSet["wounds_injuries"] = "wounds-injuries";
3804
- IconsSet["wrap_text"] = "wrap-text";
3805
- IconsSet["wrist"] = "wrist";
3806
- IconsSet["wrong_location"] = "wrong-location";
3807
- IconsSet["wysiwyg"] = "wysiwyg";
3808
- IconsSet["x_circle"] = "x-circle";
3809
- IconsSet["y_circle"] = "y-circle";
3810
- IconsSet["yakitori"] = "yakitori";
3811
- IconsSet["yard"] = "yard";
3812
- IconsSet["yoshoku"] = "yoshoku";
3813
- IconsSet["your_trips"] = "your-trips";
3814
- IconsSet["youtube_activity"] = "youtube-activity";
3815
- IconsSet["youtube_searched_for"] = "youtube-searched-for";
3816
- IconsSet["zone_person_alert"] = "zone-person-alert";
3817
- IconsSet["zone_person_idle"] = "zone-person-idle";
3818
- IconsSet["zone_person_urgent"] = "zone-person-urgent";
3819
- IconsSet["zoom_in"] = "zoom-in";
3820
- IconsSet["zoom_in_map"] = "zoom-in-map";
3821
- IconsSet["zoom_out"] = "zoom-out";
3822
- IconsSet["zoom_out_map"] = "zoom-out-map";
3823
- })(IconsSet || (IconsSet = {}));