@iconify/json 2.2.323 → 2.2.324
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 +951 -51
- package/json/lucide.json +5 -2
- package/json/material-icon-theme.json +8 -8
- package/json/simple-icons.json +3 -3
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
},
|
|
398
398
|
"lucide": {
|
|
399
399
|
"name": "Lucide",
|
|
400
|
-
"total":
|
|
400
|
+
"total": 1565,
|
|
401
401
|
"author": {
|
|
402
402
|
"name": "Lucide Contributors",
|
|
403
403
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -3072,7 +3072,7 @@
|
|
|
3072
3072
|
"simple-icons": {
|
|
3073
3073
|
"name": "Simple Icons",
|
|
3074
3074
|
"total": 3282,
|
|
3075
|
-
"version": "14.12.
|
|
3075
|
+
"version": "14.12.1",
|
|
3076
3076
|
"author": {
|
|
3077
3077
|
"name": "Simple Icons Collaborators",
|
|
3078
3078
|
"url": "https://github.com/simple-icons/simple-icons"
|
|
@@ -3227,7 +3227,7 @@
|
|
|
3227
3227
|
},
|
|
3228
3228
|
"arcticons": {
|
|
3229
3229
|
"name": "Arcticons",
|
|
3230
|
-
"total":
|
|
3230
|
+
"total": 12600,
|
|
3231
3231
|
"author": {
|
|
3232
3232
|
"name": "Donnnno",
|
|
3233
3233
|
"url": "https://github.com/Arcticons-Team/Arcticons"
|
package/collections.md
CHANGED
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
* File: [json/iconoir.json](json/iconoir.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
147
147
|
|
|
148
148
|
## Lucide
|
|
149
|
-
* Number of icons:
|
|
149
|
+
* Number of icons: 1565
|
|
150
150
|
* Author: Lucide Contributors
|
|
151
151
|
* URL: https://github.com/lucide-icons/lucide
|
|
152
152
|
* License: ISC
|
|
@@ -1173,7 +1173,7 @@
|
|
|
1173
1173
|
* URL: https://github.com/simple-icons/simple-icons
|
|
1174
1174
|
* License: CC0 1.0
|
|
1175
1175
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
1176
|
-
* Version: 14.12.
|
|
1176
|
+
* Version: 14.12.1
|
|
1177
1177
|
* Palette: Colorless
|
|
1178
1178
|
* Icon set prefix: `simple-icons`
|
|
1179
1179
|
* File: [json/simple-icons.json](json/simple-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1233,7 +1233,7 @@
|
|
|
1233
1233
|
* File: [json/nonicons.json](json/nonicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1234
1234
|
|
|
1235
1235
|
## Arcticons
|
|
1236
|
-
* Number of icons:
|
|
1236
|
+
* Number of icons: 12600
|
|
1237
1237
|
* Author: Donnnno
|
|
1238
1238
|
* URL: https://github.com/Arcticons-Team/Arcticons
|
|
1239
1239
|
* License: CC BY-SA 4.0
|
package/composer.json
CHANGED