@iconify/json 2.1.27 → 2.1.28
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/arcticons.json +310 -10
- package/json/lucide.json +12 -3
- package/json/pepicons.json +1 -1
- package/json/tabler.json +88 -4
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -132,8 +132,8 @@
|
|
|
132
132
|
},
|
|
133
133
|
"tabler": {
|
|
134
134
|
"name": "Tabler Icons",
|
|
135
|
-
"total":
|
|
136
|
-
"version": "1.
|
|
135
|
+
"total": 1747,
|
|
136
|
+
"version": "1.64.0",
|
|
137
137
|
"author": {
|
|
138
138
|
"name": "Paweł Kuna",
|
|
139
139
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
},
|
|
421
421
|
"lucide": {
|
|
422
422
|
"name": "Lucide",
|
|
423
|
-
"total":
|
|
423
|
+
"total": 588,
|
|
424
424
|
"author": {
|
|
425
425
|
"name": "Lucide Contributors",
|
|
426
426
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -1565,7 +1565,7 @@
|
|
|
1565
1565
|
},
|
|
1566
1566
|
"arcticons": {
|
|
1567
1567
|
"name": "Arcticons",
|
|
1568
|
-
"total":
|
|
1568
|
+
"total": 4102,
|
|
1569
1569
|
"author": {
|
|
1570
1570
|
"name": "Donno",
|
|
1571
1571
|
"url": "https://github.com/Donno/Arcticons"
|
package/collections.md
CHANGED
|
@@ -61,12 +61,12 @@
|
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
### Tabler Icons
|
|
64
|
-
* Number of icons:
|
|
64
|
+
* Number of icons: 1747
|
|
65
65
|
* Author: Paweł Kuna
|
|
66
66
|
* URL: https://github.com/tabler/tabler-icons
|
|
67
67
|
* License: MIT
|
|
68
68
|
* License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
69
|
-
* Version: 1.
|
|
69
|
+
* Version: 1.64.0
|
|
70
70
|
* Palette: Colorless
|
|
71
71
|
|
|
72
72
|
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
|
|
191
191
|
|
|
192
192
|
### Lucide
|
|
193
|
-
* Number of icons:
|
|
193
|
+
* Number of icons: 588
|
|
194
194
|
* Author: Lucide Contributors
|
|
195
195
|
* URL: https://github.com/lucide-icons/lucide
|
|
196
196
|
* License: ISC
|
|
@@ -698,7 +698,7 @@
|
|
|
698
698
|
|
|
699
699
|
|
|
700
700
|
### Arcticons
|
|
701
|
-
* Number of icons:
|
|
701
|
+
* Number of icons: 4102
|
|
702
702
|
* Author: Donno
|
|
703
703
|
* URL: https://github.com/Donno/Arcticons
|
|
704
704
|
* License: CC BY-SA 4.0
|
package/composer.json
CHANGED