material-design-icons-literal-types 1.0.18 → 1.0.19
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.
|
@@ -778,6 +778,7 @@ export type MaterialSymbols =
|
|
|
778
778
|
| 'controller_gen'
|
|
779
779
|
| 'conversion_path'
|
|
780
780
|
| 'conversion_path_off'
|
|
781
|
+
| 'convert_to_text'
|
|
781
782
|
| 'conveyor_belt'
|
|
782
783
|
| 'cookie'
|
|
783
784
|
| 'cookie_off'
|
|
@@ -2076,6 +2077,7 @@ export type MaterialSymbols =
|
|
|
2076
2077
|
| 'mp'
|
|
2077
2078
|
| 'multicooker'
|
|
2078
2079
|
| 'multiline_chart'
|
|
2080
|
+
| 'multimodal_hand_eye'
|
|
2079
2081
|
| 'multiple_stop'
|
|
2080
2082
|
| 'museum'
|
|
2081
2083
|
| 'music_cast'
|
|
@@ -2483,6 +2485,7 @@ export type MaterialSymbols =
|
|
|
2483
2485
|
| 'power_input'
|
|
2484
2486
|
| 'power_off'
|
|
2485
2487
|
| 'power_rounded'
|
|
2488
|
+
| 'power_settings_circle'
|
|
2486
2489
|
| 'power_settings_new'
|
|
2487
2490
|
| 'prayer_times'
|
|
2488
2491
|
| 'precision_manufacturing'
|
|
@@ -2671,6 +2674,7 @@ export type MaterialSymbols =
|
|
|
2671
2674
|
| 'room_service'
|
|
2672
2675
|
| 'rotate_90_degrees_ccw'
|
|
2673
2676
|
| 'rotate_90_degrees_cw'
|
|
2677
|
+
| 'rotate_auto'
|
|
2674
2678
|
| 'rotate_left'
|
|
2675
2679
|
| 'rotate_right'
|
|
2676
2680
|
| 'roundabout_left'
|
|
@@ -3033,6 +3037,7 @@ export type MaterialSymbols =
|
|
|
3033
3037
|
| 'square_foot'
|
|
3034
3038
|
| 'ssid_chart'
|
|
3035
3039
|
| 'stack'
|
|
3040
|
+
| 'stack_hexagon'
|
|
3036
3041
|
| 'stack_off'
|
|
3037
3042
|
| 'stack_star'
|
|
3038
3043
|
| 'stacked_bar_chart'
|
|
@@ -3158,6 +3163,7 @@ export type MaterialSymbols =
|
|
|
3158
3163
|
| 'synagogue'
|
|
3159
3164
|
| 'sync'
|
|
3160
3165
|
| 'sync_alt'
|
|
3166
|
+
| 'sync_desktop'
|
|
3161
3167
|
| 'sync_disabled'
|
|
3162
3168
|
| 'sync_lock'
|
|
3163
3169
|
| 'sync_problem'
|
|
@@ -3487,6 +3493,7 @@ export type MaterialSymbols =
|
|
|
3487
3493
|
| 'voice_chat'
|
|
3488
3494
|
| 'voice_over_off'
|
|
3489
3495
|
| 'voice_selection'
|
|
3496
|
+
| 'voice_selection_off'
|
|
3490
3497
|
| 'voicemail'
|
|
3491
3498
|
| 'volcano'
|
|
3492
3499
|
| 'volume_down'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "material-design-icons-literal-types",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.19",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "node src/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"repository": "github:Defkil/material-design-icons-literal-types",
|
|
22
22
|
"license": "ISC",
|
|
23
23
|
"config": {
|
|
24
|
-
"lastGenerated": "2024-07-
|
|
24
|
+
"lastGenerated": "2024-07-15T00:21:26.122Z"
|
|
25
25
|
},
|
|
26
26
|
"files": [
|
|
27
27
|
"README.md",
|