@iconify-json/codicon 1.1.12 → 1.1.13

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Codicons
2
2
 
3
- This package includes data for 418 icons
3
+ This package includes data for 419 icons
4
4
 
5
5
  Each icon is in its own file, so you can bundle several icons from different icon sets without bundling entire icon sets.
6
6
 
package/icons.json CHANGED
@@ -217,6 +217,9 @@
217
217
  "comment-discussion": {
218
218
  "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m4 11.29l1-1v1.42l-1.15 1.14L3 12.5V10H1.5L1 9.5v-8l.5-.5h12l.5.5V6h-1V2H2v7h1.5l.5.5v1.79zM10.29 13l1.86 1.85l.85-.35V13h1.5l.5-.5v-5l-.5-.5h-8l-.5.5v5l.5.5h3.79zm.21-1H7V8h7v4h-1.5l-.5.5v.79l-1.15-1.14l-.35-.15z\" clip-rule=\"evenodd\"/>"
219
219
  },
220
+ "comment-unresolved": {
221
+ "body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" d=\"M1.5 2h13l.5.5v6.854a4.019 4.019 0 0 0-1-.819V3H2v8h2.5l.5.5v1.793l2.146-2.147L7.5 11h.626c-.082.32-.126.655-.126 1h-.293l-2.853 2.854L4 14.5V12H1.5l-.5-.5v-9l.5-.5Z\" clip-rule=\"evenodd\"/><path d=\"M12 9a3 3 0 1 0 0 6a3 3 0 0 0 0-6Z\"/></g>"
222
+ },
220
223
  "compass": {
221
224
  "body": "<g fill=\"currentColor\"><path d=\"m9.009 6.991l2.024 4.042L6.991 9.01L4.967 4.967L9.009 6.99Zm.426 2.444L8.481 7.52l-1.916-.955l.954 1.917l1.916.954Z\"/><path fill-rule=\"evenodd\" d=\"M13.98 8.5a6.002 6.002 0 0 1-5.48 5.48V13h-1v.98a6.001 6.001 0 0 1-5.482-5.518H3v-1h-.976A6.001 6.001 0 0 1 7.5 2.02V3h1v-.98a6.001 6.001 0 0 1 5.48 5.48H13v1h.98ZM8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z\" clip-rule=\"evenodd\"/></g>"
222
225
  },
@@ -1303,5 +1306,5 @@
1303
1306
  "parent": "circle-small-filled"
1304
1307
  }
1305
1308
  },
1306
- "lastModified": 1656568195
1309
+ "lastModified": 1657691438
1307
1310
  }
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "codicon",
3
3
  "name": "Codicons",
4
- "total": 418,
4
+ "total": 419,
5
5
  "version": "0.0.31",
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.1.12",
4
+ "version": "1.1.13",
5
5
  "iconSetVersion": "0.0.31",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",