material-design-icons-literal-types 1.0.19 → 1.0.20
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.
|
@@ -861,6 +861,7 @@ export type MaterialSymbols =
|
|
|
861
861
|
| 'data_thresholding'
|
|
862
862
|
| 'data_usage'
|
|
863
863
|
| 'database'
|
|
864
|
+
| 'database_off'
|
|
864
865
|
| 'dataset'
|
|
865
866
|
| 'dataset_linked'
|
|
866
867
|
| 'date_range'
|
|
@@ -1372,6 +1373,7 @@ export type MaterialSymbols =
|
|
|
1372
1373
|
| 'format_paint'
|
|
1373
1374
|
| 'format_paragraph'
|
|
1374
1375
|
| 'format_quote'
|
|
1376
|
+
| 'format_quote_off'
|
|
1375
1377
|
| 'format_shapes'
|
|
1376
1378
|
| 'format_size'
|
|
1377
1379
|
| 'format_strikethrough'
|
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.20",
|
|
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-22T00:21:41.200Z"
|
|
25
25
|
},
|
|
26
26
|
"files": [
|
|
27
27
|
"README.md",
|