@iconify/json 2.2.15 → 2.2.17
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 +26 -26
- package/collections.md +15 -15
- package/composer.json +1 -1
- package/json/arcticons.json +485 -9
- package/json/carbon.json +1 -1
- package/json/lucide.json +2 -2
- package/json/mdi.json +386 -3
- package/json/skill-icons.json +73 -4
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"mdi": {
|
|
46
46
|
"name": "Material Design Icons",
|
|
47
|
-
"total":
|
|
47
|
+
"total": 7257,
|
|
48
48
|
"author": {
|
|
49
49
|
"name": "Pictogrammers",
|
|
50
50
|
"url": "https://github.com/Templarian/MaterialDesign"
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"carbon": {
|
|
111
111
|
"name": "Carbon",
|
|
112
112
|
"total": 1921,
|
|
113
|
-
"version": "11.
|
|
113
|
+
"version": "11.16.0",
|
|
114
114
|
"author": {
|
|
115
115
|
"name": "IBM",
|
|
116
116
|
"url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
|
|
@@ -437,6 +437,28 @@
|
|
|
437
437
|
"category": "General",
|
|
438
438
|
"palette": false
|
|
439
439
|
},
|
|
440
|
+
"octicon": {
|
|
441
|
+
"name": "Octicons",
|
|
442
|
+
"total": 560,
|
|
443
|
+
"version": "17.11.1",
|
|
444
|
+
"author": {
|
|
445
|
+
"name": "GitHub",
|
|
446
|
+
"url": "https://github.com/primer/octicons/"
|
|
447
|
+
},
|
|
448
|
+
"license": {
|
|
449
|
+
"title": "MIT",
|
|
450
|
+
"spdx": "MIT",
|
|
451
|
+
"url": "https://github.com/primer/octicons/blob/main/LICENSE"
|
|
452
|
+
},
|
|
453
|
+
"samples": [
|
|
454
|
+
"alert-24",
|
|
455
|
+
"bell-slash-24",
|
|
456
|
+
"hourglass-24"
|
|
457
|
+
],
|
|
458
|
+
"displayHeight": 24,
|
|
459
|
+
"category": "General",
|
|
460
|
+
"palette": false
|
|
461
|
+
},
|
|
440
462
|
"cil": {
|
|
441
463
|
"name": "CoreUI Free",
|
|
442
464
|
"total": 554,
|
|
@@ -1364,28 +1386,6 @@
|
|
|
1364
1386
|
"category": "General",
|
|
1365
1387
|
"palette": false
|
|
1366
1388
|
},
|
|
1367
|
-
"octicon": {
|
|
1368
|
-
"name": "Octicons",
|
|
1369
|
-
"total": 560,
|
|
1370
|
-
"version": "17.11.1",
|
|
1371
|
-
"author": {
|
|
1372
|
-
"name": "GitHub",
|
|
1373
|
-
"url": "https://github.com/primer/octicons/"
|
|
1374
|
-
},
|
|
1375
|
-
"license": {
|
|
1376
|
-
"title": "MIT",
|
|
1377
|
-
"spdx": "MIT",
|
|
1378
|
-
"url": "https://github.com/primer/octicons/blob/main/LICENSE"
|
|
1379
|
-
},
|
|
1380
|
-
"samples": [
|
|
1381
|
-
"alert-24",
|
|
1382
|
-
"bell-slash-24",
|
|
1383
|
-
"hourglass-24"
|
|
1384
|
-
],
|
|
1385
|
-
"displayHeight": 24,
|
|
1386
|
-
"category": "General",
|
|
1387
|
-
"palette": false
|
|
1388
|
-
},
|
|
1389
1389
|
"ooui": {
|
|
1390
1390
|
"name": "OOUI",
|
|
1391
1391
|
"total": 340,
|
|
@@ -1850,7 +1850,7 @@
|
|
|
1850
1850
|
},
|
|
1851
1851
|
"arcticons": {
|
|
1852
1852
|
"name": "Arcticons",
|
|
1853
|
-
"total":
|
|
1853
|
+
"total": 5268,
|
|
1854
1854
|
"author": {
|
|
1855
1855
|
"name": "Donnnno",
|
|
1856
1856
|
"url": "https://github.com/Donnnno/Arcticons"
|
|
@@ -1893,7 +1893,7 @@
|
|
|
1893
1893
|
},
|
|
1894
1894
|
"skill-icons": {
|
|
1895
1895
|
"name": "Skill Icons",
|
|
1896
|
-
"total":
|
|
1896
|
+
"total": 317,
|
|
1897
1897
|
"author": {
|
|
1898
1898
|
"name": "tandpfun",
|
|
1899
1899
|
"url": "https://github.com/tandpfun/skill-icons"
|
package/collections.md
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* File: [json/ic.json](json/ic.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
24
24
|
|
|
25
25
|
## Material Design Icons
|
|
26
|
-
* Number of icons:
|
|
26
|
+
* Number of icons: 7257
|
|
27
27
|
* Author: Pictogrammers
|
|
28
28
|
* URL: https://github.com/Templarian/MaterialDesign
|
|
29
29
|
* License: Apache 2.0
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
* Author: IBM
|
|
60
60
|
* URL: https://github.com/carbon-design-system/carbon/tree/main/packages/icons
|
|
61
61
|
* License: Apache 2.0
|
|
62
|
-
* Version: 11.
|
|
62
|
+
* Version: 11.16.0
|
|
63
63
|
* Palette: Colorless
|
|
64
64
|
* Icon set prefix: `carbon`
|
|
65
65
|
* File: [json/carbon.json](json/carbon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -216,6 +216,17 @@
|
|
|
216
216
|
* Icon set prefix: `gg`
|
|
217
217
|
* File: [json/gg.json](json/gg.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
218
218
|
|
|
219
|
+
## Octicons
|
|
220
|
+
* Number of icons: 560
|
|
221
|
+
* Author: GitHub
|
|
222
|
+
* URL: https://github.com/primer/octicons/
|
|
223
|
+
* License: MIT
|
|
224
|
+
* License URL: https://github.com/primer/octicons/blob/main/LICENSE
|
|
225
|
+
* Version: 17.11.1
|
|
226
|
+
* Palette: Colorless
|
|
227
|
+
* Icon set prefix: `octicon`
|
|
228
|
+
* File: [json/octicon.json](json/octicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
229
|
+
|
|
219
230
|
## CoreUI Free
|
|
220
231
|
* Number of icons: 554
|
|
221
232
|
* Author: creativeLabs Łukasz Holeczek
|
|
@@ -670,17 +681,6 @@
|
|
|
670
681
|
* Icon set prefix: `fa6-regular`
|
|
671
682
|
* File: [json/fa6-regular.json](json/fa6-regular.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
672
683
|
|
|
673
|
-
## Octicons
|
|
674
|
-
* Number of icons: 560
|
|
675
|
-
* Author: GitHub
|
|
676
|
-
* URL: https://github.com/primer/octicons/
|
|
677
|
-
* License: MIT
|
|
678
|
-
* License URL: https://github.com/primer/octicons/blob/main/LICENSE
|
|
679
|
-
* Version: 17.11.1
|
|
680
|
-
* Palette: Colorless
|
|
681
|
-
* Icon set prefix: `octicon`
|
|
682
|
-
* File: [json/octicon.json](json/octicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
683
|
-
|
|
684
684
|
## OOUI
|
|
685
685
|
* Number of icons: 340
|
|
686
686
|
* Author: OOUI Team
|
|
@@ -904,7 +904,7 @@
|
|
|
904
904
|
* File: [json/nonicons.json](json/nonicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
905
905
|
|
|
906
906
|
## Arcticons
|
|
907
|
-
* Number of icons:
|
|
907
|
+
* Number of icons: 5268
|
|
908
908
|
* Author: Donnnno
|
|
909
909
|
* URL: https://github.com/Donnnno/Arcticons
|
|
910
910
|
* License: CC BY-SA 4.0
|
|
@@ -924,7 +924,7 @@
|
|
|
924
924
|
* File: [json/file-icons.json](json/file-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
925
925
|
|
|
926
926
|
## Skill Icons
|
|
927
|
-
* Number of icons:
|
|
927
|
+
* Number of icons: 317
|
|
928
928
|
* Author: tandpfun
|
|
929
929
|
* URL: https://github.com/tandpfun/skill-icons
|
|
930
930
|
* License: MIT
|
package/composer.json
CHANGED