@iconify/json 2.2.333 → 2.2.334
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 +29 -3
- package/collections.md +13 -3
- package/composer.json +1 -1
- package/json/codicon.json +5 -2
- package/json/hugeicons.json +413 -2
- package/json/material-icon-theme.json +86 -5
- package/json/picon.json +2506 -0
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
},
|
|
228
228
|
"hugeicons": {
|
|
229
229
|
"name": "Huge Icons",
|
|
230
|
-
"total":
|
|
230
|
+
"total": 4523,
|
|
231
231
|
"author": {
|
|
232
232
|
"name": "Hugeicons",
|
|
233
233
|
"url": "https://icon-sets.iconify.design/icon-sets/hugeicons/"
|
|
@@ -2657,6 +2657,32 @@
|
|
|
2657
2657
|
],
|
|
2658
2658
|
"palette": false
|
|
2659
2659
|
},
|
|
2660
|
+
"picon": {
|
|
2661
|
+
"name": "Pico-icon",
|
|
2662
|
+
"total": 824,
|
|
2663
|
+
"author": {
|
|
2664
|
+
"name": "Picon Contributors",
|
|
2665
|
+
"url": "https://github.com/yne/picon"
|
|
2666
|
+
},
|
|
2667
|
+
"license": {
|
|
2668
|
+
"title": "Open Font License",
|
|
2669
|
+
"spdx": "OFL-1.1",
|
|
2670
|
+
"url": "https://github.com/yne/picon/blob/master/OFL.txt"
|
|
2671
|
+
},
|
|
2672
|
+
"samples": [
|
|
2673
|
+
"bookmark",
|
|
2674
|
+
"rewind",
|
|
2675
|
+
"folder",
|
|
2676
|
+
"thunderbolt",
|
|
2677
|
+
"message",
|
|
2678
|
+
"east"
|
|
2679
|
+
],
|
|
2680
|
+
"category": "UI Other / Mixed Grid",
|
|
2681
|
+
"tags": [
|
|
2682
|
+
"Precise Shapes"
|
|
2683
|
+
],
|
|
2684
|
+
"palette": false
|
|
2685
|
+
},
|
|
2660
2686
|
"ooui": {
|
|
2661
2687
|
"name": "OOUI",
|
|
2662
2688
|
"total": 361,
|
|
@@ -2873,7 +2899,7 @@
|
|
|
2873
2899
|
},
|
|
2874
2900
|
"codicon": {
|
|
2875
2901
|
"name": "Codicons",
|
|
2876
|
-
"total":
|
|
2902
|
+
"total": 478,
|
|
2877
2903
|
"version": "0.0.37",
|
|
2878
2904
|
"author": {
|
|
2879
2905
|
"name": "Microsoft Corporation",
|
|
@@ -2901,7 +2927,7 @@
|
|
|
2901
2927
|
},
|
|
2902
2928
|
"material-icon-theme": {
|
|
2903
2929
|
"name": "Material Icon Theme",
|
|
2904
|
-
"total":
|
|
2930
|
+
"total": 1052,
|
|
2905
2931
|
"author": {
|
|
2906
2932
|
"name": "Material Extensions",
|
|
2907
2933
|
"url": "https://github.com/material-extensions/vscode-material-icon-theme"
|
package/collections.md
CHANGED
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
* File: [json/tabler.json](json/tabler.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
86
86
|
|
|
87
87
|
## Huge Icons
|
|
88
|
-
* Number of icons:
|
|
88
|
+
* Number of icons: 4523
|
|
89
89
|
* Author: Hugeicons
|
|
90
90
|
* URL: https://icon-sets.iconify.design/icon-sets/hugeicons/
|
|
91
91
|
* License: MIT
|
|
@@ -1004,6 +1004,16 @@
|
|
|
1004
1004
|
* Icon set prefix: `fa6-regular`
|
|
1005
1005
|
* File: [json/fa6-regular.json](json/fa6-regular.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1006
1006
|
|
|
1007
|
+
## Pico-icon
|
|
1008
|
+
* Number of icons: 824
|
|
1009
|
+
* Author: Picon Contributors
|
|
1010
|
+
* URL: https://github.com/yne/picon
|
|
1011
|
+
* License: Open Font License
|
|
1012
|
+
* License URL: https://github.com/yne/picon/blob/master/OFL.txt
|
|
1013
|
+
* Palette: Colorless
|
|
1014
|
+
* Icon set prefix: `picon`
|
|
1015
|
+
* File: [json/picon.json](json/picon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1016
|
+
|
|
1007
1017
|
## OOUI
|
|
1008
1018
|
* Number of icons: 361
|
|
1009
1019
|
* Author: OOUI Team
|
|
@@ -1088,7 +1098,7 @@
|
|
|
1088
1098
|
* File: [json/vscode-icons.json](json/vscode-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1089
1099
|
|
|
1090
1100
|
## Codicons
|
|
1091
|
-
* Number of icons:
|
|
1101
|
+
* Number of icons: 478
|
|
1092
1102
|
* Author: Microsoft Corporation
|
|
1093
1103
|
* URL: https://github.com/microsoft/vscode-codicons
|
|
1094
1104
|
* License: CC BY 4.0
|
|
@@ -1099,7 +1109,7 @@
|
|
|
1099
1109
|
* File: [json/codicon.json](json/codicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1100
1110
|
|
|
1101
1111
|
## Material Icon Theme
|
|
1102
|
-
* Number of icons:
|
|
1112
|
+
* Number of icons: 1052
|
|
1103
1113
|
* Author: Material Extensions
|
|
1104
1114
|
* URL: https://github.com/material-extensions/vscode-material-icon-theme
|
|
1105
1115
|
* License: MIT
|
package/composer.json
CHANGED
package/json/codicon.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "codicon",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Codicons",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 478,
|
|
6
6
|
"version": "0.0.37",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Microsoft Corporation",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
],
|
|
29
29
|
"palette": false
|
|
30
30
|
},
|
|
31
|
-
"lastModified":
|
|
31
|
+
"lastModified": 1746162565,
|
|
32
32
|
"icons": {
|
|
33
33
|
"account": {
|
|
34
34
|
"body": "<path fill=\"currentColor\" d=\"M16 7.992C16 3.58 12.416 0 8 0S0 3.58 0 7.992c0 2.43 1.104 4.62 2.832 6.09c.016.016.032.016.032.032c.144.112.288.224.448.336c.08.048.144.111.224.175A8 8 0 0 0 8.016 16a8 8 0 0 0 4.48-1.375c.08-.048.144-.111.224-.16c.144-.111.304-.223.448-.335c.016-.016.032-.016.032-.032c1.696-1.487 2.8-3.676 2.8-6.106m-8 7.001c-1.504 0-2.88-.48-4.016-1.279c.016-.128.048-.255.08-.383a4.2 4.2 0 0 1 .416-.991c.176-.304.384-.576.64-.816c.24-.24.528-.463.816-.639c.304-.176.624-.304.976-.4A4.2 4.2 0 0 1 8 10.342a4.18 4.18 0 0 1 2.928 1.166q.552.552.864 1.295q.168.432.24.911A7.03 7.03 0 0 1 8 14.993m-2.448-7.4a2.5 2.5 0 0 1-.208-1.024c0-.351.064-.703.208-1.023s.336-.607.576-.847s.528-.431.848-.575s.672-.208 1.024-.208c.368 0 .704.064 1.024.208s.608.336.848.575c.24.24.432.528.576.847c.144.32.208.672.208 1.023c0 .368-.064.704-.208 1.023a2.8 2.8 0 0 1-.576.848a2.8 2.8 0 0 1-.848.575a2.72 2.72 0 0 1-2.064 0a2.8 2.8 0 0 1-.848-.575a2.5 2.5 0 0 1-.56-.848zm7.424 5.306c0-.032-.016-.048-.016-.08a5.2 5.2 0 0 0-.688-1.406a4.9 4.9 0 0 0-1.088-1.135a5.2 5.2 0 0 0-1.04-.608a3 3 0 0 0 .464-.383a4.2 4.2 0 0 0 .624-.784a3.6 3.6 0 0 0 .528-1.934a3.7 3.7 0 0 0-.288-1.47a3.8 3.8 0 0 0-.816-1.199a3.9 3.9 0 0 0-1.2-.8a3.7 3.7 0 0 0-1.472-.287a3.7 3.7 0 0 0-1.472.288a3.6 3.6 0 0 0-1.2.815a3.8 3.8 0 0 0-.8 1.199a3.7 3.7 0 0 0-.288 1.47q0 .528.144 1.007c.096.336.224.64.4.927c.16.288.384.544.624.784q.216.216.48.383a5 5 0 0 0-1.04.624c-.416.32-.784.703-1.088 1.119a5 5 0 0 0-.688 1.406c-.016.032-.016.064-.016.08C1.776 11.636.992 9.91.992 7.992C.992 4.14 4.144.991 8 .991s7.008 3.149 7.008 7.001a6.96 6.96 0 0 1-2.032 4.907\"/>"
|
|
@@ -606,6 +606,9 @@
|
|
|
606
606
|
"git-pull-request-create": {
|
|
607
607
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.616 4.928a2.5 2.5 0 0 1-1.119.922c-.148.06-.458.138-.458.138v5.008a2.5 2.5 0 0 1 1.579 1.062c.273.412.419.895.419 1.388c.008.343-.057.684-.19 1A2.485 2.485 0 0 1 3.5 15.984a2.5 2.5 0 0 1-1.388-.419A2.49 2.49 0 0 1 1.05 13c.095-.486.331-.932.68-1.283c.349-.343.79-.579 1.269-.68V5.949a2.6 2.6 0 0 1-1.269-.68a2.5 2.5 0 0 1-.68-1.283a2.49 2.49 0 0 1 1.06-2.565A2.5 2.5 0 0 1 3.5 1a2.5 2.5 0 0 1 1.807.729a2.5 2.5 0 0 1 .729 1.81c.002.494-.144.978-.42 1.389m-.756 7.861a1.5 1.5 0 0 0-.552-.579a1.45 1.45 0 0 0-.77-.21a1.495 1.495 0 0 0-1.47 1.79a1.49 1.49 0 0 0 1.18 1.179c.288.058.586.03.86-.08c.276-.117.512-.312.68-.56c.15-.226.235-.49.249-.76a1.5 1.5 0 0 0-.177-.78M2.708 4.741c.247.161.536.25.83.25c.271 0 .538-.075.77-.211a1.51 1.51 0 0 0 .729-1.359a1.5 1.5 0 0 0-.25-.76a1.55 1.55 0 0 0-.68-.56a1.5 1.5 0 0 0-.86-.08a1.49 1.49 0 0 0-1.179 1.18c-.058.288-.03.586.08.86c.117.276.312.512.56.68M13.037 7h-1.002V5.49a1.5 1.5 0 0 0-1.5-1.5H8.687l1.269 1.27l-.71.709L7.117 3.84v-.7l2.13-2.13l.71.711l-1.269 1.27h1.85a2.48 2.48 0 0 1 2.312 1.541c.125.302.189.628.187.957zM13 16h-1v-3H9v-1h3V9h1v3h3v1h-3z\" clip-rule=\"evenodd\"/>"
|
|
608
608
|
},
|
|
609
|
+
"git-pull-request-done": {
|
|
610
|
+
"body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" d=\"M12 8a4.007 4.007 0 0 1 4 4a4.003 4.003 0 0 1-4.78 3.922a4 4 0 0 1-3.144-3.142A4.002 4.002 0 0 1 12 8m-.583 4.65l-1.3-1.041l-.626.781l1.705 1.364l.712-.091l2.387-3.182l-.8-.6zM3.5 1a2.5 2.5 0 0 1 1.807.73a2.5 2.5 0 0 1 .728 1.81a2.5 2.5 0 0 1-.419 1.388a2.5 2.5 0 0 1-1.119.922c-.146.06-.448.135-.458.138v5.008q.238.046.46.14c.456.191.844.511 1.12.922c.272.411.418.895.418 1.388c.008.343-.057.684-.19 1A2.49 2.49 0 0 1 3.5 15.984a2.5 2.5 0 0 1-1.388-.419A2.49 2.49 0 0 1 1.05 13c.095-.486.332-.932.68-1.283a2.57 2.57 0 0 1 1.27-.68V5.95a2.6 2.6 0 0 1-1.27-.68a2.5 2.5 0 0 1-.68-1.284a2.49 2.49 0 0 1 1.063-2.564C2.52 1.147 3.003 1 3.498 1m.038 11c-.296 0-.584.086-.83.25a1.55 1.55 0 0 0-.56.68a1.5 1.5 0 0 0-.08.86a1.495 1.495 0 0 0 1.18 1.178c.288.059.587.031.86-.08c.276-.117.513-.31.68-.558c.15-.226.236-.49.25-.761a1.51 1.51 0 0 0-.73-1.358a1.45 1.45 0 0 0-.77-.211m.57-9.899a1.5 1.5 0 0 0-.86-.08a1.5 1.5 0 0 0-1.18 1.18c-.058.288-.03.586.08.86c.117.276.313.512.56.68a1.52 1.52 0 0 0 1.6.039a1.51 1.51 0 0 0 .73-1.358a1.5 1.5 0 0 0-.25-.761a1.55 1.55 0 0 0-.68-.56\" clip-rule=\"evenodd\"/><path d=\"M9.957 1.721L8.69 2.991h1.85a2.486 2.486 0 0 1 2.498 2.498v1.619A5 5 0 0 0 12.035 7V5.489a1.5 1.5 0 0 0-1.499-1.5h-1.85l1.27 1.27l-.71.71L7.117 3.84v-.7l2.131-2.13z\"/></g>"
|
|
611
|
+
},
|
|
609
612
|
"git-pull-request-draft": {
|
|
610
613
|
"body": "<g fill=\"currentColor\"><path d=\"M4.497 5.85a2.5 2.5 0 0 0 1.538-2.31a2.49 2.49 0 0 0-1.538-2.35A2.5 2.5 0 0 0 3.499 1a2.5 2.5 0 0 0-1.388.42A2.49 2.49 0 0 0 1.05 3.987c.095.486.331.932.68 1.283a2.6 2.6 0 0 0 1.269.68v5.088c-.48.101-.92.337-1.269.68c-.349.35-.585.797-.68 1.283s-.047.988.14 1.446c.19.456.51.846.922 1.119a2.5 2.5 0 0 0 1.388.419a2.4 2.4 0 0 0 1-.19a2.485 2.485 0 0 0 1.538-2.349a2.51 2.51 0 0 0-1.998-2.45V5.989s.31-.078.458-.138m-.189 6.36a1.5 1.5 0 0 1 .48 2.12a1.55 1.55 0 0 1-.68.559a1.5 1.5 0 0 1-.86.08a1.49 1.49 0 0 1-1.18-1.18a1.5 1.5 0 0 1 .08-.86c.117-.276.312-.512.56-.68a1.5 1.5 0 0 1 .83-.25c.271-.003.538.07.77.211m-.77-7.22a1.5 1.5 0 0 1-.83-.25a1.55 1.55 0 0 1-.56-.68a1.5 1.5 0 0 1-.08-.86a1.49 1.49 0 0 1 1.18-1.179a1.5 1.5 0 0 1 .86.08c.276.117.512.312.68.56A1.49 1.49 0 0 1 4.86 4.2a1.5 1.5 0 0 1-.552.579c-.232.136-.499.21-.77.21\"/><path fill-rule=\"evenodd\" d=\"M15.054 13.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m-2.5 1.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3\" clip-rule=\"evenodd\"/><circle cx=\"12.554\" cy=\"7.751\" r=\"1\"/><circle cx=\"12.554\" cy=\"3.501\" r=\"1\"/></g>"
|
|
611
614
|
},
|