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