@iconify-json/octicon 1.0.8 → 1.0.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.
Files changed (2) hide show
  1. package/icons.json +1 -1
  2. package/package.json +1 -1
package/icons.json CHANGED
@@ -2674,7 +2674,7 @@
2674
2674
  "body": "<path fill-rule=\"evenodd\" d=\"M8.53 1.22a.75.75 0 0 0-1.06 0L3.72 4.97a.75.75 0 0 0 1.06 1.06l2.47-2.47v6.69a.75.75 0 0 0 1.5 0V3.56l2.47 2.47a.75.75 0 1 0 1.06-1.06L8.53 1.22zM3.75 13a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5h-8.5z\" fill=\"currentColor\"/>"
2675
2675
  },
2676
2676
  "upload-24": {
2677
- "body": "<path d=\"M4.97 12.97a.75.75 0 1 0 1.06 1.06L11 9.06v12.19a.75.75 0 0 0 1.5 0V9.06l4.97 4.97a.75.75 0 1 0 1.06-1.06l-6.25-6.25a.75.75 0 0 0-1.06 0l-6.25 6.25zM4.75 3.5a.75.75 0 0 1 0-1.5h14.5a.75.75 0 0 1 0 1.5H4.75z\" fill=\"currentColor\"/>",
2677
+ "body": "<path fill-rule=\"evenodd\" d=\"M4.75 22a.75.75 0 0 1 0-1.5h14.5a.75.75 0 0 1 0 1.5H4.75zm.22-13.53a.75.75 0 0 0 1.06 1.06L11 4.56v12.19a.75.75 0 0 0 1.5 0V4.56l4.97 4.97a.75.75 0 1 0 1.06-1.06l-6.25-6.25a.75.75 0 0 0-1.06 0L4.97 8.47z\" fill=\"currentColor\"/>",
2678
2678
  "width": 24,
2679
2679
  "height": 24
2680
2680
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-json/octicon",
3
3
  "description": "Octicons icon set in Iconify JSON format",
4
- "version": "1.0.8",
4
+ "version": "1.0.9",
5
5
  "iconSetVersion": "16.3.0",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",