@iconify/json 2.1.61 → 2.1.62
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 +27 -27
- package/collections.md +15 -15
- package/composer.json +1 -1
- package/json/flag.json +8 -8
- package/json/line-md.json +102 -10
- package/json/lucide.json +81 -51
- package/json/material-symbols.json +388 -321
- package/json/mdi.json +13 -7
- package/json/tabler.json +62 -2
- 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": 8001,
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Google",
|
|
7
7
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -153,8 +153,8 @@
|
|
|
153
153
|
},
|
|
154
154
|
"tabler": {
|
|
155
155
|
"name": "Tabler Icons",
|
|
156
|
-
"total":
|
|
157
|
-
"version": "1.
|
|
156
|
+
"total": 1998,
|
|
157
|
+
"version": "1.69.0",
|
|
158
158
|
"author": {
|
|
159
159
|
"name": "Paweł Kuna",
|
|
160
160
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
},
|
|
442
442
|
"lucide": {
|
|
443
443
|
"name": "Lucide",
|
|
444
|
-
"total":
|
|
444
|
+
"total": 625,
|
|
445
445
|
"author": {
|
|
446
446
|
"name": "Lucide Contributors",
|
|
447
447
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -679,28 +679,6 @@
|
|
|
679
679
|
"category": "General",
|
|
680
680
|
"palette": false
|
|
681
681
|
},
|
|
682
|
-
"line-md": {
|
|
683
|
-
"name": "Material Line Icons",
|
|
684
|
-
"total": 277,
|
|
685
|
-
"version": "0.2.0",
|
|
686
|
-
"author": {
|
|
687
|
-
"name": "Vjacheslav Trushkin",
|
|
688
|
-
"url": "https://github.com/cyberalien/line-md"
|
|
689
|
-
},
|
|
690
|
-
"license": {
|
|
691
|
-
"title": "MIT",
|
|
692
|
-
"spdx": "MIT",
|
|
693
|
-
"url": "https://github.com/cyberalien/line-md/blob/master/license.txt"
|
|
694
|
-
},
|
|
695
|
-
"samples": [
|
|
696
|
-
"home",
|
|
697
|
-
"edit-twotone",
|
|
698
|
-
"image-twotone"
|
|
699
|
-
],
|
|
700
|
-
"height": 24,
|
|
701
|
-
"category": "General",
|
|
702
|
-
"palette": false
|
|
703
|
-
},
|
|
704
682
|
"charm": {
|
|
705
683
|
"name": "Charm Icons",
|
|
706
684
|
"total": 255,
|
|
@@ -1341,6 +1319,28 @@
|
|
|
1341
1319
|
"category": "General",
|
|
1342
1320
|
"palette": false
|
|
1343
1321
|
},
|
|
1322
|
+
"line-md": {
|
|
1323
|
+
"name": "Material Line Icons",
|
|
1324
|
+
"total": 298,
|
|
1325
|
+
"version": "0.2.0",
|
|
1326
|
+
"author": {
|
|
1327
|
+
"name": "Vjacheslav Trushkin",
|
|
1328
|
+
"url": "https://github.com/cyberalien/line-md"
|
|
1329
|
+
},
|
|
1330
|
+
"license": {
|
|
1331
|
+
"title": "MIT",
|
|
1332
|
+
"spdx": "MIT",
|
|
1333
|
+
"url": "https://github.com/cyberalien/line-md/blob/master/license.txt"
|
|
1334
|
+
},
|
|
1335
|
+
"samples": [
|
|
1336
|
+
"loading-twotone-loop",
|
|
1337
|
+
"beer-alt-twotone-loop",
|
|
1338
|
+
"image-twotone"
|
|
1339
|
+
],
|
|
1340
|
+
"height": 24,
|
|
1341
|
+
"category": "Animated Icons",
|
|
1342
|
+
"palette": false
|
|
1343
|
+
},
|
|
1344
1344
|
"openmoji": {
|
|
1345
1345
|
"name": "OpenMoji",
|
|
1346
1346
|
"total": 4053,
|
|
@@ -1738,7 +1738,7 @@
|
|
|
1738
1738
|
"flag": {
|
|
1739
1739
|
"name": "Flag Icons",
|
|
1740
1740
|
"total": 530,
|
|
1741
|
-
"version": "6.4.
|
|
1741
|
+
"version": "6.4.6",
|
|
1742
1742
|
"author": {
|
|
1743
1743
|
"name": "Panayiotis Lipiridis",
|
|
1744
1744
|
"url": "https://github.com/lipis/flag-icons"
|
package/collections.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
### Material Symbols
|
|
6
|
-
* Number of icons:
|
|
6
|
+
* Number of icons: 8001
|
|
7
7
|
* Author: Google
|
|
8
8
|
* URL: https://github.com/google/material-design-icons
|
|
9
9
|
* License: Apache 2.0
|
|
@@ -70,12 +70,12 @@
|
|
|
70
70
|
|
|
71
71
|
|
|
72
72
|
### Tabler Icons
|
|
73
|
-
* Number of icons:
|
|
73
|
+
* Number of icons: 1998
|
|
74
74
|
* Author: Paweł Kuna
|
|
75
75
|
* URL: https://github.com/tabler/tabler-icons
|
|
76
76
|
* License: MIT
|
|
77
77
|
* License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
78
|
-
* Version: 1.
|
|
78
|
+
* Version: 1.69.0
|
|
79
79
|
* Palette: Colorless
|
|
80
80
|
|
|
81
81
|
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
|
|
200
200
|
|
|
201
201
|
### Lucide
|
|
202
|
-
* Number of icons:
|
|
202
|
+
* Number of icons: 625
|
|
203
203
|
* Author: Lucide Contributors
|
|
204
204
|
* URL: https://github.com/lucide-icons/lucide
|
|
205
205
|
* License: ISC
|
|
@@ -305,16 +305,6 @@
|
|
|
305
305
|
* Palette: Colorless
|
|
306
306
|
|
|
307
307
|
|
|
308
|
-
### Material Line Icons
|
|
309
|
-
* Number of icons: 277
|
|
310
|
-
* Author: Vjacheslav Trushkin
|
|
311
|
-
* URL: https://github.com/cyberalien/line-md
|
|
312
|
-
* License: MIT
|
|
313
|
-
* License URL: https://github.com/cyberalien/line-md/blob/master/license.txt
|
|
314
|
-
* Version: 0.2.0
|
|
315
|
-
* Palette: Colorless
|
|
316
|
-
|
|
317
|
-
|
|
318
308
|
### Charm Icons
|
|
319
309
|
* Number of icons: 255
|
|
320
310
|
* Author: Jay Newey
|
|
@@ -601,6 +591,16 @@
|
|
|
601
591
|
* Palette: Colorless
|
|
602
592
|
|
|
603
593
|
|
|
594
|
+
### Material Line Icons
|
|
595
|
+
* Number of icons: 298
|
|
596
|
+
* Author: Vjacheslav Trushkin
|
|
597
|
+
* URL: https://github.com/cyberalien/line-md
|
|
598
|
+
* License: MIT
|
|
599
|
+
* License URL: https://github.com/cyberalien/line-md/blob/master/license.txt
|
|
600
|
+
* Version: 0.2.0
|
|
601
|
+
* Palette: Colorless
|
|
602
|
+
|
|
603
|
+
|
|
604
604
|
### OpenMoji
|
|
605
605
|
* Number of icons: 4053
|
|
606
606
|
* Author: OpenMoji
|
|
@@ -778,7 +778,7 @@
|
|
|
778
778
|
* URL: https://github.com/lipis/flag-icons
|
|
779
779
|
* License: MIT
|
|
780
780
|
* License URL: https://github.com/lipis/flag-icons/blob/main/LICENSE
|
|
781
|
-
* Version: 6.4.
|
|
781
|
+
* Version: 6.4.6
|
|
782
782
|
* Palette: Colorful
|
|
783
783
|
|
|
784
784
|
|
package/composer.json
CHANGED