@material-symbols/font-700 0.13.2 → 0.14.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
@@ -296,6 +296,7 @@ type MaterialSymbols = [
296
296
  "back_hand",
297
297
  "back_to_tab",
298
298
  "background_dot_large",
299
+ "background_dot_small",
299
300
  "background_grid_small",
300
301
  "background_replace",
301
302
  "backlight_high",
@@ -600,6 +601,7 @@ type MaterialSymbols = [
600
601
  "clock_loader_90",
601
602
  "close",
602
603
  "close_fullscreen",
604
+ "close_small",
603
605
  "closed_caption",
604
606
  "closed_caption_disabled",
605
607
  "cloud",
@@ -619,6 +621,7 @@ type MaterialSymbols = [
619
621
  "coffee_maker",
620
622
  "cognition",
621
623
  "collapse_all",
624
+ "collapse_content",
622
625
  "collections_bookmark",
623
626
  "colorize",
624
627
  "colors",
@@ -1362,6 +1365,9 @@ type MaterialSymbols = [
1362
1365
  "high_quality",
1363
1366
  "high_res",
1364
1367
  "highlight",
1368
+ "highlight_keyboard_focus",
1369
+ "highlight_mouse_cursor",
1370
+ "highlight_text_cursor",
1365
1371
  "highlighter_size_1",
1366
1372
  "highlighter_size_2",
1367
1373
  "highlighter_size_3",
@@ -1426,7 +1432,6 @@ type MaterialSymbols = [
1426
1432
  "iframe_off",
1427
1433
  "image",
1428
1434
  "image_aspect_ratio",
1429
- "image_not_supported",
1430
1435
  "image_search",
1431
1436
  "imagesearch_roller",
1432
1437
  "imagesmode",
@@ -1535,6 +1540,7 @@ type MaterialSymbols = [
1535
1540
  "language_french",
1536
1541
  "language_gb_english",
1537
1542
  "language_international",
1543
+ "language_japanese_kana",
1538
1544
  "language_korean_latin",
1539
1545
  "language_pinyin",
1540
1546
  "language_spanish",
@@ -2005,6 +2011,7 @@ type MaterialSymbols = [
2005
2011
  "padding",
2006
2012
  "page_control",
2007
2013
  "page_info",
2014
+ "pageless",
2008
2015
  "pages",
2009
2016
  "pageview",
2010
2017
  "paid",
@@ -2428,6 +2435,7 @@ type MaterialSymbols = [
2428
2435
  "sensor_window",
2429
2436
  "sensors",
2430
2437
  "sensors_krx",
2438
+ "sensors_krx_off",
2431
2439
  "sensors_off",
2432
2440
  "sentiment_calm",
2433
2441
  "sentiment_content",
@@ -2747,6 +2755,7 @@ type MaterialSymbols = [
2747
2755
  "swipe_vertical",
2748
2756
  "switch",
2749
2757
  "switch_access",
2758
+ "switch_access_2",
2750
2759
  "switch_access_shortcut",
2751
2760
  "switch_access_shortcut_add",
2752
2761
  "switch_account",
@@ -2906,6 +2915,11 @@ type MaterialSymbols = [
2906
2915
  "transform",
2907
2916
  "transgender",
2908
2917
  "transit_enterexit",
2918
+ "transition_chop",
2919
+ "transition_dissolve",
2920
+ "transition_fade",
2921
+ "transition_push",
2922
+ "transition_slide",
2909
2923
  "translate",
2910
2924
  "transportation",
2911
2925
  "travel",
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.13.2",
3
+ "version": "0.14.0",
4
4
  "description": "Latest variable icon fonts with weight 700 for Material Symbols.",
5
5
  "main": "index.css",
6
6
  "sass": "index.scss",