From 28d575626d4d754dd65f2f740522d3f02d71adeb Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Wed, 16 Oct 2019 10:39:35 +0300 Subject: [PATCH] Update Google Material Icons --- composer.json | 2 +- json/ic.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ec9f536..99df2cc 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.11", + "version": "1.1.12", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/ic.json b/json/ic.json index 37e441e..bb0da4d 100644 --- a/json/ic.json +++ b/json/ic.json @@ -203,7 +203,7 @@ "body": "" }, "baseline-arrow-back-ios": { - "body": "" + "body": "" }, "baseline-arrow-downward": { "body": "" diff --git a/package.json b/package.json index 79b7b19..67f6556 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.11", + "version": "1.1.12", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",