@iconify/json 2.2.124 → 2.2.126
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 +13 -13
- package/collections.md +13 -13
- package/composer.json +1 -1
- package/json/arcticons.json +391 -23
- package/json/circle-flags.json +5 -2
- package/json/codicon.json +8 -2
- package/json/fluent.json +396 -22
- package/json/humbleicons.json +16 -4
- package/json/line-md.json +29 -3
- package/json/lucide.json +5 -2
- package/json/openmoji.json +257 -247
- package/json/simple-icons.json +32 -5
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -547,7 +547,7 @@
|
|
|
547
547
|
},
|
|
548
548
|
"lucide": {
|
|
549
549
|
"name": "Lucide",
|
|
550
|
-
"total":
|
|
550
|
+
"total": 1287,
|
|
551
551
|
"author": {
|
|
552
552
|
"name": "Lucide Contributors",
|
|
553
553
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -893,8 +893,8 @@
|
|
|
893
893
|
},
|
|
894
894
|
"humbleicons": {
|
|
895
895
|
"name": "Humbleicons",
|
|
896
|
-
"total":
|
|
897
|
-
"version": "1.
|
|
896
|
+
"total": 246,
|
|
897
|
+
"version": "1.11.0",
|
|
898
898
|
"author": {
|
|
899
899
|
"name": "Jiří Zralý",
|
|
900
900
|
"url": "https://github.com/zraly/humbleicons"
|
|
@@ -1113,8 +1113,8 @@
|
|
|
1113
1113
|
},
|
|
1114
1114
|
"fluent": {
|
|
1115
1115
|
"name": "Fluent UI System Icons",
|
|
1116
|
-
"total":
|
|
1117
|
-
"version": "1.1.
|
|
1116
|
+
"total": 14693,
|
|
1117
|
+
"version": "1.1.219",
|
|
1118
1118
|
"author": {
|
|
1119
1119
|
"name": "Microsoft Corporation",
|
|
1120
1120
|
"url": "https://github.com/microsoft/fluentui-system-icons"
|
|
@@ -1292,7 +1292,7 @@
|
|
|
1292
1292
|
},
|
|
1293
1293
|
"codicon": {
|
|
1294
1294
|
"name": "Codicons",
|
|
1295
|
-
"total":
|
|
1295
|
+
"total": 429,
|
|
1296
1296
|
"version": "0.0.32",
|
|
1297
1297
|
"author": {
|
|
1298
1298
|
"name": "Microsoft Corporation",
|
|
@@ -1596,8 +1596,8 @@
|
|
|
1596
1596
|
},
|
|
1597
1597
|
"line-md": {
|
|
1598
1598
|
"name": "Material Line Icons",
|
|
1599
|
-
"total":
|
|
1600
|
-
"version": "0.2.
|
|
1599
|
+
"total": 463,
|
|
1600
|
+
"version": "0.2.15",
|
|
1601
1601
|
"author": {
|
|
1602
1602
|
"name": "Vjacheslav Trushkin",
|
|
1603
1603
|
"url": "https://github.com/cyberalien/line-md"
|
|
@@ -1662,7 +1662,7 @@
|
|
|
1662
1662
|
},
|
|
1663
1663
|
"openmoji": {
|
|
1664
1664
|
"name": "OpenMoji",
|
|
1665
|
-
"total":
|
|
1665
|
+
"total": 4080,
|
|
1666
1666
|
"author": {
|
|
1667
1667
|
"name": "OpenMoji",
|
|
1668
1668
|
"url": "https://github.com/hfg-gmuend/openmoji"
|
|
@@ -1970,8 +1970,8 @@
|
|
|
1970
1970
|
},
|
|
1971
1971
|
"simple-icons": {
|
|
1972
1972
|
"name": "Simple Icons",
|
|
1973
|
-
"total":
|
|
1974
|
-
"version": "9.
|
|
1973
|
+
"total": 2743,
|
|
1974
|
+
"version": "9.17.0",
|
|
1975
1975
|
"author": {
|
|
1976
1976
|
"name": "Simple Icons Collaborators",
|
|
1977
1977
|
"url": "https://github.com/simple-icons/simple-icons"
|
|
@@ -2060,7 +2060,7 @@
|
|
|
2060
2060
|
},
|
|
2061
2061
|
"arcticons": {
|
|
2062
2062
|
"name": "Arcticons",
|
|
2063
|
-
"total":
|
|
2063
|
+
"total": 7376,
|
|
2064
2064
|
"author": {
|
|
2065
2065
|
"name": "Donnnno",
|
|
2066
2066
|
"url": "https://github.com/Donnnno/Arcticons"
|
|
@@ -2276,7 +2276,7 @@
|
|
|
2276
2276
|
},
|
|
2277
2277
|
"circle-flags": {
|
|
2278
2278
|
"name": "Circle Flags",
|
|
2279
|
-
"total":
|
|
2279
|
+
"total": 428,
|
|
2280
2280
|
"version": "1.0.0",
|
|
2281
2281
|
"author": {
|
|
2282
2282
|
"name": "HatScripts",
|
package/collections.md
CHANGED
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
* File: [json/cil.json](json/cil.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
270
270
|
|
|
271
271
|
## Lucide
|
|
272
|
-
* Number of icons:
|
|
272
|
+
* Number of icons: 1287
|
|
273
273
|
* Author: Lucide Contributors
|
|
274
274
|
* URL: https://github.com/lucide-icons/lucide
|
|
275
275
|
* License: ISC
|
|
@@ -438,12 +438,12 @@
|
|
|
438
438
|
* File: [json/prime.json](json/prime.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
439
439
|
|
|
440
440
|
## Humbleicons
|
|
441
|
-
* Number of icons:
|
|
441
|
+
* Number of icons: 246
|
|
442
442
|
* Author: Jiří Zralý
|
|
443
443
|
* URL: https://github.com/zraly/humbleicons
|
|
444
444
|
* License: MIT
|
|
445
445
|
* License URL: https://github.com/zraly/humbleicons/blob/master/license
|
|
446
|
-
* Version: 1.
|
|
446
|
+
* Version: 1.11.0
|
|
447
447
|
* Palette: Colorless
|
|
448
448
|
* Icon set prefix: `humbleicons`
|
|
449
449
|
* File: [json/humbleicons.json](json/humbleicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -546,12 +546,12 @@
|
|
|
546
546
|
* File: [json/gala.json](json/gala.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
547
547
|
|
|
548
548
|
## Fluent UI System Icons
|
|
549
|
-
* Number of icons:
|
|
549
|
+
* Number of icons: 14693
|
|
550
550
|
* Author: Microsoft Corporation
|
|
551
551
|
* URL: https://github.com/microsoft/fluentui-system-icons
|
|
552
552
|
* License: MIT
|
|
553
553
|
* License URL: https://github.com/microsoft/fluentui-system-icons/blob/main/LICENSE
|
|
554
|
-
* Version: 1.1.
|
|
554
|
+
* Version: 1.1.219
|
|
555
555
|
* Palette: Colorless
|
|
556
556
|
* Icon set prefix: `fluent`
|
|
557
557
|
* File: [json/fluent.json](json/fluent.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -633,7 +633,7 @@
|
|
|
633
633
|
* File: [json/heroicons.json](json/heroicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
634
634
|
|
|
635
635
|
## Codicons
|
|
636
|
-
* Number of icons:
|
|
636
|
+
* Number of icons: 429
|
|
637
637
|
* Author: Microsoft Corporation
|
|
638
638
|
* URL: https://github.com/microsoft/vscode-codicons
|
|
639
639
|
* License: CC BY 4.0
|
|
@@ -784,12 +784,12 @@
|
|
|
784
784
|
* File: [json/formkit.json](json/formkit.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
785
785
|
|
|
786
786
|
## Material Line Icons
|
|
787
|
-
* Number of icons:
|
|
787
|
+
* Number of icons: 463
|
|
788
788
|
* Author: Vjacheslav Trushkin
|
|
789
789
|
* URL: https://github.com/cyberalien/line-md
|
|
790
790
|
* License: MIT
|
|
791
791
|
* License URL: https://github.com/cyberalien/line-md/blob/master/license.txt
|
|
792
|
-
* Version: 0.2.
|
|
792
|
+
* Version: 0.2.15
|
|
793
793
|
* Palette: Colorless
|
|
794
794
|
* Icon set prefix: `line-md`
|
|
795
795
|
* File: [json/line-md.json](json/line-md.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -816,7 +816,7 @@
|
|
|
816
816
|
* File: [json/svg-spinners.json](json/svg-spinners.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
817
817
|
|
|
818
818
|
## OpenMoji
|
|
819
|
-
* Number of icons:
|
|
819
|
+
* Number of icons: 4080
|
|
820
820
|
* Author: OpenMoji
|
|
821
821
|
* URL: https://github.com/hfg-gmuend/openmoji
|
|
822
822
|
* License: CC BY-SA 4.0
|
|
@@ -961,12 +961,12 @@
|
|
|
961
961
|
* File: [json/logos.json](json/logos.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
962
962
|
|
|
963
963
|
## Simple Icons
|
|
964
|
-
* Number of icons:
|
|
964
|
+
* Number of icons: 2743
|
|
965
965
|
* Author: Simple Icons Collaborators
|
|
966
966
|
* URL: https://github.com/simple-icons/simple-icons
|
|
967
967
|
* License: CC0 1.0
|
|
968
968
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
969
|
-
* Version: 9.
|
|
969
|
+
* Version: 9.17.0
|
|
970
970
|
* Palette: Colorless
|
|
971
971
|
* Icon set prefix: `simple-icons`
|
|
972
972
|
* File: [json/simple-icons.json](json/simple-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1005,7 +1005,7 @@
|
|
|
1005
1005
|
* File: [json/nonicons.json](json/nonicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1006
1006
|
|
|
1007
1007
|
## Arcticons
|
|
1008
|
-
* Number of icons:
|
|
1008
|
+
* Number of icons: 7376
|
|
1009
1009
|
* Author: Donnnno
|
|
1010
1010
|
* URL: https://github.com/Donnnno/Arcticons
|
|
1011
1011
|
* License: CC BY-SA 4.0
|
|
@@ -1108,7 +1108,7 @@
|
|
|
1108
1108
|
* File: [json/flag.json](json/flag.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1109
1109
|
|
|
1110
1110
|
## Circle Flags
|
|
1111
|
-
* Number of icons:
|
|
1111
|
+
* Number of icons: 428
|
|
1112
1112
|
* Author: HatScripts
|
|
1113
1113
|
* URL: https://github.com/HatScripts/circle-flags
|
|
1114
1114
|
* License: MIT
|
package/composer.json
CHANGED