diff --git a/collections.json b/collections.json index 4f6e784..90b24f3 100644 --- a/collections.json +++ b/collections.json @@ -1184,7 +1184,7 @@ }, "cryptocurrency": { "name": "Cryptocurrency Icons", - "total": 428, + "total": 431, "author": "Christopher Downer", "url": "https://github.com/atomiclabs/cryptocurrency-icons", "license": "CC0 1.0", diff --git a/collections.md b/collections.md index 167c806..8bb86ef 100644 --- a/collections.md +++ b/collections.md @@ -688,7 +688,7 @@ ### Cryptocurrency Icons -* Number of icons: 428 +* Number of icons: 431 * Author: Christopher Downer * URL: https://github.com/atomiclabs/cryptocurrency-icons * License: CC0 1.0 diff --git a/composer.json b/composer.json index 25b40b9..d4d6b70 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.186", + "version": "1.1.187", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/cryptocurrency.json b/json/cryptocurrency.json index 8cefff8..229a258 100644 --- a/json/cryptocurrency.json +++ b/json/cryptocurrency.json @@ -2,7 +2,7 @@ "prefix": "cryptocurrency", "info": { "name": "Cryptocurrency Icons", - "total": 428, + "total": 431, "author": { "name": "Christopher Downer", "url": "https://github.com/atomiclabs/cryptocurrency-icons" @@ -72,7 +72,7 @@ "body": "" }, "ampl": { - "body": "" + "body": "" }, "ant": { "body": "" @@ -239,6 +239,9 @@ "burst": { "body": "" }, + "bze": { + "body": "" + }, "call": { "body": "" }, @@ -642,6 +645,9 @@ "kin": { "body": "" }, + "klown": { + "body": "" + }, "kmd": { "body": "", "width": 96, @@ -1009,6 +1015,9 @@ "sib": { "body": "" }, + "sin": { + "body": "" + }, "sky": { "body": "" }, diff --git a/json/mdi.json b/json/mdi.json index cc78e9a..d73f8c9 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -17983,7 +17983,7 @@ "parent": "baguette" }, "ban": { - "parent": "file-cancel-outline" + "parent": "file-cancel" }, "band-aid": { "parent": "bandage" @@ -18169,7 +18169,7 @@ "parent": "microsoft-bing" }, "birthday-cake": { - "parent": "cake-layered" + "parent": "cake" }, "biscuit": { "parent": "cookie" @@ -19528,7 +19528,7 @@ "parent": "cancel" }, "dentist": { - "parent": "toothbrush-electric" + "parent": "toothbrush" }, "departure-board": { "parent": "bus-clock" @@ -20068,7 +20068,7 @@ "parent": "map-marker-circle" }, "extension": { - "parent": "toy-brick" + "parent": "toy-brick-search-outline" }, "extension-outline": { "parent": "puzzle-outline" @@ -20512,7 +20512,7 @@ "parent": "shoe-print" }, "forbid": { - "parent": "file-cancel-outline" + "parent": "file-cancel" }, "foreign-key": { "parent": "key-link" @@ -20875,7 +20875,7 @@ "parent": "pound-box-outline" }, "hd": { - "parent": "high-definition" + "parent": "high-definition-box" }, "hd-box": { "parent": "high-definition-box" @@ -21457,7 +21457,7 @@ "parent": "invert-colors-off" }, "invite": { - "parent": "account-plus" + "parent": "account-plus-outline" }, "invoice": { "parent": "receipt" @@ -21643,7 +21643,7 @@ "parent": "teach" }, "lego": { - "parent": "toy-brick" + "parent": "toy-brick-search-outline" }, "lens": { "parent": "circle" @@ -23515,7 +23515,7 @@ "parent": "ocr" }, "oral-hygiene": { - "parent": "toothbrush-electric" + "parent": "toothbrush" }, "order-checkbox-ascending": { "parent": "order-bool-ascending-variant" @@ -24151,7 +24151,7 @@ "parent": "power-socket-us" }, "plugin": { - "parent": "toy-brick" + "parent": "toy-brick-search-outline" }, "plus-circles-outline": { "parent": "plus-circle-multiple-outline" @@ -24292,7 +24292,7 @@ "parent": "transmission-tower" }, "pram": { - "parent": "baby-buggy" + "parent": "baby-carriage" }, "pram-off": { "parent": "baby-carriage-off" @@ -24607,7 +24607,7 @@ "parent": "alert" }, "reschedule": { - "parent": "calendar-arrow-right" + "parent": "calendar-arrow-left" }, "resize-horizontal": { "parent": "arrow-split-vertical" @@ -25408,7 +25408,7 @@ "parent": "radius-outline" }, "spicy": { - "parent": "chili-medium" + "parent": "chili-mild" }, "spicy-off": { "parent": "chili-off" @@ -25525,7 +25525,7 @@ "parent": "format-strikethrough-variant" }, "stroller": { - "parent": "baby-buggy" + "parent": "baby-carriage" }, "stroller-off": { "parent": "baby-carriage-off" @@ -35778,6 +35778,7 @@ "Medical / Hospital": [ "account-heart", "account-heart-outline", + "allergy", "ambulance", "bacteria", "bacteria-outline", diff --git a/package.json b/package.json index a32c4f4..d1b1f8e 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.186", + "version": "1.1.187", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",