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