material-design-icons-literal-types 1.0.31 → 1.0.32
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.
|
@@ -163,6 +163,7 @@ export type MaterialSymbols =
|
|
|
163
163
|
| 'alarm_add'
|
|
164
164
|
| 'alarm_off'
|
|
165
165
|
| 'alarm_on'
|
|
166
|
+
| 'alarm_pause'
|
|
166
167
|
| 'alarm_smart_wake'
|
|
167
168
|
| 'album'
|
|
168
169
|
| 'align_center'
|
|
@@ -2584,6 +2585,7 @@ export type MaterialSymbols =
|
|
|
2584
2585
|
| 'playlist_add_circle'
|
|
2585
2586
|
| 'playlist_play'
|
|
2586
2587
|
| 'playlist_remove'
|
|
2588
|
+
| 'plug_connect'
|
|
2587
2589
|
| 'plumbing'
|
|
2588
2590
|
| 'plus_one'
|
|
2589
2591
|
| 'podcasts'
|
|
@@ -3178,6 +3180,7 @@ export type MaterialSymbols =
|
|
|
3178
3180
|
| 'square_foot'
|
|
3179
3181
|
| 'ssid_chart'
|
|
3180
3182
|
| 'stack'
|
|
3183
|
+
| 'stack_group'
|
|
3181
3184
|
| 'stack_hexagon'
|
|
3182
3185
|
| 'stack_off'
|
|
3183
3186
|
| 'stack_star'
|
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.32",
|
|
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": "2025-
|
|
24
|
+
"lastGenerated": "2025-02-03T00:24:19.331Z"
|
|
25
25
|
},
|
|
26
26
|
"files": [
|
|
27
27
|
"README.md",
|