@iconify/json 2.2.243 → 2.2.245
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 +8 -8
- package/collections.md +8 -8
- package/composer.json +1 -1
- package/json/cbi.json +53 -5
- package/json/line-md.json +586 -574
- package/json/lucide.json +6 -3
- package/json/material-symbols-light.json +193 -60
- package/json/material-symbols.json +181 -68
- package/json/mynaui.json +32 -11
- package/json/tdesign.json +8 -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": 13161,
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Google",
|
|
7
7
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"material-symbols-light": {
|
|
27
27
|
"name": "Material Symbols Light",
|
|
28
|
-
"total":
|
|
28
|
+
"total": 13228,
|
|
29
29
|
"author": {
|
|
30
30
|
"name": "Google",
|
|
31
31
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
},
|
|
370
370
|
"lucide": {
|
|
371
371
|
"name": "Lucide",
|
|
372
|
-
"total":
|
|
372
|
+
"total": 1525,
|
|
373
373
|
"author": {
|
|
374
374
|
"name": "Lucide Contributors",
|
|
375
375
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -442,7 +442,7 @@
|
|
|
442
442
|
},
|
|
443
443
|
"tdesign": {
|
|
444
444
|
"name": "TDesign Icons",
|
|
445
|
-
"total":
|
|
445
|
+
"total": 1208,
|
|
446
446
|
"author": {
|
|
447
447
|
"name": "TDesign",
|
|
448
448
|
"url": "https://github.com/Tencent/tdesign-icons"
|
|
@@ -764,7 +764,7 @@
|
|
|
764
764
|
},
|
|
765
765
|
"mynaui": {
|
|
766
766
|
"name": "Myna UI Icons",
|
|
767
|
-
"total":
|
|
767
|
+
"total": 1120,
|
|
768
768
|
"author": {
|
|
769
769
|
"name": "Praveen Juge",
|
|
770
770
|
"url": "https://github.com/praveenjuge/mynaui-icons"
|
|
@@ -2093,8 +2093,8 @@
|
|
|
2093
2093
|
},
|
|
2094
2094
|
"line-md": {
|
|
2095
2095
|
"name": "Material Line Icons",
|
|
2096
|
-
"total":
|
|
2097
|
-
"version": "2.0.
|
|
2096
|
+
"total": 1085,
|
|
2097
|
+
"version": "2.0.2",
|
|
2098
2098
|
"author": {
|
|
2099
2099
|
"name": "Vjacheslav Trushkin",
|
|
2100
2100
|
"url": "https://github.com/cyberalien/line-md"
|
|
@@ -2644,7 +2644,7 @@
|
|
|
2644
2644
|
},
|
|
2645
2645
|
"cbi": {
|
|
2646
2646
|
"name": "Custom Brand Icons",
|
|
2647
|
-
"total":
|
|
2647
|
+
"total": 1235,
|
|
2648
2648
|
"author": {
|
|
2649
2649
|
"name": "Emanuele & rchiileea",
|
|
2650
2650
|
"url": "https://github.com/elax46/custom-brand-icons"
|
package/collections.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Material Symbols
|
|
5
|
-
* Number of icons:
|
|
5
|
+
* Number of icons: 13161
|
|
6
6
|
* Author: Google
|
|
7
7
|
* URL: https://github.com/google/material-design-icons
|
|
8
8
|
* License: Apache 2.0
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* File: [json/material-symbols.json](json/material-symbols.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
13
13
|
|
|
14
14
|
## Material Symbols Light
|
|
15
|
-
* Number of icons:
|
|
15
|
+
* Number of icons: 13228
|
|
16
16
|
* Author: Google
|
|
17
17
|
* URL: https://github.com/google/material-design-icons
|
|
18
18
|
* License: Apache 2.0
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
* File: [json/ion.json](json/ion.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
159
159
|
|
|
160
160
|
## Lucide
|
|
161
|
-
* Number of icons:
|
|
161
|
+
* Number of icons: 1525
|
|
162
162
|
* Author: Lucide Contributors
|
|
163
163
|
* URL: https://github.com/lucide-icons/lucide
|
|
164
164
|
* License: ISC
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
* File: [json/uil.json](json/uil.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
190
190
|
|
|
191
191
|
## TDesign Icons
|
|
192
|
-
* Number of icons:
|
|
192
|
+
* Number of icons: 1208
|
|
193
193
|
* Author: TDesign
|
|
194
194
|
* URL: https://github.com/Tencent/tdesign-icons
|
|
195
195
|
* License: MIT
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
* File: [json/flowbite.json](json/flowbite.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
329
329
|
|
|
330
330
|
## Myna UI Icons
|
|
331
|
-
* Number of icons:
|
|
331
|
+
* Number of icons: 1120
|
|
332
332
|
* Author: Praveen Juge
|
|
333
333
|
* URL: https://github.com/praveenjuge/mynaui-icons
|
|
334
334
|
* License: MIT
|
|
@@ -902,12 +902,12 @@
|
|
|
902
902
|
* File: [json/formkit.json](json/formkit.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
903
903
|
|
|
904
904
|
## Material Line Icons
|
|
905
|
-
* Number of icons:
|
|
905
|
+
* Number of icons: 1085
|
|
906
906
|
* Author: Vjacheslav Trushkin
|
|
907
907
|
* URL: https://github.com/cyberalien/line-md
|
|
908
908
|
* License: MIT
|
|
909
909
|
* License URL: https://github.com/cyberalien/line-md/blob/master/license.txt
|
|
910
|
-
* Version: 2.0.
|
|
910
|
+
* Version: 2.0.2
|
|
911
911
|
* Palette: Colorless
|
|
912
912
|
* Icon set prefix: `line-md`
|
|
913
913
|
* File: [json/line-md.json](json/line-md.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1133,7 +1133,7 @@
|
|
|
1133
1133
|
* File: [json/arcticons.json](json/arcticons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1134
1134
|
|
|
1135
1135
|
## Custom Brand Icons
|
|
1136
|
-
* Number of icons:
|
|
1136
|
+
* Number of icons: 1235
|
|
1137
1137
|
* Author: Emanuele & rchiileea
|
|
1138
1138
|
* URL: https://github.com/elax46/custom-brand-icons
|
|
1139
1139
|
* License: CC BY-NC-SA 4.0
|
package/composer.json
CHANGED