@iconify-json/codicon 1.2.46 → 1.2.47

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
@@ -1028,6 +1028,9 @@
1028
1028
  "new-folder": {
1029
1029
  "body": "<path fill=\"currentColor\" d=\"M2 4.5V6h3.586a.5.5 0 0 0 .353-.146L7.293 4.5L5.939 3.146A.5.5 0 0 0 5.586 3H3.5A1.5 1.5 0 0 0 2 4.5m-1 0A2.5 2.5 0 0 1 3.5 2h2.086a1.5 1.5 0 0 1 1.06.44L8.207 4H12.5A2.5 2.5 0 0 1 15 6.5v.757a5.5 5.5 0 0 0-1-.657v-.1A1.5 1.5 0 0 0 12.5 5H8.207l-1.56 1.56A1.5 1.5 0 0 1 5.585 7H2v4.5A1.5 1.5 0 0 0 3.5 13h2.707q.149.524.393 1H3.5A2.5 2.5 0 0 1 1 11.5zm15 7a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M12 9a.5.5 0 0 0-1 0v2H9a.5.5 0 0 0 0 1h2v2a.5.5 0 0 0 1 0v-2h2a.5.5 0 0 0 0-1h-2z\"/>"
1030
1030
  },
1031
+ "new-session": {
1032
+ "body": "<path fill=\"currentColor\" d=\"m14 6.766l1-1V12c0 1.654-1.346 3-3 3H4c-1.654 0-3-1.346-3-3V4c0-1.654 1.346-3 3-3h6.233l-1 1H4c-1.103 0-2 .897-2 2v8c0 1.103.897 2 2 2h8c1.103 0 2-.897 2-2zM15.453.547a1.87 1.87 0 0 0-2.645 0l-4.83 4.829A2.2 2.2 0 0 0 7.4 6.397l-.374 1.498a.89.89 0 0 0 1.079 1.079l1.498-.375a2.2 2.2 0 0 0 1.021-.578l4.829-4.829c.73-.73.73-1.914 0-2.645\"/>"
1033
+ },
1031
1034
  "newline": {
1032
1035
  "body": "<path fill=\"currentColor\" d=\"M14 3.5v3C14 7.879 12.879 9 11.5 9H3.707l2.646 2.646a.5.5 0 0 1-.708.707l-3.5-3.5a.5.5 0 0 1 0-.707l3.5-3.5a.5.5 0 0 1 .707.707L3.706 7.999h7.793c.827 0 1.5-.673 1.5-1.5v-3a.5.5 0 0 1 1 0z\"/>"
1033
1036
  },
@@ -1698,5 +1701,5 @@
1698
1701
  "parent": "circle-small-filled"
1699
1702
  }
1700
1703
  },
1701
- "lastModified": 1771997884
1704
+ "lastModified": 1772259959
1702
1705
  }
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "codicon",
3
3
  "name": "Codicons",
4
- "total": 539,
4
+ "total": 540,
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.46",
4
+ "version": "1.2.47",
5
5
  "iconSetVersion": "0.0.0",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",