@iconify/json 2.1.45 → 2.1.46
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 +2 -2
- package/collections.md +2 -2
- package/composer.json +1 -1
- package/json/circle-flags.json +405 -390
- package/json/lucide.json +13 -7
- package/json/mdi.json +8 -0
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
},
|
|
442
442
|
"lucide": {
|
|
443
443
|
"name": "Lucide",
|
|
444
|
-
"total":
|
|
444
|
+
"total": 613,
|
|
445
445
|
"author": {
|
|
446
446
|
"name": "Lucide Contributors",
|
|
447
447
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -1758,7 +1758,7 @@
|
|
|
1758
1758
|
},
|
|
1759
1759
|
"circle-flags": {
|
|
1760
1760
|
"name": "Circle Flags",
|
|
1761
|
-
"total":
|
|
1761
|
+
"total": 394,
|
|
1762
1762
|
"version": "1.0.0",
|
|
1763
1763
|
"author": {
|
|
1764
1764
|
"name": "HatScripts",
|
package/collections.md
CHANGED
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
|
|
200
200
|
|
|
201
201
|
### Lucide
|
|
202
|
-
* Number of icons:
|
|
202
|
+
* Number of icons: 613
|
|
203
203
|
* Author: Lucide Contributors
|
|
204
204
|
* URL: https://github.com/lucide-icons/lucide
|
|
205
205
|
* License: ISC
|
|
@@ -783,7 +783,7 @@
|
|
|
783
783
|
|
|
784
784
|
|
|
785
785
|
### Circle Flags
|
|
786
|
-
* Number of icons:
|
|
786
|
+
* Number of icons: 394
|
|
787
787
|
* Author: HatScripts
|
|
788
788
|
* URL: https://github.com/HatScripts/circle-flags
|
|
789
789
|
* License: MIT
|
package/composer.json
CHANGED