@iconify-json/codicon 1.1.8 → 1.1.9

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 412 icons
3
+ This package includes data for 413 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
@@ -549,6 +549,9 @@
549
549
  "heart": {
550
550
  "body": "<path fill=\"currentColor\" d=\"M14.88 4.78a3.489 3.489 0 0 0-.37-.9a3.24 3.24 0 0 0-.6-.79a3.78 3.78 0 0 0-1.21-.81a3.74 3.74 0 0 0-2.84 0a4 4 0 0 0-1.16.75l-.05.06l-.65.65l-.65-.65l-.05-.06a4 4 0 0 0-1.16-.75a3.74 3.74 0 0 0-2.84 0a3.78 3.78 0 0 0-1.21.81a3.55 3.55 0 0 0-.97 1.69a3.75 3.75 0 0 0-.12 1c0 .317.04.633.12.94a4 4 0 0 0 .36.89a3.8 3.8 0 0 0 .61.79L8 14.31l5.91-5.91c.237-.233.44-.5.6-.79A3.578 3.578 0 0 0 15 5.78a3.747 3.747 0 0 0-.12-1zm-1 1.63a2.69 2.69 0 0 1-.69 1.21l-5.21 5.2l-5.21-5.2a2.9 2.9 0 0 1-.44-.57a3 3 0 0 1-.27-.65a3.25 3.25 0 0 1-.08-.69A3.36 3.36 0 0 1 2.06 5a2.8 2.8 0 0 1 .27-.65c.12-.21.268-.4.44-.57a2.91 2.91 0 0 1 .89-.6a2.8 2.8 0 0 1 2.08 0c.33.137.628.338.88.59l1.36 1.37l1.36-1.37a2.72 2.72 0 0 1 .88-.59a2.8 2.8 0 0 1 2.08 0c.331.143.633.347.89.6c.174.165.32.357.43.57a2.69 2.69 0 0 1 .35 1.34a2.6 2.6 0 0 1-.06.72h-.03z\"/>"
551
551
  },
552
+ "heart-filled": {
553
+ "body": "<path fill=\"currentColor\" d=\"M14.88 4.78a3.489 3.489 0 0 0-.37-.9a3.24 3.24 0 0 0-.6-.79a3.78 3.78 0 0 0-1.21-.81a3.74 3.74 0 0 0-2.84 0a4 4 0 0 0-1.16.75l-.05.06l-.65.65l-.65-.65l-.05-.06a4 4 0 0 0-1.16-.75a3.74 3.74 0 0 0-2.84 0a3.78 3.78 0 0 0-1.21.81a3.55 3.55 0 0 0-.97 1.69a3.75 3.75 0 0 0-.12 1c0 .318.04.634.12.94a4 4 0 0 0 .36.89a3.8 3.8 0 0 0 .61.79L8 14.31l5.91-5.91c.237-.232.44-.498.6-.79A3.578 3.578 0 0 0 15 5.78a3.747 3.747 0 0 0-.12-1Z\"/>"
554
+ },
552
555
  "history": {
553
556
  "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M13.507 12.324a7 7 0 0 0 .065-8.56A7 7 0 0 0 2 4.393V2H1v3.5l.5.5H5V5H2.811a6.008 6.008 0 1 1-.135 5.77l-.887.462a7 7 0 0 0 11.718 1.092zm-3.361-.97l.708-.707L8 7.792V4H7v4l.146.354l3 3z\" clip-rule=\"evenodd\"/>"
554
557
  },
package/info.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "prefix": "codicon",
3
3
  "name": "Codicons",
4
- "total": 412,
5
- "version": "0.0.30",
4
+ "total": 413,
5
+ "version": "0.0.31",
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.8",
5
- "iconSetVersion": "0.0.30",
4
+ "version": "1.1.9",
5
+ "iconSetVersion": "0.0.31",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",