diff --git a/collections.json b/collections.json index e80e7a9..29c07e7 100644 --- a/collections.json +++ b/collections.json @@ -303,7 +303,7 @@ "url": "https://github.com/primer/octicons/", "license": "Open Font License", "licenseURL": "https://raw.githubusercontent.com/primer/octicons/master/LICENSE", - "version": "8.4.0", + "version": "8.4.1", "palette": "Colorless", "category": "General" }, diff --git a/collections.md b/collections.md index 634701c..32f32e7 100644 --- a/collections.md +++ b/collections.md @@ -305,7 +305,7 @@ * URL: https://github.com/primer/octicons/ * License: Open Font License * License URL: https://raw.githubusercontent.com/primer/octicons/master/LICENSE -* Version: 8.4.0 +* Version: 8.4.1 * Palette: Colorless * Category: General diff --git a/composer.json b/composer.json index 0cc501d..e553831 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "iconify/json", "description": "Iconify icons collection in JSON format", "type": "library", - "version": "1.0.59", + "version": "1.0.60", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/octicon.json b/json/octicon.json index 1bc3834..2b45629 100644 --- a/json/octicon.json +++ b/json/octicon.json @@ -621,13 +621,12 @@ "width": 12 }, "thumbsdown": { - "body": "", - "width": 17, - "height": 17 + "body": "", + "width": 16 }, "thumbsup": { - "body": "", - "width": 17 + "body": "", + "width": 16 }, "tools": { "body": "", diff --git a/package.json b/package.json index d7a162c..1b35c2b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@iconify/json", "description": "Iconify icons collection in JSON format", "license": "MIT", - "version": "1.0.59", + "version": "1.0.60", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify-design/collections-json/issues",