@iconify-json/arcticons 1.1.18 → 1.1.19
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 +1 -0
- package/package.json +2 -2
package/icons.json
CHANGED
|
@@ -13080,6 +13080,7 @@
|
|
|
13080
13080
|
"parent": "youtube-vanced"
|
|
13081
13081
|
}
|
|
13082
13082
|
},
|
|
13083
|
+
"lastModified": 1656223344,
|
|
13083
13084
|
"width": 48,
|
|
13084
13085
|
"height": 48
|
|
13085
13086
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-json/arcticons",
|
|
3
3
|
"description": "Arcticons icon set in Iconify JSON format",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.19",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.mjs",
|
|
7
7
|
"types": "index.d.ts",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"info": "info.json"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@iconify/types": "^
|
|
25
|
+
"@iconify/types": "^2.0.0-beta.1"
|
|
26
26
|
}
|
|
27
27
|
}
|