@iconify-json/codicon 1.1.5 → 1.1.6
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/icons.json +1 -1
- package/package.json +2 -2
package/icons.json
CHANGED
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 14h4v.91l.09.09H2.5l-.5-.5v-13l.5-.5h7.72l.35.14l3.28 3.3l.15.36v2.54a3.1 3.1 0 0 0-1-.94V6H9.5L9 5.5V2H3v12zm10-9l-3-3v3h3zm.5 4v1h1l.5.5v4l-.5.5h-6l-.5-.5v-4l.5-.5h1V9a2 2 0 0 1 4 0zm-2.707-.707A1 1 0 0 0 10.5 9v1h2V9a1 1 0 0 0-1.707-.707zM9 11v3h5v-3H9z\" clip-rule=\"evenodd\"/>"
|
|
481
481
|
},
|
|
482
482
|
"git-commit": {
|
|
483
|
-
"body": "<path fill=\"currentColor\" d=\"
|
|
483
|
+
"body": "<path fill=\"currentColor\" d=\"M7.5 0h1v4.03a4 4 0 0 1 0 7.94V16h-1v-4.03a4 4 0 0 1 0-7.94V0ZM8 10.6a2.6 2.6 0 1 0 0-5.2a2.6 2.6 0 0 0 0 5.2Z\"/>"
|
|
484
484
|
},
|
|
485
485
|
"git-compare": {
|
|
486
486
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m7.389 12.99l-1.27-1.27l.67-.7l2.13 2.13v.7l-2.13 2.13l-.71-.71L7.349 14h-1.85a2.49 2.49 0 0 1-2.5-2.5V5.95a2.59 2.59 0 0 1-1.27-.68a2.52 2.52 0 0 1-.54-2.73A2.5 2.5 0 0 1 3.499 1a2.45 2.45 0 0 1 1 .19a2.48 2.48 0 0 1 1.35 1.35c.133.317.197.658.19 1a2.5 2.5 0 0 1-2 2.45v5.5a1.5 1.5 0 0 0 1.5 1.5h1.85zm-4.68-8.25a1.5 1.5 0 0 0 2.08-2.08a1.55 1.55 0 0 0-.68-.56a1.49 1.49 0 0 0-.86-.08a1.49 1.49 0 0 0-1.18 1.18a1.49 1.49 0 0 0 .08.86c.117.277.311.513.56.68zm10.33 6.3c.48.098.922.335 1.27.68a2.51 2.51 0 0 1 .31 3.159a2.5 2.5 0 1 1-3.47-3.468c.269-.182.571-.308.89-.37V5.49a1.5 1.5 0 0 0-1.5-1.5h-1.85l1.27 1.27l-.71.71l-2.13-2.13v-.7l2.13-2.13l.71.71l-1.27 1.27h1.85a2.49 2.49 0 0 1 2.5 2.5v5.55zm-.351 3.943a1.5 1.5 0 0 0 1.1-2.322a1.55 1.55 0 0 0-.68-.56a1.49 1.49 0 0 0-.859-.08a1.49 1.49 0 0 0-1.18 1.18a1.49 1.49 0 0 0 .08.86a1.5 1.5 0 0 0 1.539.922z\" clip-rule=\"evenodd\"/>"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-json/codicon",
|
|
3
3
|
"description": "Codicons icon set in Iconify JSON format",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.6",
|
|
5
5
|
"iconSetVersion": "0.0.29",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "index.mjs",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"info": "info.json"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@iconify/types": "^1.0
|
|
26
|
+
"@iconify/types": "^1.1.0"
|
|
27
27
|
}
|
|
28
28
|
}
|