material-design-icons-literal-types 1.0.28 → 1.0.29
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/material-symbols.d.ts +19 -0
- package/package.json +2 -2
|
@@ -518,6 +518,7 @@ export type MaterialSymbols =
|
|
|
518
518
|
| 'breaking_news'
|
|
519
519
|
| 'breaking_news_alt_1'
|
|
520
520
|
| 'breastfeeding'
|
|
521
|
+
| 'brick'
|
|
521
522
|
| 'brightness_1'
|
|
522
523
|
| 'brightness_2'
|
|
523
524
|
| 'brightness_3'
|
|
@@ -720,6 +721,7 @@ export type MaterialSymbols =
|
|
|
720
721
|
| 'cloud_circle'
|
|
721
722
|
| 'cloud_done'
|
|
722
723
|
| 'cloud_download'
|
|
724
|
+
| 'cloud_lock'
|
|
723
725
|
| 'cloud_off'
|
|
724
726
|
| 'cloud_queue'
|
|
725
727
|
| 'cloud_sync'
|
|
@@ -885,6 +887,7 @@ export type MaterialSymbols =
|
|
|
885
887
|
| 'data_usage'
|
|
886
888
|
| 'database'
|
|
887
889
|
| 'database_off'
|
|
890
|
+
| 'database_search'
|
|
888
891
|
| 'database_upload'
|
|
889
892
|
| 'dataset'
|
|
890
893
|
| 'dataset_linked'
|
|
@@ -1021,6 +1024,7 @@ export type MaterialSymbols =
|
|
|
1021
1024
|
| 'docs_add_on'
|
|
1022
1025
|
| 'docs_apps_script'
|
|
1023
1026
|
| 'document_scanner'
|
|
1027
|
+
| 'document_search'
|
|
1024
1028
|
| 'domain'
|
|
1025
1029
|
| 'domain_add'
|
|
1026
1030
|
| 'domain_disabled'
|
|
@@ -1091,6 +1095,7 @@ export type MaterialSymbols =
|
|
|
1091
1095
|
| 'edgesensor_high'
|
|
1092
1096
|
| 'edgesensor_low'
|
|
1093
1097
|
| 'edit'
|
|
1098
|
+
| 'edit_arrow_down'
|
|
1094
1099
|
| 'edit_arrow_up'
|
|
1095
1100
|
| 'edit_attributes'
|
|
1096
1101
|
| 'edit_audio'
|
|
@@ -1320,6 +1325,7 @@ export type MaterialSymbols =
|
|
|
1320
1325
|
| 'first_page'
|
|
1321
1326
|
| 'fit_page'
|
|
1322
1327
|
| 'fit_page_height'
|
|
1328
|
+
| 'fit_page_width'
|
|
1323
1329
|
| 'fit_screen'
|
|
1324
1330
|
| 'fit_width'
|
|
1325
1331
|
| 'fitness_center'
|
|
@@ -1378,6 +1384,7 @@ export type MaterialSymbols =
|
|
|
1378
1384
|
| 'folder_data'
|
|
1379
1385
|
| 'folder_delete'
|
|
1380
1386
|
| 'folder_eye'
|
|
1387
|
+
| 'folder_info'
|
|
1381
1388
|
| 'folder_limited'
|
|
1382
1389
|
| 'folder_managed'
|
|
1383
1390
|
| 'folder_match'
|
|
@@ -1670,10 +1677,13 @@ export type MaterialSymbols =
|
|
|
1670
1677
|
| 'hotel'
|
|
1671
1678
|
| 'hotel_class'
|
|
1672
1679
|
| 'hourglass'
|
|
1680
|
+
| 'hourglass_arrow_down'
|
|
1681
|
+
| 'hourglass_arrow_up'
|
|
1673
1682
|
| 'hourglass_bottom'
|
|
1674
1683
|
| 'hourglass_disabled'
|
|
1675
1684
|
| 'hourglass_empty'
|
|
1676
1685
|
| 'hourglass_full'
|
|
1686
|
+
| 'hourglass_pause'
|
|
1677
1687
|
| 'hourglass_top'
|
|
1678
1688
|
| 'house'
|
|
1679
1689
|
| 'house_siding'
|
|
@@ -2029,6 +2039,7 @@ export type MaterialSymbols =
|
|
|
2029
2039
|
| 'masked_transitions_add'
|
|
2030
2040
|
| 'masks'
|
|
2031
2041
|
| 'match_case'
|
|
2042
|
+
| 'match_case_off'
|
|
2032
2043
|
| 'match_word'
|
|
2033
2044
|
| 'matter'
|
|
2034
2045
|
| 'maximize'
|
|
@@ -2242,6 +2253,7 @@ export type MaterialSymbols =
|
|
|
2242
2253
|
| 'nest_wifi_router'
|
|
2243
2254
|
| 'network_cell'
|
|
2244
2255
|
| 'network_check'
|
|
2256
|
+
| 'network_intel_node'
|
|
2245
2257
|
| 'network_intelligence'
|
|
2246
2258
|
| 'network_intelligence_history'
|
|
2247
2259
|
| 'network_intelligence_update'
|
|
@@ -2379,6 +2391,8 @@ export type MaterialSymbols =
|
|
|
2379
2391
|
| 'package_2'
|
|
2380
2392
|
| 'padding'
|
|
2381
2393
|
| 'page_control'
|
|
2394
|
+
| 'page_footer'
|
|
2395
|
+
| 'page_header'
|
|
2382
2396
|
| 'page_info'
|
|
2383
2397
|
| 'pageless'
|
|
2384
2398
|
| 'pages'
|
|
@@ -2836,6 +2850,7 @@ export type MaterialSymbols =
|
|
|
2836
2850
|
| 'screen_share'
|
|
2837
2851
|
| 'screenshot'
|
|
2838
2852
|
| 'screenshot_frame'
|
|
2853
|
+
| 'screenshot_frame_2'
|
|
2839
2854
|
| 'screenshot_keyboard'
|
|
2840
2855
|
| 'screenshot_monitor'
|
|
2841
2856
|
| 'screenshot_region'
|
|
@@ -3030,6 +3045,7 @@ export type MaterialSymbols =
|
|
|
3030
3045
|
| 'skip_next'
|
|
3031
3046
|
| 'skip_previous'
|
|
3032
3047
|
| 'skull'
|
|
3048
|
+
| 'skull_list'
|
|
3033
3049
|
| 'slab_serif'
|
|
3034
3050
|
| 'sledding'
|
|
3035
3051
|
| 'sleep'
|
|
@@ -3376,6 +3392,8 @@ export type MaterialSymbols =
|
|
|
3376
3392
|
| 'thermometer_loss'
|
|
3377
3393
|
| 'thermometer_minus'
|
|
3378
3394
|
| 'thermostat'
|
|
3395
|
+
| 'thermostat_arrow_down'
|
|
3396
|
+
| 'thermostat_arrow_up'
|
|
3379
3397
|
| 'thermostat_auto'
|
|
3380
3398
|
| 'thermostat_carbon'
|
|
3381
3399
|
| 'things_to_do'
|
|
@@ -3596,6 +3614,7 @@ export type MaterialSymbols =
|
|
|
3596
3614
|
| 'videogame_asset'
|
|
3597
3615
|
| 'videogame_asset_off'
|
|
3598
3616
|
| 'view_agenda'
|
|
3617
|
+
| 'view_apps'
|
|
3599
3618
|
| 'view_array'
|
|
3600
3619
|
| 'view_carousel'
|
|
3601
3620
|
| 'view_column'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "material-design-icons-literal-types",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.29",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "node src/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"repository": "github:Defkil/material-design-icons-literal-types",
|
|
22
22
|
"license": "ISC",
|
|
23
23
|
"config": {
|
|
24
|
-
"lastGenerated": "2024-11-
|
|
24
|
+
"lastGenerated": "2024-11-25T00:25:55.315Z"
|
|
25
25
|
},
|
|
26
26
|
"files": [
|
|
27
27
|
"README.md",
|