diff --git a/collections.json b/collections.json index 991c58d..5f19b05 100644 --- a/collections.json +++ b/collections.json @@ -776,7 +776,7 @@ }, "twemoji": { "name": "Twitter Emoji", - "total": 3063, + "total": 3065, "author": "Twitter", "url": "https://github.com/twitter/twemoji", "license": "CC BY 4.0", @@ -787,7 +787,7 @@ "duck", "crossed-swords" ], - "version": "12.0.4", + "version": "12.1.2", "palette": "Colorful", "category": "Emoji" }, diff --git a/collections.md b/collections.md index a4fbc93..2da4a9c 100644 --- a/collections.md +++ b/collections.md @@ -453,12 +453,12 @@ ### Twitter Emoji -* Number of icons: 3063 +* Number of icons: 3065 * Author: Twitter * URL: https://github.com/twitter/twemoji * License: CC BY 4.0 * License URL: https://creativecommons.org/licenses/by/4.0/ -* Version: 12.0.4 +* Version: 12.1.2 * Palette: Colorful diff --git a/composer.json b/composer.json index 9d06256..0251735 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.0.127", + "version": "1.0.128", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/twemoji.json b/json/twemoji.json index 817e063..236e202 100644 --- a/json/twemoji.json +++ b/json/twemoji.json @@ -7405,6 +7405,9 @@ "tram-car": { "body": "" }, + "transgender-flag": { + "body": "" + }, "triangular-flag": { "body": "" }, @@ -7639,6 +7642,9 @@ "waving-hand-medium-skin-tone": { "body": "" }, + "waving-transgender-flag": { + "body": "" + }, "wavy-dash": { "body": "" }, @@ -9815,8 +9821,10 @@ "pirate-flag", "rainbow-flag", "scotland", + "transgender-flag", "triangular-flag", "wales", + "waving-transgender-flag", "white-flag" ], "Food & Drink": [ diff --git a/package.json b/package.json index f58cd9a..be5c7f4 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.0.127", + "version": "1.0.128", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",