@iconify-json/octicon 1.1.13 → 1.1.14

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
  # Octicons
2
2
 
3
- This package includes data for 506 icons
3
+ This package includes data for 507 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
@@ -301,6 +301,9 @@
301
301
  "width": 24,
302
302
  "height": 24
303
303
  },
304
+ "cache-16": {
305
+ "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.5 5.724c.241.15.503.286.779.407C4.525 6.68 6.195 7 8 7c1.805 0 3.475-.32 4.722-.869c.622-.274 1.172-.62 1.578-1.04c.408-.426.7-.965.7-1.591s-.292-1.165-.7-1.59c-.406-.422-.956-.767-1.579-1.041C11.476.32 9.806 0 8 0C6.195 0 4.525.32 3.279.869c-.623.274-1.173.62-1.579 1.04c-.408.426-.7.965-.7 1.591v9c0 .626.292 1.165.7 1.59c.406.422.956.767 1.579 1.041C4.525 15.68 6.195 16 8 16c.45 0 .89-.02 1.317-.058a.75.75 0 1 0-.134-1.494c-.381.034-.777.052-1.183.052c-1.647 0-3.102-.295-4.117-.742c-.51-.224-.874-.47-1.101-.707c-.224-.233-.282-.418-.282-.551v-2.276c.164.102.334.196.507.28c1.102.543 2.582.89 4.204.975a.75.75 0 0 0 .078-1.498c-1.476-.077-2.746-.392-3.62-.822C2.738 8.7 2.5 8.248 2.5 8V5.724zm0-2.224c0-.133.058-.318.282-.55c.227-.237.592-.484 1.1-.708C4.899 1.795 6.354 1.5 8 1.5c1.647 0 3.102.295 4.117.742c.51.224.874.47 1.101.707c.224.233.282.418.282.551c0 .133-.058.318-.282.55c-.227.237-.592.484-1.1.708C11.101 5.205 9.646 5.5 8 5.5c-1.647 0-3.102-.295-4.117-.742c-.51-.224-.874-.47-1.101-.707c-.224-.233-.282-.418-.282-.551z\"/><path fill=\"currentColor\" d=\"M14.49 7.582a.375.375 0 0 0-.66-.313l-3.625 4.625a.375.375 0 0 0 .295.606h2.127l-.619 2.922a.375.375 0 0 0 .666.304l3.125-4.125A.375.375 0 0 0 15.5 11h-1.778l.769-3.418z\"/>"
306
+ },
304
307
  "calendar": {
305
308
  "body": "<path fill-rule=\"evenodd\" d=\"M13 2h-1v1.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5V2H6v1.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5V2H2c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h11c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 12H2V5h11v9zM5 3H4V1h1v2zm6 0h-1V1h1v2zM6 7H5V6h1v1zm2 0H7V6h1v1zm2 0H9V6h1v1zm2 0h-1V6h1v1zM4 9H3V8h1v1zm2 0H5V8h1v1zm2 0H7V8h1v1zm2 0H9V8h1v1zm2 0h-1V8h1v1zm-8 2H3v-1h1v1zm2 0H5v-1h1v1zm2 0H7v-1h1v1zm2 0H9v-1h1v1zm2 0h-1v-1h1v1zm-8 2H3v-1h1v1zm2 0H5v-1h1v1zm2 0H7v-1h1v1zm2 0H9v-1h1v1z\" fill=\"currentColor\"/>",
306
309
  "width": 14,
@@ -2911,5 +2914,5 @@
2911
2914
  "parent": "unverified-24"
2912
2915
  }
2913
2916
  },
2914
- "lastModified": 1657864261
2917
+ "lastModified": 1658727125
2915
2918
  }
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "octicon",
3
3
  "name": "Octicons",
4
- "total": 506,
4
+ "total": 507,
5
5
  "version": "17.3.0",
6
6
  "author": {
7
7
  "name": "GitHub",
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.1.13",
4
+ "version": "1.1.14",
5
5
  "iconSetVersion": "17.3.0",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",