@material-symbols/font-200 0.13.2 → 0.14.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
@@ -76,6 +76,7 @@ type MaterialSymbols = [
76
76
  "account_circle",
77
77
  "account_circle_off",
78
78
  "account_tree",
79
+ "action_key",
79
80
  "activity_zone",
80
81
  "acute",
81
82
  "ad",
@@ -296,6 +297,7 @@ type MaterialSymbols = [
296
297
  "back_hand",
297
298
  "back_to_tab",
298
299
  "background_dot_large",
300
+ "background_dot_small",
299
301
  "background_grid_small",
300
302
  "background_replace",
301
303
  "backlight_high",
@@ -600,6 +602,7 @@ type MaterialSymbols = [
600
602
  "clock_loader_90",
601
603
  "close",
602
604
  "close_fullscreen",
605
+ "close_small",
603
606
  "closed_caption",
604
607
  "closed_caption_disabled",
605
608
  "cloud",
@@ -619,6 +622,7 @@ type MaterialSymbols = [
619
622
  "coffee_maker",
620
623
  "cognition",
621
624
  "collapse_all",
625
+ "collapse_content",
622
626
  "collections_bookmark",
623
627
  "colorize",
624
628
  "colors",
@@ -1362,6 +1366,9 @@ type MaterialSymbols = [
1362
1366
  "high_quality",
1363
1367
  "high_res",
1364
1368
  "highlight",
1369
+ "highlight_keyboard_focus",
1370
+ "highlight_mouse_cursor",
1371
+ "highlight_text_cursor",
1365
1372
  "highlighter_size_1",
1366
1373
  "highlighter_size_2",
1367
1374
  "highlighter_size_3",
@@ -1426,7 +1433,6 @@ type MaterialSymbols = [
1426
1433
  "iframe_off",
1427
1434
  "image",
1428
1435
  "image_aspect_ratio",
1429
- "image_not_supported",
1430
1436
  "image_search",
1431
1437
  "imagesearch_roller",
1432
1438
  "imagesmode",
@@ -1535,6 +1541,7 @@ type MaterialSymbols = [
1535
1541
  "language_french",
1536
1542
  "language_gb_english",
1537
1543
  "language_international",
1544
+ "language_japanese_kana",
1538
1545
  "language_korean_latin",
1539
1546
  "language_pinyin",
1540
1547
  "language_spanish",
@@ -1951,6 +1958,7 @@ type MaterialSymbols = [
1951
1958
  "notifications_active",
1952
1959
  "notifications_off",
1953
1960
  "notifications_paused",
1961
+ "notifications_unread",
1954
1962
  "numbers",
1955
1963
  "nutrition",
1956
1964
  "ods",
@@ -2005,6 +2013,7 @@ type MaterialSymbols = [
2005
2013
  "padding",
2006
2014
  "page_control",
2007
2015
  "page_info",
2016
+ "pageless",
2008
2017
  "pages",
2009
2018
  "pageview",
2010
2019
  "paid",
@@ -2213,6 +2222,7 @@ type MaterialSymbols = [
2213
2222
  "publish",
2214
2223
  "published_with_changes",
2215
2224
  "pulmonology",
2225
+ "pulse_alert",
2216
2226
  "punch_clock",
2217
2227
  "push_pin",
2218
2228
  "qr_code",
@@ -2406,6 +2416,7 @@ type MaterialSymbols = [
2406
2416
  "search_hands_free",
2407
2417
  "search_off",
2408
2418
  "security",
2419
+ "security_key",
2409
2420
  "security_update_good",
2410
2421
  "security_update_warning",
2411
2422
  "segment",
@@ -2428,6 +2439,7 @@ type MaterialSymbols = [
2428
2439
  "sensor_window",
2429
2440
  "sensors",
2430
2441
  "sensors_krx",
2442
+ "sensors_krx_off",
2431
2443
  "sensors_off",
2432
2444
  "sentiment_calm",
2433
2445
  "sentiment_content",
@@ -2650,6 +2662,7 @@ type MaterialSymbols = [
2650
2662
  "stacked_email",
2651
2663
  "stacked_inbox",
2652
2664
  "stacked_line_chart",
2665
+ "stacks",
2653
2666
  "stadia_controller",
2654
2667
  "stadium",
2655
2668
  "stairs",
@@ -2747,6 +2760,7 @@ type MaterialSymbols = [
2747
2760
  "swipe_vertical",
2748
2761
  "switch",
2749
2762
  "switch_access",
2763
+ "switch_access_2",
2750
2764
  "switch_access_shortcut",
2751
2765
  "switch_access_shortcut_add",
2752
2766
  "switch_account",
@@ -2906,6 +2920,11 @@ type MaterialSymbols = [
2906
2920
  "transform",
2907
2921
  "transgender",
2908
2922
  "transit_enterexit",
2923
+ "transition_chop",
2924
+ "transition_dissolve",
2925
+ "transition_fade",
2926
+ "transition_push",
2927
+ "transition_slide",
2909
2928
  "translate",
2910
2929
  "transportation",
2911
2930
  "travel",
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@material-symbols/font-200",
3
- "version": "0.13.2",
3
+ "version": "0.14.1",
4
4
  "description": "Latest variable icon fonts with weight 200 for Material Symbols.",
5
5
  "main": "index.css",
6
6
  "sass": "index.scss",