diff --git a/collections.json b/collections.json index 435e6fe..31adf4d 100644 --- a/collections.json +++ b/collections.json @@ -94,7 +94,7 @@ "ios-bicycle", "md-person-add" ], - "version": "4.5.8", + "version": "4.5.9-1", "palette": "Colorless", "category": "General" }, @@ -941,7 +941,7 @@ }, "cryptocurrency": { "name": "Cryptocurrency Icons", - "total": 419, + "total": 425, "author": "Christopher Downer", "url": "https://github.com/atomiclabs/cryptocurrency-icons", "license": "CC0 1.0", @@ -952,7 +952,7 @@ "ltc", "eth" ], - "version": "0.13.0", + "version": "0.14.0", "palette": "Colorless", "category": "Thematic" }, diff --git a/collections.md b/collections.md index ce8b4d0..1e18268 100644 --- a/collections.md +++ b/collections.md @@ -54,7 +54,7 @@ * URL: https://github.com/driftyco/ionicons * License: MIT * License URL: https://github.com/driftyco/ionicons/blob/master/LICENSE -* Version: 4.5.8 +* Version: 4.5.9-1 * Palette: Colorless @@ -550,12 +550,12 @@ ### Cryptocurrency Icons -* Number of icons: 419 +* Number of icons: 425 * 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.13.0 +* Version: 0.14.0 * Palette: Colorless diff --git a/composer.json b/composer.json index 3d77896..9ad6bb3 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.117", + "version": "1.0.118", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/cryptocurrency.json b/json/cryptocurrency.json index a2a4a67..1b480b5 100644 --- a/json/cryptocurrency.json +++ b/json/cryptocurrency.json @@ -1,6 +1,9 @@ { "prefix": "cryptocurrency", "icons": { + "0xbtc": { + "body": "" + }, "2give": { "body": "" }, @@ -76,6 +79,9 @@ "atm": { "body": "" }, + "atom": { + "body": "" + }, "audr": { "body": "" }, @@ -370,6 +376,9 @@ "ela": { "body": "" }, + "elec": { + "body": "" + }, "elf": { "body": "" }, @@ -582,7 +591,7 @@ "body": "" }, "iop": { - "body": "" + "body": "" }, "iost": { "body": "" @@ -671,6 +680,9 @@ "meetone": { "body": "" }, + "mft": { + "body": "" + }, "miota": { "body": "" }, @@ -905,6 +917,9 @@ "rdn": { "body": "" }, + "ren": { + "body": "" + }, "rep": { "body": "" }, @@ -1169,6 +1184,9 @@ "xbc": { "body": "" }, + "xbp": { + "body": "" + }, "xby": { "body": "" }, @@ -1185,7 +1203,7 @@ "body": "" }, "xlm": { - "body": "" + "body": "" }, "xmcc": { "body": "" diff --git a/package.json b/package.json index 4b9fab6..6d2ba27 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.117", + "version": "1.0.118", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",