@iconify-json/pixelarticons 1.1.11 → 1.1.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 +5 -2
- package/info.json +5 -2
- package/package.json +2 -2
package/icons.json
CHANGED
|
@@ -538,7 +538,7 @@
|
|
|
538
538
|
"cut": {
|
|
539
539
|
"body": "<path fill=\"currentColor\" d=\"M2 2h2v2H2zm4 4H4V4h2zm2 2H6V6h2zm2 2V8H8v2zm4 0h-4v4H2v8h8v-8h4v8h8v-8h-8zm2-2v2h-2V8zm2-2v2h-2V6zm2-2h-2v2h2zm0 0V2h2v2zM4 20v-4h4v4zm12 0v-4h4v4z\"/>"
|
|
540
540
|
},
|
|
541
|
-
"
|
|
541
|
+
"dashboard": {
|
|
542
542
|
"body": "<path fill=\"currentColor\" d=\"M3 3h8v10H3zm2 2v6h4V5zm8-2h8v6h-8zm2 2v2h4V5zm-2 6h8v10h-8zm2 2v6h4v-6zM3 15h8v6H3zm2 2v2h4v-2z\"/>"
|
|
543
543
|
},
|
|
544
544
|
"debug": {
|
|
@@ -1461,11 +1461,14 @@
|
|
|
1461
1461
|
}
|
|
1462
1462
|
},
|
|
1463
1463
|
"aliases": {
|
|
1464
|
+
"dashbaord": {
|
|
1465
|
+
"parent": "dashboard"
|
|
1466
|
+
},
|
|
1464
1467
|
"sort-alpabetic": {
|
|
1465
1468
|
"parent": "sort-alphabetic"
|
|
1466
1469
|
}
|
|
1467
1470
|
},
|
|
1468
|
-
"lastModified":
|
|
1471
|
+
"lastModified": 1713419144,
|
|
1469
1472
|
"width": 24,
|
|
1470
1473
|
"height": 24
|
|
1471
1474
|
}
|
package/info.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "pixelarticons",
|
|
3
3
|
"name": "Pixelarticons",
|
|
4
4
|
"total": 486,
|
|
5
|
-
"version": "1.8.
|
|
5
|
+
"version": "1.8.1",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Gerrit Halfmann",
|
|
8
8
|
"url": "https://github.com/halfmage/pixelarticons"
|
|
@@ -15,7 +15,10 @@
|
|
|
15
15
|
"samples": [
|
|
16
16
|
"drag-and-drop",
|
|
17
17
|
"arrows-horizontal",
|
|
18
|
-
"heart"
|
|
18
|
+
"heart",
|
|
19
|
+
"radio-handheld",
|
|
20
|
+
"alert",
|
|
21
|
+
"folder"
|
|
19
22
|
],
|
|
20
23
|
"height": 24,
|
|
21
24
|
"category": "General",
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-json/pixelarticons",
|
|
3
3
|
"description": "Pixelarticons icon set in Iconify JSON format",
|
|
4
|
-
"version": "1.1.
|
|
5
|
-
"iconSetVersion": "1.8.
|
|
4
|
+
"version": "1.1.13",
|
|
5
|
+
"iconSetVersion": "1.8.1",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "index.mjs",
|
|
8
8
|
"types": "index.d.ts",
|