@iconify/json 2.1.134 → 2.1.136
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 +316 -10
- package/json/circle-flags.json +2 -2
- package/json/ion.json +1 -1
- package/json/lucide.json +6 -3
- package/json/mingcute.json +1660 -1244
- package/json/tabler.json +179 -17
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
},
|
|
132
132
|
"bi": {
|
|
133
133
|
"name": "Bootstrap Icons",
|
|
134
|
-
"total":
|
|
134
|
+
"total": 1953,
|
|
135
135
|
"version": "1.9.1",
|
|
136
136
|
"author": {
|
|
137
137
|
"name": "The Bootstrap Authors",
|
|
@@ -153,8 +153,8 @@
|
|
|
153
153
|
},
|
|
154
154
|
"tabler": {
|
|
155
155
|
"name": "Tabler Icons",
|
|
156
|
-
"total":
|
|
157
|
-
"version": "1.
|
|
156
|
+
"total": 2979,
|
|
157
|
+
"version": "1.111.0",
|
|
158
158
|
"author": {
|
|
159
159
|
"name": "Paweł Kuna",
|
|
160
160
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"ion": {
|
|
177
177
|
"name": "IonIcons",
|
|
178
178
|
"total": 1332,
|
|
179
|
-
"version": "6.0.
|
|
179
|
+
"version": "6.0.4",
|
|
180
180
|
"author": {
|
|
181
181
|
"name": "Ben Sperry",
|
|
182
182
|
"url": "https://github.com/ionic-team/ionicons"
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
},
|
|
243
243
|
"mingcute": {
|
|
244
244
|
"name": "MingCute Icon",
|
|
245
|
-
"total":
|
|
245
|
+
"total": 1346,
|
|
246
246
|
"author": {
|
|
247
247
|
"name": "MingCute Design",
|
|
248
248
|
"url": "https://github.com/Richard9394/MingCute"
|
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
},
|
|
463
463
|
"lucide": {
|
|
464
464
|
"name": "Lucide",
|
|
465
|
-
"total":
|
|
465
|
+
"total": 867,
|
|
466
466
|
"author": {
|
|
467
467
|
"name": "Lucide Contributors",
|
|
468
468
|
"url": "https://github.com/lucide-icons/lucide"
|
package/collections.md
CHANGED
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
* File: [json/carbon.json](json/carbon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
66
66
|
|
|
67
67
|
## Bootstrap Icons
|
|
68
|
-
* Number of icons:
|
|
68
|
+
* Number of icons: 1953
|
|
69
69
|
* Author: The Bootstrap Authors
|
|
70
70
|
* URL: https://github.com/twbs/icons
|
|
71
71
|
* License: MIT
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
* File: [json/bi.json](json/bi.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
77
77
|
|
|
78
78
|
## Tabler Icons
|
|
79
|
-
* Number of icons:
|
|
79
|
+
* Number of icons: 2979
|
|
80
80
|
* Author: Paweł Kuna
|
|
81
81
|
* URL: https://github.com/tabler/tabler-icons
|
|
82
82
|
* License: MIT
|
|
83
83
|
* License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
84
|
-
* Version: 1.
|
|
84
|
+
* Version: 1.111.0
|
|
85
85
|
* Palette: Colorless
|
|
86
86
|
* Icon set prefix: `tabler`
|
|
87
87
|
* File: [json/tabler.json](json/tabler.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
* URL: https://github.com/ionic-team/ionicons
|
|
93
93
|
* License: MIT
|
|
94
94
|
* License URL: https://github.com/ionic-team/ionicons/blob/main/LICENSE
|
|
95
|
-
* Version: 6.0.
|
|
95
|
+
* Version: 6.0.4
|
|
96
96
|
* Palette: Colorless
|
|
97
97
|
* Icon set prefix: `ion`
|
|
98
98
|
* File: [json/ion.json](json/ion.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
* File: [json/teenyicons.json](json/teenyicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
121
121
|
|
|
122
122
|
## MingCute Icon
|
|
123
|
-
* Number of icons:
|
|
123
|
+
* Number of icons: 1346
|
|
124
124
|
* Author: MingCute Design
|
|
125
125
|
* URL: https://github.com/Richard9394/MingCute
|
|
126
126
|
* License: Apache 2.0
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
* File: [json/cil.json](json/cil.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
229
229
|
|
|
230
230
|
## Lucide
|
|
231
|
-
* Number of icons:
|
|
231
|
+
* Number of icons: 867
|
|
232
232
|
* Author: Lucide Contributors
|
|
233
233
|
* URL: https://github.com/lucide-icons/lucide
|
|
234
234
|
* License: ISC
|
package/composer.json
CHANGED