@ktibow/iconset-material-icon-theme 0.0.1749705606 → 0.0.1750223350
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/package.json +1 -1
- package/vscode.js +1 -3
package/package.json
CHANGED
package/vscode.js
CHANGED
@@ -1,6 +1,4 @@
|
|
1
1
|
const data = {
|
2
|
-
"
|
3
|
-
"height": 32,
|
4
|
-
"body": "<path fill=\"#2196f3\" d=\"M24.003 2L12 13.303L4.84 8L2 10l6.772 6L2 22l2.84 2L12 18.702L24.003 30L30 27.087V4.913ZM24 9.434v13.132L15.289 16Z\"/>"
|
2
|
+
"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\"/>"
|
5
3
|
};
|
6
4
|
export default data;
|