@iconify-json/codicon 1.1.47 → 1.1.48

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 +2 -2
  3. package/package.json +2 -2
package/icons.json CHANGED
@@ -55,6 +55,9 @@
55
55
  "arrow-up": {
56
56
  "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m13.854 7l-5-5h-.707l-5 5l.707.707L8 3.561V14h1V3.56l4.146 4.147z\" clip-rule=\"evenodd\"/>"
57
57
  },
58
+ "attach": {
59
+ "body": "<path fill=\"currentColor\" d=\"M3 7.975a.5.5 0 0 0 .854.354l4.595-4.597a2.5 2.5 0 1 1 3.536 3.536l-5.303 5.304a1 1 0 0 1-1.414-1.414l5.303-5.304a.5.5 0 0 0-.708-.708L4.56 10.451a2 2 0 1 0 2.828 2.828l5.303-5.304a3.5 3.5 0 1 0-4.95-4.95L3.146 7.621A.5.5 0 0 0 3 7.975\"/>"
60
+ },
58
61
  "azure": {
59
62
  "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m15.37 13.68l-4-12a1 1 0 0 0-1-.68H5.63a1 1 0 0 0-.95.68l-4.05 12a1 1 0 0 0 1 1.32h2.93a1 1 0 0 0 .94-.68l.61-1.78l3 2.27a1 1 0 0 0 .6.19h4.68a1 1 0 0 0 .98-1.32m-5.62.66a.32.32 0 0 1-.2-.07L3.9 10.08l-.09-.07h3l.08-.21l1-2.53l2.24 6.63a.34.34 0 0 1-.38.44m4.67 0H10.7a1 1 0 0 0 0-.66l-4.05-12h3.72a.34.34 0 0 1 .32.23l4.05 12a.34.34 0 0 1-.32.43\" clip-rule=\"evenodd\"/>"
60
63
  },
@@ -1438,5 +1441,5 @@
1438
1441
  "parent": "circle-small-filled"
1439
1442
  }
1440
1443
  },
1441
- "lastModified": 1713418696
1444
+ "lastModified": 1715671927
1442
1445
  }
package/info.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "prefix": "codicon",
3
3
  "name": "Codicons",
4
- "total": 459,
5
- "version": "0.0.35",
4
+ "total": 460,
5
+ "version": "0.0.36",
6
6
  "author": {
7
7
  "name": "Microsoft Corporation",
8
8
  "url": "https://github.com/microsoft/vscode-codicons"
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@iconify-json/codicon",
3
3
  "description": "Codicons icon set in Iconify JSON format",
4
- "version": "1.1.47",
5
- "iconSetVersion": "0.0.35",
4
+ "version": "1.1.48",
5
+ "iconSetVersion": "0.0.36",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",