@material-symbols/font-300 0.27.2 → 0.28.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
@@ -152,6 +152,7 @@ type MaterialSymbols = [
152
152
  "alarm_add",
153
153
  "alarm_off",
154
154
  "alarm_on",
155
+ "alarm_pause",
155
156
  "alarm_smart_wake",
156
157
  "album",
157
158
  "align_center",
@@ -264,6 +265,7 @@ type MaterialSymbols = [
264
265
  "arrows_outward",
265
266
  "art_track",
266
267
  "article",
268
+ "article_person",
267
269
  "article_shortcut",
268
270
  "artist",
269
271
  "aspect_ratio",
@@ -483,8 +485,6 @@ type MaterialSymbols = [
483
485
  "brightness_alert",
484
486
  "brightness_auto",
485
487
  "brightness_empty",
486
- "brightness_high",
487
- "brightness_low",
488
488
  "brightness_medium",
489
489
  "bring_your_own_ip",
490
490
  "broadcast_on_home",
@@ -667,7 +667,6 @@ type MaterialSymbols = [
667
667
  "cloud_off",
668
668
  "cloud_sync",
669
669
  "cloud_upload",
670
- "cloudy_snowing",
671
670
  "co2",
672
671
  "co_present",
673
672
  "code",
@@ -1396,6 +1395,7 @@ type MaterialSymbols = [
1396
1395
  "globe",
1397
1396
  "globe_asia",
1398
1397
  "globe_book",
1398
+ "globe_location_pin",
1399
1399
  "globe_uk",
1400
1400
  "glucose",
1401
1401
  "glyphs",
@@ -1595,6 +1595,9 @@ type MaterialSymbols = [
1595
1595
  "inbox",
1596
1596
  "inbox_customize",
1597
1597
  "inbox_text",
1598
+ "inbox_text_asterisk",
1599
+ "inbox_text_person",
1600
+ "inbox_text_share",
1598
1601
  "incomplete_circle",
1599
1602
  "indeterminate_check_box",
1600
1603
  "indeterminate_question_box",
@@ -1805,6 +1808,7 @@ type MaterialSymbols = [
1805
1808
  "lock",
1806
1809
  "lock_clock",
1807
1810
  "lock_open",
1811
+ "lock_open_circle",
1808
1812
  "lock_open_right",
1809
1813
  "lock_person",
1810
1814
  "lock_reset",
@@ -2091,6 +2095,7 @@ type MaterialSymbols = [
2091
2095
  "next_plan",
2092
2096
  "next_week",
2093
2097
  "nfc",
2098
+ "nfc_off",
2094
2099
  "night_shelter",
2095
2100
  "night_sight_auto",
2096
2101
  "night_sight_auto_off",
@@ -2133,6 +2138,7 @@ type MaterialSymbols = [
2133
2138
  "notification_add",
2134
2139
  "notification_important",
2135
2140
  "notification_multiple",
2141
+ "notification_settings",
2136
2142
  "notifications",
2137
2143
  "notifications_active",
2138
2144
  "notifications_off",
@@ -2352,6 +2358,7 @@ type MaterialSymbols = [
2352
2358
  "playlist_add_circle",
2353
2359
  "playlist_play",
2354
2360
  "playlist_remove",
2361
+ "plug_connect",
2355
2362
  "plumbing",
2356
2363
  "podcasts",
2357
2364
  "podiatry",
@@ -2906,6 +2913,7 @@ type MaterialSymbols = [
2906
2913
  "square_foot",
2907
2914
  "ssid_chart",
2908
2915
  "stack",
2916
+ "stack_group",
2909
2917
  "stack_hexagon",
2910
2918
  "stack_off",
2911
2919
  "stack_star",
@@ -2969,8 +2977,13 @@ type MaterialSymbols = [
2969
2977
  "style",
2970
2978
  "styler",
2971
2979
  "stylus",
2980
+ "stylus_brush",
2981
+ "stylus_fountain_pen",
2982
+ "stylus_highlighter",
2972
2983
  "stylus_laser_pointer",
2973
2984
  "stylus_note",
2985
+ "stylus_pen",
2986
+ "stylus_pencil",
2974
2987
  "subdirectory_arrow_left",
2975
2988
  "subdirectory_arrow_right",
2976
2989
  "subheader",
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@material-symbols/font-300",
3
- "version": "0.27.2",
3
+ "version": "0.28.1",
4
4
  "description": "Latest variable icon fonts with weight 300 for Material Symbols.",
5
5
  "main": "index.css",
6
6
  "sass": "index.scss",