diff --git a/collections.json b/collections.json index 4ba1bf4..a023902 100644 --- a/collections.json +++ b/collections.json @@ -232,7 +232,7 @@ }, "feather": { "name": "Feather Icons", - "total": 277, + "total": 279, "author": "Cole Bemis", "url": "https://github.com/feathericons/feather", "license": "MIT", diff --git a/collections.md b/collections.md index abc020a..cd504a1 100644 --- a/collections.md +++ b/collections.md @@ -135,7 +135,7 @@ ### Feather Icons -* Number of icons: 277 +* Number of icons: 279 * Author: Cole Bemis * URL: https://github.com/feathericons/feather * License: MIT diff --git a/composer.json b/composer.json index b281262..5382567 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.90", + "version": "1.0.91", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/feather.json b/json/feather.json index d185276..e041d42 100644 --- a/json/feather.json +++ b/json/feather.json @@ -113,7 +113,7 @@ "body": "" }, "box": { - "body": "" + "body": "" }, "briefcase": { "body": "" @@ -199,6 +199,9 @@ "codepen": { "body": "" }, + "codesandbox": { + "body": "" + }, "coffee": { "body": "" }, @@ -376,6 +379,9 @@ "help-circle": { "body": "" }, + "hexagon": { + "body": "" + }, "home": { "body": "" }, @@ -509,7 +515,7 @@ "body": "" }, "package": { - "body": "" + "body": "" }, "paperclip": { "body": "" diff --git a/package.json b/package.json index 4e9914e..bb9dd64 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.90", + "version": "1.0.91", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify-design/collections-json/issues",