diff --git a/collections.json b/collections.json index fb2a23b4..de7de252 100644 --- a/collections.json +++ b/collections.json @@ -823,7 +823,7 @@ }, "openmoji": { "name": "OpenMoji", - "total": 3444, + "total": 3445, "author": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji", "license": "CC BY-SA 4.0", diff --git a/collections.md b/collections.md index d30d0c33..4a7cf2cb 100644 --- a/collections.md +++ b/collections.md @@ -479,7 +479,7 @@ ### OpenMoji -* Number of icons: 3444 +* Number of icons: 3445 * Author: OpenMoji * URL: https://github.com/hfg-gmuend/openmoji * License: CC BY-SA 4.0 diff --git a/composer.json b/composer.json index 5fe3e249..5bbcbfec 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.118", + "version": "1.1.119", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/openmoji.json b/json/openmoji.json index dc30a652..db1891a0 100644 --- a/json/openmoji.json +++ b/json/openmoji.json @@ -2,7 +2,7 @@ "prefix": "openmoji", "info": { "name": "OpenMoji", - "total": 3444, + "total": 3445, "author": { "name": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji" @@ -1373,6 +1373,9 @@ "dna": { "body": "" }, + "doe": { + "body": "" + }, "dog": { "body": "" }, @@ -10792,6 +10795,7 @@ "cursor", "delete", "details", + "doe", "donkey", "double-tap", "download", diff --git a/package.json b/package.json index bd739ed8..ee84a58f 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.118", + "version": "1.1.119", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",