diff --git a/collections.json b/collections.json index 8e02622..d436aa7 100644 --- a/collections.json +++ b/collections.json @@ -49,7 +49,7 @@ }, "uil": { "name": "Unicons", - "total": 1130, + "total": 1134, "author": "Iconscout", "url": "https://github.com/Iconscout/unicons", "license": "Apache 2.0", @@ -60,7 +60,7 @@ "chat-bubble-user", "edit-alt" ], - "version": "2.1.3", + "version": "2.1.5", "palette": "Colorless", "category": "General" }, @@ -823,7 +823,7 @@ }, "openmoji": { "name": "OpenMoji", - "total": 3454, + "total": 3455, "author": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji", "license": "CC BY-SA 4.0", diff --git a/collections.md b/collections.md index cab883a..afb5e1b 100644 --- a/collections.md +++ b/collections.md @@ -30,12 +30,12 @@ ### Unicons -* Number of icons: 1130 +* Number of icons: 1134 * Author: Iconscout * URL: https://github.com/Iconscout/unicons * License: Apache 2.0 * License URL: https://raw.githubusercontent.com/Iconscout/unicons/master/LICENSE -* Version: 2.1.3 +* Version: 2.1.5 * Palette: Colorless @@ -479,7 +479,7 @@ ### OpenMoji -* Number of icons: 3454 +* Number of icons: 3455 * Author: OpenMoji * URL: https://github.com/hfg-gmuend/openmoji * License: CC BY-SA 4.0 diff --git a/composer.json b/composer.json index d29c7e1..c490a73 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.1.128", + "version": "1.1.129", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/openmoji.json b/json/openmoji.json index d1d5543..52ace8a 100644 --- a/json/openmoji.json +++ b/json/openmoji.json @@ -2,7 +2,7 @@ "prefix": "openmoji", "info": { "name": "OpenMoji", - "total": 3454, + "total": 3455, "author": { "name": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji" @@ -1607,6 +1607,9 @@ "envelope-with-arrow": { "body": "" }, + "esperanto-flag": { + "body": "" + }, "euro-banknote": { "body": "" }, @@ -11017,6 +11020,7 @@ ], "Extras Unicode": [ "anticlockwise-triangle-headed-top-u-shaped-arrow", + "esperanto-flag", "hacker-cat", "left-right-black-arrow", "texas-flag", diff --git a/json/uil.json b/json/uil.json index daa2557..a40be98 100644 --- a/json/uil.json +++ b/json/uil.json @@ -2,7 +2,7 @@ "prefix": "uil", "info": { "name": "Unicons", - "total": 1130, + "total": 1134, "author": { "name": "Iconscout", "url": "https://github.com/Iconscout/unicons" @@ -12,7 +12,7 @@ "spdx": "Apache-2.0", "url": "https://raw.githubusercontent.com/Iconscout/unicons/master/LICENSE" }, - "version": "2.1.3", + "version": "2.1.5", "samples": [ "arrow-circle-right", "chat-bubble-user", @@ -1121,6 +1121,9 @@ "corner-up-right-alt": { "body": "" }, + "create-dashboard": { + "body": "" + }, "creative-commons-pd": { "body": "" }, @@ -2591,6 +2594,9 @@ "robot": { "body": "" }, + "rocket": { + "body": "" + }, "rope-way": { "body": "" }, @@ -2690,6 +2696,9 @@ "servicemark": { "body": "" }, + "setting": { + "body": "" + }, "share-alt": { "body": "" }, @@ -3342,6 +3351,11 @@ "body": "" }, "whatsapp": { + "body": "", + "width": 19.904, + "height": 19.996 + }, + "whatsapp-alt": { "body": "" }, "wheel-barrow": { @@ -3667,6 +3681,7 @@ "vuejs", "vuejs-alt", "whatsapp", + "whatsapp-alt", "youtube" ], "Business": [ @@ -4471,6 +4486,7 @@ "cog", "comment-alt-slash", "comment-slash", + "create-dashboard", "crockery", "cube", "dashboard", @@ -4560,6 +4576,7 @@ "redo", "refresh", "restaurant", + "rocket", "rope-way", "rotate-360", "rss", @@ -4568,6 +4585,7 @@ "search-alt", "search-minus", "search-plus", + "setting", "share-alt", "sign-in-alt", "sign-out-alt", diff --git a/package.json b/package.json index c0719ae..e96b2c8 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.1.128", + "version": "1.1.129", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",