@iconify/json 2.1.77 → 2.1.78
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 +5 -5
- package/collections.md +5 -5
- package/composer.json +1 -1
- package/json/bi.json +416 -5
- package/json/flag.json +1 -1
- package/json/logos.json +58 -2
- package/json/mdi.json +77 -2
- package/json/octicon.json +2 -2
- package/json/ooui.json +1 -1
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -131,8 +131,8 @@
|
|
|
131
131
|
},
|
|
132
132
|
"bi": {
|
|
133
133
|
"name": "Bootstrap Icons",
|
|
134
|
-
"total":
|
|
135
|
-
"version": "1.
|
|
134
|
+
"total": 1805,
|
|
135
|
+
"version": "1.9.0",
|
|
136
136
|
"author": {
|
|
137
137
|
"name": "The Bootstrap Authors",
|
|
138
138
|
"url": "https://github.com/twbs/icons"
|
|
@@ -1300,7 +1300,7 @@
|
|
|
1300
1300
|
"ooui": {
|
|
1301
1301
|
"name": "OOUI",
|
|
1302
1302
|
"total": 328,
|
|
1303
|
-
"version": "0.44.
|
|
1303
|
+
"version": "0.44.1",
|
|
1304
1304
|
"author": {
|
|
1305
1305
|
"name": "OOUI Team",
|
|
1306
1306
|
"url": "https://github.com/wikimedia/oojs-ui"
|
|
@@ -1564,7 +1564,7 @@
|
|
|
1564
1564
|
},
|
|
1565
1565
|
"logos": {
|
|
1566
1566
|
"name": "SVG Logos",
|
|
1567
|
-
"total":
|
|
1567
|
+
"total": 1488,
|
|
1568
1568
|
"author": {
|
|
1569
1569
|
"name": "Gil Barbara",
|
|
1570
1570
|
"url": "https://github.com/gilbarbara/logos"
|
|
@@ -1760,7 +1760,7 @@
|
|
|
1760
1760
|
"flag": {
|
|
1761
1761
|
"name": "Flag Icons",
|
|
1762
1762
|
"total": 530,
|
|
1763
|
-
"version": "6.6.
|
|
1763
|
+
"version": "6.6.4",
|
|
1764
1764
|
"author": {
|
|
1765
1765
|
"name": "Panayiotis Lipiridis",
|
|
1766
1766
|
"url": "https://github.com/lipis/flag-icons"
|
package/collections.md
CHANGED
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
|
|
61
61
|
|
|
62
62
|
### Bootstrap Icons
|
|
63
|
-
* Number of icons:
|
|
63
|
+
* Number of icons: 1805
|
|
64
64
|
* Author: The Bootstrap Authors
|
|
65
65
|
* URL: https://github.com/twbs/icons
|
|
66
66
|
* License: MIT
|
|
67
67
|
* License URL: https://github.com/twbs/icons/blob/main/LICENSE.md
|
|
68
|
-
* Version: 1.
|
|
68
|
+
* Version: 1.9.0
|
|
69
69
|
* Palette: Colorless
|
|
70
70
|
|
|
71
71
|
|
|
@@ -587,7 +587,7 @@
|
|
|
587
587
|
* URL: https://github.com/wikimedia/oojs-ui
|
|
588
588
|
* License: MIT
|
|
589
589
|
* License URL: https://github.com/wikimedia/oojs-ui/blob/master/LICENSE-MIT
|
|
590
|
-
* Version: 0.44.
|
|
590
|
+
* Version: 0.44.1
|
|
591
591
|
* Palette: Colorless
|
|
592
592
|
|
|
593
593
|
|
|
@@ -698,7 +698,7 @@
|
|
|
698
698
|
|
|
699
699
|
|
|
700
700
|
### SVG Logos
|
|
701
|
-
* Number of icons:
|
|
701
|
+
* Number of icons: 1488
|
|
702
702
|
* Author: Gil Barbara
|
|
703
703
|
* URL: https://github.com/gilbarbara/logos
|
|
704
704
|
* License: CC0
|
|
@@ -788,7 +788,7 @@
|
|
|
788
788
|
* URL: https://github.com/lipis/flag-icons
|
|
789
789
|
* License: MIT
|
|
790
790
|
* License URL: https://github.com/lipis/flag-icons/blob/main/LICENSE
|
|
791
|
-
* Version: 6.6.
|
|
791
|
+
* Version: 6.6.4
|
|
792
792
|
* Palette: Colorful
|
|
793
793
|
|
|
794
794
|
|
package/composer.json
CHANGED