@iconify-json/codicon 1.2.14 → 1.2.15

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.
Files changed (3) hide show
  1. package/icons.json +7 -1
  2. package/info.json +1 -1
  3. package/package.json +1 -1
package/icons.json CHANGED
@@ -711,6 +711,12 @@
711
711
  "keyboard-tab": {
712
712
  "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>"
713
713
  },
714
+ "keyboard-tab-above": {
715
+ "body": "<path fill=\"currentColor\" d=\"m9 3.146l5 5v.707l-5 5l-.707-.707L12.439 9H5C3.346 9 2 7.654 2 6V3h1v3c0 1.103.897 2 2 2h7.439L8.293 3.854zM15 3v11h1V3z\"/>"
716
+ },
717
+ "keyboard-tab-below": {
718
+ "body": "<path fill=\"currentColor\" d=\"m9 3.146l5 5v.707l-5 5l-.707-.707L12.439 9H5c-1.103 0-2 .897-2 2v3H2v-3c0-1.654 1.346-3 3-3h7.439L8.293 3.854zM15 3v11h1V3z\"/>"
719
+ },
714
720
  "law": {
715
721
  "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\"/>"
716
722
  },
@@ -1489,5 +1495,5 @@
1489
1495
  "parent": "circle-small-filled"
1490
1496
  }
1491
1497
  },
1492
- "lastModified": 1743571808
1498
+ "lastModified": 1744199023
1493
1499
  }
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "codicon",
3
3
  "name": "Codicons",
4
- "total": 475,
4
+ "total": 477,
5
5
  "version": "0.0.37",
6
6
  "author": {
7
7
  "name": "Microsoft Corporation",
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.2.14",
4
+ "version": "1.2.15",
5
5
  "iconSetVersion": "0.0.37",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",