diff --git a/collections.json b/collections.json index 348e109..0b6793a 100644 --- a/collections.json +++ b/collections.json @@ -223,7 +223,7 @@ "humidity", "edit-off" ], - "version": "10.20.0", + "version": "10.21.0-rc.0", "palette": "Colorless", "category": "General" }, @@ -1193,7 +1193,7 @@ }, "openmoji": { "name": "OpenMoji", - "total": 3675, + "total": 3678, "author": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji", "license": "CC BY-SA 4.0", diff --git a/collections.md b/collections.md index 981e07e..42fab47 100644 --- a/collections.md +++ b/collections.md @@ -127,7 +127,7 @@ * Author: IBM * URL: https://github.com/carbon-design-system/carbon/tree/master/packages/icons * License: Apache 2.0 -* Version: 10.20.0 +* Version: 10.21.0-rc.0 * Palette: Colorless @@ -687,7 +687,7 @@ ### OpenMoji -* Number of icons: 3675 +* Number of icons: 3678 * Author: OpenMoji * URL: https://github.com/hfg-gmuend/openmoji * License: CC BY-SA 4.0 diff --git a/composer.json b/composer.json index f4242ae..88df1a4 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.255", + "version": "1.1.256", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/carbon.json b/json/carbon.json index fefa4fd..efbc58c 100644 --- a/json/carbon.json +++ b/json/carbon.json @@ -11,7 +11,7 @@ "title": "Apache 2.0", "spdx": "Apache-2.0" }, - "version": "10.20.0", + "version": "10.21.0-rc.0", "samples": [ "user-certification", "humidity", diff --git a/json/openmoji.json b/json/openmoji.json index 6200565..ea31740 100644 --- a/json/openmoji.json +++ b/json/openmoji.json @@ -2,7 +2,7 @@ "prefix": "openmoji", "info": { "name": "OpenMoji", - "total": 3675, + "total": 3678, "author": { "name": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji" @@ -566,6 +566,9 @@ "black-square-button": { "body": "" }, + "black-star": { + "body": "" + }, "black-vertical-ellipse": { "body": "" }, @@ -8617,6 +8620,12 @@ "star-struck": { "body": "" }, + "star-with-left-half-black": { + "body": "" + }, + "star-with-right-half-black": { + "body": "" + }, "station": { "body": "" }, @@ -11776,6 +11785,7 @@ "black-octagon", "black-pentagon", "black-rectangle", + "black-star", "black-vertical-ellipse", "california-flag", "catalonia-flag", @@ -11807,6 +11817,8 @@ "square-with-lower-right-diagonal-black", "square-with-right-half-black", "square-with-upper-left-diagonal-black", + "star-with-left-half-black", + "star-with-right-half-black", "stick-figure", "stick-figure-leaning-left", "stick-figure-leaning-right", diff --git a/package.json b/package.json index ad0ca76..396358b 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.255", + "version": "1.1.256", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",