@iconify-json/material-icon-theme 1.2.12 → 1.2.13
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/icons.json +4 -2
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -3785,7 +3785,9 @@
|
|
|
3785
3785
|
"height": 500
|
|
3786
3786
|
},
|
|
3787
3787
|
"vscode": {
|
|
3788
|
-
"body": "<path fill=\"#2196f3\" d=\"
|
|
3788
|
+
"body": "<path fill=\"#2196f3\" d=\"M11.5 11.19V4.8L7.3 7.99M1.17 6.07a.6.6 0 0 1-.01-.81L2 4.48c.14-.13.48-.18.73 0l2.39 1.83l5.55-5.09c.22-.22.61-.32 1.05-.08l2.8 1.34c.25.15.49.38.49.81v9.49c0 .28-.2.58-.42.7l-3.08 1.48c-.22.09-.64 0-.79-.14L5.11 9.69l-2.38 1.83c-.27.18-.6.13-.74 0l-.84-.77c-.22-.23-.2-.61.04-.84l2.1-1.9\"/>",
|
|
3789
|
+
"width": 16,
|
|
3790
|
+
"height": 16
|
|
3789
3791
|
},
|
|
3790
3792
|
"vue": {
|
|
3791
3793
|
"body": "<path fill=\"#41b883\" d=\"M1.791 3.851L12 21.471L22.209 3.936V3.85H18.24l-6.18 10.616L5.906 3.851z\"/><path fill=\"#35495e\" d=\"m5.907 3.851l6.152 10.617L18.24 3.851h-3.723L12.084 8.03L9.66 3.85z\"/>",
|
|
@@ -3904,7 +3906,7 @@
|
|
|
3904
3906
|
"height": 24
|
|
3905
3907
|
}
|
|
3906
3908
|
},
|
|
3907
|
-
"lastModified":
|
|
3909
|
+
"lastModified": 1750223350,
|
|
3908
3910
|
"width": 32,
|
|
3909
3911
|
"height": 32
|
|
3910
3912
|
}
|
package/package.json
CHANGED