@material-symbols/font-700 0.7.0 → 0.8.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
@@ -428,6 +428,9 @@ type MaterialSymbols = [
428
428
  "bottom_panel_open",
429
429
  "bottom_right_click",
430
430
  "bottom_sheets",
431
+ "box",
432
+ "box_add",
433
+ "box_edit",
431
434
  "boy",
432
435
  "brand_awareness",
433
436
  "branding_watermark",
@@ -654,6 +657,9 @@ type MaterialSymbols = [
654
657
  "content_paste_go",
655
658
  "content_paste_off",
656
659
  "content_paste_search",
660
+ "contract",
661
+ "contract_delete",
662
+ "contract_edit",
657
663
  "contrast",
658
664
  "contrast_rtl_off",
659
665
  "control_camera",
@@ -1835,7 +1841,6 @@ type MaterialSymbols = [
1835
1841
  "night_sight_max",
1836
1842
  "nightlife",
1837
1843
  "nightlight",
1838
- "nightlight_off",
1839
1844
  "nights_stay",
1840
1845
  "no_accounts",
1841
1846
  "no_adult_content",
@@ -1977,6 +1982,7 @@ type MaterialSymbols = [
1977
1982
  "person_4",
1978
1983
  "person_add",
1979
1984
  "person_add_disabled",
1985
+ "person_apron",
1980
1986
  "person_book",
1981
1987
  "person_celebrate",
1982
1988
  "person_off",
@@ -2417,6 +2423,7 @@ type MaterialSymbols = [
2417
2423
  "signal_cellular_nodata",
2418
2424
  "signal_cellular_null",
2419
2425
  "signal_cellular_off",
2426
+ "signal_cellular_pause",
2420
2427
  "signal_disconnected",
2421
2428
  "signal_wifi_0_bar",
2422
2429
  "signal_wifi_4_bar",
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.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "Latest variable icon fonts with weight 700 for Material Symbols.",
5
5
  "main": "index.css",
6
6
  "sass": "index.scss",