material-design-icons-literal-types 1.0.26 → 1.0.27
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.
|
@@ -1586,6 +1586,7 @@ export type MaterialSymbols =
|
|
|
1586
1586
|
| 'heap_snapshot_thumbnail'
|
|
1587
1587
|
| 'hearing'
|
|
1588
1588
|
| 'hearing_aid'
|
|
1589
|
+
| 'hearing_aid_disabled'
|
|
1589
1590
|
| 'hearing_disabled'
|
|
1590
1591
|
| 'heart_broken'
|
|
1591
1592
|
| 'heart_check'
|
|
@@ -2083,6 +2084,7 @@ export type MaterialSymbols =
|
|
|
2083
2084
|
| 'mode_off_on'
|
|
2084
2085
|
| 'mode_standby'
|
|
2085
2086
|
| 'model_training'
|
|
2087
|
+
| 'modeling'
|
|
2086
2088
|
| 'monetization_on'
|
|
2087
2089
|
| 'money'
|
|
2088
2090
|
| 'money_bag'
|
|
@@ -2508,6 +2510,8 @@ export type MaterialSymbols =
|
|
|
2508
2510
|
| 'pin_drop'
|
|
2509
2511
|
| 'pin_end'
|
|
2510
2512
|
| 'pin_invoke'
|
|
2513
|
+
| 'pinboard'
|
|
2514
|
+
| 'pinboard_unread'
|
|
2511
2515
|
| 'pinch'
|
|
2512
2516
|
| 'pinch_zoom_in'
|
|
2513
2517
|
| 'pinch_zoom_out'
|
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.27",
|
|
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-
|
|
24
|
+
"lastGenerated": "2024-11-11T00:24:20.070Z"
|
|
25
25
|
},
|
|
26
26
|
"files": [
|
|
27
27
|
"README.md",
|