@iconify/json 2.2.117 → 2.2.118
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/collections.json +4 -4
- package/collections.md +4 -4
- package/composer.json +1 -1
- package/json/arcticons.json +353 -14
- package/json/octicon.json +1 -1
- package/json/pajamas.json +6 -3
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -503,7 +503,7 @@
|
|
|
503
503
|
"octicon": {
|
|
504
504
|
"name": "Octicons",
|
|
505
505
|
"total": 604,
|
|
506
|
-
"version": "19.
|
|
506
|
+
"version": "19.8.0",
|
|
507
507
|
"author": {
|
|
508
508
|
"name": "GitHub",
|
|
509
509
|
"url": "https://github.com/primer/octicons/"
|
|
@@ -1314,8 +1314,8 @@
|
|
|
1314
1314
|
},
|
|
1315
1315
|
"pajamas": {
|
|
1316
1316
|
"name": "Gitlab SVGs",
|
|
1317
|
-
"total":
|
|
1318
|
-
"version": "3.
|
|
1317
|
+
"total": 373,
|
|
1318
|
+
"version": "3.63.0",
|
|
1319
1319
|
"author": {
|
|
1320
1320
|
"name": "GitLab B.V.",
|
|
1321
1321
|
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
|
|
@@ -2037,7 +2037,7 @@
|
|
|
2037
2037
|
},
|
|
2038
2038
|
"arcticons": {
|
|
2039
2039
|
"name": "Arcticons",
|
|
2040
|
-
"total":
|
|
2040
|
+
"total": 7267,
|
|
2041
2041
|
"author": {
|
|
2042
2042
|
"name": "Donnnno",
|
|
2043
2043
|
"url": "https://github.com/Donnnno/Arcticons"
|
package/collections.md
CHANGED
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
* URL: https://github.com/primer/octicons/
|
|
253
253
|
* License: MIT
|
|
254
254
|
* License URL: https://github.com/primer/octicons/blob/main/LICENSE
|
|
255
|
-
* Version: 19.
|
|
255
|
+
* Version: 19.8.0
|
|
256
256
|
* Palette: Colorless
|
|
257
257
|
* Icon set prefix: `octicon`
|
|
258
258
|
* File: [json/octicon.json](json/octicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -644,12 +644,12 @@
|
|
|
644
644
|
* File: [json/codicon.json](json/codicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
645
645
|
|
|
646
646
|
## Gitlab SVGs
|
|
647
|
-
* Number of icons:
|
|
647
|
+
* Number of icons: 373
|
|
648
648
|
* Author: GitLab B.V.
|
|
649
649
|
* URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main
|
|
650
650
|
* License: MIT
|
|
651
651
|
* License URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/LICENSE
|
|
652
|
-
* Version: 3.
|
|
652
|
+
* Version: 3.63.0
|
|
653
653
|
* Palette: Colorless
|
|
654
654
|
* Icon set prefix: `pajamas`
|
|
655
655
|
* File: [json/pajamas.json](json/pajamas.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -994,7 +994,7 @@
|
|
|
994
994
|
* File: [json/nonicons.json](json/nonicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
995
995
|
|
|
996
996
|
## Arcticons
|
|
997
|
-
* Number of icons:
|
|
997
|
+
* Number of icons: 7267
|
|
998
998
|
* Author: Donnnno
|
|
999
999
|
* URL: https://github.com/Donnnno/Arcticons
|
|
1000
1000
|
* License: CC BY-SA 4.0
|
package/composer.json
CHANGED