@iconify/json 2.2.99 → 2.2.101
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 +3 -3
- package/collections.md +2 -2
- package/composer.json +1 -1
- package/json/flagpack.json +261 -257
- package/json/lucide.json +48 -6
- package/json/material-symbols.json +542 -283
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"material-symbols": {
|
|
3
3
|
"name": "Material Symbols",
|
|
4
|
-
"total":
|
|
4
|
+
"total": 11413,
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Google",
|
|
7
7
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -526,7 +526,7 @@
|
|
|
526
526
|
},
|
|
527
527
|
"lucide": {
|
|
528
528
|
"name": "Lucide",
|
|
529
|
-
"total":
|
|
529
|
+
"total": 1236,
|
|
530
530
|
"author": {
|
|
531
531
|
"name": "Lucide Contributors",
|
|
532
532
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -2268,7 +2268,7 @@
|
|
|
2268
2268
|
},
|
|
2269
2269
|
"samples": [
|
|
2270
2270
|
"ci",
|
|
2271
|
-
"gb-
|
|
2271
|
+
"gb-ukm",
|
|
2272
2272
|
"wf"
|
|
2273
2273
|
],
|
|
2274
2274
|
"height": 24,
|
package/collections.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Material Symbols
|
|
5
|
-
* Number of icons:
|
|
5
|
+
* Number of icons: 11413
|
|
6
6
|
* Author: Google
|
|
7
7
|
* URL: https://github.com/google/material-design-icons
|
|
8
8
|
* License: Apache 2.0
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
* File: [json/cil.json](json/cil.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
260
260
|
|
|
261
261
|
## Lucide
|
|
262
|
-
* Number of icons:
|
|
262
|
+
* Number of icons: 1236
|
|
263
263
|
* Author: Lucide Contributors
|
|
264
264
|
* URL: https://github.com/lucide-icons/lucide
|
|
265
265
|
* License: ISC
|
package/composer.json
CHANGED