@ktibow/iconset-material-icon-theme 0.0.1744608930 → 0.0.1745645917
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 +2 -2
- package/snakemake.d.ts +3 -0
- package/snakemake.js +4 -0
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ktibow/iconset-material-icon-theme",
|
3
3
|
"description": "Iconify icon components for Material Icon Theme",
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.1745645917",
|
5
5
|
"type": "module",
|
6
6
|
"iconSetInfo": {
|
7
7
|
"name": "Material Icon Theme",
|
8
|
-
"total":
|
8
|
+
"total": 1034,
|
9
9
|
"author": {
|
10
10
|
"name": "Material Extensions",
|
11
11
|
"url": "https://github.com/material-extensions/vscode-material-icon-theme"
|
package/snakemake.d.ts
ADDED
package/snakemake.js
ADDED
@@ -0,0 +1,4 @@
|
|
1
|
+
const data = {
|
2
|
+
"body": "<path fill=\"#00897b\" d=\"M6.635 11.014c1.237 0 2.473-.006 3.71.002c1.273.009 2.127 1.282 1.76 2.608c-.208.754-.864 1.353-1.586 1.36c-1.711.019-3.426.07-5.133-.02c-1.558-.084-2.674-1.028-3.369-2.538c-.313-.681.121-1.403.828-1.408c1.263-.008 2.527-.002 3.79-.002z\"/><path fill=\"#00897b\" d=\"M8.19 6.022c.744 0 1.489-.003 2.233 0c2.266.01 4.026 1.934 4.061 4.41c.018 1.236-.35 2.298-1.118 3.198c-.061.072-.157.11-.236.163c-.013-.097-.047-.196-.036-.29c.217-1.871-1.058-3.473-2.82-3.498c-1.506-.022-3.013-.002-4.52-.01c-.88-.004-1.587-.639-1.771-1.569c-.243-1.227.607-2.392 1.759-2.402c.816-.007 1.632-.001 2.448-.002\"/><path fill=\"#00897b\" d=\"M11.242 3.292c.296-.006.518-.264.507-.589c-.011-.312-.237-.536-.532-.525c-.282.01-.512.27-.504.567c.007.29.261.553.529.547m-8.3 5.473c-.457-.45-.784-1.005-1.007-1.627c-.9-2.52.466-5.374 2.874-5.996a4 4 0 0 1 .985-.114c1.534-.012 3.067-.02 4.6-.001c1.697.02 2.933.888 3.721 2.516c.342.706-.071 1.449-.806 1.456c-1.058.011-2.116.003-3.174.003c-1.417 0-2.833-.006-4.25.001c-1.442.008-2.65 1.145-2.85 2.691c-.034.257.008.525.01.788c.002.088-.01.177-.017.266z\"/>"
|
3
|
+
};
|
4
|
+
export default data;
|