diff --git a/collections.json b/collections.json index 4f67960..6559f2a 100644 --- a/collections.json +++ b/collections.json @@ -146,7 +146,7 @@ "file-picture", "plus-circle-o" ], - "version": "4.2.1", + "version": "4.3.1", "palette": "Colorless", "category": "General" }, @@ -925,7 +925,7 @@ }, "cryptocurrency": { "name": "Cryptocurrency Icons", - "total": 405, + "total": 419, "author": "Christopher Downer", "url": "https://github.com/atomiclabs/cryptocurrency-icons", "license": "CC0 1.0", @@ -936,7 +936,7 @@ "ltc", "eth" ], - "version": "0.10.1", + "version": "0.11.0", "palette": "Colorless", "category": "Thematic" }, diff --git a/collections.md b/collections.md index 30673d1..b64cf68 100644 --- a/collections.md +++ b/collections.md @@ -85,7 +85,7 @@ * URL: https://vaadin.com/elements/vaadin-icons * License: CC BY 4.0 * License URL: https://creativecommons.org/licenses/by/4.0/ -* Version: 4.2.1 +* Version: 4.3.1 * Palette: Colorless @@ -541,12 +541,12 @@ ### Cryptocurrency Icons -* Number of icons: 405 +* Number of icons: 419 * Author: Christopher Downer * URL: https://github.com/atomiclabs/cryptocurrency-icons * License: CC0 1.0 * License URL: https://creativecommons.org/publicdomain/zero/1.0/ -* Version: 0.10.1 +* Version: 0.11.0 * Palette: Colorless diff --git a/composer.json b/composer.json index e86db01..c71a117 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.79", + "version": "1.0.80", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/cryptocurrency.json b/json/cryptocurrency.json index 4d923f4..1da31c2 100644 --- a/json/cryptocurrency.json +++ b/json/cryptocurrency.json @@ -28,6 +28,9 @@ "aeon": { "body": "" }, + "aeur": { + "body": "" + }, "agi": { "body": "" }, @@ -103,6 +106,9 @@ "bch": { "body": "" }, + "bcio": { + "body": "" + }, "bcn": { "body": "" }, @@ -115,6 +121,9 @@ "bdl": { "body": "" }, + "beam": { + "body": "" + }, "bela": { "body": "" }, @@ -190,6 +199,9 @@ "bts": { "body": "" }, + "btt": { + "body": "" + }, "btx": { "body": "" }, @@ -274,6 +286,9 @@ "cvc": { "body": "" }, + "dai": { + "body": "" + }, "dash": { "body": "" }, @@ -379,6 +394,13 @@ "entrp": { "body": "" }, + "eon": { + "body": "" + }, + "eop": { + "body": "", + "width": 33 + }, "eos": { "body": "" }, @@ -463,6 +485,9 @@ "generic": { "body": "" }, + "gin": { + "body": "" + }, "glxt": { "body": "" }, @@ -481,6 +506,9 @@ "grc": { "body": "" }, + "grin": { + "body": "" + }, "grs": { "body": "" }, @@ -511,6 +539,9 @@ "hodl": { "body": "" }, + "hot": { + "body": "" + }, "hpb": { "body": "" }, @@ -538,6 +569,9 @@ "ignis": { "body": "" }, + "ilk": { + "body": "" + }, "ink": { "body": "" }, @@ -634,6 +668,9 @@ "med": { "body": "" }, + "meetone": { + "body": "" + }, "miota": { "body": "" }, @@ -820,6 +857,9 @@ "ppt": { "body": "" }, + "pre": { + "body": "" + }, "prl": { "body": "" }, @@ -1090,6 +1130,9 @@ "vtc": { "body": "" }, + "vtho": { + "body": "" + }, "wabi": { "body": "" }, diff --git a/package.json b/package.json index 0470e1c..935456a 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.79", + "version": "1.0.80", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify-design/collections-json/issues",