@iconify/json 2.2.217 → 2.2.218
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 +552 -238
- package/json/lucide.json +21 -9
- package/json/simple-icons.json +53 -5
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
},
|
|
325
325
|
"lucide": {
|
|
326
326
|
"name": "Lucide",
|
|
327
|
-
"total":
|
|
327
|
+
"total": 1466,
|
|
328
328
|
"author": {
|
|
329
329
|
"name": "Lucide Contributors",
|
|
330
330
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -2197,8 +2197,8 @@
|
|
|
2197
2197
|
},
|
|
2198
2198
|
"simple-icons": {
|
|
2199
2199
|
"name": "Simple Icons",
|
|
2200
|
-
"total":
|
|
2201
|
-
"version": "12.
|
|
2200
|
+
"total": 3180,
|
|
2201
|
+
"version": "12.2.0",
|
|
2202
2202
|
"author": {
|
|
2203
2203
|
"name": "Simple Icons Collaborators",
|
|
2204
2204
|
"url": "https://github.com/simple-icons/simple-icons"
|
|
@@ -2287,7 +2287,7 @@
|
|
|
2287
2287
|
},
|
|
2288
2288
|
"arcticons": {
|
|
2289
2289
|
"name": "Arcticons",
|
|
2290
|
-
"total":
|
|
2290
|
+
"total": 9741,
|
|
2291
2291
|
"author": {
|
|
2292
2292
|
"name": "Donnnno",
|
|
2293
2293
|
"url": "https://github.com/Arcticons-Team/Arcticons"
|
package/collections.md
CHANGED
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
* File: [json/ion.json](json/ion.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
159
159
|
|
|
160
160
|
## Lucide
|
|
161
|
-
* Number of icons:
|
|
161
|
+
* Number of icons: 1466
|
|
162
162
|
* Author: Lucide Contributors
|
|
163
163
|
* URL: https://github.com/lucide-icons/lucide
|
|
164
164
|
* License: ISC
|
|
@@ -1072,12 +1072,12 @@
|
|
|
1072
1072
|
* File: [json/logos.json](json/logos.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1073
1073
|
|
|
1074
1074
|
## Simple Icons
|
|
1075
|
-
* Number of icons:
|
|
1075
|
+
* Number of icons: 3180
|
|
1076
1076
|
* Author: Simple Icons Collaborators
|
|
1077
1077
|
* URL: https://github.com/simple-icons/simple-icons
|
|
1078
1078
|
* License: CC0 1.0
|
|
1079
1079
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
1080
|
-
* Version: 12.
|
|
1080
|
+
* Version: 12.2.0
|
|
1081
1081
|
* Palette: Colorless
|
|
1082
1082
|
* Icon set prefix: `simple-icons`
|
|
1083
1083
|
* File: [json/simple-icons.json](json/simple-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1116,7 +1116,7 @@
|
|
|
1116
1116
|
* File: [json/nonicons.json](json/nonicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1117
1117
|
|
|
1118
1118
|
## Arcticons
|
|
1119
|
-
* Number of icons:
|
|
1119
|
+
* Number of icons: 9741
|
|
1120
1120
|
* Author: Donnnno
|
|
1121
1121
|
* URL: https://github.com/Arcticons-Team/Arcticons
|
|
1122
1122
|
* License: CC BY-SA 4.0
|
package/composer.json
CHANGED