@iconify-json/codicon 1.1.20 → 1.1.22
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 +2 -2
- package/index.mjs +2 -2
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -650,7 +650,7 @@
|
|
|
650
650
|
"body": "<path fill=\"currentColor\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm0 13V2h4v12H2Zm8 0V2h4v12h-4Z\"/>"
|
|
651
651
|
},
|
|
652
652
|
"layout-menubar": {
|
|
653
|
-
"body": "<
|
|
653
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m1 2l1-1h12l1 1v12l-1 1H2l-1-1V2Zm1 0v12h12V2H2Zm1 1h2v1H3V3Zm3 0h2v1H6V3Zm5 0H9v1h2V3Z\" clip-rule=\"evenodd\"/>"
|
|
654
654
|
},
|
|
655
655
|
"layout-panel": {
|
|
656
656
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm0 9V2h12v8H2Z\" clip-rule=\"evenodd\"/>"
|
|
@@ -1324,5 +1324,5 @@
|
|
|
1324
1324
|
"parent": "circle-small-filled"
|
|
1325
1325
|
}
|
|
1326
1326
|
},
|
|
1327
|
-
"lastModified":
|
|
1327
|
+
"lastModified": 1671174914
|
|
1328
1328
|
}
|
package/index.mjs
CHANGED