diff --git a/collections.json b/collections.json index 66a84ab..47ee10c 100644 --- a/collections.json +++ b/collections.json @@ -823,7 +823,7 @@ }, "openmoji": { "name": "OpenMoji", - "total": 3446, + "total": 3451, "author": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji", "license": "CC BY-SA 4.0", diff --git a/collections.md b/collections.md index 13fa2ae..d0c84d6 100644 --- a/collections.md +++ b/collections.md @@ -479,7 +479,7 @@ ### OpenMoji -* Number of icons: 3446 +* Number of icons: 3451 * Author: OpenMoji * URL: https://github.com/hfg-gmuend/openmoji * License: CC BY-SA 4.0 diff --git a/composer.json b/composer.json index 3b72ce0..24770c1 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.124", + "version": "1.1.125", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/openmoji.json b/json/openmoji.json index 4ac51dc..a2e0192 100644 --- a/json/openmoji.json +++ b/json/openmoji.json @@ -2,7 +2,7 @@ "prefix": "openmoji", "info": { "name": "OpenMoji", - "total": 3446, + "total": 3451, "author": { "name": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji" @@ -752,6 +752,9 @@ "carp-streamer": { "body": "" }, + "carpentry-saw": { + "body": "" + }, "carrot": { "body": "" }, @@ -5501,6 +5504,9 @@ "mouse-scroll": { "body": "" }, + "mouse-trap": { + "body": "" + }, "mouth": { "body": "" }, @@ -7076,6 +7082,9 @@ "pizza": { "body": "" }, + "placard": { + "body": "" + }, "place-of-worship": { "body": "" }, @@ -7673,6 +7682,9 @@ "scorpion": { "body": "" }, + "screwdriver": { + "body": "" + }, "scroll": { "body": "" }, @@ -7718,6 +7730,9 @@ "seven-thirty": { "body": "" }, + "sewing-needle": { + "body": "" + }, "shallow-pan-of-food": { "body": "" }, @@ -10590,6 +10605,7 @@ "ribbon", "rugby-football", "running-shirt", + "sewing-needle", "skis", "sled", "slot-machine", @@ -11428,6 +11444,7 @@ "card-file-box", "card-index", "card-index-dividers", + "carpentry-saw", "chains", "chair", "chart-decreasing", @@ -11526,6 +11543,7 @@ "mobile-phone-with-arrow", "money-bag", "money-with-wings", + "mouse-trap", "movie-camera", "musical-keyboard", "musical-note", @@ -11558,6 +11576,7 @@ "pick", "pill", "pistol", + "placard", "plunger", "postal-horn", "postbox", @@ -11583,6 +11602,7 @@ "saxophone", "scarf", "scissors", + "screwdriver", "scroll", "shield", "shopping-bags", diff --git a/package.json b/package.json index 52ed702..1ec8621 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.124", + "version": "1.1.125", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",