@material-symbols/font-700 0.10.0 → 0.10.1

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/index.d.ts CHANGED
@@ -239,6 +239,7 @@ type MaterialSymbols = [
239
239
  "arrows_outward",
240
240
  "art_track",
241
241
  "article",
242
+ "article_shortcut",
242
243
  "aspect_ratio",
243
244
  "assignment",
244
245
  "assignment_add",
@@ -261,6 +262,7 @@ type MaterialSymbols = [
261
262
  "attachment",
262
263
  "attractions",
263
264
  "attribution",
265
+ "audio_description",
264
266
  "audio_file",
265
267
  "audio_video_receiver",
266
268
  "auto_awesome_mosaic",
@@ -483,6 +485,7 @@ type MaterialSymbols = [
483
485
  "cancel",
484
486
  "cancel_presentation",
485
487
  "cancel_schedule_send",
488
+ "candle",
486
489
  "candlestick_chart",
487
490
  "captive_portal",
488
491
  "capture",
@@ -740,6 +743,7 @@ type MaterialSymbols = [
740
743
  "desktop_access_disabled",
741
744
  "desktop_mac",
742
745
  "desktop_windows",
746
+ "destruction",
743
747
  "details",
744
748
  "detection_and_zone",
745
749
  "detector",
@@ -935,6 +939,8 @@ type MaterialSymbols = [
935
939
  "ev_charger",
936
940
  "ev_mobiledata_badge",
937
941
  "ev_shadow",
942
+ "ev_shadow_add",
943
+ "ev_shadow_minus",
938
944
  "ev_station",
939
945
  "event",
940
946
  "event_available",
@@ -1086,6 +1092,7 @@ type MaterialSymbols = [
1086
1092
  "folded_hands",
1087
1093
  "folder",
1088
1094
  "folder_copy",
1095
+ "folder_data",
1089
1096
  "folder_delete",
1090
1097
  "folder_managed",
1091
1098
  "folder_off",
@@ -1170,6 +1177,7 @@ type MaterialSymbols = [
1170
1177
  "front_hand",
1171
1178
  "front_loader",
1172
1179
  "full_coverage",
1180
+ "full_hd",
1173
1181
  "full_stacked_bar_chart",
1174
1182
  "fullscreen",
1175
1183
  "fullscreen_exit",
@@ -1787,8 +1795,11 @@ type MaterialSymbols = [
1787
1795
  "network_ping",
1788
1796
  "network_wifi",
1789
1797
  "network_wifi_1_bar",
1798
+ "network_wifi_1_bar_locked",
1790
1799
  "network_wifi_2_bar",
1800
+ "network_wifi_2_bar_locked",
1791
1801
  "network_wifi_3_bar",
1802
+ "network_wifi_3_bar_locked",
1792
1803
  "neurology",
1793
1804
  "new_label",
1794
1805
  "new_releases",
@@ -2336,6 +2347,8 @@ type MaterialSymbols = [
2336
2347
  "settop_component",
2337
2348
  "severe_cold",
2338
2349
  "shadow",
2350
+ "shadow_add",
2351
+ "shadow_minus",
2339
2352
  "shape_line",
2340
2353
  "shapes",
2341
2354
  "share",
@@ -2369,6 +2382,8 @@ type MaterialSymbols = [
2369
2382
  "shuffle",
2370
2383
  "shuffle_on",
2371
2384
  "shutter_speed",
2385
+ "shutter_speed_add",
2386
+ "shutter_speed_minus",
2372
2387
  "sick",
2373
2388
  "side_navigation",
2374
2389
  "sign_language",
@@ -2676,11 +2691,15 @@ type MaterialSymbols = [
2676
2691
  "text_snippet",
2677
2692
  "text_to_speech",
2678
2693
  "texture",
2694
+ "texture_add",
2695
+ "texture_minus",
2679
2696
  "theater_comedy",
2680
2697
  "theaters",
2681
2698
  "thermometer",
2699
+ "thermometer_add",
2682
2700
  "thermometer_gain",
2683
2701
  "thermometer_loss",
2702
+ "thermometer_minus",
2684
2703
  "thermostat",
2685
2704
  "thermostat_auto",
2686
2705
  "thermostat_carbon",
@@ -2863,6 +2882,7 @@ type MaterialSymbols = [
2863
2882
  "vital_signs",
2864
2883
  "voice_chat",
2865
2884
  "voice_over_off",
2885
+ "voice_selection",
2866
2886
  "voicemail",
2867
2887
  "volcano",
2868
2888
  "volume_down",
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@material-symbols/font-700",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "Latest variable icon fonts with weight 700 for Material Symbols.",
5
5
  "main": "index.css",
6
6
  "sass": "index.scss",