material-symbols-class 0.9.3 → 0.9.5
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.css +3 -3
- package/index.min.css +1 -1
- package/material-symbols-outlined.woff2 +0 -0
- package/material-symbols-rounded.woff2 +0 -0
- package/material-symbols-sharp.woff2 +0 -0
- package/material-symbols.css +228 -0
- package/material-symbols.min.css +1 -1
- package/material-symbols.scss +3640 -808
- package/outlined.css +1 -1
- package/outlined.min.css +1 -1
- package/outlined.scss +1 -1
- package/package.json +2 -2
- package/rounded.css +1 -1
- package/rounded.min.css +1 -1
- package/rounded.scss +1 -1
- package/sharp.css +1 -1
- package/sharp.min.css +1 -1
- package/sharp.scss +1 -1
- package/utils.css +1 -1
- package/utils.min.css +1 -1
- package/utils.scss +1 -1
package/index.css
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
.msc,
|
29
29
|
.msc-o,
|
30
30
|
.msc-outlined {
|
31
|
-
font-size: 1.
|
31
|
+
font-size: 1.5em;
|
32
32
|
}
|
33
33
|
|
34
34
|
@font-face {
|
@@ -59,7 +59,7 @@
|
|
59
59
|
|
60
60
|
.msc-r,
|
61
61
|
.msc-rounded {
|
62
|
-
font-size: 1.
|
62
|
+
font-size: 1.5em;
|
63
63
|
}
|
64
64
|
|
65
65
|
@font-face {
|
@@ -90,5 +90,5 @@
|
|
90
90
|
|
91
91
|
.msc-s,
|
92
92
|
.msc-sharp {
|
93
|
-
font-size: 1.
|
93
|
+
font-size: 1.5em;
|
94
94
|
}
|
package/index.min.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
@font-face{font-family:"Material Symbols Outlined";font-style:normal;font-weight:100 700;font-display:block;src:url("./material-symbols-outlined.woff2") format("woff2")}.material-symbols-outlined,.msc,.msc-o,.msc-outlined{font-family:"Material Symbols Outlined";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}.msc,.msc-o,.msc-outlined{font-size:1.
|
1
|
+
@font-face{font-family:"Material Symbols Outlined";font-style:normal;font-weight:100 700;font-display:block;src:url("./material-symbols-outlined.woff2") format("woff2")}.material-symbols-outlined,.msc,.msc-o,.msc-outlined{font-family:"Material Symbols Outlined";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}.msc,.msc-o,.msc-outlined{font-size:1.5em}@font-face{font-family:"Material Symbols Rounded";font-style:normal;font-weight:100 700;font-display:block;src:url("./material-symbols-rounded.woff2") format("woff2")}.material-symbols-rounded,.msc-r,.msc-rounded{font-family:"Material Symbols Rounded";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}.msc-r,.msc-rounded{font-size:1.5em}@font-face{font-family:"Material Symbols Sharp";font-style:normal;font-weight:100 700;font-display:block;src:url("./material-symbols-sharp.woff2") format("woff2")}.material-symbols-sharp,.msc-s,.msc-sharp{font-family:"Material Symbols Sharp";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}.msc-s,.msc-sharp{font-size:1.5em}
|
Binary file
|
Binary file
|
Binary file
|
package/material-symbols.css
CHANGED
@@ -326,6 +326,10 @@
|
|
326
326
|
content: "activity_zone";
|
327
327
|
}
|
328
328
|
|
329
|
+
.msc-acupuncture:after {
|
330
|
+
content: "acupuncture";
|
331
|
+
}
|
332
|
+
|
329
333
|
.msc-acute:after {
|
330
334
|
content: "acute";
|
331
335
|
}
|
@@ -850,6 +854,10 @@
|
|
850
854
|
content: "approval_delegation";
|
851
855
|
}
|
852
856
|
|
857
|
+
.msc-approval_delegation_off:after {
|
858
|
+
content: "approval_delegation_off";
|
859
|
+
}
|
860
|
+
|
853
861
|
.msc-apps:after {
|
854
862
|
content: "apps";
|
855
863
|
}
|
@@ -1334,6 +1342,10 @@
|
|
1334
1342
|
content: "badge_critical_battery";
|
1335
1343
|
}
|
1336
1344
|
|
1345
|
+
.msc-badminton:after {
|
1346
|
+
content: "badminton";
|
1347
|
+
}
|
1348
|
+
|
1337
1349
|
.msc-bakery_dining:after {
|
1338
1350
|
content: "bakery_dining";
|
1339
1351
|
}
|
@@ -2542,6 +2554,10 @@
|
|
2542
2554
|
content: "check_circle";
|
2543
2555
|
}
|
2544
2556
|
|
2557
|
+
.msc-check_circle_unread:after {
|
2558
|
+
content: "check_circle_unread";
|
2559
|
+
}
|
2560
|
+
|
2545
2561
|
.msc-check_in_out:after {
|
2546
2562
|
content: "check_in_out";
|
2547
2563
|
}
|
@@ -3694,6 +3710,10 @@
|
|
3694
3710
|
content: "diamond";
|
3695
3711
|
}
|
3696
3712
|
|
3713
|
+
.msc-diamond_shine:after {
|
3714
|
+
content: "diamond_shine";
|
3715
|
+
}
|
3716
|
+
|
3697
3717
|
.msc-dictionary:after {
|
3698
3718
|
content: "dictionary";
|
3699
3719
|
}
|
@@ -6086,6 +6106,10 @@
|
|
6086
6106
|
content: "health_and_safety";
|
6087
6107
|
}
|
6088
6108
|
|
6109
|
+
.msc-health_cross:after {
|
6110
|
+
content: "health_cross";
|
6111
|
+
}
|
6112
|
+
|
6089
6113
|
.msc-health_metrics:after {
|
6090
6114
|
content: "health_metrics";
|
6091
6115
|
}
|
@@ -7674,6 +7698,10 @@
|
|
7674
7698
|
content: "masks";
|
7675
7699
|
}
|
7676
7700
|
|
7701
|
+
.msc-massage:after {
|
7702
|
+
content: "massage";
|
7703
|
+
}
|
7704
|
+
|
7677
7705
|
.msc-match_case:after {
|
7678
7706
|
content: "match_case";
|
7679
7707
|
}
|
@@ -7878,6 +7906,82 @@
|
|
7878
7906
|
content: "mms";
|
7879
7907
|
}
|
7880
7908
|
|
7909
|
+
.msc-mobile:after {
|
7910
|
+
content: "mobile";
|
7911
|
+
}
|
7912
|
+
|
7913
|
+
.msc-mobile_2:after {
|
7914
|
+
content: "mobile_2";
|
7915
|
+
}
|
7916
|
+
|
7917
|
+
.msc-mobile_3:after {
|
7918
|
+
content: "mobile_3";
|
7919
|
+
}
|
7920
|
+
|
7921
|
+
.msc-mobile_alert:after {
|
7922
|
+
content: "mobile_alert";
|
7923
|
+
}
|
7924
|
+
|
7925
|
+
.msc-mobile_arrow_down:after {
|
7926
|
+
content: "mobile_arrow_down";
|
7927
|
+
}
|
7928
|
+
|
7929
|
+
.msc-mobile_arrow_right:after {
|
7930
|
+
content: "mobile_arrow_right";
|
7931
|
+
}
|
7932
|
+
|
7933
|
+
.msc-mobile_arrow_up_right:after {
|
7934
|
+
content: "mobile_arrow_up_right";
|
7935
|
+
}
|
7936
|
+
|
7937
|
+
.msc-mobile_block:after {
|
7938
|
+
content: "mobile_block";
|
7939
|
+
}
|
7940
|
+
|
7941
|
+
.msc-mobile_camera:after {
|
7942
|
+
content: "mobile_camera";
|
7943
|
+
}
|
7944
|
+
|
7945
|
+
.msc-mobile_camera_front:after {
|
7946
|
+
content: "mobile_camera_front";
|
7947
|
+
}
|
7948
|
+
|
7949
|
+
.msc-mobile_camera_rear:after {
|
7950
|
+
content: "mobile_camera_rear";
|
7951
|
+
}
|
7952
|
+
|
7953
|
+
.msc-mobile_cancel:after {
|
7954
|
+
content: "mobile_cancel";
|
7955
|
+
}
|
7956
|
+
|
7957
|
+
.msc-mobile_cast:after {
|
7958
|
+
content: "mobile_cast";
|
7959
|
+
}
|
7960
|
+
|
7961
|
+
.msc-mobile_charge:after {
|
7962
|
+
content: "mobile_charge";
|
7963
|
+
}
|
7964
|
+
|
7965
|
+
.msc-mobile_chat:after {
|
7966
|
+
content: "mobile_chat";
|
7967
|
+
}
|
7968
|
+
|
7969
|
+
.msc-mobile_check:after {
|
7970
|
+
content: "mobile_check";
|
7971
|
+
}
|
7972
|
+
|
7973
|
+
.msc-mobile_code:after {
|
7974
|
+
content: "mobile_code";
|
7975
|
+
}
|
7976
|
+
|
7977
|
+
.msc-mobile_dots:after {
|
7978
|
+
content: "mobile_dots";
|
7979
|
+
}
|
7980
|
+
|
7981
|
+
.msc-mobile_gear:after {
|
7982
|
+
content: "mobile_gear";
|
7983
|
+
}
|
7984
|
+
|
7881
7985
|
.msc-mobile_hand:after {
|
7882
7986
|
content: "mobile_hand";
|
7883
7987
|
}
|
@@ -7894,14 +7998,50 @@
|
|
7894
7998
|
content: "mobile_hand_off";
|
7895
7999
|
}
|
7896
8000
|
|
8001
|
+
.msc-mobile_info:after {
|
8002
|
+
content: "mobile_info";
|
8003
|
+
}
|
8004
|
+
|
8005
|
+
.msc-mobile_landscape:after {
|
8006
|
+
content: "mobile_landscape";
|
8007
|
+
}
|
8008
|
+
|
8009
|
+
.msc-mobile_layout:after {
|
8010
|
+
content: "mobile_layout";
|
8011
|
+
}
|
8012
|
+
|
8013
|
+
.msc-mobile_lock_landscape:after {
|
8014
|
+
content: "mobile_lock_landscape";
|
8015
|
+
}
|
8016
|
+
|
8017
|
+
.msc-mobile_lock_portrait:after {
|
8018
|
+
content: "mobile_lock_portrait";
|
8019
|
+
}
|
8020
|
+
|
7897
8021
|
.msc-mobile_loupe:after {
|
7898
8022
|
content: "mobile_loupe";
|
7899
8023
|
}
|
7900
8024
|
|
8025
|
+
.msc-mobile_menu:after {
|
8026
|
+
content: "mobile_menu";
|
8027
|
+
}
|
8028
|
+
|
7901
8029
|
.msc-mobile_off:after {
|
7902
8030
|
content: "mobile_off";
|
7903
8031
|
}
|
7904
8032
|
|
8033
|
+
.msc-mobile_question:after {
|
8034
|
+
content: "mobile_question";
|
8035
|
+
}
|
8036
|
+
|
8037
|
+
.msc-mobile_rotate:after {
|
8038
|
+
content: "mobile_rotate";
|
8039
|
+
}
|
8040
|
+
|
8041
|
+
.msc-mobile_rotate_lock:after {
|
8042
|
+
content: "mobile_rotate_lock";
|
8043
|
+
}
|
8044
|
+
|
7905
8045
|
.msc-mobile_screen_share:after {
|
7906
8046
|
content: "mobile_screen_share";
|
7907
8047
|
}
|
@@ -7910,14 +8050,58 @@
|
|
7910
8050
|
content: "mobile_screensaver";
|
7911
8051
|
}
|
7912
8052
|
|
8053
|
+
.msc-mobile_sensor_hi:after {
|
8054
|
+
content: "mobile_sensor_hi";
|
8055
|
+
}
|
8056
|
+
|
8057
|
+
.msc-mobile_sensor_lo:after {
|
8058
|
+
content: "mobile_sensor_lo";
|
8059
|
+
}
|
8060
|
+
|
8061
|
+
.msc-mobile_share:after {
|
8062
|
+
content: "mobile_share";
|
8063
|
+
}
|
8064
|
+
|
8065
|
+
.msc-mobile_share_stack:after {
|
8066
|
+
content: "mobile_share_stack";
|
8067
|
+
}
|
8068
|
+
|
8069
|
+
.msc-mobile_sound:after {
|
8070
|
+
content: "mobile_sound";
|
8071
|
+
}
|
8072
|
+
|
7913
8073
|
.msc-mobile_sound_2:after {
|
7914
8074
|
content: "mobile_sound_2";
|
7915
8075
|
}
|
7916
8076
|
|
8077
|
+
.msc-mobile_sound_off:after {
|
8078
|
+
content: "mobile_sound_off";
|
8079
|
+
}
|
8080
|
+
|
7917
8081
|
.msc-mobile_speaker:after {
|
7918
8082
|
content: "mobile_speaker";
|
7919
8083
|
}
|
7920
8084
|
|
8085
|
+
.msc-mobile_text:after {
|
8086
|
+
content: "mobile_text";
|
8087
|
+
}
|
8088
|
+
|
8089
|
+
.msc-mobile_text_2:after {
|
8090
|
+
content: "mobile_text_2";
|
8091
|
+
}
|
8092
|
+
|
8093
|
+
.msc-mobile_ticket:after {
|
8094
|
+
content: "mobile_ticket";
|
8095
|
+
}
|
8096
|
+
|
8097
|
+
.msc-mobile_vibrate:after {
|
8098
|
+
content: "mobile_vibrate";
|
8099
|
+
}
|
8100
|
+
|
8101
|
+
.msc-mobile_wrench:after {
|
8102
|
+
content: "mobile_wrench";
|
8103
|
+
}
|
8104
|
+
|
7921
8105
|
.msc-mobiledata_off:after {
|
7922
8106
|
content: "mobiledata_off";
|
7923
8107
|
}
|
@@ -8202,6 +8386,10 @@
|
|
8202
8386
|
content: "movie_off";
|
8203
8387
|
}
|
8204
8388
|
|
8389
|
+
.msc-movie_speaker:after {
|
8390
|
+
content: "movie_speaker";
|
8391
|
+
}
|
8392
|
+
|
8205
8393
|
.msc-moving:after {
|
8206
8394
|
content: "moving";
|
8207
8395
|
}
|
@@ -8246,6 +8434,10 @@
|
|
8246
8434
|
content: "music_cast";
|
8247
8435
|
}
|
8248
8436
|
|
8437
|
+
.msc-music_history:after {
|
8438
|
+
content: "music_history";
|
8439
|
+
}
|
8440
|
+
|
8249
8441
|
.msc-music_note:after {
|
8250
8442
|
content: "music_note";
|
8251
8443
|
}
|
@@ -9018,6 +9210,10 @@
|
|
9018
9210
|
content: "padding";
|
9019
9211
|
}
|
9020
9212
|
|
9213
|
+
.msc-padel:after {
|
9214
|
+
content: "padel";
|
9215
|
+
}
|
9216
|
+
|
9021
9217
|
.msc-page_control:after {
|
9022
9218
|
content: "page_control";
|
9023
9219
|
}
|
@@ -9154,6 +9350,10 @@
|
|
9154
9350
|
content: "pause_presentation";
|
9155
9351
|
}
|
9156
9352
|
|
9353
|
+
.msc-payment_arrow_down:after {
|
9354
|
+
content: "payment_arrow_down";
|
9355
|
+
}
|
9356
|
+
|
9157
9357
|
.msc-payments:after {
|
9158
9358
|
content: "payments";
|
9159
9359
|
}
|
@@ -9478,6 +9678,10 @@
|
|
9478
9678
|
content: "piano_off";
|
9479
9679
|
}
|
9480
9680
|
|
9681
|
+
.msc-pickleball:after {
|
9682
|
+
content: "pickleball";
|
9683
|
+
}
|
9684
|
+
|
9481
9685
|
.msc-picture_as_pdf:after {
|
9482
9686
|
content: "picture_as_pdf";
|
9483
9687
|
}
|
@@ -9582,6 +9786,10 @@
|
|
9582
9786
|
content: "plagiarism";
|
9583
9787
|
}
|
9584
9788
|
|
9789
|
+
.msc-plane_contrails:after {
|
9790
|
+
content: "plane_contrails";
|
9791
|
+
}
|
9792
|
+
|
9585
9793
|
.msc-planet:after {
|
9586
9794
|
content: "planet";
|
9587
9795
|
}
|
@@ -11162,6 +11370,10 @@
|
|
11162
11370
|
content: "shield_question";
|
11163
11371
|
}
|
11164
11372
|
|
11373
|
+
.msc-shield_toggle:after {
|
11374
|
+
content: "shield_toggle";
|
11375
|
+
}
|
11376
|
+
|
11165
11377
|
.msc-shield_watch:after {
|
11166
11378
|
content: "shield_watch";
|
11167
11379
|
}
|
@@ -12890,6 +13102,10 @@
|
|
12890
13102
|
content: "timer";
|
12891
13103
|
}
|
12892
13104
|
|
13105
|
+
.msc-timer_1:after {
|
13106
|
+
content: "timer_1";
|
13107
|
+
}
|
13108
|
+
|
12893
13109
|
.msc-timer_10:after {
|
12894
13110
|
content: "timer_10";
|
12895
13111
|
}
|
@@ -12902,6 +13118,10 @@
|
|
12902
13118
|
content: "timer_10_select";
|
12903
13119
|
}
|
12904
13120
|
|
13121
|
+
.msc-timer_2:after {
|
13122
|
+
content: "timer_2";
|
13123
|
+
}
|
13124
|
+
|
12905
13125
|
.msc-timer_3:after {
|
12906
13126
|
content: "timer_3";
|
12907
13127
|
}
|
@@ -12986,6 +13206,10 @@
|
|
12986
13206
|
content: "tonality";
|
12987
13207
|
}
|
12988
13208
|
|
13209
|
+
.msc-tonality_2:after {
|
13210
|
+
content: "tonality_2";
|
13211
|
+
}
|
13212
|
+
|
12989
13213
|
.msc-toolbar:after {
|
12990
13214
|
content: "toolbar";
|
12991
13215
|
}
|
@@ -13734,6 +13958,10 @@
|
|
13734
13958
|
content: "vignette";
|
13735
13959
|
}
|
13736
13960
|
|
13961
|
+
.msc-vignette_2:after {
|
13962
|
+
content: "vignette_2";
|
13963
|
+
}
|
13964
|
+
|
13737
13965
|
.msc-villa:after {
|
13738
13966
|
content: "villa";
|
13739
13967
|
}
|