@material-symbols/font-100 0.14.7 → 0.15.0

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
@@ -963,6 +963,7 @@ type MaterialSymbols = [
963
963
  "emoji_events",
964
964
  "emoji_flags",
965
965
  "emoji_food_beverage",
966
+ "emoji_language",
966
967
  "emoji_nature",
967
968
  "emoji_objects",
968
969
  "emoji_people",
@@ -1239,6 +1240,7 @@ type MaterialSymbols = [
1239
1240
  "foundation",
1240
1241
  "frame_inspect",
1241
1242
  "frame_person",
1243
+ "frame_person_mic",
1242
1244
  "frame_person_off",
1243
1245
  "frame_reload",
1244
1246
  "frame_source",
@@ -1525,7 +1527,6 @@ type MaterialSymbols = [
1525
1527
  "keyboard_return",
1526
1528
  "keyboard_tab",
1527
1529
  "keyboard_tab_rtl",
1528
- "keyboard_voice",
1529
1530
  "kid_star",
1530
1531
  "king_bed",
1531
1532
  "kitchen",
@@ -1956,7 +1957,6 @@ type MaterialSymbols = [
1956
1957
  "not_accessible_forward",
1957
1958
  "not_listed_location",
1958
1959
  "not_started",
1959
- "note",
1960
1960
  "note_add",
1961
1961
  "note_alt",
1962
1962
  "note_stack",
@@ -1976,6 +1976,7 @@ type MaterialSymbols = [
1976
1976
  "odt",
1977
1977
  "offline_bolt",
1978
1978
  "offline_pin",
1979
+ "offline_pin_off",
1979
1980
  "offline_share",
1980
1981
  "oil_barrel",
1981
1982
  "on_device_training",
@@ -2625,6 +2626,7 @@ type MaterialSymbols = [
2625
2626
  "space_dashboard",
2626
2627
  "spatial_audio",
2627
2628
  "spatial_audio_off",
2629
+ "spatial_speaker",
2628
2630
  "spatial_tracking",
2629
2631
  "speaker",
2630
2632
  "speaker_group",
@@ -2635,9 +2637,13 @@ type MaterialSymbols = [
2635
2637
  "specific_gravity",
2636
2638
  "speech_to_text",
2637
2639
  "speed",
2640
+ "speed_0_25",
2638
2641
  "speed_0_5",
2642
+ "speed_0_75",
2639
2643
  "speed_1_2",
2644
+ "speed_1_25",
2640
2645
  "speed_1_5",
2646
+ "speed_1_75",
2641
2647
  "speed_2x",
2642
2648
  "spellcheck",
2643
2649
  "splitscreen",
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@material-symbols/font-100",
3
- "version": "0.14.7",
3
+ "version": "0.15.0",
4
4
  "description": "Latest variable icon fonts with weight 100 for Material Symbols.",
5
5
  "main": "index.css",
6
6
  "sass": "index.scss",