From 2c660d6ced66a877258924baf2ae13e83d52f273 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Thu, 8 Aug 2019 23:29:03 +0300 Subject: [PATCH] Update Feather Icons --- collections.json | 2 +- collections.md | 2 +- composer.json | 2 +- json/feather.json | 3 +++ package.json | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/collections.json b/collections.json index cbca7a4..ef55df9 100644 --- a/collections.json +++ b/collections.json @@ -232,7 +232,7 @@ }, "feather": { "name": "Feather Icons", - "total": 281, + "total": 282, "author": "Cole Bemis", "url": "https://github.com/feathericons/feather", "license": "MIT", diff --git a/collections.md b/collections.md index 036c09a..c3187be 100644 --- a/collections.md +++ b/collections.md @@ -135,7 +135,7 @@ ### Feather Icons -* Number of icons: 281 +* Number of icons: 282 * Author: Cole Bemis * URL: https://github.com/feathericons/feather * License: MIT diff --git a/composer.json b/composer.json index 01a549c..5edb7a5 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.139", + "version": "1.0.140", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/feather.json b/json/feather.json index 0054c85..acf1464 100644 --- a/json/feather.json +++ b/json/feather.json @@ -745,6 +745,9 @@ "tv": { "body": "" }, + "twitch": { + "body": "" + }, "twitter": { "body": "" }, diff --git a/package.json b/package.json index 264c3a8..efef95f 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.139", + "version": "1.0.140", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",