From e700a44dc14b12e7ca5f3bde7e4564894b6f1e92 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Mon, 13 Jan 2020 11:07:38 +0200 Subject: [PATCH] Update Material Design Icons, OpenMoji --- composer.json | 2 +- json/mdi.json | 6 +++--- json/openmoji.json | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index dc9321b..5d159b6 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.69", + "version": "1.1.70", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index 5f8c1c3..b5588bc 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -14906,7 +14906,7 @@ "body": "" }, "yahoo": { - "body": "" + "body": "" }, "yammer": { "body": "" @@ -17119,7 +17119,7 @@ "parent": "update" }, "clock-warning": { - "parent": "clock-alert" + "parent": "clock-alert-outline" }, "clockwise": { "parent": "update" @@ -19213,7 +19213,7 @@ "parent": "invert-colors-off" }, "invite": { - "parent": "account-plus-outline" + "parent": "account-plus" }, "invoice": { "parent": "receipt" diff --git a/json/openmoji.json b/json/openmoji.json index d9c0b90..19c4124 100644 --- a/json/openmoji.json +++ b/json/openmoji.json @@ -2649,7 +2649,7 @@ "body": "" }, "horse-racing": { - "body": "" + "body": "" }, "hospital": { "body": "" diff --git a/package.json b/package.json index 248644a..39d1375 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.69", + "version": "1.1.70", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",