@iconify/json 2.2.399 → 2.2.400
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/fluent.json +312 -48
- package/json/lucide.json +8 -2
- package/json/material-icon-theme.json +20 -10
- package/json/si.json +77 -14
- package/package.json +3 -3
package/collections.json
CHANGED
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
},
|
|
369
369
|
"lucide": {
|
|
370
370
|
"name": "Lucide",
|
|
371
|
-
"total":
|
|
371
|
+
"total": 1640,
|
|
372
372
|
"author": {
|
|
373
373
|
"name": "Lucide Contributors",
|
|
374
374
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
},
|
|
482
482
|
"si": {
|
|
483
483
|
"name": "Sargam Icons",
|
|
484
|
-
"total":
|
|
484
|
+
"total": 1248,
|
|
485
485
|
"author": {
|
|
486
486
|
"name": "Abhimanyu Rana",
|
|
487
487
|
"url": "https://github.com/planetabhi/sargam-icons"
|
|
@@ -2194,7 +2194,7 @@
|
|
|
2194
2194
|
},
|
|
2195
2195
|
"fluent": {
|
|
2196
2196
|
"name": "Fluent UI System Icons",
|
|
2197
|
-
"total":
|
|
2197
|
+
"total": 18648,
|
|
2198
2198
|
"version": "1.1.312",
|
|
2199
2199
|
"author": {
|
|
2200
2200
|
"name": "Microsoft Corporation",
|
|
@@ -3458,7 +3458,7 @@
|
|
|
3458
3458
|
},
|
|
3459
3459
|
"material-icon-theme": {
|
|
3460
3460
|
"name": "Material Icon Theme",
|
|
3461
|
-
"total":
|
|
3461
|
+
"total": 1121,
|
|
3462
3462
|
"author": {
|
|
3463
3463
|
"name": "Material Extensions",
|
|
3464
3464
|
"url": "https://github.com/material-extensions/vscode-material-icon-theme"
|
package/collections.md
CHANGED
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
* File: [json/iconoir.json](json/iconoir.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
138
138
|
|
|
139
139
|
## Lucide
|
|
140
|
-
* Number of icons:
|
|
140
|
+
* Number of icons: 1640
|
|
141
141
|
* Author: Lucide Contributors
|
|
142
142
|
* URL: https://github.com/lucide-icons/lucide
|
|
143
143
|
* License: ISC
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
* File: [json/tdesign.json](json/tdesign.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
179
179
|
|
|
180
180
|
## Sargam Icons
|
|
181
|
-
* Number of icons:
|
|
181
|
+
* Number of icons: 1248
|
|
182
182
|
* Author: Abhimanyu Rana
|
|
183
183
|
* URL: https://github.com/planetabhi/sargam-icons
|
|
184
184
|
* License: MIT
|
|
@@ -818,7 +818,7 @@
|
|
|
818
818
|
* File: [json/formkit.json](json/formkit.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
819
819
|
|
|
820
820
|
## Fluent UI System Icons
|
|
821
|
-
* Number of icons:
|
|
821
|
+
* Number of icons: 18648
|
|
822
822
|
* Author: Microsoft Corporation
|
|
823
823
|
* URL: https://github.com/microsoft/fluentui-system-icons
|
|
824
824
|
* License: MIT
|
|
@@ -1321,7 +1321,7 @@
|
|
|
1321
1321
|
* File: [json/codicon.json](json/codicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1322
1322
|
|
|
1323
1323
|
## Material Icon Theme
|
|
1324
|
-
* Number of icons:
|
|
1324
|
+
* Number of icons: 1121
|
|
1325
1325
|
* Author: Material Extensions
|
|
1326
1326
|
* URL: https://github.com/material-extensions/vscode-material-icon-theme
|
|
1327
1327
|
* License: MIT
|
package/composer.json
CHANGED