diff --git a/collections.json b/collections.json index ecd1832..4ba1bf4 100644 --- a/collections.json +++ b/collections.json @@ -232,7 +232,7 @@ }, "feather": { "name": "Feather Icons", - "total": 276, + "total": 277, "author": "Cole Bemis", "url": "https://github.com/feathericons/feather", "license": "MIT", diff --git a/collections.md b/collections.md index 71914c2..abc020a 100644 --- a/collections.md +++ b/collections.md @@ -135,7 +135,7 @@ ### Feather Icons -* Number of icons: 276 +* Number of icons: 277 * Author: Cole Bemis * URL: https://github.com/feathericons/feather * License: MIT diff --git a/composer.json b/composer.json index 081895c..b281262 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.89", + "version": "1.0.90", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/feather.json b/json/feather.json index 4a08a6d..d185276 100644 --- a/json/feather.json +++ b/json/feather.json @@ -202,6 +202,9 @@ "coffee": { "body": "" }, + "columns": { + "body": "" + }, "command": { "body": "" }, diff --git a/package.json b/package.json index 756d581..4e9914e 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.89", + "version": "1.0.90", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify-design/collections-json/issues",