@iconify-json/octicon 1.2.15 → 1.2.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 +9 -1
  2. package/info.json +2 -2
  3. package/package.json +2 -2
package/icons.json CHANGED
@@ -681,6 +681,14 @@
681
681
  "width": 24,
682
682
  "height": 24
683
683
  },
684
+ "comment-ai-16": {
685
+ "body": "<path fill=\"currentColor\" d=\"M7.75 1a.75.75 0 0 1 0 1.5h-5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2c.199 0 .39.079.53.22c.141.14.22.331.22.53v2.19l2.72-2.72a.75.75 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-2a.75.75 0 0 1 1.5 0v2c0 .464-.184.909-.513 1.237A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.457 1.457 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25v-7.5C1 1.784 1.784 1 2.75 1zm4.519-.837a.248.248 0 0 1 .466 0l.238.648a3.73 3.73 0 0 0 2.218 2.219l.649.238a.249.249 0 0 1 0 .467l-.649.238a3.73 3.73 0 0 0-2.218 2.218l-.238.649a.248.248 0 0 1-.466 0l-.239-.649a3.73 3.73 0 0 0-2.218-2.218l-.649-.238a.249.249 0 0 1 0-.467l.649-.238A3.73 3.73 0 0 0 12.03.811z\"/>"
686
+ },
687
+ "comment-ai-24": {
688
+ "body": "<path fill=\"currentColor\" d=\"M11.25 2.5a.75.75 0 0 1 0 1.5h-8a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h2.5c.199 0 .39.079.53.22c.141.14.22.331.22.53v3.195l3.743-3.725a.75.75 0 0 1 .53-.22h9.977a.25.25 0 0 0 .25-.25v-4.5a.75.75 0 0 1 1.5 0v4.5c0 .464-.184.909-.513 1.237a1.75 1.75 0 0 1-1.237.513h-9.684l-3.579 3.57a1.45 1.45 0 0 1-1.588.316A1.46 1.46 0 0 1 5 21.04V18.5H3.25a1.75 1.75 0 0 1-1.75-1.75V4.25c0-.966.784-1.75 1.75-1.75zM17.748 1a.33.33 0 0 1 .192.061a.33.33 0 0 1 .124.161l.323.88a5.05 5.05 0 0 0 3.008 3.007l.879.323a.33.33 0 0 1 .221.316a.34.34 0 0 1-.221.316l-.879.323a5 5 0 0 0-1.836 1.172a5 5 0 0 0-1.172 1.836l-.323.879a.33.33 0 0 1-.316.221a.33.33 0 0 1-.316-.221l-.323-.879a5.05 5.05 0 0 0-3.007-3.008l-.88-.323a.337.337 0 0 1 0-.632l.88-.323a5.1 5.1 0 0 0 1.836-1.171a5.1 5.1 0 0 0 1.171-1.836l.323-.88A.33.33 0 0 1 17.748 1\"/>",
689
+ "width": 24,
690
+ "height": 24
691
+ },
684
692
  "comment-discussion": {
685
693
  "body": "<path fill-rule=\"evenodd\" d=\"M15 1H6c-.55 0-1 .45-1 1v2H1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h1v3l3-3h4c.55 0 1-.45 1-1V9h1l3 3V9h1c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM9 11H4.5L3 12.5V11H1V5h4v3c0 .55.45 1 1 1h3v2zm6-3h-2v1.5L11.5 8H6V2h9v6z\" fill=\"currentColor\"/>",
686
694
  "hidden": true
@@ -3588,5 +3596,5 @@
3588
3596
  "parent": "unverified-24"
3589
3597
  }
3590
3598
  },
3591
- "lastModified": 1759902846
3599
+ "lastModified": 1760073602
3592
3600
  }
package/info.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "prefix": "octicon",
3
3
  "name": "Octicons",
4
- "total": 668,
5
- "version": "19.18.1",
4
+ "total": 670,
5
+ "version": "19.19.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.15",
5
- "iconSetVersion": "19.18.1",
4
+ "version": "1.2.16",
5
+ "iconSetVersion": "19.19.0",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",