@iconify-json/codicon 1.1.18 → 1.1.19

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
@@ -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-draft": {
221
+ "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M14.5 2.001H13v1h1v1h1v-1.5l-.5-.5Zm-5.5 0h2v1H9v-1Zm-4 0h2v1H5v-1Zm9 8v2h.5l.5-.5v-1.5h-1Zm-2 2v-1h-2v1h2Zm-4-1h-.5l-.354.146L5 13.294v-1.793l-.5-.5H4v3.5l.854.354l2.853-2.854H8v-1Zm7-3v-2h-1v2h1Zm-13 3v-1H1v1.5l.5.5H2v-1Zm0-3v-2H1v2h1Zm0-5v1H1v-1.5l.5-.5H3v1H2Z\" clip-rule=\"evenodd\"/>"
222
+ },
220
223
  "comment-unresolved": {
221
224
  "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
225
  },
@@ -1321,5 +1324,5 @@
1321
1324
  "parent": "circle-small-filled"
1322
1325
  }
1323
1326
  },
1324
- "lastModified": 1664948546
1327
+ "lastModified": 1669791358
1325
1328
  }
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "codicon",
3
3
  "name": "Codicons",
4
- "total": 422,
4
+ "total": 423,
5
5
  "version": "0.0.32",
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.18",
4
+ "version": "1.1.19",
5
5
  "iconSetVersion": "0.0.32",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",