@material-symbols/font-100 0.10.2 → 0.10.4

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
@@ -328,6 +328,8 @@ type MaterialSymbols = [
328
328
  "battery_charging_90",
329
329
  "battery_charging_full",
330
330
  "battery_error",
331
+ "battery_full",
332
+ "battery_full_alt",
331
333
  "battery_horiz_000",
332
334
  "battery_horiz_050",
333
335
  "battery_horiz_075",
@@ -375,6 +377,7 @@ type MaterialSymbols = [
375
377
  "body_fat",
376
378
  "body_system",
377
379
  "bolt",
380
+ "bomb",
378
381
  "book",
379
382
  "book_online",
380
383
  "bookmark",
@@ -608,6 +611,7 @@ type MaterialSymbols = [
608
611
  "compost",
609
612
  "compress",
610
613
  "computer",
614
+ "concierge",
611
615
  "conditions",
612
616
  "confirmation_number",
613
617
  "congenital",
@@ -1204,6 +1208,7 @@ type MaterialSymbols = [
1204
1208
  "girl",
1205
1209
  "gite",
1206
1210
  "glass_cup",
1211
+ "globe",
1207
1212
  "globe_asia",
1208
1213
  "globe_uk",
1209
1214
  "glucose",
@@ -1368,6 +1373,7 @@ type MaterialSymbols = [
1368
1373
  "inbox_customize",
1369
1374
  "incomplete_circle",
1370
1375
  "indeterminate_check_box",
1376
+ "indeterminate_question_box",
1371
1377
  "info",
1372
1378
  "info_i",
1373
1379
  "infrared",
@@ -1405,6 +1411,7 @@ type MaterialSymbols = [
1405
1411
  "jump_to_element",
1406
1412
  "kayaking",
1407
1413
  "kebab_dining",
1414
+ "keep_public",
1408
1415
  "kettle",
1409
1416
  "key",
1410
1417
  "key_off",
@@ -1785,6 +1792,8 @@ type MaterialSymbols = [
1785
1792
  "nest_wake_on_press",
1786
1793
  "nest_wifi_gale",
1787
1794
  "nest_wifi_point",
1795
+ "nest_wifi_pro",
1796
+ "nest_wifi_pro_2",
1788
1797
  "nest_wifi_router",
1789
1798
  "network_cell",
1790
1799
  "network_check",
@@ -1792,6 +1801,7 @@ type MaterialSymbols = [
1792
1801
  "network_intelligence_update",
1793
1802
  "network_locked",
1794
1803
  "network_manage",
1804
+ "network_node",
1795
1805
  "network_ping",
1796
1806
  "network_wifi",
1797
1807
  "network_wifi_1_bar",
@@ -1846,6 +1856,8 @@ type MaterialSymbols = [
1846
1856
  "note",
1847
1857
  "note_add",
1848
1858
  "note_alt",
1859
+ "note_stack",
1860
+ "note_stack_add",
1849
1861
  "notes",
1850
1862
  "notification_add",
1851
1863
  "notification_important",
@@ -1900,6 +1912,7 @@ type MaterialSymbols = [
1900
1912
  "pace",
1901
1913
  "pacemaker",
1902
1914
  "package",
1915
+ "package_2",
1903
1916
  "padding",
1904
1917
  "page_control",
1905
1918
  "page_info",
@@ -1957,9 +1970,12 @@ type MaterialSymbols = [
1957
1970
  "person_4",
1958
1971
  "person_add",
1959
1972
  "person_add_disabled",
1973
+ "person_alert",
1960
1974
  "person_apron",
1961
1975
  "person_book",
1976
+ "person_cancel",
1962
1977
  "person_celebrate",
1978
+ "person_check",
1963
1979
  "person_off",
1964
1980
  "person_pin",
1965
1981
  "person_pin_circle",
@@ -2118,6 +2134,7 @@ type MaterialSymbols = [
2118
2134
  "radar",
2119
2135
  "radio",
2120
2136
  "radio_button_checked",
2137
+ "radio_button_partial",
2121
2138
  "radio_button_unchecked",
2122
2139
  "radiology",
2123
2140
  "railway_alert",
@@ -2182,6 +2199,7 @@ type MaterialSymbols = [
2182
2199
  "request_quote",
2183
2200
  "reset_image",
2184
2201
  "reset_tv",
2202
+ "reset_wrench",
2185
2203
  "resize",
2186
2204
  "respiratory_rate",
2187
2205
  "restart_alt",
@@ -2652,6 +2670,7 @@ type MaterialSymbols = [
2652
2670
  "tablet_android",
2653
2671
  "tablet_mac",
2654
2672
  "tabs",
2673
+ "tactic",
2655
2674
  "tag",
2656
2675
  "takeout_dining",
2657
2676
  "tamper_detection_off",
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.10.2",
3
+ "version": "0.10.4",
4
4
  "description": "Latest variable icon fonts with weight 100 for Material Symbols.",
5
5
  "main": "index.css",
6
6
  "sass": "index.scss",