diff --git a/collections.json b/collections.json index 99dd930..ade9ce9 100644 --- a/collections.json +++ b/collections.json @@ -515,7 +515,7 @@ "bell-dot", "new-file" ], - "version": "0.0.16", + "version": "0.0.17", "palette": "Colorless", "category": "General" }, @@ -1258,7 +1258,7 @@ }, "openmoji": { "name": "OpenMoji", - "total": 3910, + "total": 3913, "author": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji", "license": "CC BY-SA 4.0", diff --git a/collections.md b/collections.md index 12b48a2..07fcbd3 100644 --- a/collections.md +++ b/collections.md @@ -292,7 +292,7 @@ * URL: https://github.com/microsoft/vscode-codicons * License: CC BY 4.0 * License URL: https://raw.githubusercontent.com/microsoft/vscode-codicons/master/LICENSE -* Version: 0.0.16 +* Version: 0.0.17 * Palette: Colorless @@ -724,7 +724,7 @@ ### OpenMoji -* Number of icons: 3910 +* Number of icons: 3913 * Author: OpenMoji * URL: https://github.com/hfg-gmuend/openmoji * License: CC BY-SA 4.0 diff --git a/composer.json b/composer.json index b9a7359..d81ec91 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.338", + "version": "1.1.339", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/codicon.json b/json/codicon.json index a69d412..66fb842 100644 --- a/json/codicon.json +++ b/json/codicon.json @@ -12,7 +12,7 @@ "spdx": "CC-BY-4.0", "url": "https://raw.githubusercontent.com/microsoft/vscode-codicons/master/LICENSE" }, - "version": "0.0.16", + "version": "0.0.17", "samples": [ "account", "bell-dot", @@ -753,7 +753,7 @@ "height": 24 }, "refresh": { - "body": "" + "body": "" }, "regex": { "body": "" diff --git a/json/openmoji.json b/json/openmoji.json index bb77fa8..c4dcb43 100644 --- a/json/openmoji.json +++ b/json/openmoji.json @@ -2,7 +2,7 @@ "prefix": "openmoji", "info": { "name": "OpenMoji", - "total": 3910, + "total": 3913, "author": { "name": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji" @@ -201,7 +201,7 @@ "body": "" }, "atm-sign": { - "body": "" + "body": "" }, "atom-bomb": { "body": "" @@ -555,7 +555,7 @@ "body": "" }, "black-nib": { - "body": "" + "body": "" }, "black-octagon": { "body": "" @@ -633,7 +633,7 @@ "body": "" }, "bouquet": { - "body": "" + "body": "" }, "bow-and-arrow": { "body": "" @@ -785,6 +785,9 @@ "cafeteria": { "body": "" }, + "cake": { + "body": "" + }, "calendar": { "body": "" }, @@ -884,6 +887,12 @@ "chair": { "body": "" }, + "champignon-brown": { + "body": "" + }, + "champignon-white": { + "body": "" + }, "charge-plug": { "body": "" }, @@ -975,7 +984,7 @@ "body": "" }, "cinema": { - "body": "" + "body": "" }, "circle-with-left-half-black": { "body": "" @@ -1639,7 +1648,7 @@ "body": "" }, "cucumber": { - "body": "" + "body": "" }, "cup-with-straw": { "body": "" @@ -1666,7 +1675,7 @@ "body": "" }, "custard": { - "body": "" + "body": "" }, "customs": { "body": "" @@ -3406,7 +3415,7 @@ "body": "" }, "fountain-pen": { - "body": "" + "body": "" }, "four-leaf-clover": { "body": "" @@ -4018,7 +4027,7 @@ "body": "" }, "japanese-dolls": { - "body": "" + "body": "" }, "japanese-free-of-charge-button": { "body": "" @@ -8551,7 +8560,7 @@ "body": "" }, "red-apple": { - "body": "" + "body": "" }, "red-circle": { "body": "" @@ -9056,7 +9065,7 @@ "body": "" }, "small-airplane": { - "body": "" + "body": "" }, "small-blue-diamond": { "body": "" @@ -9185,7 +9194,7 @@ "body": "" }, "spaghetti": { - "body": "" + "body": "" }, "sparkle": { "body": "" @@ -9354,7 +9363,7 @@ "body": "" }, "strawberry": { - "body": "" + "body": "" }, "stretcher": { "body": "" @@ -9522,7 +9531,7 @@ "body": "" }, "tangerine": { - "body": "" + "body": "" }, "tap": { "body": "" @@ -12203,6 +12212,9 @@ "browncoat-flag", "cable", "cafeteria", + "cake", + "champignon-brown", + "champignon-white", "charge-plug", "chats", "chrome", diff --git a/package.json b/package.json index 1bd5132..eb84edb 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.338", + "version": "1.1.339", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",