@iconify-json/codicon 1.1.0 → 1.1.1
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/README.md +1 -1
- package/icons.json +3 -0
- package/info.json +3 -2
- package/package.json +3 -3
package/README.md
CHANGED
package/icons.json
CHANGED
|
@@ -546,6 +546,9 @@
|
|
|
546
546
|
"inbox": {
|
|
547
547
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.5 14h13l.5-.5V9l-2.77-7.66l-.47-.34H4.27l-.47.33L1 8.74v4.76l.5.5zM14 13H2v-2.98h2.55l.74 1.25l.43.24h4.57l.44-.26l.69-1.23H14V13zm-.022-3.98H11.12l-.43.26l-.69 1.23H6.01l-.75-1.25l-.43-.24H2V9l2.62-7h6.78l2.578 7.02z\" clip-rule=\"evenodd\"/>"
|
|
548
548
|
},
|
|
549
|
+
"indent": {
|
|
550
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4 5v1.984a.5.5 0 0 0 .5.5h6.882L9.749 5.851l.707-.707l2.121 2.121l.423.423v.568L10.456 10.8l-.707-.707l1.61-1.609H4.5a1.5 1.5 0 0 1-1.5-1.5V5h1Z\" clip-rule=\"evenodd\"/>"
|
|
551
|
+
},
|
|
549
552
|
"info": {
|
|
550
553
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8.568 1.031A6.8 6.8 0 0 1 12.76 3.05a7.06 7.06 0 0 1 .46 9.39a6.85 6.85 0 0 1-8.58 1.74a7 7 0 0 1-3.12-3.5a7.12 7.12 0 0 1-.23-4.71a7 7 0 0 1 2.77-3.79a6.8 6.8 0 0 1 4.508-1.149zM9.04 13.88a5.89 5.89 0 0 0 3.41-2.07a6.07 6.07 0 0 0-.4-8.06a5.82 5.82 0 0 0-7.43-.74a6.06 6.06 0 0 0 .5 10.29a5.81 5.81 0 0 0 3.92.58zM7.375 6h1.25V5h-1.25v1zm1.25 1v4h-1.25V7h1.25z\" clip-rule=\"evenodd\"/>"
|
|
551
554
|
},
|
package/info.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-json/codicon",
|
|
3
3
|
"description": "Codicons icon set in Iconify JSON format",
|
|
4
|
-
"version": "1.1.
|
|
5
|
-
"iconSetVersion": "0.0.
|
|
4
|
+
"version": "1.1.1",
|
|
5
|
+
"iconSetVersion": "0.0.28",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "index.mjs",
|
|
8
8
|
"types": "index.d.ts",
|
|
9
|
-
"homepage": "https://icon-sets.iconify.design/",
|
|
9
|
+
"homepage": "https://icon-sets.iconify.design/codicon/",
|
|
10
10
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
11
11
|
"license": "CC BY 4.0",
|
|
12
12
|
"exports": {
|