@iconify-json/codicon 1.2.49 → 1.2.50

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 +4 -1
  2. package/info.json +1 -1
  3. package/package.json +1 -1
package/icons.json CHANGED
@@ -1523,6 +1523,9 @@
1523
1523
  "terminal-powershell": {
1524
1524
  "body": "<path fill=\"currentColor\" d=\"m6.825 8.882l-2.363 2a.501.501 0 0 1-.646-.764l1.988-1.682l-1.325-1.619a.5.5 0 0 1 .773-.634l1.636 2a.5.5 0 0 1-.063.699M11 10H7.5a.5.5 0 0 0 0 1H11a.5.5 0 0 0 0-1m4.784-6.027l-1.731 9A2.5 2.5 0 0 1 11.598 15H2.671a2.5 2.5 0 0 1-1.928-.908a2.49 2.49 0 0 1-.527-2.064l1.731-9.001A2.5 2.5 0 0 1 4.402 1h8.927c.748 0 1.451.331 1.928.908s.669 1.329.527 2.064zm-1.299-1.428A1.5 1.5 0 0 0 13.329 2H4.402c-.718 0-1.338.512-1.473 1.217l-1.731 9c-.085.44.03.893.316 1.238c.286.347.707.545 1.156.545h8.927c.718 0 1.338-.512 1.473-1.217l1.731-9c.085-.44-.03-.893-.316-1.238\"/>"
1525
1525
  },
1526
+ "terminal-secure": {
1527
+ "body": "<path fill=\"currentColor\" d=\"M15 3h-.5V2a2 2 0 1 0-4 0v1H10a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1m-2.5 3.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m1-3.75h-2V2a1 1 0 0 1 2 0zm.5 7h1v2.5c0 1.379-1.121 2.5-2.5 2.5h-9A2.5 2.5 0 0 1 1 12.5v-9C1 2.122 2.121 1 3.5 1H9v1H3.5C2.673 2 2 2.673 2 3.5v9c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5zm-7 1.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m-3.854-.353l2.646-2.646l-2.646-2.646a.5.5 0 0 1 .707-.707l3 3a.5.5 0 0 1 0 .707l-2.999 2.999a.5.5 0 0 1-.708 0a.5.5 0 0 1 0-.707\"/>"
1528
+ },
1526
1529
  "terminal-tmux": {
1527
1530
  "body": "<path fill=\"currentColor\" d=\"M8 13H7V1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V8H8zm6-12H8v6h7V2a1 1 0 0 0-1-1\"/>"
1528
1531
  },
@@ -1701,5 +1704,5 @@
1701
1704
  "parent": "circle-small-filled"
1702
1705
  }
1703
1706
  },
1704
- "lastModified": 1773295137
1707
+ "lastModified": 1774244807
1705
1708
  }
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "codicon",
3
3
  "name": "Codicons",
4
- "total": 540,
4
+ "total": 541,
5
5
  "version": "0.0.0",
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.49",
4
+ "version": "1.2.50",
5
5
  "iconSetVersion": "0.0.0",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",