@ktibow/iconset-material-icon-theme 0.0.1746162662 → 0.0.1746964395
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/coloredpetrinets.d.ts +3 -0
- package/coloredpetrinets.js +4 -0
- package/package.json +2 -2
@@ -0,0 +1,4 @@
|
|
1
|
+
const data = {
|
2
|
+
"body": "<rect width=\"3\" height=\"1\" x=\"9\" y=\"7.5\" fill=\"#b0bec5\" rx=\"0\" ry=\".032\"/><rect width=\"3\" height=\"1\" x=\"4\" y=\"7.5\" fill=\"#b0bec5\" rx=\"0\" ry=\".032\"/><circle cx=\"3\" cy=\"8\" r=\"2\" fill=\"#4caf50\"/><circle cx=\"13\" cy=\"8\" r=\"2\" fill=\"#ff9800\"/><rect width=\"4\" height=\"4\" x=\"6\" y=\"6\" fill=\"#00bcd4\" rx=\".59\"/>"
|
3
|
+
};
|
4
|
+
export default data;
|
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.1746964395",
|
5
5
|
"type": "module",
|
6
6
|
"iconSetInfo": {
|
7
7
|
"name": "Material Icon Theme",
|
8
|
-
"total":
|
8
|
+
"total": 1053,
|
9
9
|
"author": {
|
10
10
|
"name": "Material Extensions",
|
11
11
|
"url": "https://github.com/material-extensions/vscode-material-icon-theme"
|