@iconify-json/codicon 1.2.8 → 1.2.10
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 +4 -1
- package/info.json +1 -1
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -696,6 +696,9 @@
|
|
|
696
696
|
"key": {
|
|
697
697
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M11.351 1.091a4.53 4.53 0 0 1 3.44 3.16c.215.724.247 1.49.093 2.23a4.58 4.58 0 0 1-4.437 3.6c-.438 0-.874-.063-1.293-.19l-.8.938l-.379.175H7v1.5l-.5.5H5v1.5l-.5.5h-3l-.5-.5v-2.307l.146-.353L6.12 6.87a4.5 4.5 0 0 1-.2-1.405a4.528 4.528 0 0 1 5.431-4.375zm1.318 7.2a3.57 3.57 0 0 0 1.239-2.005l.004.005A3.543 3.543 0 0 0 9.72 2.08a3.576 3.576 0 0 0-2.8 3.4c-.01.456.07.908.239 1.33l-.11.543L2 12.404v1.6h2v-1.5l.5-.5H6v-1.5l.5-.5h1.245l.876-1.016l.561-.14a3.5 3.5 0 0 0 1.269.238a3.57 3.57 0 0 0 2.218-.795m-.838-2.732a1 1 0 1 0-1.662-1.11a1 1 0 0 0 1.662 1.11\" clip-rule=\"evenodd\"/>"
|
|
698
698
|
},
|
|
699
|
+
"keyboard-tab": {
|
|
700
|
+
"body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" d=\"m9 13.887l5-5V8.18l-5-5l-.707.707l4.146 4.147H2v1h10.44L8.292 13.18z\" clip-rule=\"evenodd\"/><path d=\"M15 3h1v11h-1z\"/></g>"
|
|
701
|
+
},
|
|
699
702
|
"law": {
|
|
700
703
|
"body": "<path fill=\"currentColor\" d=\"M14.63 7L13 3h1V2H9V1H8v1H3v1h1L2.38 7H2v1h.15c.156.498.473.93.9 1.23a2.47 2.47 0 0 0 2.9 0A2.44 2.44 0 0 0 6.86 8H7V7h-.45L4.88 3H8v8H6l-.39.18l-2 2.51l.39.81h9l.39-.81l-2-2.51L11 11H9V3h3.13l-1.67 4H10v1h.15a2.48 2.48 0 0 0 4.71 0H15V7zM5.22 8.51a1.5 1.5 0 0 1-.72.19a1.45 1.45 0 0 1-.71-.19A1.5 1.5 0 0 1 3.25 8h2.5a1.5 1.5 0 0 1-.53.51M5.47 7h-2l1-2.4zm5.29 5L12 13.5H5L6.24 12zm1.78-7.38l1 2.4h-2zm.68 3.91a1.4 1.4 0 0 1-.72.19a1.35 1.35 0 0 1-.71-.19a1.55 1.55 0 0 1-.54-.53h2.5a1.37 1.37 0 0 1-.53.53\"/>"
|
|
701
704
|
},
|
|
@@ -1465,5 +1468,5 @@
|
|
|
1465
1468
|
"parent": "circle-small-filled"
|
|
1466
1469
|
}
|
|
1467
1470
|
},
|
|
1468
|
-
"lastModified":
|
|
1471
|
+
"lastModified": 1738483446
|
|
1469
1472
|
}
|
package/info.json
CHANGED