@iconify-json/octicon 1.1.6 → 1.1.7

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 495 icons
3
+ This package includes data for 496 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
@@ -2327,6 +2327,9 @@
2327
2327
  "width": 24,
2328
2328
  "height": 24
2329
2329
  },
2330
+ "sliders-16": {
2331
+ "body": "<path fill=\"currentColor\" d=\"M15 2.75a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1 0-1.5h4a.75.75 0 0 1 .75.75zm-8.5.75v1.25a.75.75 0 0 0 1.5 0v-4a.75.75 0 0 0-1.5 0V2H1.75a.75.75 0 0 0 0 1.5H6.5zm1.25 5.25a.75.75 0 0 0 0-1.5h-6a.75.75 0 0 0 0 1.5h6zM15 8a.75.75 0 0 1-.75.75H11.5V10a.75.75 0 1 1-1.5 0V6a.75.75 0 0 1 1.5 0v1.25h2.75A.75.75 0 0 1 15 8zm-9 5.25v-2a.75.75 0 0 0-1.5 0v1.25H1.75a.75.75 0 0 0 0 1.5H4.5v1.25a.75.75 0 0 0 1.5 0v-2zm9 0a.75.75 0 0 1-.75.75h-6a.75.75 0 0 1 0-1.5h6a.75.75 0 0 1 .75.75z\"/>"
2332
+ },
2330
2333
  "smiley": {
2331
2334
  "body": "<path fill-rule=\"evenodd\" d=\"M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8s8-3.58 8-8s-3.58-8-8-8zm4.81 12.81a6.72 6.72 0 0 1-2.17 1.45c-.83.36-1.72.53-2.64.53c-.92 0-1.81-.17-2.64-.53c-.81-.34-1.55-.83-2.17-1.45a6.773 6.773 0 0 1-1.45-2.17A6.59 6.59 0 0 1 1.21 8c0-.92.17-1.81.53-2.64c.34-.81.83-1.55 1.45-2.17c.62-.62 1.36-1.11 2.17-1.45A6.59 6.59 0 0 1 8 1.21c.92 0 1.81.17 2.64.53c.81.34 1.55.83 2.17 1.45c.62.62 1.11 1.36 1.45 2.17c.36.83.53 1.72.53 2.64c0 .92-.17 1.81-.53 2.64c-.34.81-.83 1.55-1.45 2.17zM4 6.8v-.59c0-.66.53-1.19 1.2-1.19h.59c.66 0 1.19.53 1.19 1.19v.59c0 .67-.53 1.2-1.19 1.2H5.2C4.53 8 4 7.47 4 6.8zm5 0v-.59c0-.66.53-1.19 1.2-1.19h.59c.66 0 1.19.53 1.19 1.19v.59c0 .67-.53 1.2-1.19 1.2h-.59C9.53 8 9 7.47 9 6.8zm4 3.2c-.72 1.88-2.91 3-5 3s-4.28-1.13-5-3c-.14-.39.23-1 .66-1h8.59c.41 0 .89.61.75 1z\" fill=\"currentColor\"/>",
2332
2335
  "hidden": true
package/info.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "prefix": "octicon",
3
3
  "name": "Octicons",
4
- "total": 495,
5
- "version": "17.0.0",
4
+ "total": 496,
5
+ "version": "17.1.0",
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.6",
5
- "iconSetVersion": "17.0.0",
4
+ "version": "1.1.7",
5
+ "iconSetVersion": "17.1.0",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",
@@ -25,6 +25,6 @@
25
25
  "metadata": "metadata.json"
26
26
  },
27
27
  "dependencies": {
28
- "@iconify/types": "^1.0.12"
28
+ "@iconify/types": "^1.1.0"
29
29
  }
30
30
  }