@iconify/json 2.2.138 → 2.2.139
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 +1640 -32
- package/json/flag.json +39 -19
- package/json/lucide.json +7 -4
- package/json/openmoji.json +21 -21
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -2102,7 +2102,7 @@
|
|
|
2102
2102
|
},
|
|
2103
2103
|
"arcticons": {
|
|
2104
2104
|
"name": "Arcticons",
|
|
2105
|
-
"total":
|
|
2105
|
+
"total": 8066,
|
|
2106
2106
|
"author": {
|
|
2107
2107
|
"name": "Donnnno",
|
|
2108
2108
|
"url": "https://github.com/Donnnno/Arcticons"
|
|
@@ -2297,8 +2297,8 @@
|
|
|
2297
2297
|
},
|
|
2298
2298
|
"flag": {
|
|
2299
2299
|
"name": "Flag Icons",
|
|
2300
|
-
"total":
|
|
2301
|
-
"version": "6.
|
|
2300
|
+
"total": 538,
|
|
2301
|
+
"version": "6.14.0",
|
|
2302
2302
|
"author": {
|
|
2303
2303
|
"name": "Panayiotis Lipiridis",
|
|
2304
2304
|
"url": "https://github.com/lipis/flag-icons"
|
package/collections.md
CHANGED
|
@@ -1025,7 +1025,7 @@
|
|
|
1025
1025
|
* File: [json/nonicons.json](json/nonicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1026
1026
|
|
|
1027
1027
|
## Arcticons
|
|
1028
|
-
* Number of icons:
|
|
1028
|
+
* Number of icons: 8066
|
|
1029
1029
|
* Author: Donnnno
|
|
1030
1030
|
* URL: https://github.com/Donnnno/Arcticons
|
|
1031
1031
|
* License: CC BY-SA 4.0
|
|
@@ -1117,12 +1117,12 @@
|
|
|
1117
1117
|
* File: [json/cryptocurrency-color.json](json/cryptocurrency-color.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1118
1118
|
|
|
1119
1119
|
## Flag Icons
|
|
1120
|
-
* Number of icons:
|
|
1120
|
+
* Number of icons: 538
|
|
1121
1121
|
* Author: Panayiotis Lipiridis
|
|
1122
1122
|
* URL: https://github.com/lipis/flag-icons
|
|
1123
1123
|
* License: MIT
|
|
1124
1124
|
* License URL: https://github.com/lipis/flag-icons/blob/main/LICENSE
|
|
1125
|
-
* Version: 6.
|
|
1125
|
+
* Version: 6.14.0
|
|
1126
1126
|
* Palette: Colorful
|
|
1127
1127
|
* Icon set prefix: `flag`
|
|
1128
1128
|
* File: [json/flag.json](json/flag.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED