@iconify/json 2.1.43 → 2.1.44
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 +6 -6
- package/collections.md +6 -6
- package/composer.json +1 -1
- package/json/bi.json +1 -1
- package/json/circle-flags.json +406 -358
- package/json/ic.json +11 -11
- package/json/lucide.json +13 -1
- package/json/mdi.json +15 -7
- package/json/octicon.json +12 -3
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"ic": {
|
|
24
24
|
"name": "Google Material Icons",
|
|
25
25
|
"total": 10945,
|
|
26
|
-
"version": "1.0.
|
|
26
|
+
"version": "1.0.28",
|
|
27
27
|
"author": {
|
|
28
28
|
"name": "Material Design Authors",
|
|
29
29
|
"url": "https://github.com/material-icons/material-icons"
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"bi": {
|
|
133
133
|
"name": "Bootstrap Icons",
|
|
134
134
|
"total": 1668,
|
|
135
|
-
"version": "1.8.
|
|
135
|
+
"version": "1.8.2",
|
|
136
136
|
"author": {
|
|
137
137
|
"name": "The Bootstrap Authors",
|
|
138
138
|
"url": "https://github.com/twbs/icons"
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
},
|
|
442
442
|
"lucide": {
|
|
443
443
|
"name": "Lucide",
|
|
444
|
-
"total":
|
|
444
|
+
"total": 611,
|
|
445
445
|
"author": {
|
|
446
446
|
"name": "Lucide Contributors",
|
|
447
447
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -1277,8 +1277,8 @@
|
|
|
1277
1277
|
},
|
|
1278
1278
|
"octicon": {
|
|
1279
1279
|
"name": "Octicons",
|
|
1280
|
-
"total":
|
|
1281
|
-
"version": "17.
|
|
1280
|
+
"total": 499,
|
|
1281
|
+
"version": "17.2.0",
|
|
1282
1282
|
"author": {
|
|
1283
1283
|
"name": "GitHub",
|
|
1284
1284
|
"url": "https://github.com/primer/octicons/"
|
|
@@ -1758,7 +1758,7 @@
|
|
|
1758
1758
|
},
|
|
1759
1759
|
"circle-flags": {
|
|
1760
1760
|
"name": "Circle Flags",
|
|
1761
|
-
"total":
|
|
1761
|
+
"total": 373,
|
|
1762
1762
|
"version": "1.0.0",
|
|
1763
1763
|
"author": {
|
|
1764
1764
|
"name": "HatScripts",
|
package/collections.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
* URL: https://github.com/material-icons/material-icons
|
|
18
18
|
* License: Apache 2.0
|
|
19
19
|
* License URL: https://github.com/material-icons/material-icons/blob/master/LICENSE
|
|
20
|
-
* Version: 1.0.
|
|
20
|
+
* Version: 1.0.28
|
|
21
21
|
* Palette: Colorless
|
|
22
22
|
|
|
23
23
|
|
|
@@ -65,7 +65,7 @@
|
|
|
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.8.
|
|
68
|
+
* Version: 1.8.2
|
|
69
69
|
* Palette: Colorless
|
|
70
70
|
|
|
71
71
|
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
|
|
200
200
|
|
|
201
201
|
### Lucide
|
|
202
|
-
* Number of icons:
|
|
202
|
+
* Number of icons: 611
|
|
203
203
|
* Author: Lucide Contributors
|
|
204
204
|
* URL: https://github.com/lucide-icons/lucide
|
|
205
205
|
* License: ISC
|
|
@@ -572,12 +572,12 @@
|
|
|
572
572
|
|
|
573
573
|
|
|
574
574
|
### Octicons
|
|
575
|
-
* Number of icons:
|
|
575
|
+
* Number of icons: 499
|
|
576
576
|
* Author: GitHub
|
|
577
577
|
* URL: https://github.com/primer/octicons/
|
|
578
578
|
* License: MIT
|
|
579
579
|
* License URL: https://github.com/primer/octicons/blob/main/LICENSE
|
|
580
|
-
* Version: 17.
|
|
580
|
+
* Version: 17.2.0
|
|
581
581
|
* Palette: Colorless
|
|
582
582
|
|
|
583
583
|
|
|
@@ -783,7 +783,7 @@
|
|
|
783
783
|
|
|
784
784
|
|
|
785
785
|
### Circle Flags
|
|
786
|
-
* Number of icons:
|
|
786
|
+
* Number of icons: 373
|
|
787
787
|
* Author: HatScripts
|
|
788
788
|
* URL: https://github.com/HatScripts/circle-flags
|
|
789
789
|
* License: MIT
|
package/composer.json
CHANGED