@iconify-json/octicon 1.2.13 → 1.2.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.
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
@@ -424,6 +424,14 @@
424
424
  "width": 24,
425
425
  "height": 24
426
426
  },
427
+ "checkbox-fill-16": {
428
+ "body": "<path fill=\"currentColor\" d=\"M2.75 1h10.5c.967 0 1.75.783 1.75 1.75v10.5A1.75 1.75 0 0 1 13.25 15H2.75A1.75 1.75 0 0 1 1 13.25V2.75C1 1.783 1.783 1 2.75 1m9.03 5.28a.749.749 0 1 0-1.06-1.06L6.75 9.189L5.28 7.72a.749.749 0 1 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0Z\"/>"
429
+ },
430
+ "checkbox-fill-24": {
431
+ "body": "<path fill=\"currentColor\" d=\"M20.25 2c.966 0 1.75.783 1.75 1.75v16.5A1.75 1.75 0 0 1 20.25 22H3.75A1.75 1.75 0 0 1 2 20.25V3.75C2 2.783 2.783 2 3.75 2Zm-2.97 6.22a.75.75 0 0 0-1.06 0l-5.97 5.969l-2.47-2.469a.749.749 0 1 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l6.5-6.5a.75.75 0 0 0 0-1.06\"/>",
432
+ "width": 24,
433
+ "height": 24
434
+ },
427
435
  "checklist": {
428
436
  "body": "<path fill-rule=\"evenodd\" d=\"M16 8.5l-6 6l-3-3L8.5 10l1.5 1.5L14.5 7L16 8.5zM5.7 12.2l.8.8H2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h7c.55 0 1 .45 1 1v6.5l-.8-.8c-.39-.39-1.03-.39-1.42 0L5.7 10.8a.996.996 0 0 0 0 1.41v-.01zM4 4h5V3H4v1zm0 2h5V5H4v1zm0 2h3V7H4v1zM3 9H2v1h1V9zm0-2H2v1h1V7zm0-2H2v1h1V5zm0-2H2v1h1V3z\" fill=\"currentColor\"/>",
429
437
  "hidden": true
@@ -3567,5 +3575,5 @@
3567
3575
  "parent": "unverified-24"
3568
3576
  }
3569
3577
  },
3570
- "lastModified": 1757220998
3578
+ "lastModified": 1757568545
3571
3579
  }
package/info.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "prefix": "octicon",
3
3
  "name": "Octicons",
4
- "total": 663,
5
- "version": "19.17.0",
4
+ "total": 665,
5
+ "version": "19.18.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.13",
5
- "iconSetVersion": "19.17.0",
4
+ "version": "1.2.14",
5
+ "iconSetVersion": "19.18.0",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",