diff --git a/collections.json b/collections.json
index 553c741..9e15b84 100644
--- a/collections.json
+++ b/collections.json
@@ -253,7 +253,7 @@
},
"feather": {
"name": "Feather",
- "total": 271,
+ "total": 272,
"author": "Cole Bemis",
"url": "https://github.com/feathericons/feather",
"license": "MIT",
diff --git a/collections.md b/collections.md
index fef2660..55ae2f9 100644
--- a/collections.md
+++ b/collections.md
@@ -255,7 +255,7 @@
### Feather
-* Number of icons: 271
+* Number of icons: 272
* Author: Cole Bemis
* URL: https://github.com/feathericons/feather
* License: MIT
diff --git a/composer.json b/composer.json
index 89412e8..3d15974 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.49",
+ "version": "1.0.50",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {
diff --git a/json/feather.json b/json/feather.json
index 0ec122e..43c0121 100644
--- a/json/feather.json
+++ b/json/feather.json
@@ -388,6 +388,9 @@
"italic": {
"body": ""
},
+ "key": {
+ "body": ""
+ },
"layers": {
"body": ""
},
@@ -632,7 +635,7 @@
"body": ""
},
"slack": {
- "body": ""
+ "body": ""
},
"slash": {
"body": ""
diff --git a/package.json b/package.json
index ad226ec..18e7430 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.49",
+ "version": "1.0.50",
"homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js",
"bugs": "https://github.com/iconify-design/collections-json/issues",