@iconify/json 2.2.296 → 2.2.297
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/circle-flags.json +223 -131
- package/json/flag.json +11 -3
- package/json/lucide.json +9 -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": 1548,
|
|
401
401
|
"author": {
|
|
402
402
|
"name": "Lucide Contributors",
|
|
403
403
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -3729,7 +3729,7 @@
|
|
|
3729
3729
|
},
|
|
3730
3730
|
"circle-flags": {
|
|
3731
3731
|
"name": "Circle Flags",
|
|
3732
|
-
"total":
|
|
3732
|
+
"total": 434,
|
|
3733
3733
|
"version": "1.0.0",
|
|
3734
3734
|
"author": {
|
|
3735
3735
|
"name": "HatScripts",
|
|
@@ -3755,8 +3755,8 @@
|
|
|
3755
3755
|
},
|
|
3756
3756
|
"flag": {
|
|
3757
3757
|
"name": "Flag Icons",
|
|
3758
|
-
"total":
|
|
3759
|
-
"version": "7.3.
|
|
3758
|
+
"total": 542,
|
|
3759
|
+
"version": "7.3.2",
|
|
3760
3760
|
"author": {
|
|
3761
3761
|
"name": "Panayiotis Lipiridis",
|
|
3762
3762
|
"url": "https://github.com/lipis/flag-icons"
|
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: 1548
|
|
150
150
|
* Author: Lucide Contributors
|
|
151
151
|
* URL: https://github.com/lucide-icons/lucide
|
|
152
152
|
* License: ISC
|
|
@@ -1421,7 +1421,7 @@
|
|
|
1421
1421
|
* File: [json/streamline-emojis.json](json/streamline-emojis.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1422
1422
|
|
|
1423
1423
|
## Circle Flags
|
|
1424
|
-
* Number of icons:
|
|
1424
|
+
* Number of icons: 434
|
|
1425
1425
|
* Author: HatScripts
|
|
1426
1426
|
* URL: https://github.com/HatScripts/circle-flags
|
|
1427
1427
|
* License: MIT
|
|
@@ -1432,12 +1432,12 @@
|
|
|
1432
1432
|
* File: [json/circle-flags.json](json/circle-flags.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1433
1433
|
|
|
1434
1434
|
## Flag Icons
|
|
1435
|
-
* Number of icons:
|
|
1435
|
+
* Number of icons: 542
|
|
1436
1436
|
* Author: Panayiotis Lipiridis
|
|
1437
1437
|
* URL: https://github.com/lipis/flag-icons
|
|
1438
1438
|
* License: MIT
|
|
1439
1439
|
* License URL: https://github.com/lipis/flag-icons/blob/main/LICENSE
|
|
1440
|
-
* Version: 7.3.
|
|
1440
|
+
* Version: 7.3.2
|
|
1441
1441
|
* Palette: Colorful
|
|
1442
1442
|
* Icon set prefix: `flag`
|
|
1443
1443
|
* File: [json/flag.json](json/flag.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED