@iconify/json 2.2.174 → 2.2.175
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 +3 -3
- package/collections.md +3 -3
- package/composer.json +1 -1
- package/json/arcticons.json +1137 -21
- package/json/lucide.json +5 -2
- package/json/pajamas.json +1 -1
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
},
|
|
305
305
|
"lucide": {
|
|
306
306
|
"name": "Lucide",
|
|
307
|
-
"total":
|
|
307
|
+
"total": 1412,
|
|
308
308
|
"author": {
|
|
309
309
|
"name": "Lucide Contributors",
|
|
310
310
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -1466,7 +1466,7 @@
|
|
|
1466
1466
|
"pajamas": {
|
|
1467
1467
|
"name": "Gitlab SVGs",
|
|
1468
1468
|
"total": 373,
|
|
1469
|
-
"version": "3.
|
|
1469
|
+
"version": "3.78.0",
|
|
1470
1470
|
"author": {
|
|
1471
1471
|
"name": "GitLab B.V.",
|
|
1472
1472
|
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
|
|
@@ -2232,7 +2232,7 @@
|
|
|
2232
2232
|
},
|
|
2233
2233
|
"arcticons": {
|
|
2234
2234
|
"name": "Arcticons",
|
|
2235
|
-
"total":
|
|
2235
|
+
"total": 8671,
|
|
2236
2236
|
"author": {
|
|
2237
2237
|
"name": "Donnnno",
|
|
2238
2238
|
"url": "https://github.com/Donnnno/Arcticons"
|
package/collections.md
CHANGED
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
* File: [json/ion.json](json/ion.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
150
150
|
|
|
151
151
|
## Lucide
|
|
152
|
-
* Number of icons:
|
|
152
|
+
* Number of icons: 1412
|
|
153
153
|
* Author: Lucide Contributors
|
|
154
154
|
* URL: https://github.com/lucide-icons/lucide
|
|
155
155
|
* License: ISC
|
|
@@ -722,7 +722,7 @@
|
|
|
722
722
|
* URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main
|
|
723
723
|
* License: MIT
|
|
724
724
|
* License URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/LICENSE
|
|
725
|
-
* Version: 3.
|
|
725
|
+
* Version: 3.78.0
|
|
726
726
|
* Palette: Colorless
|
|
727
727
|
* Icon set prefix: `pajamas`
|
|
728
728
|
* File: [json/pajamas.json](json/pajamas.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1089,7 +1089,7 @@
|
|
|
1089
1089
|
* File: [json/nonicons.json](json/nonicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1090
1090
|
|
|
1091
1091
|
## Arcticons
|
|
1092
|
-
* Number of icons:
|
|
1092
|
+
* Number of icons: 8671
|
|
1093
1093
|
* Author: Donnnno
|
|
1094
1094
|
* URL: https://github.com/Donnnno/Arcticons
|
|
1095
1095
|
* License: CC BY-SA 4.0
|
package/composer.json
CHANGED