@iconify-json/octicon 1.2.12 → 1.2.13

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 +9 -1
  2. package/info.json +2 -2
  3. package/package.json +2 -2
package/icons.json CHANGED
@@ -1999,6 +1999,14 @@
1999
1999
  "width": 24,
2000
2000
  "height": 24
2001
2001
  },
2002
+ "mcp-16": {
2003
+ "body": "<path fill=\"currentColor\" d=\"M5.52 1.12a3.578 3.578 0 0 1 6.078 2.98a3.578 3.578 0 0 1 2.982 6.08l-3.292 3.293a.25.25 0 0 0 0 .354l.843.843a.749.749 0 1 1-1.06 1.06l-.844-.843a1.75 1.75 0 0 1 0-2.474L13.52 9.12a2.08 2.08 0 0 0 0-2.94a2.08 2.08 0 0 0-2.94 0L7.731 9.03A.75.75 0 0 1 6.67 7.97l2.85-2.85a2.08 2.08 0 0 0 0-2.94a2.08 2.08 0 0 0-2.94 0l-4.799 4.8A.75.75 0 0 1 .72 5.92Z\"/><path fill=\"currentColor\" d=\"M7.52 3.12a.749.749 0 1 1 1.06 1.06L5.731 7.03A2.079 2.079 0 0 0 8.67 9.97l2.85-2.85a.749.749 0 1 1 1.06 1.06l-2.849 2.85A3.578 3.578 0 0 1 4.67 5.97Z\"/>"
2004
+ },
2005
+ "mcp-24": {
2006
+ "body": "<path fill=\"currentColor\" d=\"M9.795 1.694a4.287 4.287 0 0 1 6.061 0a4.28 4.28 0 0 1 1.181 3.819a4.28 4.28 0 0 1 3.819 1.181a4.287 4.287 0 0 1 0 6.061l-6.793 6.793a.25.25 0 0 0 0 .353l2.617 2.618a.75.75 0 1 1-1.061 1.061l-2.617-2.618a1.75 1.75 0 0 1 0-2.475l6.793-6.793a2.785 2.785 0 1 0-3.939-3.939l-5.9 5.9a.7.7 0 0 1-.249.165a.749.749 0 0 1-.812-1.225l5.9-5.901a2.785 2.785 0 1 0-3.939-3.939L2.931 10.68A.75.75 0 1 1 1.87 9.619z\"/><path fill=\"currentColor\" d=\"M12.42 4.069a.75.75 0 0 1 1.061 0a.75.75 0 0 1 0 1.061L7.33 11.28a2.79 2.79 0 0 0 0 3.94a2.79 2.79 0 0 0 3.94 0l6.15-6.151a.75.75 0 0 1 1.061 0a.75.75 0 0 1 0 1.061l-6.151 6.15a4.285 4.285 0 1 1-6.06-6.06z\"/>",
2007
+ "width": 24,
2008
+ "height": 24
2009
+ },
2002
2010
  "megaphone": {
2003
2011
  "body": "<path fill-rule=\"evenodd\" d=\"M10 1c-.17 0-.36.05-.52.14C8.04 2.02 4.5 4.58 3 5c-1.38 0-3 .67-3 2.5S1.63 10 3 10c.3.08.64.23 1 .41V15h2v-3.45c1.34.86 2.69 1.83 3.48 2.31c.16.09.34.14.52.14c.52 0 1-.42 1-1V2c0-.58-.48-1-1-1zm0 12c-.38-.23-.89-.58-1.5-1c-.16-.11-.33-.22-.5-.34V3.31c.16-.11.31-.2.47-.31c.61-.41 1.16-.77 1.53-1v11zm2-6h4v1h-4V7zm0 2l4 2v1l-4-2V9zm4-6v1l-4 2V5l4-2z\" fill=\"currentColor\"/>",
2004
2012
  "hidden": true
@@ -3559,5 +3567,5 @@
3559
3567
  "parent": "unverified-24"
3560
3568
  }
3561
3569
  },
3562
- "lastModified": 1756358013
3570
+ "lastModified": 1757220998
3563
3571
  }
package/info.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "prefix": "octicon",
3
3
  "name": "Octicons",
4
- "total": 661,
5
- "version": "19.16.0",
4
+ "total": 663,
5
+ "version": "19.17.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.2.12",
5
- "iconSetVersion": "19.16.0",
4
+ "version": "1.2.13",
5
+ "iconSetVersion": "19.17.0",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",