@bagelink/vue 0.0.903 → 0.0.911
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/AddressSaerch.vue.d.ts +7 -0
- package/dist/components/AddressSaerch.vue.d.ts.map +1 -0
- package/dist/components/ComboBox.vue.d.ts +3 -3
- package/dist/components/Comments.vue.d.ts +2 -2
- package/dist/components/ContactSubmissions.vue.d.ts +2 -2
- package/dist/components/DropDown.vue.d.ts +207 -45
- package/dist/components/DropDown.vue.d.ts.map +1 -1
- package/dist/components/FormSchema.vue.d.ts +4 -5
- package/dist/components/LangText.vue.d.ts +2 -2
- package/dist/components/ModalBglForm.vue.d.ts +20 -21
- package/dist/components/PersonPreview.vue.d.ts +4 -5
- package/dist/components/PersonPreviewFormkit.vue.d.ts +3 -4
- package/dist/components/Popover.vue.d.ts +10 -0
- package/dist/components/Popover.vue.d.ts.map +1 -0
- package/dist/components/RTXEditor.vue.d.ts +3 -3
- package/dist/components/TabbedLayout.vue.d.ts +4 -5
- package/dist/components/TableSchema.vue.d.ts +10 -2
- package/dist/components/TableSchema.vue.d.ts.map +1 -1
- package/dist/components/charts/BarChart.vue.d.ts +2 -2
- package/dist/components/form/BglField.vue.d.ts +6 -2
- package/dist/components/form/BglField.vue.d.ts.map +1 -1
- package/dist/components/form/BglMultiStepForm.vue.d.ts +21 -3
- package/dist/components/form/BglMultiStepForm.vue.d.ts.map +1 -1
- package/dist/components/form/ItemRef.vue.d.ts +3 -5
- package/dist/components/form/ItemRef.vue.d.ts.map +1 -1
- package/dist/components/form/MaterialIcon.vue.d.ts +3 -4
- package/dist/components/form/PlainInputField.vue.d.ts +3 -3
- package/dist/components/form/inputs/CurrencyInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/DatetimeInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/DurationInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/DynamicLinkField.vue.d.ts +3 -3
- package/dist/components/form/inputs/EmailInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/FileUpload.vue.d.ts +0 -2
- package/dist/components/form/inputs/FileUpload.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/FloatInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/IntInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/LinkField.vue.d.ts +3 -3
- package/dist/components/form/inputs/Password.vue.d.ts +3 -3
- package/dist/components/form/inputs/PlainText.vue.d.ts +3 -3
- package/dist/components/form/inputs/RadioGroup.vue.d.ts +6 -2
- package/dist/components/form/inputs/RadioGroup.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/ReadOnlyInput.vue.d.ts +2 -2
- package/dist/components/form/inputs/RichText2/index.vue.d.ts +1 -0
- package/dist/components/form/inputs/RichText2/index.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RichTextEditor.vue.d.ts +3 -3
- package/dist/components/form/inputs/SelectField.vue.d.ts +8 -6
- package/dist/components/form/inputs/SelectField.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.vue.d.ts +64 -6
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TelInput.vue.d.ts +2 -2
- package/dist/components/form/inputs/TextArea.vue.d.ts +3 -3
- package/dist/components/form/inputs/TextInput.vue.d.ts +3 -1
- package/dist/components/form/inputs/TextInput.vue.d.ts.map +1 -1
- package/dist/components/formkit/AddressArray.vue.d.ts +2 -2
- package/dist/components/formkit/BankDetailsArray.vue.d.ts +2 -2
- package/dist/components/formkit/ContactArrayFormKit.vue.d.ts +2 -2
- package/dist/components/formkit/FileUploader.vue.d.ts +2 -2
- package/dist/components/formkit/MiscFields.vue.d.ts +2 -2
- package/dist/components/formkit/Toggle.vue.d.ts +2 -2
- package/dist/components/sortable/Animation.d.ts +43 -0
- package/dist/components/sortable/Animation.d.ts.map +1 -0
- package/dist/components/sortable/BrowserInfo.d.ts +7 -0
- package/dist/components/sortable/BrowserInfo.d.ts.map +1 -0
- package/dist/components/sortable/EventDispatcher.d.ts +13 -0
- package/dist/components/sortable/EventDispatcher.d.ts.map +1 -0
- package/dist/components/sortable/PluginManager.d.ts +27 -0
- package/dist/components/sortable/PluginManager.d.ts.map +1 -0
- package/dist/components/sortable/Sortable.d.ts +81 -0
- package/dist/components/sortable/Sortable.d.ts.map +1 -0
- package/dist/components/sortable/index.d.ts +5 -0
- package/dist/components/sortable/index.d.ts.map +1 -0
- package/dist/components/sortable/utils.d.ts +49 -0
- package/dist/components/sortable/utils.d.ts.map +1 -0
- package/dist/components/whatsapp/form/MsgTemplate.vue.d.ts +3 -4
- package/dist/components/whatsapp/form/TextVariableExamples.vue.d.ts +2 -2
- package/dist/composables/drag-n-drop/useDraggable.d.ts +2 -0
- package/dist/composables/drag-n-drop/useDraggable.d.ts.map +1 -0
- package/dist/index.cjs +1612 -1837
- package/dist/index.mjs +1612 -1837
- package/dist/plugins/drag-n-drop/draggable.d.ts +4 -0
- package/dist/plugins/drag-n-drop/draggable.d.ts.map +1 -0
- package/dist/plugins/drag-n-drop/droppable.d.ts +4 -0
- package/dist/plugins/drag-n-drop/droppable.d.ts.map +1 -0
- package/dist/plugins/drag-n-drop/index.d.ts +5 -0
- package/dist/plugins/drag-n-drop/index.d.ts.map +1 -0
- package/dist/plugins/drag-n-drop/useDraggable.d.ts +8 -0
- package/dist/plugins/drag-n-drop/useDraggable.d.ts.map +1 -0
- package/dist/plugins/drag-n-drop/useDroppable.d.ts +7 -0
- package/dist/plugins/drag-n-drop/useDroppable.d.ts.map +1 -0
- package/dist/style.css +107 -90
- package/dist/types/materialIcon.d.ts +2 -0
- package/dist/types/materialIcon.d.ts.map +1 -0
- package/dist/types/materialIcons.d.ts +1 -1
- package/dist/types/materialIcons.d.ts.map +1 -1
- package/dist/utils/BagelFormUtils.d.ts +30 -2
- package/dist/utils/BagelFormUtils.d.ts.map +1 -1
- package/dist/utils/objects.d.ts +0 -1
- package/package.json +1 -1
- package/src/components/Dropdown.vue +17 -4
- package/src/components/form/inputs/RichText2/index.vue +2 -1
- package/src/components/form/inputs/SelectInput.vue +28 -46
- package/src/components/form/inputs/TextInput.vue +3 -0
- package/src/types/materialIcons.ts +522 -11
- package/dist/components/Accordion.d.ts +0 -12
- package/dist/components/Accordion.d.ts.map +0 -1
- package/dist/components/AccordionItem.d.ts +0 -34
- package/dist/components/AccordionItem.d.ts.map +0 -1
- package/dist/components/Alert.d.ts +0 -34
- package/dist/components/Alert.d.ts.map +0 -1
- package/dist/components/Avatar.d.ts +0 -36
- package/dist/components/Avatar.d.ts.map +0 -1
- package/dist/components/Badge.d.ts +0 -22
- package/dist/components/Badge.d.ts.map +0 -1
- package/dist/components/BglVideo.d.ts +0 -20
- package/dist/components/BglVideo.d.ts.map +0 -1
- package/dist/components/Btn.d.ts +0 -99
- package/dist/components/Btn.d.ts.map +0 -1
- package/dist/components/Card.d.ts +0 -39
- package/dist/components/Card.d.ts.map +0 -1
- package/dist/components/Carousel.d.ts +0 -74
- package/dist/components/Carousel.d.ts.map +0 -1
- package/dist/components/DataPreview.d.ts +0 -42
- package/dist/components/DataPreview.d.ts.map +0 -1
- package/dist/components/Drop.vue.d.ts +0 -34
- package/dist/components/Drop.vue.d.ts.map +0 -1
- package/dist/components/FileUploader.vue.d.ts +0 -60
- package/dist/components/FileUploader.vue.d.ts.map +0 -1
- package/dist/components/Flag.d.ts +0 -20
- package/dist/components/Flag.d.ts.map +0 -1
- package/dist/components/ListItem.d.ts +0 -34
- package/dist/components/ListItem.d.ts.map +0 -1
- package/dist/components/ListView.d.ts +0 -13
- package/dist/components/ListView.d.ts.map +0 -1
- package/dist/components/MapEmbed.d.ts +0 -3
- package/dist/components/MapEmbed.d.ts.map +0 -1
- package/dist/components/MaterialIcon.d.ts +0 -26
- package/dist/components/MaterialIcon.d.ts.map +0 -1
- package/dist/components/Modal.d.ts +0 -46
- package/dist/components/Modal.d.ts.map +0 -1
- package/dist/components/ModalConfirm.d.ts +0 -24
- package/dist/components/ModalConfirm.d.ts.map +0 -1
- package/dist/components/ModalForm.d.ts +0 -78
- package/dist/components/ModalForm.d.ts.map +0 -1
- package/dist/components/NavBar.d.ts +0 -64
- package/dist/components/NavBar.d.ts.map +0 -1
- package/dist/components/PageTitle.d.ts +0 -24
- package/dist/components/PageTitle.d.ts.map +0 -1
- package/dist/components/RouterWrapper.d.ts +0 -3
- package/dist/components/RouterWrapper.d.ts.map +0 -1
- package/dist/components/TableSchema.d.ts +0 -35
- package/dist/components/TableSchema.d.ts.map +0 -1
- package/dist/components/Title.d.ts +0 -42
- package/dist/components/Title.d.ts.map +0 -1
- package/dist/components/TopBar.d.ts +0 -12
- package/dist/components/TopBar.d.ts.map +0 -1
- package/dist/components/dashboard/Lineart.d.ts +0 -20
- package/dist/components/dashboard/Lineart.d.ts.map +0 -1
- package/dist/components/form/BglField.d.ts +0 -25
- package/dist/components/form/BglField.d.ts.map +0 -1
- package/dist/components/form/BglForm.d.ts +0 -75
- package/dist/components/form/BglForm.d.ts.map +0 -1
- package/dist/components/form/inputs/CheckInput.d.ts +0 -56
- package/dist/components/form/inputs/CheckInput.d.ts.map +0 -1
- package/dist/components/form/inputs/Checkbox.d.ts +0 -16
- package/dist/components/form/inputs/Checkbox.d.ts.map +0 -1
- package/dist/components/form/inputs/ColorPicker.d.ts +0 -48
- package/dist/components/form/inputs/ColorPicker.d.ts.map +0 -1
- package/dist/components/form/inputs/DateInput.d.ts +0 -64
- package/dist/components/form/inputs/DateInput.d.ts.map +0 -1
- package/dist/components/form/inputs/DatePicker.d.ts +0 -33
- package/dist/components/form/inputs/DatePicker.d.ts.map +0 -1
- package/dist/components/form/inputs/FileUpload.d.ts +0 -108
- package/dist/components/form/inputs/FileUpload.d.ts.map +0 -1
- package/dist/components/form/inputs/JSONInput.d.ts +0 -53
- package/dist/components/form/inputs/JSONInput.d.ts.map +0 -1
- package/dist/components/form/inputs/RadioGroup.d.ts +0 -42
- package/dist/components/form/inputs/RadioGroup.d.ts.map +0 -1
- package/dist/components/form/inputs/RadioPillsInput.d.ts +0 -48
- package/dist/components/form/inputs/RadioPillsInput.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText.d.ts +0 -20
- package/dist/components/form/inputs/RichText.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText2/Toolbar.d.ts +0 -22
- package/dist/components/form/inputs/RichText2/Toolbar.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText2/index.d.ts +0 -24
- package/dist/components/form/inputs/RichText2/index.d.ts.map +0 -1
- package/dist/components/form/inputs/SelectInput.d.ts +0 -55
- package/dist/components/form/inputs/SelectInput.d.ts.map +0 -1
- package/dist/components/form/inputs/SignaturePad.d.ts +0 -72
- package/dist/components/form/inputs/SignaturePad.d.ts.map +0 -1
- package/dist/components/form/inputs/TableField.d.ts +0 -45
- package/dist/components/form/inputs/TableField.d.ts.map +0 -1
- package/dist/components/form/inputs/TelInput.d.ts +0 -241
- package/dist/components/form/inputs/TelInput.d.ts.map +0 -1
- package/dist/components/form/inputs/TextInput.d.ts +0 -90
- package/dist/components/form/inputs/TextInput.d.ts.map +0 -1
- package/dist/components/form/inputs/ToggleInput.d.ts +0 -58
- package/dist/components/form/inputs/ToggleInput.d.ts.map +0 -1
- package/dist/components/layout/BottomMenu.d.ts +0 -27
- package/dist/components/layout/BottomMenu.d.ts.map +0 -1
- package/dist/components/layout/Layout.d.ts +0 -58
- package/dist/components/layout/Layout.d.ts.map +0 -1
- package/dist/components/layout/SidebarMenu.d.ts +0 -38
- package/dist/components/layout/SidebarMenu.d.ts.map +0 -1
- package/dist/components/layout/TabbedLayout.d.ts +0 -42
- package/dist/components/layout/TabbedLayout.d.ts.map +0 -1
- package/dist/components/layout/Tabs.d.ts +0 -31
- package/dist/components/layout/Tabs.d.ts.map +0 -1
- package/dist/components/layout/TabsBody.d.ts +0 -23
- package/dist/components/layout/TabsBody.d.ts.map +0 -1
- package/dist/components/layout/TabsNav.d.ts +0 -35
- package/dist/components/layout/TabsNav.d.ts.map +0 -1
- package/dist/vue.css +0 -13800
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
export type MaterialIcons =
|
|
2
|
-
| '10k'
|
|
1
|
+
export type MaterialIcons = '10k'
|
|
3
2
|
| '10mp'
|
|
4
3
|
| '11mp'
|
|
5
4
|
| '123'
|
|
@@ -20,6 +19,7 @@ export type MaterialIcons =
|
|
|
20
19
|
| '21mp'
|
|
21
20
|
| '22mp'
|
|
22
21
|
| '23mp'
|
|
22
|
+
| '24fps_select'
|
|
23
23
|
| '24mp'
|
|
24
24
|
| '2d'
|
|
25
25
|
| '2k'
|
|
@@ -64,6 +64,10 @@ export type MaterialIcons =
|
|
|
64
64
|
| '9mp'
|
|
65
65
|
| 'abc'
|
|
66
66
|
| 'ac_unit'
|
|
67
|
+
| 'access_alarm'
|
|
68
|
+
| 'access_alarms'
|
|
69
|
+
| 'access_time'
|
|
70
|
+
| 'access_time_filled'
|
|
67
71
|
| 'accessibility'
|
|
68
72
|
| 'accessibility_new'
|
|
69
73
|
| 'accessible'
|
|
@@ -88,8 +92,10 @@ export type MaterialIcons =
|
|
|
88
92
|
| 'adaptive_audio_mic_off'
|
|
89
93
|
| 'adb'
|
|
90
94
|
| 'add'
|
|
95
|
+
| 'add_2'
|
|
91
96
|
| 'add_a_photo'
|
|
92
97
|
| 'add_ad'
|
|
98
|
+
| 'add_alarm'
|
|
93
99
|
| 'add_alert'
|
|
94
100
|
| 'add_box'
|
|
95
101
|
| 'add_business'
|
|
@@ -97,9 +103,14 @@ export type MaterialIcons =
|
|
|
97
103
|
| 'add_card'
|
|
98
104
|
| 'add_chart'
|
|
99
105
|
| 'add_circle'
|
|
106
|
+
| 'add_circle_outline'
|
|
107
|
+
| 'add_column_left'
|
|
108
|
+
| 'add_column_right'
|
|
100
109
|
| 'add_comment'
|
|
110
|
+
| 'add_diamond'
|
|
101
111
|
| 'add_home'
|
|
102
112
|
| 'add_home_work'
|
|
113
|
+
| 'add_ic_call'
|
|
103
114
|
| 'add_link'
|
|
104
115
|
| 'add_location'
|
|
105
116
|
| 'add_location_alt'
|
|
@@ -108,12 +119,16 @@ export type MaterialIcons =
|
|
|
108
119
|
| 'add_photo_alternate'
|
|
109
120
|
| 'add_reaction'
|
|
110
121
|
| 'add_road'
|
|
122
|
+
| 'add_row_above'
|
|
123
|
+
| 'add_row_below'
|
|
111
124
|
| 'add_shopping_cart'
|
|
112
125
|
| 'add_task'
|
|
113
126
|
| 'add_to_drive'
|
|
114
127
|
| 'add_to_home_screen'
|
|
115
128
|
| 'add_to_photos'
|
|
116
129
|
| 'add_to_queue'
|
|
130
|
+
| 'add_triangle'
|
|
131
|
+
| 'addchart'
|
|
117
132
|
| 'adf_scanner'
|
|
118
133
|
| 'adjust'
|
|
119
134
|
| 'admin_meds'
|
|
@@ -188,7 +203,9 @@ export type MaterialIcons =
|
|
|
188
203
|
| 'analytics'
|
|
189
204
|
| 'anchor'
|
|
190
205
|
| 'android'
|
|
206
|
+
| 'animated_images'
|
|
191
207
|
| 'animation'
|
|
208
|
+
| 'announcement'
|
|
192
209
|
| 'aod'
|
|
193
210
|
| 'aod_tablet'
|
|
194
211
|
| 'aod_watch'
|
|
@@ -200,6 +217,7 @@ export type MaterialIcons =
|
|
|
200
217
|
| 'app_blocking'
|
|
201
218
|
| 'app_promo'
|
|
202
219
|
| 'app_registration'
|
|
220
|
+
| 'app_settings_alt'
|
|
203
221
|
| 'app_shortcut'
|
|
204
222
|
| 'apparel'
|
|
205
223
|
| 'approval'
|
|
@@ -216,6 +234,7 @@ export type MaterialIcons =
|
|
|
216
234
|
| 'arming_countdown'
|
|
217
235
|
| 'arrow_and_edge'
|
|
218
236
|
| 'arrow_back'
|
|
237
|
+
| 'arrow_back_2'
|
|
219
238
|
| 'arrow_back_ios'
|
|
220
239
|
| 'arrow_back_ios_new'
|
|
221
240
|
| 'arrow_circle_down'
|
|
@@ -233,6 +252,8 @@ export type MaterialIcons =
|
|
|
233
252
|
| 'arrow_insert'
|
|
234
253
|
| 'arrow_left'
|
|
235
254
|
| 'arrow_left_alt'
|
|
255
|
+
| 'arrow_menu_close'
|
|
256
|
+
| 'arrow_menu_open'
|
|
236
257
|
| 'arrow_or_edge'
|
|
237
258
|
| 'arrow_outward'
|
|
238
259
|
| 'arrow_range'
|
|
@@ -242,17 +263,22 @@ export type MaterialIcons =
|
|
|
242
263
|
| 'arrow_split'
|
|
243
264
|
| 'arrow_top_left'
|
|
244
265
|
| 'arrow_top_right'
|
|
266
|
+
| 'arrow_upload_progress'
|
|
267
|
+
| 'arrow_upload_ready'
|
|
245
268
|
| 'arrow_upward'
|
|
246
269
|
| 'arrow_upward_alt'
|
|
247
270
|
| 'arrow_warm_up'
|
|
271
|
+
| 'arrows_input'
|
|
248
272
|
| 'arrows_more_down'
|
|
249
273
|
| 'arrows_more_up'
|
|
274
|
+
| 'arrows_output'
|
|
250
275
|
| 'arrows_outward'
|
|
251
276
|
| 'art_track'
|
|
252
277
|
| 'article'
|
|
253
278
|
| 'article_shortcut'
|
|
254
279
|
| 'artist'
|
|
255
280
|
| 'aspect_ratio'
|
|
281
|
+
| 'assessment'
|
|
256
282
|
| 'assignment'
|
|
257
283
|
| 'assignment_add'
|
|
258
284
|
| 'assignment_ind'
|
|
@@ -261,10 +287,12 @@ export type MaterialIcons =
|
|
|
261
287
|
| 'assignment_returned'
|
|
262
288
|
| 'assignment_turned_in'
|
|
263
289
|
| 'assist_walker'
|
|
290
|
+
| 'assistant'
|
|
264
291
|
| 'assistant_device'
|
|
265
292
|
| 'assistant_direction'
|
|
266
293
|
| 'assistant_navigation'
|
|
267
294
|
| 'assistant_on_hub'
|
|
295
|
+
| 'assistant_photo'
|
|
268
296
|
| 'assured_workload'
|
|
269
297
|
| 'asterisk'
|
|
270
298
|
| 'atm'
|
|
@@ -280,15 +308,23 @@ export type MaterialIcons =
|
|
|
280
308
|
| 'audio_description'
|
|
281
309
|
| 'audio_file'
|
|
282
310
|
| 'audio_video_receiver'
|
|
311
|
+
| 'audiotrack'
|
|
312
|
+
| 'auto_awesome'
|
|
283
313
|
| 'auto_awesome_mosaic'
|
|
284
314
|
| 'auto_awesome_motion'
|
|
285
315
|
| 'auto_delete'
|
|
316
|
+
| 'auto_fix_high'
|
|
317
|
+
| 'auto_fix_normal'
|
|
318
|
+
| 'auto_fix_off'
|
|
319
|
+
| 'auto_graph'
|
|
320
|
+
| 'auto_mode'
|
|
286
321
|
| 'auto_read_pause'
|
|
287
322
|
| 'auto_read_play'
|
|
288
323
|
| 'auto_stories'
|
|
289
324
|
| 'auto_towing'
|
|
290
325
|
| 'auto_transmission'
|
|
291
326
|
| 'autofps_select'
|
|
327
|
+
| 'automation'
|
|
292
328
|
| 'autopause'
|
|
293
329
|
| 'autoplay'
|
|
294
330
|
| 'autorenew'
|
|
@@ -322,6 +358,7 @@ export type MaterialIcons =
|
|
|
322
358
|
| 'ballot'
|
|
323
359
|
| 'bar_chart'
|
|
324
360
|
| 'bar_chart_4_bars'
|
|
361
|
+
| 'bar_chart_off'
|
|
325
362
|
| 'barcode'
|
|
326
363
|
| 'barcode_reader'
|
|
327
364
|
| 'barcode_scanner'
|
|
@@ -334,11 +371,17 @@ export type MaterialIcons =
|
|
|
334
371
|
| 'bathtub'
|
|
335
372
|
| 'battery_0_bar'
|
|
336
373
|
| 'battery_1_bar'
|
|
374
|
+
| 'battery_20'
|
|
337
375
|
| 'battery_2_bar'
|
|
376
|
+
| 'battery_30'
|
|
338
377
|
| 'battery_3_bar'
|
|
339
378
|
| 'battery_4_bar'
|
|
379
|
+
| 'battery_50'
|
|
340
380
|
| 'battery_5_bar'
|
|
381
|
+
| 'battery_60'
|
|
341
382
|
| 'battery_6_bar'
|
|
383
|
+
| 'battery_80'
|
|
384
|
+
| 'battery_90'
|
|
342
385
|
| 'battery_alert'
|
|
343
386
|
| 'battery_change'
|
|
344
387
|
| 'battery_charging_20'
|
|
@@ -360,6 +403,7 @@ export type MaterialIcons =
|
|
|
360
403
|
| 'battery_saver'
|
|
361
404
|
| 'battery_share'
|
|
362
405
|
| 'battery_status_good'
|
|
406
|
+
| 'battery_std'
|
|
363
407
|
| 'battery_unknown'
|
|
364
408
|
| 'battery_very_low'
|
|
365
409
|
| 'beach_access'
|
|
@@ -375,6 +419,8 @@ export type MaterialIcons =
|
|
|
375
419
|
| 'bid_landscape'
|
|
376
420
|
| 'bid_landscape_disabled'
|
|
377
421
|
| 'bigtop_updates'
|
|
422
|
+
| 'bike_dock'
|
|
423
|
+
| 'bike_lane'
|
|
378
424
|
| 'bike_scooter'
|
|
379
425
|
| 'biotech'
|
|
380
426
|
| 'blanket'
|
|
@@ -383,9 +429,11 @@ export type MaterialIcons =
|
|
|
383
429
|
| 'blinds'
|
|
384
430
|
| 'blinds_closed'
|
|
385
431
|
| 'block'
|
|
432
|
+
| 'block_flipped'
|
|
386
433
|
| 'blood_pressure'
|
|
387
434
|
| 'bloodtype'
|
|
388
435
|
| 'bluetooth'
|
|
436
|
+
| 'bluetooth_audio'
|
|
389
437
|
| 'bluetooth_connected'
|
|
390
438
|
| 'bluetooth_disabled'
|
|
391
439
|
| 'bluetooth_drive'
|
|
@@ -404,14 +452,24 @@ export type MaterialIcons =
|
|
|
404
452
|
| 'book_2'
|
|
405
453
|
| 'book_3'
|
|
406
454
|
| 'book_4'
|
|
455
|
+
| 'book_4_spark'
|
|
407
456
|
| 'book_5'
|
|
457
|
+
| 'book_6'
|
|
408
458
|
| 'book_online'
|
|
459
|
+
| 'book_ribbon'
|
|
409
460
|
| 'bookmark'
|
|
410
461
|
| 'bookmark_add'
|
|
411
462
|
| 'bookmark_added'
|
|
463
|
+
| 'bookmark_bag'
|
|
464
|
+
| 'bookmark_border'
|
|
465
|
+
| 'bookmark_check'
|
|
466
|
+
| 'bookmark_flag'
|
|
467
|
+
| 'bookmark_heart'
|
|
412
468
|
| 'bookmark_manager'
|
|
413
469
|
| 'bookmark_remove'
|
|
470
|
+
| 'bookmark_star'
|
|
414
471
|
| 'bookmarks'
|
|
472
|
+
| 'books_movies_and_music'
|
|
415
473
|
| 'border_all'
|
|
416
474
|
| 'border_bottom'
|
|
417
475
|
| 'border_clear'
|
|
@@ -424,6 +482,7 @@ export type MaterialIcons =
|
|
|
424
482
|
| 'border_style'
|
|
425
483
|
| 'border_top'
|
|
426
484
|
| 'border_vertical'
|
|
485
|
+
| 'borg'
|
|
427
486
|
| 'bottom_app_bar'
|
|
428
487
|
| 'bottom_drawer'
|
|
429
488
|
| 'bottom_navigation'
|
|
@@ -442,6 +501,7 @@ export type MaterialIcons =
|
|
|
442
501
|
| 'breaking_news'
|
|
443
502
|
| 'breaking_news_alt_1'
|
|
444
503
|
| 'breastfeeding'
|
|
504
|
+
| 'brick'
|
|
445
505
|
| 'brightness_1'
|
|
446
506
|
| 'brightness_2'
|
|
447
507
|
| 'brightness_3'
|
|
@@ -462,6 +522,7 @@ export type MaterialIcons =
|
|
|
462
522
|
| 'browse'
|
|
463
523
|
| 'browse_activity'
|
|
464
524
|
| 'browse_gallery'
|
|
525
|
+
| 'browser_not_supported'
|
|
465
526
|
| 'browser_updated'
|
|
466
527
|
| 'brunch_dining'
|
|
467
528
|
| 'brush'
|
|
@@ -474,12 +535,14 @@ export type MaterialIcons =
|
|
|
474
535
|
| 'bungalow'
|
|
475
536
|
| 'burst_mode'
|
|
476
537
|
| 'bus_alert'
|
|
538
|
+
| 'business'
|
|
477
539
|
| 'business_center'
|
|
478
540
|
| 'business_chip'
|
|
479
541
|
| 'business_messages'
|
|
480
542
|
| 'buttons_alt'
|
|
481
543
|
| 'cabin'
|
|
482
544
|
| 'cable'
|
|
545
|
+
| 'cable_car'
|
|
483
546
|
| 'cached'
|
|
484
547
|
| 'cadence'
|
|
485
548
|
| 'cake'
|
|
@@ -505,6 +568,8 @@ export type MaterialIcons =
|
|
|
505
568
|
| 'call_split'
|
|
506
569
|
| 'call_to_action'
|
|
507
570
|
| 'camera'
|
|
571
|
+
| 'camera_alt'
|
|
572
|
+
| 'camera_enhance'
|
|
508
573
|
| 'camera_front'
|
|
509
574
|
| 'camera_indoor'
|
|
510
575
|
| 'camera_outdoor'
|
|
@@ -525,11 +590,13 @@ export type MaterialIcons =
|
|
|
525
590
|
| 'car_rental'
|
|
526
591
|
| 'car_repair'
|
|
527
592
|
| 'car_tag'
|
|
593
|
+
| 'card_giftcard'
|
|
528
594
|
| 'card_membership'
|
|
529
595
|
| 'card_travel'
|
|
530
596
|
| 'cardio_load'
|
|
531
597
|
| 'cardiology'
|
|
532
598
|
| 'cards'
|
|
599
|
+
| 'cards_star'
|
|
533
600
|
| 'carpenter'
|
|
534
601
|
| 'carry_on_bag'
|
|
535
602
|
| 'carry_on_bag_checked'
|
|
@@ -543,7 +610,9 @@ export type MaterialIcons =
|
|
|
543
610
|
| 'cast_pause'
|
|
544
611
|
| 'cast_warning'
|
|
545
612
|
| 'castle'
|
|
613
|
+
| 'catching_pokemon'
|
|
546
614
|
| 'category'
|
|
615
|
+
| 'category_search'
|
|
547
616
|
| 'celebration'
|
|
548
617
|
| 'cell_merge'
|
|
549
618
|
| 'cell_tower'
|
|
@@ -562,13 +631,16 @@ export type MaterialIcons =
|
|
|
562
631
|
| 'chat_add_on'
|
|
563
632
|
| 'chat_apps_script'
|
|
564
633
|
| 'chat_bubble'
|
|
634
|
+
| 'chat_bubble_outline'
|
|
565
635
|
| 'chat_error'
|
|
566
636
|
| 'chat_info'
|
|
567
637
|
| 'chat_paste_go'
|
|
638
|
+
| 'chat_paste_go_2'
|
|
568
639
|
| 'check'
|
|
569
640
|
| 'check_box'
|
|
570
641
|
| 'check_box_outline_blank'
|
|
571
642
|
| 'check_circle'
|
|
643
|
+
| 'check_circle_outline'
|
|
572
644
|
| 'check_in_out'
|
|
573
645
|
| 'check_indeterminate_small'
|
|
574
646
|
| 'check_small'
|
|
@@ -580,6 +652,9 @@ export type MaterialIcons =
|
|
|
580
652
|
| 'checkroom'
|
|
581
653
|
| 'cheer'
|
|
582
654
|
| 'chess'
|
|
655
|
+
| 'chess_pawn'
|
|
656
|
+
| 'chevron_backward'
|
|
657
|
+
| 'chevron_forward'
|
|
583
658
|
| 'chevron_left'
|
|
584
659
|
| 'chevron_right'
|
|
585
660
|
| 'child_care'
|
|
@@ -597,6 +672,7 @@ export type MaterialIcons =
|
|
|
597
672
|
| 'circles'
|
|
598
673
|
| 'circles_ext'
|
|
599
674
|
| 'clarify'
|
|
675
|
+
| 'class'
|
|
600
676
|
| 'clean_hands'
|
|
601
677
|
| 'cleaning'
|
|
602
678
|
| 'cleaning_bucket'
|
|
@@ -604,9 +680,10 @@ export type MaterialIcons =
|
|
|
604
680
|
| 'clear'
|
|
605
681
|
| 'clear_all'
|
|
606
682
|
| 'clear_day'
|
|
607
|
-
| 'clear_night'
|
|
608
683
|
| 'climate_mini_split'
|
|
609
684
|
| 'clinical_notes'
|
|
685
|
+
| 'clock_arrow_down'
|
|
686
|
+
| 'clock_arrow_up'
|
|
610
687
|
| 'clock_loader_10'
|
|
611
688
|
| 'clock_loader_20'
|
|
612
689
|
| 'clock_loader_40'
|
|
@@ -619,11 +696,15 @@ export type MaterialIcons =
|
|
|
619
696
|
| 'closed_caption'
|
|
620
697
|
| 'closed_caption_add'
|
|
621
698
|
| 'closed_caption_disabled'
|
|
699
|
+
| 'closed_caption_off'
|
|
622
700
|
| 'cloud'
|
|
701
|
+
| 'cloud_alert'
|
|
623
702
|
| 'cloud_circle'
|
|
624
703
|
| 'cloud_done'
|
|
625
704
|
| 'cloud_download'
|
|
705
|
+
| 'cloud_lock'
|
|
626
706
|
| 'cloud_off'
|
|
707
|
+
| 'cloud_queue'
|
|
627
708
|
| 'cloud_sync'
|
|
628
709
|
| 'cloud_upload'
|
|
629
710
|
| 'cloudy_snowing'
|
|
@@ -635,11 +716,15 @@ export type MaterialIcons =
|
|
|
635
716
|
| 'coffee'
|
|
636
717
|
| 'coffee_maker'
|
|
637
718
|
| 'cognition'
|
|
719
|
+
| 'cognition_2'
|
|
638
720
|
| 'collapse_all'
|
|
639
721
|
| 'collapse_content'
|
|
722
|
+
| 'collections'
|
|
640
723
|
| 'collections_bookmark'
|
|
724
|
+
| 'color_lens'
|
|
641
725
|
| 'colorize'
|
|
642
726
|
| 'colors'
|
|
727
|
+
| 'combine_columns'
|
|
643
728
|
| 'comedy_mask'
|
|
644
729
|
| 'comic_bubble'
|
|
645
730
|
| 'comment'
|
|
@@ -679,16 +764,22 @@ export type MaterialIcons =
|
|
|
679
764
|
| 'content_paste_go'
|
|
680
765
|
| 'content_paste_off'
|
|
681
766
|
| 'content_paste_search'
|
|
767
|
+
| 'contextual_token'
|
|
768
|
+
| 'contextual_token_add'
|
|
682
769
|
| 'contract'
|
|
683
770
|
| 'contract_delete'
|
|
684
771
|
| 'contract_edit'
|
|
685
772
|
| 'contrast'
|
|
773
|
+
| 'contrast_circle'
|
|
686
774
|
| 'contrast_rtl_off'
|
|
775
|
+
| 'contrast_square'
|
|
687
776
|
| 'control_camera'
|
|
777
|
+
| 'control_point'
|
|
688
778
|
| 'control_point_duplicate'
|
|
689
779
|
| 'controller_gen'
|
|
690
780
|
| 'conversion_path'
|
|
691
781
|
| 'conversion_path_off'
|
|
782
|
+
| 'convert_to_text'
|
|
692
783
|
| 'conveyor_belt'
|
|
693
784
|
| 'cookie'
|
|
694
785
|
| 'cookie_off'
|
|
@@ -710,8 +801,10 @@ export type MaterialIcons =
|
|
|
710
801
|
| 'counter_8'
|
|
711
802
|
| 'counter_9'
|
|
712
803
|
| 'countertops'
|
|
804
|
+
| 'create'
|
|
713
805
|
| 'create_new_folder'
|
|
714
806
|
| 'credit_card'
|
|
807
|
+
| 'credit_card_clock'
|
|
715
808
|
| 'credit_card_gear'
|
|
716
809
|
| 'credit_card_heart'
|
|
717
810
|
| 'credit_card_off'
|
|
@@ -724,8 +817,10 @@ export type MaterialIcons =
|
|
|
724
817
|
| 'crop_5_4'
|
|
725
818
|
| 'crop_7_5'
|
|
726
819
|
| 'crop_9_16'
|
|
820
|
+
| 'crop_din'
|
|
727
821
|
| 'crop_free'
|
|
728
822
|
| 'crop_landscape'
|
|
823
|
+
| 'crop_original'
|
|
729
824
|
| 'crop_portrait'
|
|
730
825
|
| 'crop_rotate'
|
|
731
826
|
| 'crop_square'
|
|
@@ -741,17 +836,18 @@ export type MaterialIcons =
|
|
|
741
836
|
| 'currency_pound'
|
|
742
837
|
| 'currency_ruble'
|
|
743
838
|
| 'currency_rupee'
|
|
839
|
+
| 'currency_rupee_circle'
|
|
744
840
|
| 'currency_yen'
|
|
745
841
|
| 'currency_yuan'
|
|
746
842
|
| 'curtains'
|
|
747
843
|
| 'curtains_closed'
|
|
748
844
|
| 'custom_typography'
|
|
749
|
-
| 'cut'
|
|
750
845
|
| 'cycle'
|
|
751
846
|
| 'cyclone'
|
|
752
847
|
| 'dangerous'
|
|
753
848
|
| 'dark_mode'
|
|
754
849
|
| 'dashboard'
|
|
850
|
+
| 'dashboard_2'
|
|
755
851
|
| 'dashboard_customize'
|
|
756
852
|
| 'data_alert'
|
|
757
853
|
| 'data_array'
|
|
@@ -760,11 +856,15 @@ export type MaterialIcons =
|
|
|
760
856
|
| 'data_info_alert'
|
|
761
857
|
| 'data_loss_prevention'
|
|
762
858
|
| 'data_object'
|
|
859
|
+
| 'data_saver_off'
|
|
763
860
|
| 'data_saver_on'
|
|
764
861
|
| 'data_table'
|
|
765
862
|
| 'data_thresholding'
|
|
766
863
|
| 'data_usage'
|
|
767
864
|
| 'database'
|
|
865
|
+
| 'database_off'
|
|
866
|
+
| 'database_search'
|
|
867
|
+
| 'database_upload'
|
|
768
868
|
| 'dataset'
|
|
769
869
|
| 'dataset_linked'
|
|
770
870
|
| 'date_range'
|
|
@@ -777,7 +877,11 @@ export type MaterialIcons =
|
|
|
777
877
|
| 'delete'
|
|
778
878
|
| 'delete_forever'
|
|
779
879
|
| 'delete_history'
|
|
880
|
+
| 'delete_outline'
|
|
780
881
|
| 'delete_sweep'
|
|
882
|
+
| 'delivery_dining'
|
|
883
|
+
| 'delivery_truck_bolt'
|
|
884
|
+
| 'delivery_truck_speed'
|
|
781
885
|
| 'demography'
|
|
782
886
|
| 'density_large'
|
|
783
887
|
| 'density_medium'
|
|
@@ -796,7 +900,12 @@ export type MaterialIcons =
|
|
|
796
900
|
| 'desk'
|
|
797
901
|
| 'deskphone'
|
|
798
902
|
| 'desktop_access_disabled'
|
|
903
|
+
| 'desktop_cloud'
|
|
904
|
+
| 'desktop_cloud_stack'
|
|
905
|
+
| 'desktop_landscape'
|
|
906
|
+
| 'desktop_landscape_add'
|
|
799
907
|
| 'desktop_mac'
|
|
908
|
+
| 'desktop_portrait'
|
|
800
909
|
| 'desktop_windows'
|
|
801
910
|
| 'destruction'
|
|
802
911
|
| 'details'
|
|
@@ -814,16 +923,17 @@ export type MaterialIcons =
|
|
|
814
923
|
| 'developer_mode'
|
|
815
924
|
| 'developer_mode_tv'
|
|
816
925
|
| 'device_hub'
|
|
817
|
-
| 'device_reset'
|
|
818
926
|
| 'device_thermostat'
|
|
819
927
|
| 'device_unknown'
|
|
820
928
|
| 'devices'
|
|
821
929
|
| 'devices_fold'
|
|
930
|
+
| 'devices_fold_2'
|
|
822
931
|
| 'devices_off'
|
|
823
932
|
| 'devices_other'
|
|
824
933
|
| 'devices_wearables'
|
|
825
934
|
| 'dew_point'
|
|
826
935
|
| 'diagnosis'
|
|
936
|
+
| 'diagonal_line'
|
|
827
937
|
| 'dialer_sip'
|
|
828
938
|
| 'dialogs'
|
|
829
939
|
| 'dialpad'
|
|
@@ -839,18 +949,27 @@ export type MaterialIcons =
|
|
|
839
949
|
| 'directions_alt_off'
|
|
840
950
|
| 'directions_bike'
|
|
841
951
|
| 'directions_boat'
|
|
952
|
+
| 'directions_boat_filled'
|
|
842
953
|
| 'directions_bus'
|
|
954
|
+
| 'directions_bus_filled'
|
|
843
955
|
| 'directions_car'
|
|
956
|
+
| 'directions_car_filled'
|
|
844
957
|
| 'directions_off'
|
|
845
958
|
| 'directions_railway'
|
|
959
|
+
| 'directions_railway_2'
|
|
960
|
+
| 'directions_railway_filled'
|
|
846
961
|
| 'directions_run'
|
|
847
962
|
| 'directions_subway'
|
|
963
|
+
| 'directions_subway_filled'
|
|
964
|
+
| 'directions_transit'
|
|
965
|
+
| 'directions_transit_filled'
|
|
848
966
|
| 'directions_walk'
|
|
849
967
|
| 'directory_sync'
|
|
850
968
|
| 'dirty_lens'
|
|
851
969
|
| 'disabled_by_default'
|
|
852
970
|
| 'disabled_visible'
|
|
853
971
|
| 'disc_full'
|
|
972
|
+
| 'discount'
|
|
854
973
|
| 'discover_tune'
|
|
855
974
|
| 'dishwasher'
|
|
856
975
|
| 'dishwasher_gen'
|
|
@@ -862,6 +981,12 @@ export type MaterialIcons =
|
|
|
862
981
|
| 'diversity_3'
|
|
863
982
|
| 'diversity_4'
|
|
864
983
|
| 'dns'
|
|
984
|
+
| 'do_disturb'
|
|
985
|
+
| 'do_disturb_alt'
|
|
986
|
+
| 'do_disturb_off'
|
|
987
|
+
| 'do_disturb_on'
|
|
988
|
+
| 'do_not_disturb'
|
|
989
|
+
| 'do_not_disturb_alt'
|
|
865
990
|
| 'do_not_disturb_off'
|
|
866
991
|
| 'do_not_disturb_on'
|
|
867
992
|
| 'do_not_disturb_on_total_silence'
|
|
@@ -871,9 +996,11 @@ export type MaterialIcons =
|
|
|
871
996
|
| 'dock_to_bottom'
|
|
872
997
|
| 'dock_to_left'
|
|
873
998
|
| 'dock_to_right'
|
|
999
|
+
| 'docs'
|
|
874
1000
|
| 'docs_add_on'
|
|
875
1001
|
| 'docs_apps_script'
|
|
876
1002
|
| 'document_scanner'
|
|
1003
|
+
| 'document_search'
|
|
877
1004
|
| 'domain'
|
|
878
1005
|
| 'domain_add'
|
|
879
1006
|
| 'domain_disabled'
|
|
@@ -911,7 +1038,12 @@ export type MaterialIcons =
|
|
|
911
1038
|
| 'draw_abstract'
|
|
912
1039
|
| 'draw_collage'
|
|
913
1040
|
| 'dresser'
|
|
1041
|
+
| 'drive_eta'
|
|
1042
|
+
| 'drive_export'
|
|
914
1043
|
| 'drive_file_move'
|
|
1044
|
+
| 'drive_file_move_outline'
|
|
1045
|
+
| 'drive_file_move_rtl'
|
|
1046
|
+
| 'drive_file_rename_outline'
|
|
915
1047
|
| 'drive_folder_upload'
|
|
916
1048
|
| 'dropdown'
|
|
917
1049
|
| 'dry'
|
|
@@ -937,7 +1069,10 @@ export type MaterialIcons =
|
|
|
937
1069
|
| 'edgesensor_high'
|
|
938
1070
|
| 'edgesensor_low'
|
|
939
1071
|
| 'edit'
|
|
1072
|
+
| 'edit_arrow_down'
|
|
1073
|
+
| 'edit_arrow_up'
|
|
940
1074
|
| 'edit_attributes'
|
|
1075
|
+
| 'edit_audio'
|
|
941
1076
|
| 'edit_calendar'
|
|
942
1077
|
| 'edit_document'
|
|
943
1078
|
| 'edit_location'
|
|
@@ -971,8 +1106,8 @@ export type MaterialIcons =
|
|
|
971
1106
|
| 'emergency_recording'
|
|
972
1107
|
| 'emergency_share'
|
|
973
1108
|
| 'emergency_share_off'
|
|
1109
|
+
| 'emoji_emotions'
|
|
974
1110
|
| 'emoji_events'
|
|
975
|
-
| 'emoji_flags'
|
|
976
1111
|
| 'emoji_food_beverage'
|
|
977
1112
|
| 'emoji_language'
|
|
978
1113
|
| 'emoji_nature'
|
|
@@ -984,6 +1119,10 @@ export type MaterialIcons =
|
|
|
984
1119
|
| 'empty_dashboard'
|
|
985
1120
|
| 'enable'
|
|
986
1121
|
| 'encrypted'
|
|
1122
|
+
| 'encrypted_add'
|
|
1123
|
+
| 'encrypted_add_circle'
|
|
1124
|
+
| 'encrypted_minus_circle'
|
|
1125
|
+
| 'encrypted_off'
|
|
987
1126
|
| 'endocrinology'
|
|
988
1127
|
| 'energy'
|
|
989
1128
|
| 'energy_program_saving'
|
|
@@ -996,13 +1135,18 @@ export type MaterialIcons =
|
|
|
996
1135
|
| 'enterprise_off'
|
|
997
1136
|
| 'equal'
|
|
998
1137
|
| 'equalizer'
|
|
1138
|
+
| 'eraser_size_1'
|
|
1139
|
+
| 'eraser_size_2'
|
|
1140
|
+
| 'eraser_size_3'
|
|
1141
|
+
| 'eraser_size_4'
|
|
1142
|
+
| 'eraser_size_5'
|
|
999
1143
|
| 'error'
|
|
1000
1144
|
| 'error_med'
|
|
1145
|
+
| 'error_outline'
|
|
1001
1146
|
| 'escalator'
|
|
1002
1147
|
| 'escalator_warning'
|
|
1003
1148
|
| 'euro'
|
|
1004
1149
|
| 'euro_symbol'
|
|
1005
|
-
| 'ev_charger'
|
|
1006
1150
|
| 'ev_mobiledata_badge'
|
|
1007
1151
|
| 'ev_shadow'
|
|
1008
1152
|
| 'ev_shadow_add'
|
|
@@ -1027,6 +1171,7 @@ export type MaterialIcons =
|
|
|
1027
1171
|
| 'expand_content'
|
|
1028
1172
|
| 'expand_less'
|
|
1029
1173
|
| 'expand_more'
|
|
1174
|
+
| 'expansion_panels'
|
|
1030
1175
|
| 'experiment'
|
|
1031
1176
|
| 'explicit'
|
|
1032
1177
|
| 'explore'
|
|
@@ -1050,7 +1195,15 @@ export type MaterialIcons =
|
|
|
1050
1195
|
| 'face_4'
|
|
1051
1196
|
| 'face_5'
|
|
1052
1197
|
| 'face_6'
|
|
1198
|
+
| 'face_down'
|
|
1199
|
+
| 'face_left'
|
|
1200
|
+
| 'face_nod'
|
|
1201
|
+
| 'face_retouching_natural'
|
|
1053
1202
|
| 'face_retouching_off'
|
|
1203
|
+
| 'face_right'
|
|
1204
|
+
| 'face_shake'
|
|
1205
|
+
| 'face_unlock'
|
|
1206
|
+
| 'face_up'
|
|
1054
1207
|
| 'fact_check'
|
|
1055
1208
|
| 'factory'
|
|
1056
1209
|
| 'falling'
|
|
@@ -1066,6 +1219,7 @@ export type MaterialIcons =
|
|
|
1066
1219
|
| 'fastfood'
|
|
1067
1220
|
| 'faucet'
|
|
1068
1221
|
| 'favorite'
|
|
1222
|
+
| 'favorite_border'
|
|
1069
1223
|
| 'fax'
|
|
1070
1224
|
| 'feature_search'
|
|
1071
1225
|
| 'featured_play_list'
|
|
@@ -1086,14 +1240,21 @@ export type MaterialIcons =
|
|
|
1086
1240
|
| 'fiber_smart_record'
|
|
1087
1241
|
| 'file_copy'
|
|
1088
1242
|
| 'file_copy_off'
|
|
1243
|
+
| 'file_download'
|
|
1089
1244
|
| 'file_download_done'
|
|
1090
1245
|
| 'file_download_off'
|
|
1246
|
+
| 'file_export'
|
|
1247
|
+
| 'file_json'
|
|
1091
1248
|
| 'file_map'
|
|
1249
|
+
| 'file_map_stack'
|
|
1092
1250
|
| 'file_open'
|
|
1251
|
+
| 'file_png'
|
|
1093
1252
|
| 'file_present'
|
|
1094
1253
|
| 'file_save'
|
|
1095
1254
|
| 'file_save_off'
|
|
1255
|
+
| 'file_upload'
|
|
1096
1256
|
| 'file_upload_off'
|
|
1257
|
+
| 'files'
|
|
1097
1258
|
| 'filter'
|
|
1098
1259
|
| 'filter_1'
|
|
1099
1260
|
| 'filter_2'
|
|
@@ -1107,12 +1268,14 @@ export type MaterialIcons =
|
|
|
1107
1268
|
| 'filter_9_plus'
|
|
1108
1269
|
| 'filter_alt'
|
|
1109
1270
|
| 'filter_alt_off'
|
|
1271
|
+
| 'filter_arrow_right'
|
|
1110
1272
|
| 'filter_b_and_w'
|
|
1111
1273
|
| 'filter_center_focus'
|
|
1112
1274
|
| 'filter_drama'
|
|
1113
1275
|
| 'filter_frames'
|
|
1114
1276
|
| 'filter_hdr'
|
|
1115
1277
|
| 'filter_list'
|
|
1278
|
+
| 'filter_list_alt'
|
|
1116
1279
|
| 'filter_list_off'
|
|
1117
1280
|
| 'filter_none'
|
|
1118
1281
|
| 'filter_retrolux'
|
|
@@ -1124,16 +1287,24 @@ export type MaterialIcons =
|
|
|
1124
1287
|
| 'find_in_page'
|
|
1125
1288
|
| 'find_replace'
|
|
1126
1289
|
| 'fingerprint'
|
|
1290
|
+
| 'fingerprint_off'
|
|
1127
1291
|
| 'fire_extinguisher'
|
|
1128
1292
|
| 'fire_hydrant'
|
|
1293
|
+
| 'fire_hydrant_alt'
|
|
1129
1294
|
| 'fire_truck'
|
|
1130
1295
|
| 'fireplace'
|
|
1131
1296
|
| 'first_page'
|
|
1132
1297
|
| 'fit_page'
|
|
1298
|
+
| 'fit_page_height'
|
|
1299
|
+
| 'fit_page_width'
|
|
1133
1300
|
| 'fit_screen'
|
|
1134
1301
|
| 'fit_width'
|
|
1302
|
+
| 'fitbit'
|
|
1135
1303
|
| 'fitness_center'
|
|
1304
|
+
| 'fitness_tracker'
|
|
1136
1305
|
| 'flag'
|
|
1306
|
+
| 'flag_2'
|
|
1307
|
+
| 'flag_check'
|
|
1137
1308
|
| 'flag_circle'
|
|
1138
1309
|
| 'flaky'
|
|
1139
1310
|
| 'flare'
|
|
@@ -1151,15 +1322,17 @@ export type MaterialIcons =
|
|
|
1151
1322
|
| 'flight_land'
|
|
1152
1323
|
| 'flight_takeoff'
|
|
1153
1324
|
| 'flights_and_hotels'
|
|
1154
|
-
| 'flightsmode'
|
|
1155
1325
|
| 'flip'
|
|
1156
1326
|
| 'flip_camera_android'
|
|
1157
1327
|
| 'flip_camera_ios'
|
|
1158
1328
|
| 'flip_to_back'
|
|
1159
1329
|
| 'flip_to_front'
|
|
1330
|
+
| 'float_landscape_2'
|
|
1331
|
+
| 'float_portrait_2'
|
|
1160
1332
|
| 'flood'
|
|
1161
1333
|
| 'floor'
|
|
1162
1334
|
| 'floor_lamp'
|
|
1335
|
+
| 'flowchart'
|
|
1163
1336
|
| 'flowsheet'
|
|
1164
1337
|
| 'fluid'
|
|
1165
1338
|
| 'fluid_balance'
|
|
@@ -1167,15 +1340,23 @@ export type MaterialIcons =
|
|
|
1167
1340
|
| 'fluorescent'
|
|
1168
1341
|
| 'flutter'
|
|
1169
1342
|
| 'flutter_dash'
|
|
1343
|
+
| 'flyover'
|
|
1170
1344
|
| 'fmd_bad'
|
|
1345
|
+
| 'fmd_good'
|
|
1171
1346
|
| 'foggy'
|
|
1172
1347
|
| 'folded_hands'
|
|
1173
1348
|
| 'folder'
|
|
1349
|
+
| 'folder_check'
|
|
1350
|
+
| 'folder_check_2'
|
|
1351
|
+
| 'folder_code'
|
|
1174
1352
|
| 'folder_copy'
|
|
1175
1353
|
| 'folder_data'
|
|
1176
1354
|
| 'folder_delete'
|
|
1355
|
+
| 'folder_eye'
|
|
1356
|
+
| 'folder_info'
|
|
1177
1357
|
| 'folder_limited'
|
|
1178
1358
|
| 'folder_managed'
|
|
1359
|
+
| 'folder_match'
|
|
1179
1360
|
| 'folder_off'
|
|
1180
1361
|
| 'folder_open'
|
|
1181
1362
|
| 'folder_shared'
|
|
@@ -1192,6 +1373,7 @@ export type MaterialIcons =
|
|
|
1192
1373
|
| 'forest'
|
|
1193
1374
|
| 'fork_left'
|
|
1194
1375
|
| 'fork_right'
|
|
1376
|
+
| 'fork_spoon'
|
|
1195
1377
|
| 'forklift'
|
|
1196
1378
|
| 'format_align_center'
|
|
1197
1379
|
| 'format_align_justify'
|
|
@@ -1228,6 +1410,7 @@ export type MaterialIcons =
|
|
|
1228
1410
|
| 'format_paint'
|
|
1229
1411
|
| 'format_paragraph'
|
|
1230
1412
|
| 'format_quote'
|
|
1413
|
+
| 'format_quote_off'
|
|
1231
1414
|
| 'format_shapes'
|
|
1232
1415
|
| 'format_size'
|
|
1233
1416
|
| 'format_strikethrough'
|
|
@@ -1257,6 +1440,7 @@ export type MaterialIcons =
|
|
|
1257
1440
|
| 'frame_person_off'
|
|
1258
1441
|
| 'frame_reload'
|
|
1259
1442
|
| 'frame_source'
|
|
1443
|
+
| 'free_breakfast'
|
|
1260
1444
|
| 'free_cancellation'
|
|
1261
1445
|
| 'front_hand'
|
|
1262
1446
|
| 'front_loader'
|
|
@@ -1265,13 +1449,16 @@ export type MaterialIcons =
|
|
|
1265
1449
|
| 'full_stacked_bar_chart'
|
|
1266
1450
|
| 'fullscreen'
|
|
1267
1451
|
| 'fullscreen_exit'
|
|
1452
|
+
| 'fullscreen_portrait'
|
|
1268
1453
|
| 'function'
|
|
1269
1454
|
| 'functions'
|
|
1455
|
+
| 'funicular'
|
|
1270
1456
|
| 'g_mobiledata'
|
|
1271
1457
|
| 'g_mobiledata_badge'
|
|
1272
1458
|
| 'g_translate'
|
|
1273
1459
|
| 'gallery_thumbnail'
|
|
1274
1460
|
| 'gamepad'
|
|
1461
|
+
| 'games'
|
|
1275
1462
|
| 'garage'
|
|
1276
1463
|
| 'garage_door'
|
|
1277
1464
|
| 'garage_home'
|
|
@@ -1281,31 +1468,46 @@ export type MaterialIcons =
|
|
|
1281
1468
|
| 'gate'
|
|
1282
1469
|
| 'gavel'
|
|
1283
1470
|
| 'general_device'
|
|
1471
|
+
| 'generating_tokens'
|
|
1284
1472
|
| 'genetics'
|
|
1285
1473
|
| 'genres'
|
|
1286
1474
|
| 'gesture'
|
|
1287
1475
|
| 'gesture_select'
|
|
1476
|
+
| 'get_app'
|
|
1288
1477
|
| 'gif'
|
|
1478
|
+
| 'gif_2'
|
|
1289
1479
|
| 'gif_box'
|
|
1290
1480
|
| 'girl'
|
|
1291
1481
|
| 'gite'
|
|
1292
1482
|
| 'glass_cup'
|
|
1293
1483
|
| 'globe'
|
|
1294
1484
|
| 'globe_asia'
|
|
1485
|
+
| 'globe_book'
|
|
1295
1486
|
| 'globe_uk'
|
|
1296
1487
|
| 'glucose'
|
|
1297
1488
|
| 'glyphs'
|
|
1298
1489
|
| 'go_to_line'
|
|
1299
1490
|
| 'golf_course'
|
|
1491
|
+
| 'gondola_lift'
|
|
1300
1492
|
| 'google_home_devices'
|
|
1301
1493
|
| 'google_tv_remote'
|
|
1302
1494
|
| 'google_wifi'
|
|
1303
1495
|
| 'gpp_bad'
|
|
1496
|
+
| 'gpp_good'
|
|
1304
1497
|
| 'gpp_maybe'
|
|
1498
|
+
| 'gps_fixed'
|
|
1499
|
+
| 'gps_not_fixed'
|
|
1500
|
+
| 'gps_off'
|
|
1305
1501
|
| 'grade'
|
|
1306
1502
|
| 'gradient'
|
|
1307
1503
|
| 'grading'
|
|
1308
1504
|
| 'grain'
|
|
1505
|
+
| 'graph_1'
|
|
1506
|
+
| 'graph_2'
|
|
1507
|
+
| 'graph_3'
|
|
1508
|
+
| 'graph_4'
|
|
1509
|
+
| 'graph_5'
|
|
1510
|
+
| 'graph_6'
|
|
1309
1511
|
| 'graphic_eq'
|
|
1310
1512
|
| 'grass'
|
|
1311
1513
|
| 'grid_3x3'
|
|
@@ -1321,6 +1523,7 @@ export type MaterialIcons =
|
|
|
1321
1523
|
| 'group_add'
|
|
1322
1524
|
| 'group_off'
|
|
1323
1525
|
| 'group_remove'
|
|
1526
|
+
| 'group_search'
|
|
1324
1527
|
| 'group_work'
|
|
1325
1528
|
| 'grouped_bar_chart'
|
|
1326
1529
|
| 'groups'
|
|
@@ -1336,11 +1539,13 @@ export type MaterialIcons =
|
|
|
1336
1539
|
| 'hallway'
|
|
1337
1540
|
| 'hand_bones'
|
|
1338
1541
|
| 'hand_gesture'
|
|
1542
|
+
| 'hand_gesture_off'
|
|
1339
1543
|
| 'handheld_controller'
|
|
1340
1544
|
| 'handshake'
|
|
1341
1545
|
| 'handyman'
|
|
1342
1546
|
| 'hangout_video'
|
|
1343
1547
|
| 'hangout_video_off'
|
|
1548
|
+
| 'hard_disk'
|
|
1344
1549
|
| 'hard_drive'
|
|
1345
1550
|
| 'hard_drive_2'
|
|
1346
1551
|
| 'hardware'
|
|
@@ -1359,6 +1564,7 @@ export type MaterialIcons =
|
|
|
1359
1564
|
| 'head_mounted_device'
|
|
1360
1565
|
| 'headphones'
|
|
1361
1566
|
| 'headphones_battery'
|
|
1567
|
+
| 'headset'
|
|
1362
1568
|
| 'headset_mic'
|
|
1363
1569
|
| 'headset_off'
|
|
1364
1570
|
| 'healing'
|
|
@@ -1369,6 +1575,8 @@ export type MaterialIcons =
|
|
|
1369
1575
|
| 'heap_snapshot_multiple'
|
|
1370
1576
|
| 'heap_snapshot_thumbnail'
|
|
1371
1577
|
| 'hearing'
|
|
1578
|
+
| 'hearing_aid'
|
|
1579
|
+
| 'hearing_aid_disabled'
|
|
1372
1580
|
| 'hearing_disabled'
|
|
1373
1581
|
| 'heart_broken'
|
|
1374
1582
|
| 'heart_check'
|
|
@@ -1382,6 +1590,7 @@ export type MaterialIcons =
|
|
|
1382
1590
|
| 'help'
|
|
1383
1591
|
| 'help_center'
|
|
1384
1592
|
| 'help_clinic'
|
|
1593
|
+
| 'help_outline'
|
|
1385
1594
|
| 'hematology'
|
|
1386
1595
|
| 'hevc'
|
|
1387
1596
|
| 'hexagon'
|
|
@@ -1392,8 +1601,10 @@ export type MaterialIcons =
|
|
|
1392
1601
|
| 'high_quality'
|
|
1393
1602
|
| 'high_res'
|
|
1394
1603
|
| 'highlight'
|
|
1604
|
+
| 'highlight_alt'
|
|
1395
1605
|
| 'highlight_keyboard_focus'
|
|
1396
1606
|
| 'highlight_mouse_cursor'
|
|
1607
|
+
| 'highlight_off'
|
|
1397
1608
|
| 'highlight_text_cursor'
|
|
1398
1609
|
| 'highlighter_size_1'
|
|
1399
1610
|
| 'highlighter_size_2'
|
|
@@ -1402,6 +1613,7 @@ export type MaterialIcons =
|
|
|
1402
1613
|
| 'highlighter_size_5'
|
|
1403
1614
|
| 'hiking'
|
|
1404
1615
|
| 'history'
|
|
1616
|
+
| 'history_2'
|
|
1405
1617
|
| 'history_edu'
|
|
1406
1618
|
| 'history_off'
|
|
1407
1619
|
| 'history_toggle_off'
|
|
@@ -1412,6 +1624,7 @@ export type MaterialIcons =
|
|
|
1412
1624
|
| 'home'
|
|
1413
1625
|
| 'home_and_garden'
|
|
1414
1626
|
| 'home_app_logo'
|
|
1627
|
+
| 'home_filled'
|
|
1415
1628
|
| 'home_health'
|
|
1416
1629
|
| 'home_improvement_and_tools'
|
|
1417
1630
|
| 'home_iot_device'
|
|
@@ -1426,24 +1639,31 @@ export type MaterialIcons =
|
|
|
1426
1639
|
| 'horizontal_distribute'
|
|
1427
1640
|
| 'horizontal_rule'
|
|
1428
1641
|
| 'horizontal_split'
|
|
1642
|
+
| 'host'
|
|
1429
1643
|
| 'hot_tub'
|
|
1430
1644
|
| 'hotel'
|
|
1431
1645
|
| 'hotel_class'
|
|
1432
1646
|
| 'hourglass'
|
|
1647
|
+
| 'hourglass_arrow_down'
|
|
1648
|
+
| 'hourglass_arrow_up'
|
|
1433
1649
|
| 'hourglass_bottom'
|
|
1434
1650
|
| 'hourglass_disabled'
|
|
1435
1651
|
| 'hourglass_empty'
|
|
1652
|
+
| 'hourglass_full'
|
|
1653
|
+
| 'hourglass_pause'
|
|
1436
1654
|
| 'hourglass_top'
|
|
1437
1655
|
| 'house'
|
|
1438
1656
|
| 'house_siding'
|
|
1439
1657
|
| 'house_with_shield'
|
|
1440
1658
|
| 'houseboat'
|
|
1441
1659
|
| 'household_supplies'
|
|
1660
|
+
| 'hov'
|
|
1442
1661
|
| 'how_to_reg'
|
|
1443
1662
|
| 'how_to_vote'
|
|
1444
1663
|
| 'hr_resting'
|
|
1445
1664
|
| 'html'
|
|
1446
1665
|
| 'http'
|
|
1666
|
+
| 'https'
|
|
1447
1667
|
| 'hub'
|
|
1448
1668
|
| 'humerus'
|
|
1449
1669
|
| 'humerus_alt'
|
|
@@ -1456,26 +1676,32 @@ export type MaterialIcons =
|
|
|
1456
1676
|
| 'ice_skating'
|
|
1457
1677
|
| 'icecream'
|
|
1458
1678
|
| 'id_card'
|
|
1679
|
+
| 'identity_aware_proxy'
|
|
1680
|
+
| 'identity_platform'
|
|
1459
1681
|
| 'ifl'
|
|
1460
1682
|
| 'iframe'
|
|
1461
1683
|
| 'iframe_off'
|
|
1462
1684
|
| 'image'
|
|
1463
1685
|
| 'image_aspect_ratio'
|
|
1686
|
+
| 'image_not_supported'
|
|
1464
1687
|
| 'image_search'
|
|
1465
1688
|
| 'imagesearch_roller'
|
|
1466
1689
|
| 'imagesmode'
|
|
1467
1690
|
| 'immunology'
|
|
1468
1691
|
| 'import_contacts'
|
|
1692
|
+
| 'import_export'
|
|
1469
1693
|
| 'important_devices'
|
|
1470
1694
|
| 'in_home_mode'
|
|
1471
1695
|
| 'inactive_order'
|
|
1472
1696
|
| 'inbox'
|
|
1473
1697
|
| 'inbox_customize'
|
|
1698
|
+
| 'inbox_text'
|
|
1474
1699
|
| 'incomplete_circle'
|
|
1475
1700
|
| 'indeterminate_check_box'
|
|
1476
1701
|
| 'indeterminate_question_box'
|
|
1477
1702
|
| 'info'
|
|
1478
1703
|
| 'info_i'
|
|
1704
|
+
| 'info_outline'
|
|
1479
1705
|
| 'infrared'
|
|
1480
1706
|
| 'ink_eraser'
|
|
1481
1707
|
| 'ink_eraser_off'
|
|
@@ -1483,12 +1709,21 @@ export type MaterialIcons =
|
|
|
1483
1709
|
| 'ink_highlighter_move'
|
|
1484
1710
|
| 'ink_marker'
|
|
1485
1711
|
| 'ink_pen'
|
|
1712
|
+
| 'ink_selection'
|
|
1486
1713
|
| 'inpatient'
|
|
1487
1714
|
| 'input'
|
|
1488
1715
|
| 'input_circle'
|
|
1489
1716
|
| 'insert_chart'
|
|
1717
|
+
| 'insert_chart_outlined'
|
|
1718
|
+
| 'insert_comment'
|
|
1719
|
+
| 'insert_drive_file'
|
|
1720
|
+
| 'insert_emoticon'
|
|
1721
|
+
| 'insert_invitation'
|
|
1722
|
+
| 'insert_link'
|
|
1490
1723
|
| 'insert_page_break'
|
|
1724
|
+
| 'insert_photo'
|
|
1491
1725
|
| 'insert_text'
|
|
1726
|
+
| 'insights'
|
|
1492
1727
|
| 'install_desktop'
|
|
1493
1728
|
| 'install_mobile'
|
|
1494
1729
|
| 'instant_mix'
|
|
@@ -1503,9 +1738,11 @@ export type MaterialIcons =
|
|
|
1503
1738
|
| 'ios'
|
|
1504
1739
|
| 'ios_share'
|
|
1505
1740
|
| 'iron'
|
|
1741
|
+
| 'iso'
|
|
1506
1742
|
| 'jamboard_kiosk'
|
|
1507
1743
|
| 'javascript'
|
|
1508
1744
|
| 'join'
|
|
1745
|
+
| 'join_full'
|
|
1509
1746
|
| 'join_inner'
|
|
1510
1747
|
| 'join_left'
|
|
1511
1748
|
| 'join_right'
|
|
@@ -1540,6 +1777,8 @@ export type MaterialIcons =
|
|
|
1540
1777
|
| 'keyboard_full'
|
|
1541
1778
|
| 'keyboard_hide'
|
|
1542
1779
|
| 'keyboard_keys'
|
|
1780
|
+
| 'keyboard_lock'
|
|
1781
|
+
| 'keyboard_lock_off'
|
|
1543
1782
|
| 'keyboard_off'
|
|
1544
1783
|
| 'keyboard_onscreen'
|
|
1545
1784
|
| 'keyboard_option_key'
|
|
@@ -1547,6 +1786,7 @@ export type MaterialIcons =
|
|
|
1547
1786
|
| 'keyboard_return'
|
|
1548
1787
|
| 'keyboard_tab'
|
|
1549
1788
|
| 'keyboard_tab_rtl'
|
|
1789
|
+
| 'keyboard_voice'
|
|
1550
1790
|
| 'kid_star'
|
|
1551
1791
|
| 'king_bed'
|
|
1552
1792
|
| 'kitchen'
|
|
@@ -1556,6 +1796,7 @@ export type MaterialIcons =
|
|
|
1556
1796
|
| 'lab_research'
|
|
1557
1797
|
| 'label'
|
|
1558
1798
|
| 'label_important'
|
|
1799
|
+
| 'label_important_outline'
|
|
1559
1800
|
| 'label_off'
|
|
1560
1801
|
| 'labs'
|
|
1561
1802
|
| 'lan'
|
|
@@ -1581,11 +1822,14 @@ export type MaterialIcons =
|
|
|
1581
1822
|
| 'language_us_colemak'
|
|
1582
1823
|
| 'language_us_dvorak'
|
|
1583
1824
|
| 'laps'
|
|
1825
|
+
| 'laptop'
|
|
1826
|
+
| 'laptop_car'
|
|
1584
1827
|
| 'laptop_chromebook'
|
|
1585
1828
|
| 'laptop_mac'
|
|
1586
1829
|
| 'laptop_windows'
|
|
1587
1830
|
| 'lasso_select'
|
|
1588
1831
|
| 'last_page'
|
|
1832
|
+
| 'launch'
|
|
1589
1833
|
| 'laundry'
|
|
1590
1834
|
| 'layers'
|
|
1591
1835
|
| 'layers_clear'
|
|
@@ -1611,7 +1855,9 @@ export type MaterialIcons =
|
|
|
1611
1855
|
| 'light_mode'
|
|
1612
1856
|
| 'light_off'
|
|
1613
1857
|
| 'lightbulb'
|
|
1858
|
+
| 'lightbulb_2'
|
|
1614
1859
|
| 'lightbulb_circle'
|
|
1860
|
+
| 'lightbulb_outline'
|
|
1615
1861
|
| 'lightning_stand'
|
|
1616
1862
|
| 'line_axis'
|
|
1617
1863
|
| 'line_curve'
|
|
@@ -1638,11 +1884,13 @@ export type MaterialIcons =
|
|
|
1638
1884
|
| 'list'
|
|
1639
1885
|
| 'list_alt'
|
|
1640
1886
|
| 'list_alt_add'
|
|
1887
|
+
| 'list_alt_check'
|
|
1641
1888
|
| 'lists'
|
|
1642
1889
|
| 'live_help'
|
|
1643
1890
|
| 'live_tv'
|
|
1644
1891
|
| 'living'
|
|
1645
1892
|
| 'local_activity'
|
|
1893
|
+
| 'local_airport'
|
|
1646
1894
|
| 'local_atm'
|
|
1647
1895
|
| 'local_bar'
|
|
1648
1896
|
| 'local_cafe'
|
|
@@ -1653,15 +1901,22 @@ export type MaterialIcons =
|
|
|
1653
1901
|
| 'local_fire_department'
|
|
1654
1902
|
| 'local_florist'
|
|
1655
1903
|
| 'local_gas_station'
|
|
1904
|
+
| 'local_grocery_store'
|
|
1656
1905
|
| 'local_hospital'
|
|
1906
|
+
| 'local_hotel'
|
|
1657
1907
|
| 'local_laundry_service'
|
|
1658
1908
|
| 'local_library'
|
|
1659
1909
|
| 'local_mall'
|
|
1910
|
+
| 'local_movies'
|
|
1911
|
+
| 'local_offer'
|
|
1660
1912
|
| 'local_parking'
|
|
1661
1913
|
| 'local_pharmacy'
|
|
1914
|
+
| 'local_phone'
|
|
1662
1915
|
| 'local_pizza'
|
|
1916
|
+
| 'local_play'
|
|
1663
1917
|
| 'local_police'
|
|
1664
1918
|
| 'local_post_office'
|
|
1919
|
+
| 'local_printshop'
|
|
1665
1920
|
| 'local_see'
|
|
1666
1921
|
| 'local_shipping'
|
|
1667
1922
|
| 'local_taxi'
|
|
@@ -1672,11 +1927,13 @@ export type MaterialIcons =
|
|
|
1672
1927
|
| 'location_home'
|
|
1673
1928
|
| 'location_off'
|
|
1674
1929
|
| 'location_on'
|
|
1930
|
+
| 'location_pin'
|
|
1675
1931
|
| 'location_searching'
|
|
1676
1932
|
| 'lock'
|
|
1677
1933
|
| 'lock_clock'
|
|
1678
1934
|
| 'lock_open'
|
|
1679
1935
|
| 'lock_open_right'
|
|
1936
|
+
| 'lock_outline'
|
|
1680
1937
|
| 'lock_person'
|
|
1681
1938
|
| 'lock_reset'
|
|
1682
1939
|
| 'login'
|
|
@@ -1689,9 +1946,11 @@ export type MaterialIcons =
|
|
|
1689
1946
|
| 'looks_6'
|
|
1690
1947
|
| 'looks_one'
|
|
1691
1948
|
| 'looks_two'
|
|
1949
|
+
| 'loop'
|
|
1692
1950
|
| 'loupe'
|
|
1693
1951
|
| 'low_density'
|
|
1694
1952
|
| 'low_priority'
|
|
1953
|
+
| 'lowercase'
|
|
1695
1954
|
| 'loyalty'
|
|
1696
1955
|
| 'lte_mobiledata'
|
|
1697
1956
|
| 'lte_mobiledata_badge'
|
|
@@ -1708,6 +1967,8 @@ export type MaterialIcons =
|
|
|
1708
1967
|
| 'magnify_fullscreen'
|
|
1709
1968
|
| 'mail'
|
|
1710
1969
|
| 'mail_lock'
|
|
1970
|
+
| 'mail_off'
|
|
1971
|
+
| 'mail_outline'
|
|
1711
1972
|
| 'male'
|
|
1712
1973
|
| 'man'
|
|
1713
1974
|
| 'man_2'
|
|
@@ -1719,6 +1980,8 @@ export type MaterialIcons =
|
|
|
1719
1980
|
| 'manga'
|
|
1720
1981
|
| 'manufacturing'
|
|
1721
1982
|
| 'map'
|
|
1983
|
+
| 'map_search'
|
|
1984
|
+
| 'maps_home_work'
|
|
1722
1985
|
| 'maps_ugc'
|
|
1723
1986
|
| 'margin'
|
|
1724
1987
|
| 'mark_as_unread'
|
|
@@ -1730,10 +1993,13 @@ export type MaterialIcons =
|
|
|
1730
1993
|
| 'markdown'
|
|
1731
1994
|
| 'markdown_copy'
|
|
1732
1995
|
| 'markdown_paste'
|
|
1996
|
+
| 'markunread'
|
|
1733
1997
|
| 'markunread_mailbox'
|
|
1734
1998
|
| 'masked_transitions'
|
|
1999
|
+
| 'masked_transitions_add'
|
|
1735
2000
|
| 'masks'
|
|
1736
2001
|
| 'match_case'
|
|
2002
|
+
| 'match_case_off'
|
|
1737
2003
|
| 'match_word'
|
|
1738
2004
|
| 'matter'
|
|
1739
2005
|
| 'maximize'
|
|
@@ -1758,12 +2024,16 @@ export type MaterialIcons =
|
|
|
1758
2024
|
| 'menu_open'
|
|
1759
2025
|
| 'merge'
|
|
1760
2026
|
| 'merge_type'
|
|
2027
|
+
| 'message'
|
|
1761
2028
|
| 'metabolism'
|
|
2029
|
+
| 'metro'
|
|
1762
2030
|
| 'mfg_nest_yale_lock'
|
|
1763
2031
|
| 'mic'
|
|
2032
|
+
| 'mic_alert'
|
|
1764
2033
|
| 'mic_double'
|
|
1765
2034
|
| 'mic_external_off'
|
|
1766
2035
|
| 'mic_external_on'
|
|
2036
|
+
| 'mic_none'
|
|
1767
2037
|
| 'mic_off'
|
|
1768
2038
|
| 'microbiology'
|
|
1769
2039
|
| 'microwave'
|
|
@@ -1775,6 +2045,7 @@ export type MaterialIcons =
|
|
|
1775
2045
|
| 'minimize'
|
|
1776
2046
|
| 'minor_crash'
|
|
1777
2047
|
| 'mintmark'
|
|
2048
|
+
| 'miscellaneous_services'
|
|
1778
2049
|
| 'missed_video_call'
|
|
1779
2050
|
| 'missing_controller'
|
|
1780
2051
|
| 'mist'
|
|
@@ -1785,10 +2056,13 @@ export type MaterialIcons =
|
|
|
1785
2056
|
| 'mobile_off'
|
|
1786
2057
|
| 'mobile_screen_share'
|
|
1787
2058
|
| 'mobiledata_off'
|
|
2059
|
+
| 'mode'
|
|
1788
2060
|
| 'mode_comment'
|
|
1789
2061
|
| 'mode_cool'
|
|
1790
2062
|
| 'mode_cool_off'
|
|
1791
2063
|
| 'mode_dual'
|
|
2064
|
+
| 'mode_edit'
|
|
2065
|
+
| 'mode_edit_outline'
|
|
1792
2066
|
| 'mode_fan'
|
|
1793
2067
|
| 'mode_fan_off'
|
|
1794
2068
|
| 'mode_heat'
|
|
@@ -1799,9 +2073,12 @@ export type MaterialIcons =
|
|
|
1799
2073
|
| 'mode_off_on'
|
|
1800
2074
|
| 'mode_standby'
|
|
1801
2075
|
| 'model_training'
|
|
2076
|
+
| 'modeling'
|
|
1802
2077
|
| 'monetization_on'
|
|
1803
2078
|
| 'money'
|
|
2079
|
+
| 'money_bag'
|
|
1804
2080
|
| 'money_off'
|
|
2081
|
+
| 'money_off_csred'
|
|
1805
2082
|
| 'monitor'
|
|
1806
2083
|
| 'monitor_heart'
|
|
1807
2084
|
| 'monitor_weight'
|
|
@@ -1809,9 +2086,11 @@ export type MaterialIcons =
|
|
|
1809
2086
|
| 'monitor_weight_loss'
|
|
1810
2087
|
| 'monitoring'
|
|
1811
2088
|
| 'monochrome_photos'
|
|
2089
|
+
| 'monorail'
|
|
1812
2090
|
| 'mood'
|
|
1813
2091
|
| 'mood_bad'
|
|
1814
2092
|
| 'mop'
|
|
2093
|
+
| 'moped'
|
|
1815
2094
|
| 'more'
|
|
1816
2095
|
| 'more_down'
|
|
1817
2096
|
| 'more_horiz'
|
|
@@ -1824,7 +2103,9 @@ export type MaterialIcons =
|
|
|
1824
2103
|
| 'motion_photos_auto'
|
|
1825
2104
|
| 'motion_photos_off'
|
|
1826
2105
|
| 'motion_photos_on'
|
|
2106
|
+
| 'motion_photos_pause'
|
|
1827
2107
|
| 'motion_photos_paused'
|
|
2108
|
+
| 'motion_play'
|
|
1828
2109
|
| 'motion_sensor_active'
|
|
1829
2110
|
| 'motion_sensor_alert'
|
|
1830
2111
|
| 'motion_sensor_idle'
|
|
@@ -1832,6 +2113,8 @@ export type MaterialIcons =
|
|
|
1832
2113
|
| 'motorcycle'
|
|
1833
2114
|
| 'mountain_flag'
|
|
1834
2115
|
| 'mouse'
|
|
2116
|
+
| 'mouse_lock'
|
|
2117
|
+
| 'mouse_lock_off'
|
|
1835
2118
|
| 'move'
|
|
1836
2119
|
| 'move_down'
|
|
1837
2120
|
| 'move_group'
|
|
@@ -1845,18 +2128,24 @@ export type MaterialIcons =
|
|
|
1845
2128
|
| 'move_up'
|
|
1846
2129
|
| 'moved_location'
|
|
1847
2130
|
| 'movie'
|
|
2131
|
+
| 'movie_creation'
|
|
1848
2132
|
| 'movie_edit'
|
|
2133
|
+
| 'movie_filter'
|
|
1849
2134
|
| 'movie_info'
|
|
2135
|
+
| 'movie_off'
|
|
1850
2136
|
| 'moving'
|
|
1851
2137
|
| 'moving_beds'
|
|
1852
2138
|
| 'moving_ministry'
|
|
1853
2139
|
| 'mp'
|
|
1854
2140
|
| 'multicooker'
|
|
1855
2141
|
| 'multiline_chart'
|
|
2142
|
+
| 'multimodal_hand_eye'
|
|
2143
|
+
| 'multiple_airports'
|
|
1856
2144
|
| 'multiple_stop'
|
|
1857
2145
|
| 'museum'
|
|
1858
2146
|
| 'music_cast'
|
|
1859
2147
|
| 'music_note'
|
|
2148
|
+
| 'music_note_add'
|
|
1860
2149
|
| 'music_off'
|
|
1861
2150
|
| 'music_video'
|
|
1862
2151
|
| 'my_location'
|
|
@@ -1920,6 +2209,8 @@ export type MaterialIcons =
|
|
|
1920
2209
|
| 'nest_wifi_router'
|
|
1921
2210
|
| 'network_cell'
|
|
1922
2211
|
| 'network_check'
|
|
2212
|
+
| 'network_intel_node'
|
|
2213
|
+
| 'network_intelligence'
|
|
1923
2214
|
| 'network_intelligence_history'
|
|
1924
2215
|
| 'network_intelligence_update'
|
|
1925
2216
|
| 'network_locked'
|
|
@@ -1951,17 +2242,21 @@ export type MaterialIcons =
|
|
|
1951
2242
|
| 'night_sight_max'
|
|
1952
2243
|
| 'nightlife'
|
|
1953
2244
|
| 'nightlight'
|
|
2245
|
+
| 'nightlight_round'
|
|
1954
2246
|
| 'nights_stay'
|
|
1955
2247
|
| 'no_accounts'
|
|
1956
2248
|
| 'no_adult_content'
|
|
1957
2249
|
| 'no_backpack'
|
|
2250
|
+
| 'no_cell'
|
|
1958
2251
|
| 'no_crash'
|
|
1959
2252
|
| 'no_drinks'
|
|
1960
2253
|
| 'no_encryption'
|
|
2254
|
+
| 'no_encryption_gmailerrorred'
|
|
1961
2255
|
| 'no_flash'
|
|
1962
2256
|
| 'no_food'
|
|
1963
2257
|
| 'no_luggage'
|
|
1964
2258
|
| 'no_meals'
|
|
2259
|
+
| 'no_meals_ouline'
|
|
1965
2260
|
| 'no_meeting_room'
|
|
1966
2261
|
| 'no_photography'
|
|
1967
2262
|
| 'no_sim'
|
|
@@ -1977,8 +2272,10 @@ export type MaterialIcons =
|
|
|
1977
2272
|
| 'north_west'
|
|
1978
2273
|
| 'not_accessible'
|
|
1979
2274
|
| 'not_accessible_forward'
|
|
2275
|
+
| 'not_interested'
|
|
1980
2276
|
| 'not_listed_location'
|
|
1981
2277
|
| 'not_started'
|
|
2278
|
+
| 'note'
|
|
1982
2279
|
| 'note_add'
|
|
1983
2280
|
| 'note_alt'
|
|
1984
2281
|
| 'note_stack'
|
|
@@ -1989,6 +2286,7 @@ export type MaterialIcons =
|
|
|
1989
2286
|
| 'notification_multiple'
|
|
1990
2287
|
| 'notifications'
|
|
1991
2288
|
| 'notifications_active'
|
|
2289
|
+
| 'notifications_none'
|
|
1992
2290
|
| 'notifications_off'
|
|
1993
2291
|
| 'notifications_paused'
|
|
1994
2292
|
| 'notifications_unread'
|
|
@@ -2004,6 +2302,7 @@ export type MaterialIcons =
|
|
|
2004
2302
|
| 'on_device_training'
|
|
2005
2303
|
| 'on_hub_device'
|
|
2006
2304
|
| 'oncology'
|
|
2305
|
+
| 'ondemand_video'
|
|
2007
2306
|
| 'online_prediction'
|
|
2008
2307
|
| 'onsen'
|
|
2009
2308
|
| 'opacity'
|
|
@@ -2018,6 +2317,7 @@ export type MaterialIcons =
|
|
|
2018
2317
|
| 'open_with'
|
|
2019
2318
|
| 'ophthalmology'
|
|
2020
2319
|
| 'oral_disease'
|
|
2320
|
+
| 'orbit'
|
|
2021
2321
|
| 'order_approve'
|
|
2022
2322
|
| 'order_play'
|
|
2023
2323
|
| 'orders'
|
|
@@ -2031,6 +2331,7 @@ export type MaterialIcons =
|
|
|
2031
2331
|
| 'outdoor_grill'
|
|
2032
2332
|
| 'outgoing_mail'
|
|
2033
2333
|
| 'outlet'
|
|
2334
|
+
| 'outlined_flag'
|
|
2034
2335
|
| 'outpatient'
|
|
2035
2336
|
| 'outpatient_med'
|
|
2036
2337
|
| 'output'
|
|
@@ -2039,6 +2340,7 @@ export type MaterialIcons =
|
|
|
2039
2340
|
| 'oven_gen'
|
|
2040
2341
|
| 'overview'
|
|
2041
2342
|
| 'overview_key'
|
|
2343
|
+
| 'owl'
|
|
2042
2344
|
| 'oxygen_saturation'
|
|
2043
2345
|
| 'p2p'
|
|
2044
2346
|
| 'pace'
|
|
@@ -2047,6 +2349,8 @@ export type MaterialIcons =
|
|
|
2047
2349
|
| 'package_2'
|
|
2048
2350
|
| 'padding'
|
|
2049
2351
|
| 'page_control'
|
|
2352
|
+
| 'page_footer'
|
|
2353
|
+
| 'page_header'
|
|
2050
2354
|
| 'page_info'
|
|
2051
2355
|
| 'pageless'
|
|
2052
2356
|
| 'pages'
|
|
@@ -2060,9 +2364,13 @@ export type MaterialIcons =
|
|
|
2060
2364
|
| 'panorama'
|
|
2061
2365
|
| 'panorama_fish_eye'
|
|
2062
2366
|
| 'panorama_horizontal'
|
|
2367
|
+
| 'panorama_horizontal_select'
|
|
2063
2368
|
| 'panorama_photosphere'
|
|
2369
|
+
| 'panorama_photosphere_select'
|
|
2064
2370
|
| 'panorama_vertical'
|
|
2371
|
+
| 'panorama_vertical_select'
|
|
2065
2372
|
| 'panorama_wide_angle'
|
|
2373
|
+
| 'panorama_wide_angle_select'
|
|
2066
2374
|
| 'paragliding'
|
|
2067
2375
|
| 'park'
|
|
2068
2376
|
| 'partly_cloudy_day'
|
|
@@ -2072,11 +2380,16 @@ export type MaterialIcons =
|
|
|
2072
2380
|
| 'party_mode'
|
|
2073
2381
|
| 'passkey'
|
|
2074
2382
|
| 'password'
|
|
2383
|
+
| 'password_2'
|
|
2384
|
+
| 'password_2_off'
|
|
2075
2385
|
| 'patient_list'
|
|
2076
2386
|
| 'pattern'
|
|
2077
2387
|
| 'pause'
|
|
2078
2388
|
| 'pause_circle'
|
|
2389
|
+
| 'pause_circle_filled'
|
|
2390
|
+
| 'pause_circle_outline'
|
|
2079
2391
|
| 'pause_presentation'
|
|
2392
|
+
| 'payment'
|
|
2080
2393
|
| 'payments'
|
|
2081
2394
|
| 'pedal_bike'
|
|
2082
2395
|
| 'pediatrics'
|
|
@@ -2088,12 +2401,16 @@ export type MaterialIcons =
|
|
|
2088
2401
|
| 'pending'
|
|
2089
2402
|
| 'pending_actions'
|
|
2090
2403
|
| 'pentagon'
|
|
2404
|
+
| 'people'
|
|
2405
|
+
| 'people_alt'
|
|
2406
|
+
| 'people_outline'
|
|
2091
2407
|
| 'percent'
|
|
2092
2408
|
| 'pergola'
|
|
2093
2409
|
| 'perm_camera_mic'
|
|
2094
2410
|
| 'perm_contact_calendar'
|
|
2095
2411
|
| 'perm_data_setting'
|
|
2096
2412
|
| 'perm_device_information'
|
|
2413
|
+
| 'perm_identity'
|
|
2097
2414
|
| 'perm_media'
|
|
2098
2415
|
| 'perm_phone_msg'
|
|
2099
2416
|
| 'perm_scan_wifi'
|
|
@@ -2102,6 +2419,8 @@ export type MaterialIcons =
|
|
|
2102
2419
|
| 'person_3'
|
|
2103
2420
|
| 'person_4'
|
|
2104
2421
|
| 'person_add'
|
|
2422
|
+
| 'person_add_alt'
|
|
2423
|
+
| 'person_add_alt_1'
|
|
2105
2424
|
| 'person_add_disabled'
|
|
2106
2425
|
| 'person_alert'
|
|
2107
2426
|
| 'person_apron'
|
|
@@ -2111,17 +2430,20 @@ export type MaterialIcons =
|
|
|
2111
2430
|
| 'person_check'
|
|
2112
2431
|
| 'person_edit'
|
|
2113
2432
|
| 'person_off'
|
|
2433
|
+
| 'person_outline'
|
|
2114
2434
|
| 'person_pin'
|
|
2115
2435
|
| 'person_pin_circle'
|
|
2116
2436
|
| 'person_play'
|
|
2117
2437
|
| 'person_raised_hand'
|
|
2118
2438
|
| 'person_remove'
|
|
2439
|
+
| 'person_remove_alt_1'
|
|
2119
2440
|
| 'person_search'
|
|
2120
2441
|
| 'personal_bag'
|
|
2121
2442
|
| 'personal_bag_off'
|
|
2122
2443
|
| 'personal_bag_question'
|
|
2123
2444
|
| 'personal_injury'
|
|
2124
2445
|
| 'personal_places'
|
|
2446
|
+
| 'personal_video'
|
|
2125
2447
|
| 'pest_control'
|
|
2126
2448
|
| 'pest_control_rodent'
|
|
2127
2449
|
| 'pet_supplies'
|
|
@@ -2139,6 +2461,7 @@ export type MaterialIcons =
|
|
|
2139
2461
|
| 'phone_locked'
|
|
2140
2462
|
| 'phone_missed'
|
|
2141
2463
|
| 'phone_paused'
|
|
2464
|
+
| 'phonelink'
|
|
2142
2465
|
| 'phonelink_erase'
|
|
2143
2466
|
| 'phonelink_lock'
|
|
2144
2467
|
| 'phonelink_off'
|
|
@@ -2151,9 +2474,11 @@ export type MaterialIcons =
|
|
|
2151
2474
|
| 'photo_camera'
|
|
2152
2475
|
| 'photo_camera_back'
|
|
2153
2476
|
| 'photo_camera_front'
|
|
2477
|
+
| 'photo_filter'
|
|
2154
2478
|
| 'photo_frame'
|
|
2155
2479
|
| 'photo_library'
|
|
2156
2480
|
| 'photo_prints'
|
|
2481
|
+
| 'photo_size_select_actual'
|
|
2157
2482
|
| 'photo_size_select_large'
|
|
2158
2483
|
| 'photo_size_select_small'
|
|
2159
2484
|
| 'php'
|
|
@@ -2170,24 +2495,33 @@ export type MaterialIcons =
|
|
|
2170
2495
|
| 'picture_in_picture_off'
|
|
2171
2496
|
| 'picture_in_picture_small'
|
|
2172
2497
|
| 'pie_chart'
|
|
2498
|
+
| 'pie_chart_outline'
|
|
2499
|
+
| 'pie_chart_outlined'
|
|
2173
2500
|
| 'pill'
|
|
2174
2501
|
| 'pill_off'
|
|
2175
2502
|
| 'pin'
|
|
2176
2503
|
| 'pin_drop'
|
|
2177
2504
|
| 'pin_end'
|
|
2178
2505
|
| 'pin_invoke'
|
|
2506
|
+
| 'pinboard'
|
|
2507
|
+
| 'pinboard_unread'
|
|
2179
2508
|
| 'pinch'
|
|
2180
2509
|
| 'pinch_zoom_in'
|
|
2181
2510
|
| 'pinch_zoom_out'
|
|
2182
2511
|
| 'pip'
|
|
2183
2512
|
| 'pip_exit'
|
|
2184
2513
|
| 'pivot_table_chart'
|
|
2514
|
+
| 'pix'
|
|
2515
|
+
| 'place'
|
|
2185
2516
|
| 'place_item'
|
|
2186
2517
|
| 'plagiarism'
|
|
2518
|
+
| 'planet'
|
|
2187
2519
|
| 'planner_banner_ad_pt'
|
|
2188
2520
|
| 'planner_review'
|
|
2189
2521
|
| 'play_arrow'
|
|
2190
2522
|
| 'play_circle'
|
|
2523
|
+
| 'play_circle_filled'
|
|
2524
|
+
| 'play_circle_outline'
|
|
2191
2525
|
| 'play_disabled'
|
|
2192
2526
|
| 'play_for_work'
|
|
2193
2527
|
| 'play_lesson'
|
|
@@ -2200,16 +2534,21 @@ export type MaterialIcons =
|
|
|
2200
2534
|
| 'playlist_play'
|
|
2201
2535
|
| 'playlist_remove'
|
|
2202
2536
|
| 'plumbing'
|
|
2537
|
+
| 'plus_one'
|
|
2203
2538
|
| 'podcasts'
|
|
2204
2539
|
| 'podiatry'
|
|
2205
2540
|
| 'podium'
|
|
2206
2541
|
| 'point_of_sale'
|
|
2207
2542
|
| 'point_scan'
|
|
2543
|
+
| 'poker_chip'
|
|
2208
2544
|
| 'policy'
|
|
2545
|
+
| 'policy_alert'
|
|
2546
|
+
| 'poll'
|
|
2209
2547
|
| 'polyline'
|
|
2210
2548
|
| 'polymer'
|
|
2211
2549
|
| 'pool'
|
|
2212
2550
|
| 'portable_wifi_off'
|
|
2551
|
+
| 'portrait'
|
|
2213
2552
|
| 'position_bottom_left'
|
|
2214
2553
|
| 'position_bottom_right'
|
|
2215
2554
|
| 'position_top_right'
|
|
@@ -2219,6 +2558,7 @@ export type MaterialIcons =
|
|
|
2219
2558
|
| 'power'
|
|
2220
2559
|
| 'power_input'
|
|
2221
2560
|
| 'power_off'
|
|
2561
|
+
| 'power_settings_circle'
|
|
2222
2562
|
| 'power_settings_new'
|
|
2223
2563
|
| 'prayer_times'
|
|
2224
2564
|
| 'precision_manufacturing'
|
|
@@ -2261,13 +2601,17 @@ export type MaterialIcons =
|
|
|
2261
2601
|
| 'pulmonology'
|
|
2262
2602
|
| 'pulse_alert'
|
|
2263
2603
|
| 'punch_clock'
|
|
2604
|
+
| 'push_pin'
|
|
2264
2605
|
| 'qr_code'
|
|
2265
2606
|
| 'qr_code_2'
|
|
2266
2607
|
| 'qr_code_2_add'
|
|
2267
2608
|
| 'qr_code_scanner'
|
|
2609
|
+
| 'query_builder'
|
|
2268
2610
|
| 'query_stats'
|
|
2611
|
+
| 'question_answer'
|
|
2269
2612
|
| 'question_exchange'
|
|
2270
2613
|
| 'question_mark'
|
|
2614
|
+
| 'queue'
|
|
2271
2615
|
| 'queue_music'
|
|
2272
2616
|
| 'queue_play_next'
|
|
2273
2617
|
| 'quick_phrases'
|
|
@@ -2275,8 +2619,6 @@ export type MaterialIcons =
|
|
|
2275
2619
|
| 'quick_reference_all'
|
|
2276
2620
|
| 'quick_reorder'
|
|
2277
2621
|
| 'quickreply'
|
|
2278
|
-
| 'quiet_time'
|
|
2279
|
-
| 'quiet_time_active'
|
|
2280
2622
|
| 'quiz'
|
|
2281
2623
|
| 'r_mobiledata'
|
|
2282
2624
|
| 'radar'
|
|
@@ -2286,6 +2628,7 @@ export type MaterialIcons =
|
|
|
2286
2628
|
| 'radio_button_unchecked'
|
|
2287
2629
|
| 'radiology'
|
|
2288
2630
|
| 'railway_alert'
|
|
2631
|
+
| 'railway_alert_2'
|
|
2289
2632
|
| 'rainy'
|
|
2290
2633
|
| 'rainy_heavy'
|
|
2291
2634
|
| 'rainy_light'
|
|
@@ -2306,6 +2649,7 @@ export type MaterialIcons =
|
|
|
2306
2649
|
| 'rebase_edit'
|
|
2307
2650
|
| 'receipt'
|
|
2308
2651
|
| 'receipt_long'
|
|
2652
|
+
| 'receipt_long_off'
|
|
2309
2653
|
| 'recent_actors'
|
|
2310
2654
|
| 'recent_patient'
|
|
2311
2655
|
| 'recenter'
|
|
@@ -2324,9 +2668,12 @@ export type MaterialIcons =
|
|
|
2324
2668
|
| 'reminder'
|
|
2325
2669
|
| 'remote_gen'
|
|
2326
2670
|
| 'remove'
|
|
2671
|
+
| 'remove_circle'
|
|
2672
|
+
| 'remove_circle_outline'
|
|
2327
2673
|
| 'remove_done'
|
|
2328
2674
|
| 'remove_from_queue'
|
|
2329
2675
|
| 'remove_moderator'
|
|
2676
|
+
| 'remove_red_eye'
|
|
2330
2677
|
| 'remove_road'
|
|
2331
2678
|
| 'remove_selection'
|
|
2332
2679
|
| 'remove_shopping_cart'
|
|
@@ -2337,18 +2684,31 @@ export type MaterialIcons =
|
|
|
2337
2684
|
| 'repeat_on'
|
|
2338
2685
|
| 'repeat_one'
|
|
2339
2686
|
| 'repeat_one_on'
|
|
2687
|
+
| 'replace_audio'
|
|
2688
|
+
| 'replace_image'
|
|
2689
|
+
| 'replace_video'
|
|
2340
2690
|
| 'replay'
|
|
2341
2691
|
| 'replay_10'
|
|
2342
2692
|
| 'replay_30'
|
|
2343
2693
|
| 'replay_5'
|
|
2694
|
+
| 'replay_circle_filled'
|
|
2344
2695
|
| 'reply'
|
|
2345
2696
|
| 'reply_all'
|
|
2346
2697
|
| 'report'
|
|
2698
|
+
| 'report_gmailerrorred'
|
|
2347
2699
|
| 'report_off'
|
|
2700
|
+
| 'report_problem'
|
|
2348
2701
|
| 'request_page'
|
|
2349
2702
|
| 'request_quote'
|
|
2703
|
+
| 'reset_brightness'
|
|
2704
|
+
| 'reset_focus'
|
|
2350
2705
|
| 'reset_image'
|
|
2706
|
+
| 'reset_iso'
|
|
2707
|
+
| 'reset_settings'
|
|
2708
|
+
| 'reset_shadow'
|
|
2709
|
+
| 'reset_shutter_speed'
|
|
2351
2710
|
| 'reset_tv'
|
|
2711
|
+
| 'reset_white_balance'
|
|
2352
2712
|
| 'reset_wrench'
|
|
2353
2713
|
| 'resize'
|
|
2354
2714
|
| 'respiratory_rate'
|
|
@@ -2356,6 +2716,7 @@ export type MaterialIcons =
|
|
|
2356
2716
|
| 'restart_alt'
|
|
2357
2717
|
| 'restaurant'
|
|
2358
2718
|
| 'restaurant_menu'
|
|
2719
|
+
| 'restore'
|
|
2359
2720
|
| 'restore_from_trash'
|
|
2360
2721
|
| 'restore_page'
|
|
2361
2722
|
| 'resume'
|
|
@@ -2369,6 +2730,7 @@ export type MaterialIcons =
|
|
|
2369
2730
|
| 'right_panel_open'
|
|
2370
2731
|
| 'ring_volume'
|
|
2371
2732
|
| 'ripples'
|
|
2733
|
+
| 'road'
|
|
2372
2734
|
| 'robot'
|
|
2373
2735
|
| 'robot_2'
|
|
2374
2736
|
| 'rocket'
|
|
@@ -2377,10 +2739,12 @@ export type MaterialIcons =
|
|
|
2377
2739
|
| 'roller_shades_closed'
|
|
2378
2740
|
| 'roller_skating'
|
|
2379
2741
|
| 'roofing'
|
|
2742
|
+
| 'room'
|
|
2380
2743
|
| 'room_preferences'
|
|
2381
2744
|
| 'room_service'
|
|
2382
2745
|
| 'rotate_90_degrees_ccw'
|
|
2383
2746
|
| 'rotate_90_degrees_cw'
|
|
2747
|
+
| 'rotate_auto'
|
|
2384
2748
|
| 'rotate_left'
|
|
2385
2749
|
| 'rotate_right'
|
|
2386
2750
|
| 'roundabout_left'
|
|
@@ -2410,7 +2774,9 @@ export type MaterialIcons =
|
|
|
2410
2774
|
| 'satellite_alt'
|
|
2411
2775
|
| 'sauna'
|
|
2412
2776
|
| 'save'
|
|
2777
|
+
| 'save_alt'
|
|
2413
2778
|
| 'save_as'
|
|
2779
|
+
| 'save_clock'
|
|
2414
2780
|
| 'saved_search'
|
|
2415
2781
|
| 'savings'
|
|
2416
2782
|
| 'scale'
|
|
@@ -2425,6 +2791,7 @@ export type MaterialIcons =
|
|
|
2425
2791
|
| 'school'
|
|
2426
2792
|
| 'science'
|
|
2427
2793
|
| 'science_off'
|
|
2794
|
+
| 'scooter'
|
|
2428
2795
|
| 'score'
|
|
2429
2796
|
| 'scoreboard'
|
|
2430
2797
|
| 'screen_lock_landscape'
|
|
@@ -2438,23 +2805,29 @@ export type MaterialIcons =
|
|
|
2438
2805
|
| 'screen_share'
|
|
2439
2806
|
| 'screenshot'
|
|
2440
2807
|
| 'screenshot_frame'
|
|
2808
|
+
| 'screenshot_frame_2'
|
|
2441
2809
|
| 'screenshot_keyboard'
|
|
2442
2810
|
| 'screenshot_monitor'
|
|
2443
2811
|
| 'screenshot_region'
|
|
2444
2812
|
| 'screenshot_tablet'
|
|
2813
|
+
| 'script'
|
|
2445
2814
|
| 'scrollable_header'
|
|
2446
2815
|
| 'scuba_diving'
|
|
2447
2816
|
| 'sd'
|
|
2448
2817
|
| 'sd_card'
|
|
2449
2818
|
| 'sd_card_alert'
|
|
2819
|
+
| 'sd_storage'
|
|
2450
2820
|
| 'sdk'
|
|
2451
2821
|
| 'search'
|
|
2822
|
+
| 'search_activity'
|
|
2452
2823
|
| 'search_check'
|
|
2824
|
+
| 'search_check_2'
|
|
2453
2825
|
| 'search_hands_free'
|
|
2454
2826
|
| 'search_insights'
|
|
2455
2827
|
| 'search_off'
|
|
2456
2828
|
| 'security'
|
|
2457
2829
|
| 'security_key'
|
|
2830
|
+
| 'security_update'
|
|
2458
2831
|
| 'security_update_good'
|
|
2459
2832
|
| 'security_update_warning'
|
|
2460
2833
|
| 'segment'
|
|
@@ -2489,11 +2862,13 @@ export type MaterialIcons =
|
|
|
2489
2862
|
| 'sentiment_neutral'
|
|
2490
2863
|
| 'sentiment_sad'
|
|
2491
2864
|
| 'sentiment_satisfied'
|
|
2865
|
+
| 'sentiment_satisfied_alt'
|
|
2492
2866
|
| 'sentiment_stressed'
|
|
2493
2867
|
| 'sentiment_very_dissatisfied'
|
|
2494
2868
|
| 'sentiment_very_satisfied'
|
|
2495
2869
|
| 'sentiment_worried'
|
|
2496
2870
|
| 'serif'
|
|
2871
|
+
| 'server_person'
|
|
2497
2872
|
| 'service_toolbox'
|
|
2498
2873
|
| 'set_meal'
|
|
2499
2874
|
| 'settings'
|
|
@@ -2511,6 +2886,7 @@ export type MaterialIcons =
|
|
|
2511
2886
|
| 'settings_heart'
|
|
2512
2887
|
| 'settings_input_antenna'
|
|
2513
2888
|
| 'settings_input_component'
|
|
2889
|
+
| 'settings_input_composite'
|
|
2514
2890
|
| 'settings_input_hdmi'
|
|
2515
2891
|
| 'settings_input_svideo'
|
|
2516
2892
|
| 'settings_motion_mode'
|
|
@@ -2522,6 +2898,7 @@ export type MaterialIcons =
|
|
|
2522
2898
|
| 'settings_power'
|
|
2523
2899
|
| 'settings_remote'
|
|
2524
2900
|
| 'settings_slow_motion'
|
|
2901
|
+
| 'settings_suggest'
|
|
2525
2902
|
| 'settings_system_daydream'
|
|
2526
2903
|
| 'settings_timelapse'
|
|
2527
2904
|
| 'settings_video_camera'
|
|
@@ -2534,6 +2911,7 @@ export type MaterialIcons =
|
|
|
2534
2911
|
| 'shape_line'
|
|
2535
2912
|
| 'shapes'
|
|
2536
2913
|
| 'share'
|
|
2914
|
+
| 'share_eta'
|
|
2537
2915
|
| 'share_location'
|
|
2538
2916
|
| 'share_off'
|
|
2539
2917
|
| 'share_reviews'
|
|
@@ -2552,9 +2930,12 @@ export type MaterialIcons =
|
|
|
2552
2930
|
| 'shield_with_house'
|
|
2553
2931
|
| 'shift'
|
|
2554
2932
|
| 'shift_lock'
|
|
2933
|
+
| 'shift_lock_off'
|
|
2555
2934
|
| 'shop'
|
|
2935
|
+
| 'shop_2'
|
|
2556
2936
|
| 'shop_two'
|
|
2557
2937
|
| 'shopping_bag'
|
|
2938
|
+
| 'shopping_bag_speed'
|
|
2558
2939
|
| 'shopping_basket'
|
|
2559
2940
|
| 'shopping_cart'
|
|
2560
2941
|
| 'shopping_cart_checkout'
|
|
@@ -2562,6 +2943,7 @@ export type MaterialIcons =
|
|
|
2562
2943
|
| 'shoppingmode'
|
|
2563
2944
|
| 'short_stay'
|
|
2564
2945
|
| 'short_text'
|
|
2946
|
+
| 'shortcut'
|
|
2565
2947
|
| 'show_chart'
|
|
2566
2948
|
| 'shower'
|
|
2567
2949
|
| 'shuffle'
|
|
@@ -2582,24 +2964,55 @@ export type MaterialIcons =
|
|
|
2582
2964
|
| 'signal_cellular_alt_1_bar'
|
|
2583
2965
|
| 'signal_cellular_alt_2_bar'
|
|
2584
2966
|
| 'signal_cellular_connected_no_internet_0_bar'
|
|
2967
|
+
| 'signal_cellular_connected_no_internet_1_bar'
|
|
2968
|
+
| 'signal_cellular_connected_no_internet_2_bar'
|
|
2969
|
+
| 'signal_cellular_connected_no_internet_3_bar'
|
|
2585
2970
|
| 'signal_cellular_connected_no_internet_4_bar'
|
|
2971
|
+
| 'signal_cellular_no_sim'
|
|
2586
2972
|
| 'signal_cellular_nodata'
|
|
2587
2973
|
| 'signal_cellular_null'
|
|
2588
2974
|
| 'signal_cellular_off'
|
|
2589
2975
|
| 'signal_cellular_pause'
|
|
2590
2976
|
| 'signal_disconnected'
|
|
2591
2977
|
| 'signal_wifi_0_bar'
|
|
2978
|
+
| 'signal_wifi_1_bar'
|
|
2979
|
+
| 'signal_wifi_1_bar_lock'
|
|
2980
|
+
| 'signal_wifi_2_bar'
|
|
2981
|
+
| 'signal_wifi_2_bar_lock'
|
|
2982
|
+
| 'signal_wifi_3_bar'
|
|
2983
|
+
| 'signal_wifi_3_bar_lock'
|
|
2592
2984
|
| 'signal_wifi_4_bar'
|
|
2985
|
+
| 'signal_wifi_4_bar_lock'
|
|
2593
2986
|
| 'signal_wifi_bad'
|
|
2987
|
+
| 'signal_wifi_connected_no_internet_0'
|
|
2988
|
+
| 'signal_wifi_connected_no_internet_1'
|
|
2989
|
+
| 'signal_wifi_connected_no_internet_2'
|
|
2990
|
+
| 'signal_wifi_connected_no_internet_3'
|
|
2991
|
+
| 'signal_wifi_connected_no_internet_4'
|
|
2594
2992
|
| 'signal_wifi_off'
|
|
2993
|
+
| 'signal_wifi_statusbar_1_bar'
|
|
2994
|
+
| 'signal_wifi_statusbar_2_bar'
|
|
2995
|
+
| 'signal_wifi_statusbar_3_bar'
|
|
2996
|
+
| 'signal_wifi_statusbar_4_bar'
|
|
2997
|
+
| 'signal_wifi_statusbar_connected_no_internet'
|
|
2998
|
+
| 'signal_wifi_statusbar_connected_no_internet_1'
|
|
2999
|
+
| 'signal_wifi_statusbar_connected_no_internet_2'
|
|
3000
|
+
| 'signal_wifi_statusbar_connected_no_internet_3'
|
|
3001
|
+
| 'signal_wifi_statusbar_connected_no_internet_4'
|
|
2595
3002
|
| 'signal_wifi_statusbar_not_connected'
|
|
2596
3003
|
| 'signal_wifi_statusbar_null'
|
|
2597
3004
|
| 'signature'
|
|
2598
3005
|
| 'signpost'
|
|
2599
3006
|
| 'sim_card'
|
|
3007
|
+
| 'sim_card_alert'
|
|
2600
3008
|
| 'sim_card_download'
|
|
3009
|
+
| 'simulation'
|
|
2601
3010
|
| 'single_bed'
|
|
2602
3011
|
| 'sip'
|
|
3012
|
+
| 'siren'
|
|
3013
|
+
| 'siren_check'
|
|
3014
|
+
| 'siren_open'
|
|
3015
|
+
| 'siren_question'
|
|
2603
3016
|
| 'skateboarding'
|
|
2604
3017
|
| 'skeleton'
|
|
2605
3018
|
| 'skillet'
|
|
@@ -2607,6 +3020,7 @@ export type MaterialIcons =
|
|
|
2607
3020
|
| 'skip_next'
|
|
2608
3021
|
| 'skip_previous'
|
|
2609
3022
|
| 'skull'
|
|
3023
|
+
| 'skull_list'
|
|
2610
3024
|
| 'slab_serif'
|
|
2611
3025
|
| 'sledding'
|
|
2612
3026
|
| 'sleep_score'
|
|
@@ -2614,15 +3028,20 @@ export type MaterialIcons =
|
|
|
2614
3028
|
| 'sliders'
|
|
2615
3029
|
| 'slideshow'
|
|
2616
3030
|
| 'slow_motion_video'
|
|
3031
|
+
| 'smart_button'
|
|
3032
|
+
| 'smart_card_reader'
|
|
3033
|
+
| 'smart_card_reader_off'
|
|
2617
3034
|
| 'smart_display'
|
|
2618
3035
|
| 'smart_outlet'
|
|
2619
3036
|
| 'smart_screen'
|
|
2620
3037
|
| 'smart_toy'
|
|
2621
3038
|
| 'smartphone'
|
|
3039
|
+
| 'smartphone_camera'
|
|
2622
3040
|
| 'smb_share'
|
|
2623
3041
|
| 'smoke_free'
|
|
2624
3042
|
| 'smoking_rooms'
|
|
2625
3043
|
| 'sms'
|
|
3044
|
+
| 'sms_failed'
|
|
2626
3045
|
| 'snippet_folder'
|
|
2627
3046
|
| 'snooze'
|
|
2628
3047
|
| 'snowboarding'
|
|
@@ -2642,6 +3061,7 @@ export type MaterialIcons =
|
|
|
2642
3061
|
| 'sound_detection_loud_sound'
|
|
2643
3062
|
| 'sound_sampler'
|
|
2644
3063
|
| 'soup_kitchen'
|
|
3064
|
+
| 'source'
|
|
2645
3065
|
| 'source_environment'
|
|
2646
3066
|
| 'source_notes'
|
|
2647
3067
|
| 'south'
|
|
@@ -2665,18 +3085,28 @@ export type MaterialIcons =
|
|
|
2665
3085
|
| 'speech_to_text'
|
|
2666
3086
|
| 'speed'
|
|
2667
3087
|
| 'speed_0_25'
|
|
3088
|
+
| 'speed_0_2x'
|
|
2668
3089
|
| 'speed_0_5'
|
|
3090
|
+
| 'speed_0_5x'
|
|
2669
3091
|
| 'speed_0_75'
|
|
3092
|
+
| 'speed_0_7x'
|
|
2670
3093
|
| 'speed_1_2'
|
|
2671
3094
|
| 'speed_1_25'
|
|
3095
|
+
| 'speed_1_2x'
|
|
2672
3096
|
| 'speed_1_5'
|
|
3097
|
+
| 'speed_1_5x'
|
|
2673
3098
|
| 'speed_1_75'
|
|
3099
|
+
| 'speed_1_7x'
|
|
2674
3100
|
| 'speed_2x'
|
|
3101
|
+
| 'speed_camera'
|
|
2675
3102
|
| 'spellcheck'
|
|
3103
|
+
| 'split_scene'
|
|
2676
3104
|
| 'splitscreen'
|
|
2677
3105
|
| 'splitscreen_add'
|
|
2678
3106
|
| 'splitscreen_bottom'
|
|
3107
|
+
| 'splitscreen_landscape'
|
|
2679
3108
|
| 'splitscreen_left'
|
|
3109
|
+
| 'splitscreen_portrait'
|
|
2680
3110
|
| 'splitscreen_right'
|
|
2681
3111
|
| 'splitscreen_top'
|
|
2682
3112
|
| 'splitscreen_vertical_add'
|
|
@@ -2706,9 +3136,11 @@ export type MaterialIcons =
|
|
|
2706
3136
|
| 'sprinkler'
|
|
2707
3137
|
| 'sprint'
|
|
2708
3138
|
| 'square'
|
|
3139
|
+
| 'square_dot'
|
|
2709
3140
|
| 'square_foot'
|
|
2710
3141
|
| 'ssid_chart'
|
|
2711
3142
|
| 'stack'
|
|
3143
|
+
| 'stack_hexagon'
|
|
2712
3144
|
| 'stack_off'
|
|
2713
3145
|
| 'stack_star'
|
|
2714
3146
|
| 'stacked_bar_chart'
|
|
@@ -2719,8 +3151,13 @@ export type MaterialIcons =
|
|
|
2719
3151
|
| 'stadia_controller'
|
|
2720
3152
|
| 'stadium'
|
|
2721
3153
|
| 'stairs'
|
|
3154
|
+
| 'stairs_2'
|
|
2722
3155
|
| 'star'
|
|
3156
|
+
| 'star_border'
|
|
3157
|
+
| 'star_border_purple500'
|
|
2723
3158
|
| 'star_half'
|
|
3159
|
+
| 'star_outline'
|
|
3160
|
+
| 'star_purple500'
|
|
2724
3161
|
| 'star_rate'
|
|
2725
3162
|
| 'star_rate_half'
|
|
2726
3163
|
| 'stars'
|
|
@@ -2754,6 +3191,7 @@ export type MaterialIcons =
|
|
|
2754
3191
|
| 'stop_screen_share'
|
|
2755
3192
|
| 'storage'
|
|
2756
3193
|
| 'store'
|
|
3194
|
+
| 'store_mall_directory'
|
|
2757
3195
|
| 'storefront'
|
|
2758
3196
|
| 'storm'
|
|
2759
3197
|
| 'straight'
|
|
@@ -2828,18 +3266,26 @@ export type MaterialIcons =
|
|
|
2828
3266
|
| 'synagogue'
|
|
2829
3267
|
| 'sync'
|
|
2830
3268
|
| 'sync_alt'
|
|
3269
|
+
| 'sync_arrow_down'
|
|
3270
|
+
| 'sync_arrow_up'
|
|
3271
|
+
| 'sync_desktop'
|
|
2831
3272
|
| 'sync_disabled'
|
|
2832
3273
|
| 'sync_lock'
|
|
2833
3274
|
| 'sync_problem'
|
|
2834
3275
|
| 'sync_saved_locally'
|
|
2835
3276
|
| 'syringe'
|
|
3277
|
+
| 'system_security_update'
|
|
3278
|
+
| 'system_security_update_good'
|
|
3279
|
+
| 'system_security_update_warning'
|
|
2836
3280
|
| 'system_update'
|
|
2837
3281
|
| 'system_update_alt'
|
|
2838
3282
|
| 'tab'
|
|
2839
3283
|
| 'tab_close'
|
|
3284
|
+
| 'tab_close_inactive'
|
|
2840
3285
|
| 'tab_close_right'
|
|
2841
3286
|
| 'tab_duplicate'
|
|
2842
3287
|
| 'tab_group'
|
|
3288
|
+
| 'tab_inactive'
|
|
2843
3289
|
| 'tab_move'
|
|
2844
3290
|
| 'tab_new_right'
|
|
2845
3291
|
| 'tab_recent'
|
|
@@ -2848,6 +3294,9 @@ export type MaterialIcons =
|
|
|
2848
3294
|
| 'table_bar'
|
|
2849
3295
|
| 'table_chart'
|
|
2850
3296
|
| 'table_chart_view'
|
|
3297
|
+
| 'table_convert'
|
|
3298
|
+
| 'table_edit'
|
|
3299
|
+
| 'table_eye'
|
|
2851
3300
|
| 'table_lamp'
|
|
2852
3301
|
| 'table_restaurant'
|
|
2853
3302
|
| 'table_rows'
|
|
@@ -2855,10 +3304,12 @@ export type MaterialIcons =
|
|
|
2855
3304
|
| 'table_view'
|
|
2856
3305
|
| 'tablet'
|
|
2857
3306
|
| 'tablet_android'
|
|
3307
|
+
| 'tablet_camera'
|
|
2858
3308
|
| 'tablet_mac'
|
|
2859
3309
|
| 'tabs'
|
|
2860
3310
|
| 'tactic'
|
|
2861
3311
|
| 'tag'
|
|
3312
|
+
| 'tag_faces'
|
|
2862
3313
|
| 'takeout_dining'
|
|
2863
3314
|
| 'tamper_detection_off'
|
|
2864
3315
|
| 'tamper_detection_on'
|
|
@@ -2875,7 +3326,9 @@ export type MaterialIcons =
|
|
|
2875
3326
|
| 'temple_hindu'
|
|
2876
3327
|
| 'tenancy'
|
|
2877
3328
|
| 'terminal'
|
|
3329
|
+
| 'terrain'
|
|
2878
3330
|
| 'text_ad'
|
|
3331
|
+
| 'text_compare'
|
|
2879
3332
|
| 'text_decrease'
|
|
2880
3333
|
| 'text_fields'
|
|
2881
3334
|
| 'text_fields_alt'
|
|
@@ -2899,6 +3352,8 @@ export type MaterialIcons =
|
|
|
2899
3352
|
| 'text_select_start'
|
|
2900
3353
|
| 'text_snippet'
|
|
2901
3354
|
| 'text_to_speech'
|
|
3355
|
+
| 'text_up'
|
|
3356
|
+
| 'textsms'
|
|
2902
3357
|
| 'texture'
|
|
2903
3358
|
| 'texture_add'
|
|
2904
3359
|
| 'texture_minus'
|
|
@@ -2910,18 +3365,29 @@ export type MaterialIcons =
|
|
|
2910
3365
|
| 'thermometer_loss'
|
|
2911
3366
|
| 'thermometer_minus'
|
|
2912
3367
|
| 'thermostat'
|
|
3368
|
+
| 'thermostat_arrow_down'
|
|
3369
|
+
| 'thermostat_arrow_up'
|
|
2913
3370
|
| 'thermostat_auto'
|
|
2914
3371
|
| 'thermostat_carbon'
|
|
2915
3372
|
| 'things_to_do'
|
|
2916
3373
|
| 'thread_unread'
|
|
3374
|
+
| 'threat_intelligence'
|
|
2917
3375
|
| 'thumb_down'
|
|
3376
|
+
| 'thumb_down_alt'
|
|
3377
|
+
| 'thumb_down_off_alt'
|
|
2918
3378
|
| 'thumb_up'
|
|
3379
|
+
| 'thumb_up_alt'
|
|
3380
|
+
| 'thumb_up_off_alt'
|
|
2919
3381
|
| 'thumbnail_bar'
|
|
2920
3382
|
| 'thumbs_up_down'
|
|
2921
3383
|
| 'thunderstorm'
|
|
2922
3384
|
| 'tibia'
|
|
2923
3385
|
| 'tibia_alt'
|
|
3386
|
+
| 'tile_large'
|
|
3387
|
+
| 'tile_medium'
|
|
3388
|
+
| 'tile_small'
|
|
2924
3389
|
| 'time_auto'
|
|
3390
|
+
| 'time_to_leave'
|
|
2925
3391
|
| 'timelapse'
|
|
2926
3392
|
| 'timeline'
|
|
2927
3393
|
| 'timer'
|
|
@@ -2933,11 +3399,15 @@ export type MaterialIcons =
|
|
|
2933
3399
|
| 'timer_3_select'
|
|
2934
3400
|
| 'timer_5'
|
|
2935
3401
|
| 'timer_5_shutter'
|
|
3402
|
+
| 'timer_arrow_down'
|
|
3403
|
+
| 'timer_arrow_up'
|
|
2936
3404
|
| 'timer_off'
|
|
2937
3405
|
| 'timer_pause'
|
|
2938
3406
|
| 'timer_play'
|
|
3407
|
+
| 'tips_and_updates'
|
|
2939
3408
|
| 'tire_repair'
|
|
2940
3409
|
| 'title'
|
|
3410
|
+
| 'titlecase'
|
|
2941
3411
|
| 'toast'
|
|
2942
3412
|
| 'toc'
|
|
2943
3413
|
| 'today'
|
|
@@ -2955,12 +3425,16 @@ export type MaterialIcons =
|
|
|
2955
3425
|
| 'tools_pliers_wire_stripper'
|
|
2956
3426
|
| 'tools_power_drill'
|
|
2957
3427
|
| 'tooltip'
|
|
3428
|
+
| 'tooltip_2'
|
|
2958
3429
|
| 'top_panel_close'
|
|
2959
3430
|
| 'top_panel_open'
|
|
2960
3431
|
| 'topic'
|
|
2961
3432
|
| 'tornado'
|
|
2962
3433
|
| 'total_dissolved_solids'
|
|
2963
3434
|
| 'touch_app'
|
|
3435
|
+
| 'touch_double'
|
|
3436
|
+
| 'touch_long'
|
|
3437
|
+
| 'touch_triple'
|
|
2964
3438
|
| 'touchpad_mouse'
|
|
2965
3439
|
| 'touchpad_mouse_off'
|
|
2966
3440
|
| 'tour'
|
|
@@ -2969,7 +3443,10 @@ export type MaterialIcons =
|
|
|
2969
3443
|
| 'toys_fan'
|
|
2970
3444
|
| 'track_changes'
|
|
2971
3445
|
| 'trackpad_input'
|
|
3446
|
+
| 'trackpad_input_2'
|
|
3447
|
+
| 'trackpad_input_3'
|
|
2972
3448
|
| 'traffic'
|
|
3449
|
+
| 'traffic_jam'
|
|
2973
3450
|
| 'trail_length'
|
|
2974
3451
|
| 'trail_length_medium'
|
|
2975
3452
|
| 'trail_length_short'
|
|
@@ -2980,6 +3457,7 @@ export type MaterialIcons =
|
|
|
2980
3457
|
| 'transform'
|
|
2981
3458
|
| 'transgender'
|
|
2982
3459
|
| 'transit_enterexit'
|
|
3460
|
+
| 'transit_ticket'
|
|
2983
3461
|
| 'transition_chop'
|
|
2984
3462
|
| 'transition_dissolve'
|
|
2985
3463
|
| 'transition_fade'
|
|
@@ -2996,21 +3474,28 @@ export type MaterialIcons =
|
|
|
2996
3474
|
| 'trip'
|
|
2997
3475
|
| 'trip_origin'
|
|
2998
3476
|
| 'trolley'
|
|
3477
|
+
| 'trolley_cable_car'
|
|
2999
3478
|
| 'trophy'
|
|
3000
3479
|
| 'troubleshoot'
|
|
3480
|
+
| 'try'
|
|
3001
3481
|
| 'tsunami'
|
|
3002
3482
|
| 'tsv'
|
|
3003
3483
|
| 'tty'
|
|
3004
3484
|
| 'tune'
|
|
3485
|
+
| 'tungsten'
|
|
3005
3486
|
| 'turn_left'
|
|
3006
3487
|
| 'turn_right'
|
|
3007
3488
|
| 'turn_sharp_left'
|
|
3008
3489
|
| 'turn_sharp_right'
|
|
3009
3490
|
| 'turn_slight_left'
|
|
3010
3491
|
| 'turn_slight_right'
|
|
3492
|
+
| 'turned_in'
|
|
3493
|
+
| 'turned_in_not'
|
|
3011
3494
|
| 'tv'
|
|
3495
|
+
| 'tv_displays'
|
|
3012
3496
|
| 'tv_gen'
|
|
3013
3497
|
| 'tv_guide'
|
|
3498
|
+
| 'tv_next'
|
|
3014
3499
|
| 'tv_off'
|
|
3015
3500
|
| 'tv_options_edit_channels'
|
|
3016
3501
|
| 'tv_options_input_settings'
|
|
@@ -3018,6 +3503,7 @@ export type MaterialIcons =
|
|
|
3018
3503
|
| 'tv_signin'
|
|
3019
3504
|
| 'tv_with_assistant'
|
|
3020
3505
|
| 'two_pager'
|
|
3506
|
+
| 'two_pager_store'
|
|
3021
3507
|
| 'two_wheeler'
|
|
3022
3508
|
| 'type_specimen'
|
|
3023
3509
|
| 'u_turn_left'
|
|
@@ -3037,18 +3523,22 @@ export type MaterialIcons =
|
|
|
3037
3523
|
| 'universal_local'
|
|
3038
3524
|
| 'unknown_2'
|
|
3039
3525
|
| 'unknown_5'
|
|
3526
|
+
| 'unknown_7'
|
|
3040
3527
|
| 'unknown_document'
|
|
3041
3528
|
| 'unknown_med'
|
|
3042
3529
|
| 'unlicense'
|
|
3530
|
+
| 'unpaved_road'
|
|
3043
3531
|
| 'unpublished'
|
|
3044
3532
|
| 'unsubscribe'
|
|
3045
3533
|
| 'upcoming'
|
|
3046
3534
|
| 'update'
|
|
3047
3535
|
| 'update_disabled'
|
|
3048
3536
|
| 'upgrade'
|
|
3537
|
+
| 'upi_pay'
|
|
3049
3538
|
| 'upload'
|
|
3050
3539
|
| 'upload_2'
|
|
3051
3540
|
| 'upload_file'
|
|
3541
|
+
| 'uppercase'
|
|
3052
3542
|
| 'urology'
|
|
3053
3543
|
| 'usb'
|
|
3054
3544
|
| 'usb_off'
|
|
@@ -3075,6 +3565,7 @@ export type MaterialIcons =
|
|
|
3075
3565
|
| 'vibration'
|
|
3076
3566
|
| 'video_call'
|
|
3077
3567
|
| 'video_camera_back'
|
|
3568
|
+
| 'video_camera_back_add'
|
|
3078
3569
|
| 'video_camera_front'
|
|
3079
3570
|
| 'video_camera_front_off'
|
|
3080
3571
|
| 'video_chat'
|
|
@@ -3085,10 +3576,12 @@ export type MaterialIcons =
|
|
|
3085
3576
|
| 'video_settings'
|
|
3086
3577
|
| 'video_stable'
|
|
3087
3578
|
| 'videocam'
|
|
3579
|
+
| 'videocam_alert'
|
|
3088
3580
|
| 'videocam_off'
|
|
3089
3581
|
| 'videogame_asset'
|
|
3090
3582
|
| 'videogame_asset_off'
|
|
3091
3583
|
| 'view_agenda'
|
|
3584
|
+
| 'view_apps'
|
|
3092
3585
|
| 'view_array'
|
|
3093
3586
|
| 'view_carousel'
|
|
3094
3587
|
| 'view_column'
|
|
@@ -3105,6 +3598,7 @@ export type MaterialIcons =
|
|
|
3105
3598
|
| 'view_kanban'
|
|
3106
3599
|
| 'view_list'
|
|
3107
3600
|
| 'view_module'
|
|
3601
|
+
| 'view_object_track'
|
|
3108
3602
|
| 'view_quilt'
|
|
3109
3603
|
| 'view_real_size'
|
|
3110
3604
|
| 'view_sidebar'
|
|
@@ -3117,9 +3611,11 @@ export type MaterialIcons =
|
|
|
3117
3611
|
| 'visibility_lock'
|
|
3118
3612
|
| 'visibility_off'
|
|
3119
3613
|
| 'vital_signs'
|
|
3614
|
+
| 'vo2_max'
|
|
3120
3615
|
| 'voice_chat'
|
|
3121
3616
|
| 'voice_over_off'
|
|
3122
3617
|
| 'voice_selection'
|
|
3618
|
+
| 'voice_selection_off'
|
|
3123
3619
|
| 'voicemail'
|
|
3124
3620
|
| 'volcano'
|
|
3125
3621
|
| 'volume_down'
|
|
@@ -3144,12 +3640,16 @@ export type MaterialIcons =
|
|
|
3144
3640
|
| 'ward'
|
|
3145
3641
|
| 'warehouse'
|
|
3146
3642
|
| 'warning'
|
|
3643
|
+
| 'warning_amber'
|
|
3147
3644
|
| 'warning_off'
|
|
3148
3645
|
| 'wash'
|
|
3149
3646
|
| 'watch'
|
|
3150
3647
|
| 'watch_button_press'
|
|
3648
|
+
| 'watch_check'
|
|
3649
|
+
| 'watch_later'
|
|
3151
3650
|
| 'watch_off'
|
|
3152
3651
|
| 'watch_screentime'
|
|
3652
|
+
| 'watch_vibration'
|
|
3153
3653
|
| 'watch_wake'
|
|
3154
3654
|
| 'water'
|
|
3155
3655
|
| 'water_bottle'
|
|
@@ -3172,10 +3672,12 @@ export type MaterialIcons =
|
|
|
3172
3672
|
| 'waves'
|
|
3173
3673
|
| 'waving_hand'
|
|
3174
3674
|
| 'wb_auto'
|
|
3675
|
+
| 'wb_cloudy'
|
|
3175
3676
|
| 'wb_incandescent'
|
|
3176
3677
|
| 'wb_iridescent'
|
|
3177
3678
|
| 'wb_shade'
|
|
3178
3679
|
| 'wb_sunny'
|
|
3680
|
+
| 'wb_twighlight'
|
|
3179
3681
|
| 'wb_twilight'
|
|
3180
3682
|
| 'wc'
|
|
3181
3683
|
| 'weather_hail'
|
|
@@ -3193,8 +3695,10 @@ export type MaterialIcons =
|
|
|
3193
3695
|
| 'whatshot'
|
|
3194
3696
|
| 'wheelchair_pickup'
|
|
3195
3697
|
| 'where_to_vote'
|
|
3698
|
+
| 'widget_medium'
|
|
3699
|
+
| 'widget_small'
|
|
3700
|
+
| 'widget_width'
|
|
3196
3701
|
| 'widgets'
|
|
3197
|
-
| 'width'
|
|
3198
3702
|
| 'width_full'
|
|
3199
3703
|
| 'width_normal'
|
|
3200
3704
|
| 'width_wide'
|
|
@@ -3206,6 +3710,9 @@ export type MaterialIcons =
|
|
|
3206
3710
|
| 'wifi_calling_1'
|
|
3207
3711
|
| 'wifi_calling_2'
|
|
3208
3712
|
| 'wifi_calling_3'
|
|
3713
|
+
| 'wifi_calling_bar_1'
|
|
3714
|
+
| 'wifi_calling_bar_2'
|
|
3715
|
+
| 'wifi_calling_bar_3'
|
|
3209
3716
|
| 'wifi_channel'
|
|
3210
3717
|
| 'wifi_find'
|
|
3211
3718
|
| 'wifi_home'
|
|
@@ -3229,9 +3736,13 @@ export type MaterialIcons =
|
|
|
3229
3736
|
| 'work'
|
|
3230
3737
|
| 'work_alert'
|
|
3231
3738
|
| 'work_history'
|
|
3739
|
+
| 'work_off'
|
|
3740
|
+
| 'work_outline'
|
|
3232
3741
|
| 'work_update'
|
|
3233
3742
|
| 'workspace_premium'
|
|
3234
3743
|
| 'workspaces'
|
|
3744
|
+
| 'workspaces_filled'
|
|
3745
|
+
| 'workspaces_outline'
|
|
3235
3746
|
| 'wounds_injuries'
|
|
3236
3747
|
| 'wrap_text'
|
|
3237
3748
|
| 'wrist'
|