diff --git a/collections.json b/collections.json index 1be1ac9..a342a39 100644 --- a/collections.json +++ b/collections.json @@ -823,7 +823,7 @@ }, "openmoji": { "name": "OpenMoji", - "total": 3445, + "total": 3446, "author": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji", "license": "CC BY-SA 4.0", diff --git a/collections.md b/collections.md index 3d9cf23..1b058e2 100644 --- a/collections.md +++ b/collections.md @@ -479,7 +479,7 @@ ### OpenMoji -* Number of icons: 3445 +* Number of icons: 3446 * Author: OpenMoji * URL: https://github.com/hfg-gmuend/openmoji * License: CC BY-SA 4.0 diff --git a/composer.json b/composer.json index 8aa6082..551cd12 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.120", + "version": "1.1.121", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/openmoji.json b/json/openmoji.json index db1891a..0dc0206 100644 --- a/json/openmoji.json +++ b/json/openmoji.json @@ -2,7 +2,7 @@ "prefix": "openmoji", "info": { "name": "OpenMoji", - "total": 3445, + "total": 3446, "author": { "name": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji" @@ -7091,6 +7091,9 @@ "pleading-face": { "body": "" }, + "plunger": { + "body": "" + }, "plus": { "body": "" }, @@ -11555,6 +11558,7 @@ "pick", "pill", "pistol", + "plunger", "postal-horn", "postbox", "pound-banknote", diff --git a/package.json b/package.json index 72ca783..af59c3f 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.120", + "version": "1.1.121", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",