diff --git a/collections.json b/collections.json index 47ee10c..c244676 100644 --- a/collections.json +++ b/collections.json @@ -823,7 +823,7 @@ }, "openmoji": { "name": "OpenMoji", - "total": 3451, + "total": 3452, "author": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji", "license": "CC BY-SA 4.0", diff --git a/collections.md b/collections.md index d0c84d6..c16019f 100644 --- a/collections.md +++ b/collections.md @@ -479,7 +479,7 @@ ### OpenMoji -* Number of icons: 3451 +* Number of icons: 3452 * Author: OpenMoji * URL: https://github.com/hfg-gmuend/openmoji * License: CC BY-SA 4.0 diff --git a/composer.json b/composer.json index 24770c1..304a267 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.125", + "version": "1.1.126", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/openmoji.json b/json/openmoji.json index a2e0192..c995b39 100644 --- a/json/openmoji.json +++ b/json/openmoji.json @@ -2,7 +2,7 @@ "prefix": "openmoji", "info": { "name": "OpenMoji", - "total": 3451, + "total": 3452, "author": { "name": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji" @@ -8376,6 +8376,9 @@ "test-tube": { "body": "" }, + "texas-flag": { + "body": "" + }, "thermometer": { "body": "" }, @@ -11008,6 +11011,7 @@ "anticlockwise-triangle-headed-top-u-shaped-arrow", "hacker-cat", "left-right-black-arrow", + "texas-flag", "up-down-black-arrow", "white-square" ], diff --git a/package.json b/package.json index 1ec8621..5ca7415 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.125", + "version": "1.1.126", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",