@material-symbols/font-600 0.36.3 → 0.36.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
@@ -285,10 +285,12 @@ type MaterialSymbols = [
285
285
  "arrow_upward_alt",
286
286
  "arrow_warm_up",
287
287
  "arrows_input",
288
+ "arrows_left_right_circle",
288
289
  "arrows_more_down",
289
290
  "arrows_more_up",
290
291
  "arrows_output",
291
292
  "arrows_outward",
293
+ "arrows_up_down_circle",
292
294
  "art_track",
293
295
  "article",
294
296
  "article_person",
@@ -346,6 +348,7 @@ type MaterialSymbols = [
346
348
  "award_meal",
347
349
  "award_star",
348
350
  "azm",
351
+ "b_circle",
349
352
  "baby_changing_station",
350
353
  "back_hand",
351
354
  "back_to_tab",
@@ -729,6 +732,7 @@ type MaterialSymbols = [
729
732
  "church",
730
733
  "cinematic_blur",
731
734
  "circle",
735
+ "circle_circle",
732
736
  "circle_notifications",
733
737
  "circles",
734
738
  "circles_ext",
@@ -1487,7 +1491,27 @@ type MaterialSymbols = [
1487
1491
  "g_mobiledata_badge",
1488
1492
  "g_translate",
1489
1493
  "gallery_thumbnail",
1494
+ "game_bumper_left",
1495
+ "game_bumper_right",
1496
+ "game_button_l",
1497
+ "game_button_l1",
1498
+ "game_button_l2",
1499
+ "game_button_r",
1500
+ "game_button_r1",
1501
+ "game_button_r2",
1502
+ "game_button_zl",
1503
+ "game_button_zr",
1504
+ "game_trigger_left",
1505
+ "game_trigger_right",
1490
1506
  "gamepad",
1507
+ "gamepad_circle_down",
1508
+ "gamepad_circle_left",
1509
+ "gamepad_circle_right",
1510
+ "gamepad_circle_up",
1511
+ "gamepad_down",
1512
+ "gamepad_left",
1513
+ "gamepad_right",
1514
+ "gamepad_up",
1491
1515
  "garage",
1492
1516
  "garage_check",
1493
1517
  "garage_door",
@@ -2677,6 +2701,7 @@ type MaterialSymbols = [
2677
2701
  "recommend",
2678
2702
  "record_voice_over",
2679
2703
  "rectangle",
2704
+ "rectangle_add",
2680
2705
  "recycling",
2681
2706
  "redeem",
2682
2707
  "redo",
@@ -3119,6 +3144,7 @@ type MaterialSymbols = [
3119
3144
  "sprinkler",
3120
3145
  "sprint",
3121
3146
  "square",
3147
+ "square_circle",
3122
3148
  "square_dot",
3123
3149
  "square_foot",
3124
3150
  "ssid_chart",
@@ -3452,6 +3478,7 @@ type MaterialSymbols = [
3452
3478
  "trending_down",
3453
3479
  "trending_flat",
3454
3480
  "trending_up",
3481
+ "triangle_circle",
3455
3482
  "trip",
3456
3483
  "trip_origin",
3457
3484
  "trolley",
@@ -3727,6 +3754,8 @@ type MaterialSymbols = [
3727
3754
  "wrist",
3728
3755
  "wrong_location",
3729
3756
  "wysiwyg",
3757
+ "x_circle",
3758
+ "y_circle",
3730
3759
  "yakitori",
3731
3760
  "yard",
3732
3761
  "yoshoku",
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@material-symbols/font-600",
3
- "version": "0.36.3",
3
+ "version": "0.36.4",
4
4
  "description": "Latest variable icon fonts with weight 600 for Material Symbols.",
5
5
  "main": "index.css",
6
6
  "sass": "index.scss",