@iconify/json 2.1.40 → 2.1.41
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 +2 -2
- package/collections.md +2 -2
- package/composer.json +1 -1
- package/json/codicon.json +11 -2
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -1142,8 +1142,8 @@
|
|
|
1142
1142
|
},
|
|
1143
1143
|
"codicon": {
|
|
1144
1144
|
"name": "Codicons",
|
|
1145
|
-
"total":
|
|
1146
|
-
"version": "0.0.
|
|
1145
|
+
"total": 411,
|
|
1146
|
+
"version": "0.0.30",
|
|
1147
1147
|
"author": {
|
|
1148
1148
|
"name": "Microsoft Corporation",
|
|
1149
1149
|
"url": "https://github.com/microsoft/vscode-codicons"
|
package/collections.md
CHANGED
|
@@ -512,12 +512,12 @@
|
|
|
512
512
|
|
|
513
513
|
|
|
514
514
|
### Codicons
|
|
515
|
-
* Number of icons:
|
|
515
|
+
* Number of icons: 411
|
|
516
516
|
* Author: Microsoft Corporation
|
|
517
517
|
* URL: https://github.com/microsoft/vscode-codicons
|
|
518
518
|
* License: CC BY 4.0
|
|
519
519
|
* License URL: https://github.com/microsoft/vscode-codicons/blob/main/LICENSE
|
|
520
|
-
* Version: 0.0.
|
|
520
|
+
* Version: 0.0.30
|
|
521
521
|
* Palette: Colorless
|
|
522
522
|
|
|
523
523
|
|
package/composer.json
CHANGED
package/json/codicon.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"prefix": "codicon",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Codicons",
|
|
5
|
-
"total":
|
|
6
|
-
"version": "0.0.
|
|
5
|
+
"total": 411,
|
|
6
|
+
"version": "0.0.30",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Microsoft Corporation",
|
|
9
9
|
"url": "https://github.com/microsoft/vscode-codicons"
|
|
@@ -659,15 +659,24 @@
|
|
|
659
659
|
"layout-panel-left": {
|
|
660
660
|
"body": "<path fill=\"currentColor\" d=\"m1 2l1-1h12l1 1v12l-1 1H2l-1-1V2Zm1 0v8h8V2H2Zm9 0v12h3V2h-3Z\"/>"
|
|
661
661
|
},
|
|
662
|
+
"layout-panel-off": {
|
|
663
|
+
"body": "<path fill=\"currentColor\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm0 9V2h12v8H2Zm0 1h12v3H2v-3Z\"/>"
|
|
664
|
+
},
|
|
662
665
|
"layout-panel-right": {
|
|
663
666
|
"body": "<path fill=\"currentColor\" d=\"m1 2l1-1h12l1 1v12l-1 1H2l-1-1V2Zm1 0v12h3V2H2Zm4 0v8h8V2H6Z\"/>"
|
|
664
667
|
},
|
|
665
668
|
"layout-sidebar-left": {
|
|
666
669
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm12 13H7V2h7v12Z\" clip-rule=\"evenodd\"/>"
|
|
667
670
|
},
|
|
671
|
+
"layout-sidebar-left-off": {
|
|
672
|
+
"body": "<path fill=\"currentColor\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm0 13V2h4v12H2Zm5 0V2h7v12H7Z\"/>"
|
|
673
|
+
},
|
|
668
674
|
"layout-sidebar-right": {
|
|
669
675
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm0 13V2h7v12H2Z\" clip-rule=\"evenodd\"/>"
|
|
670
676
|
},
|
|
677
|
+
"layout-sidebar-right-off": {
|
|
678
|
+
"body": "<path fill=\"currentColor\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm0 13V2h7v12H2Zm8 0V2h4v12h-4Z\"/>"
|
|
679
|
+
},
|
|
671
680
|
"layout-statusbar": {
|
|
672
681
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm0 12V2h12v11H2Z\" clip-rule=\"evenodd\"/>"
|
|
673
682
|
},
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@iconify/json",
|
|
3
3
|
"description": "Iconify icons collection in JSON format",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "2.1.
|
|
5
|
+
"version": "2.1.41",
|
|
6
6
|
"homepage": "https://iconify.design/icon-sets/",
|
|
7
7
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
8
8
|
"repository": {
|