@material-symbols/font-300 0.32.0 → 0.33.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
@@ -299,6 +299,7 @@ type MaterialSymbols = [
299
299
  "auto_read_pause",
300
300
  "auto_read_play",
301
301
  "auto_stories",
302
+ "auto_stories_off",
302
303
  "auto_towing",
303
304
  "auto_transmission",
304
305
  "autofps_select",
@@ -651,7 +652,15 @@ type MaterialSymbols = [
651
652
  "cheer",
652
653
  "chef_hat",
653
654
  "chess",
655
+ "chess_bishop",
656
+ "chess_bishop_2",
657
+ "chess_king",
658
+ "chess_king_2",
659
+ "chess_knight",
654
660
  "chess_pawn",
661
+ "chess_pawn_2",
662
+ "chess_queen",
663
+ "chess_rook",
655
664
  "chevron_backward",
656
665
  "chevron_forward",
657
666
  "chevron_left",
@@ -1016,6 +1025,8 @@ type MaterialSymbols = [
1016
1025
  "drive_export",
1017
1026
  "drive_file_move",
1018
1027
  "drive_folder_upload",
1028
+ "drone",
1029
+ "drone_2",
1019
1030
  "dropdown",
1020
1031
  "dropper_eye",
1021
1032
  "dry",
@@ -1159,6 +1170,7 @@ type MaterialSymbols = [
1159
1170
  "eye_tracking",
1160
1171
  "eyeglasses",
1161
1172
  "eyeglasses_2",
1173
+ "eyeglasses_2_sound",
1162
1174
  "face",
1163
1175
  "face_2",
1164
1176
  "face_3",
@@ -1238,7 +1250,6 @@ type MaterialSymbols = [
1238
1250
  "filter_center_focus",
1239
1251
  "filter_drama",
1240
1252
  "filter_frames",
1241
- "filter_hdr",
1242
1253
  "filter_list",
1243
1254
  "filter_list_off",
1244
1255
  "filter_none",
@@ -2633,6 +2644,7 @@ type MaterialSymbols = [
2633
2644
  "request_page",
2634
2645
  "request_quote",
2635
2646
  "reset_brightness",
2647
+ "reset_exposure",
2636
2648
  "reset_focus",
2637
2649
  "reset_image",
2638
2650
  "reset_iso",
@@ -2875,6 +2887,7 @@ type MaterialSymbols = [
2875
2887
  "sick",
2876
2888
  "side_navigation",
2877
2889
  "sign_language",
2890
+ "sign_language_2",
2878
2891
  "signal_cellular_0_bar",
2879
2892
  "signal_cellular_1_bar",
2880
2893
  "signal_cellular_2_bar",
@@ -3168,6 +3181,7 @@ type MaterialSymbols = [
3168
3181
  "sync_lock",
3169
3182
  "sync_problem",
3170
3183
  "sync_saved_locally",
3184
+ "sync_saved_locally_off",
3171
3185
  "syringe",
3172
3186
  "system_update_alt",
3173
3187
  "tab",
@@ -3350,6 +3364,7 @@ type MaterialSymbols = [
3350
3364
  "transition_push",
3351
3365
  "transition_slide",
3352
3366
  "translate",
3367
+ "translate_indic",
3353
3368
  "transportation",
3354
3369
  "travel",
3355
3370
  "travel_explore",
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.32.0",
3
+ "version": "0.33.0",
4
4
  "description": "Latest variable icon fonts with weight 300 for Material Symbols.",
5
5
  "main": "index.css",
6
6
  "sass": "index.scss",