@iconify-json/octicon 1.1.15 → 1.1.16

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 +2 -2
  2. package/info.json +1 -1
  3. package/package.json +2 -2
package/icons.json CHANGED
@@ -2257,7 +2257,7 @@
2257
2257
  "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M11.5 7a4.499 4.499 0 1 1-8.998 0A4.499 4.499 0 0 1 11.5 7zm-.82 4.74a6 6 0 1 1 1.06-1.06l3.04 3.04a.75.75 0 1 1-1.06 1.06l-3.04-3.04z\"/>"
2258
2258
  },
2259
2259
  "search-24": {
2260
- "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M14.53 15.59a8.25 8.25 0 1 1 1.06-1.06l5.69 5.69a.75.75 0 1 1-1.06 1.06l-5.69-5.69zM2.5 9.25a6.75 6.75 0 1 1 11.74 4.547a.746.746 0 0 0-.443.442A6.75 6.75 0 0 1 2.5 9.25z\"/>",
2260
+ "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10.25 2a8.25 8.25 0 1 0 5.28 14.59l5.69 5.69a.75.75 0 1 0 1.06-1.06l-5.69-5.69A8.25 8.25 0 0 0 10.25 2zM3.5 10.25a6.75 6.75 0 1 1 13.5 0a6.75 6.75 0 0 1-13.5 0z\"/>",
2261
2261
  "width": 24,
2262
2262
  "height": 24
2263
2263
  },
@@ -2941,5 +2941,5 @@
2941
2941
  "parent": "unverified-24"
2942
2942
  }
2943
2943
  },
2944
- "lastModified": 1659073375
2944
+ "lastModified": 1660285737
2945
2945
  }
package/info.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "octicon",
3
3
  "name": "Octicons",
4
4
  "total": 514,
5
- "version": "17.4.0",
5
+ "version": "17.4.1",
6
6
  "author": {
7
7
  "name": "GitHub",
8
8
  "url": "https://github.com/primer/octicons/"
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@iconify-json/octicon",
3
3
  "description": "Octicons icon set in Iconify JSON format",
4
- "version": "1.1.15",
5
- "iconSetVersion": "17.4.0",
4
+ "version": "1.1.16",
5
+ "iconSetVersion": "17.4.1",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",