diff --git a/collections.json b/collections.json index caf67a5..59a2058 100644 --- a/collections.json +++ b/collections.json @@ -1002,7 +1002,7 @@ }, "openmoji": { "name": "OpenMoji", - "total": 3555, + "total": 3556, "author": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji", "license": "CC BY-SA 4.0", @@ -1184,7 +1184,7 @@ }, "cryptocurrency": { "name": "Cryptocurrency Icons", - "total": 426, + "total": 428, "author": "Christopher Downer", "url": "https://github.com/atomiclabs/cryptocurrency-icons", "license": "CC0 1.0", diff --git a/collections.md b/collections.md index 99bcde7..bcf98d4 100644 --- a/collections.md +++ b/collections.md @@ -581,7 +581,7 @@ ### OpenMoji -* Number of icons: 3555 +* Number of icons: 3556 * Author: OpenMoji * URL: https://github.com/hfg-gmuend/openmoji * License: CC BY-SA 4.0 @@ -688,7 +688,7 @@ ### Cryptocurrency Icons -* Number of icons: 426 +* Number of icons: 428 * Author: Christopher Downer * URL: https://github.com/atomiclabs/cryptocurrency-icons * License: CC0 1.0 diff --git a/composer.json b/composer.json index c59536b..c8a3156 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.184", + "version": "1.1.185", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/cryptocurrency.json b/json/cryptocurrency.json index 10d8b59..8cefff8 100644 --- a/json/cryptocurrency.json +++ b/json/cryptocurrency.json @@ -2,7 +2,7 @@ "prefix": "cryptocurrency", "info": { "name": "Cryptocurrency Icons", - "total": 426, + "total": 428, "author": { "name": "Christopher Downer", "url": "https://github.com/atomiclabs/cryptocurrency-icons" @@ -71,6 +71,9 @@ "amp": { "body": "" }, + "ampl": { + "body": "" + }, "ant": { "body": "" }, @@ -656,6 +659,9 @@ "lend": { "body": "" }, + "leo": { + "body": "" + }, "link": { "body": "" }, @@ -953,7 +959,7 @@ "body": "" }, "req": { - "body": "" + "body": "" }, "rhoc": { "body": "" diff --git a/json/openmoji.json b/json/openmoji.json index 27dec56..ad8b1b1 100644 --- a/json/openmoji.json +++ b/json/openmoji.json @@ -2,7 +2,7 @@ "prefix": "openmoji", "info": { "name": "OpenMoji", - "total": 3555, + "total": 3556, "author": { "name": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji" @@ -5548,6 +5548,9 @@ "body": "" }, "microbe": { + "body": "" + }, + "microbe2": { "body": "" }, "microphone": { @@ -11256,6 +11259,7 @@ "maultasche", "meat-consumption", "medication", + "microbe2", "milk-jug", "mobile-info", "mobile-message", diff --git a/package.json b/package.json index e177cb1..aab0721 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.184", + "version": "1.1.185", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",