@iconify/json 2.2.178 → 2.2.180
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/arcticons.json +258 -12
- package/json/cbi.json +36 -5
- package/json/flowbite.json +77 -30
- package/json/line-md.json +178 -13
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -610,7 +610,7 @@
|
|
|
610
610
|
},
|
|
611
611
|
"flowbite": {
|
|
612
612
|
"name": "Flowbite Icons",
|
|
613
|
-
"total":
|
|
613
|
+
"total": 537,
|
|
614
614
|
"author": {
|
|
615
615
|
"name": "Themesberg",
|
|
616
616
|
"url": "https://github.com/themesberg/flowbite-icons"
|
|
@@ -1769,8 +1769,8 @@
|
|
|
1769
1769
|
},
|
|
1770
1770
|
"line-md": {
|
|
1771
1771
|
"name": "Material Line Icons",
|
|
1772
|
-
"total":
|
|
1773
|
-
"version": "0.
|
|
1772
|
+
"total": 601,
|
|
1773
|
+
"version": "1.0.4",
|
|
1774
1774
|
"author": {
|
|
1775
1775
|
"name": "Vjacheslav Trushkin",
|
|
1776
1776
|
"url": "https://github.com/cyberalien/line-md"
|
|
@@ -2232,7 +2232,7 @@
|
|
|
2232
2232
|
},
|
|
2233
2233
|
"arcticons": {
|
|
2234
2234
|
"name": "Arcticons",
|
|
2235
|
-
"total":
|
|
2235
|
+
"total": 8749,
|
|
2236
2236
|
"author": {
|
|
2237
2237
|
"name": "Donnnno",
|
|
2238
2238
|
"url": "https://github.com/Donnnno/Arcticons"
|
|
@@ -2254,7 +2254,7 @@
|
|
|
2254
2254
|
},
|
|
2255
2255
|
"cbi": {
|
|
2256
2256
|
"name": "Custom Brand Icons",
|
|
2257
|
-
"total":
|
|
2257
|
+
"total": 1086,
|
|
2258
2258
|
"author": {
|
|
2259
2259
|
"name": "Emanuele",
|
|
2260
2260
|
"url": "https://github.com/elax46/custom-brand-icons"
|
package/collections.md
CHANGED
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
* File: [json/cil.json](json/cil.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
300
300
|
|
|
301
301
|
## Flowbite Icons
|
|
302
|
-
* Number of icons:
|
|
302
|
+
* Number of icons: 537
|
|
303
303
|
* Author: Themesberg
|
|
304
304
|
* URL: https://github.com/themesberg/flowbite-icons
|
|
305
305
|
* License: MIT
|
|
@@ -868,12 +868,12 @@
|
|
|
868
868
|
* File: [json/formkit.json](json/formkit.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
869
869
|
|
|
870
870
|
## Material Line Icons
|
|
871
|
-
* Number of icons:
|
|
871
|
+
* Number of icons: 601
|
|
872
872
|
* Author: Vjacheslav Trushkin
|
|
873
873
|
* URL: https://github.com/cyberalien/line-md
|
|
874
874
|
* License: MIT
|
|
875
875
|
* License URL: https://github.com/cyberalien/line-md/blob/master/license.txt
|
|
876
|
-
* Version: 0.
|
|
876
|
+
* Version: 1.0.4
|
|
877
877
|
* Palette: Colorless
|
|
878
878
|
* Icon set prefix: `line-md`
|
|
879
879
|
* File: [json/line-md.json](json/line-md.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1089,7 +1089,7 @@
|
|
|
1089
1089
|
* File: [json/nonicons.json](json/nonicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1090
1090
|
|
|
1091
1091
|
## Arcticons
|
|
1092
|
-
* Number of icons:
|
|
1092
|
+
* Number of icons: 8749
|
|
1093
1093
|
* Author: Donnnno
|
|
1094
1094
|
* URL: https://github.com/Donnnno/Arcticons
|
|
1095
1095
|
* License: CC BY-SA 4.0
|
|
@@ -1099,7 +1099,7 @@
|
|
|
1099
1099
|
* File: [json/arcticons.json](json/arcticons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1100
1100
|
|
|
1101
1101
|
## Custom Brand Icons
|
|
1102
|
-
* Number of icons:
|
|
1102
|
+
* Number of icons: 1086
|
|
1103
1103
|
* Author: Emanuele
|
|
1104
1104
|
* URL: https://github.com/elax46/custom-brand-icons
|
|
1105
1105
|
* License: CC BY-NC-SA 4.0
|
package/composer.json
CHANGED