From 9a2adfc88ea5037eb61f05807187dd737232baef Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Thu, 17 Oct 2019 14:23:23 +0300 Subject: [PATCH] Update Material Design Icons, Unicons --- collections.json | 4 ++-- collections.md | 4 ++-- composer.json | 2 +- json/mdi.json | 10 ++++++++-- json/uil.json | 8 ++++++-- package.json | 2 +- 6 files changed, 20 insertions(+), 10 deletions(-) diff --git a/collections.json b/collections.json index f5c26de..311ebda 100644 --- a/collections.json +++ b/collections.json @@ -49,7 +49,7 @@ }, "uil": { "name": "Unicons", - "total": 1113, + "total": 1114, "author": "Iconscout", "url": "https://github.com/Iconscout/unicons", "license": "Apache 2.0", @@ -60,7 +60,7 @@ "chat-bubble-user", "edit-alt" ], - "version": "1.0.1", + "version": "2.0.0", "palette": "Colorless", "category": "General" }, diff --git a/collections.md b/collections.md index cb01b2d..9a6a6e3 100644 --- a/collections.md +++ b/collections.md @@ -30,12 +30,12 @@ ### Unicons -* Number of icons: 1113 +* Number of icons: 1114 * Author: Iconscout * URL: https://github.com/Iconscout/unicons * License: Apache 2.0 * License URL: https://raw.githubusercontent.com/Iconscout/unicons/master/LICENSE -* Version: 1.0.1 +* Version: 2.0.0 * Palette: Colorless diff --git a/composer.json b/composer.json index 196efa4..5a86554 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.13", + "version": "1.1.14", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index 5beaba3..40a3d17 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -15363,7 +15363,7 @@ "parent": "baguette" }, "ban": { - "parent": "file-cancel-outline" + "parent": "file-cancel" }, "band-aid": { "parent": "bandage" @@ -17517,7 +17517,7 @@ "parent": "shoe-print" }, "forbid": { - "parent": "file-cancel-outline" + "parent": "file-cancel" }, "foreign-key": { "parent": "key-link" @@ -30194,6 +30194,12 @@ "xbox-controller-off", "xbox-controller-view" ], + "Geographic Information System": [ + "checkerboard", + "checkerboard-minus", + "checkerboard-plus", + "checkerboard-remove" + ], "Hardware / Tools": [ "axe", "bolt", diff --git a/json/uil.json b/json/uil.json index 70c027d..31a4a77 100644 --- a/json/uil.json +++ b/json/uil.json @@ -2,7 +2,7 @@ "prefix": "uil", "info": { "name": "Unicons", - "total": 1113, + "total": 1114, "author": { "name": "Iconscout", "url": "https://github.com/Iconscout/unicons" @@ -12,7 +12,7 @@ "spdx": "Apache-2.0", "url": "https://raw.githubusercontent.com/Iconscout/unicons/master/LICENSE" }, - "version": "1.0.1", + "version": "2.0.0", "samples": [ "arrow-circle-right", "chat-bubble-user", @@ -203,6 +203,9 @@ "archway": { "body": "" }, + "arrow": { + "body": "" + }, "arrow-break": { "body": "" }, @@ -3381,6 +3384,7 @@ "angle-right", "angle-right-b", "angle-up", + "arrow", "arrow-break", "arrow-circle-down", "arrow-circle-left", diff --git a/package.json b/package.json index d1214fb..e45faa2 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.13", + "version": "1.1.14", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",