From c14a8420d209e22af581bedf30b27f43dc525cf7 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Fri, 11 Oct 2019 10:31:50 +0300 Subject: [PATCH] Update Material Design Icons, Simple Icons --- collections.json | 4 ++-- collections.md | 4 ++-- composer.json | 2 +- json/mdi.json | 34 +++++++++++++++++++++++++++++++++- json/simple-icons.json | 4 ++-- package.json | 2 +- 6 files changed, 41 insertions(+), 9 deletions(-) diff --git a/collections.json b/collections.json index 2f00b43e..6b9e1a1b 100644 --- a/collections.json +++ b/collections.json @@ -1,7 +1,7 @@ { "mdi": { "name": "Material Design Icons", - "total": 4598, + "total": 4601, "author": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign", "license": "Open Font License", @@ -885,7 +885,7 @@ "bing", "amazonaws" ], - "version": "1.17.0", + "version": "1.17.1", "palette": "Colorless", "category": "Brands / Social" }, diff --git a/collections.md b/collections.md index cdc818c1..9b52fa91 100644 --- a/collections.md +++ b/collections.md @@ -3,7 +3,7 @@ ### Material Design Icons -* Number of icons: 4598 +* Number of icons: 4601 * Author: Austin Andrews * URL: https://github.com/Templarian/MaterialDesign * License: Open Font License @@ -515,7 +515,7 @@ * URL: https://github.com/simple-icons/simple-icons * License: CC0 1.0 * License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md -* Version: 1.17.0 +* Version: 1.17.1 * Palette: Colorless diff --git a/composer.json b/composer.json index 110dc496..1b88e55f 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.5", + "version": "1.1.6", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index 3393cfde..d17569d6 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -2,7 +2,7 @@ "prefix": "mdi", "info": { "name": "Material Design Icons", - "total": 4598, + "total": 4601, "author": { "name": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign" @@ -5435,6 +5435,9 @@ "fast-forward-30": { "body": "" }, + "fast-forward-5": { + "body": "" + }, "fast-forward-outline": { "body": "" }, @@ -10970,6 +10973,9 @@ "rewind-30": { "body": "" }, + "rewind-5": { + "body": "" + }, "rewind-outline": { "body": "" }, @@ -11012,6 +11018,9 @@ "robot-industrial": { "body": "" }, + "robot-mower": { + "body": "" + }, "robot-mower-outline": { "body": "" }, @@ -14936,6 +14945,15 @@ "aquarium-outline": { "parent": "fishbowl-outline" }, + "arachnid": { + "parent": "spider" + }, + "arachnid-thread": { + "parent": "spider-thread" + }, + "arachnid-web": { + "parent": "spider-web" + }, "architecture": { "parent": "ruler-square" }, @@ -16433,6 +16451,12 @@ "contact-outline": { "parent": "account-box-outline" }, + "contract": { + "parent": "file-document-edit" + }, + "contract-outline": { + "parent": "file-document-edit-outline" + }, "control-point": { "parent": "plus-circle-outline" }, @@ -18372,6 +18396,9 @@ "parent": "paper-roll-outline" }, "lawn-mower": { + "parent": "robot-mower" + }, + "lawn-mower-outline": { "parent": "robot-mower-outline" }, "layers-clear": { @@ -23771,6 +23798,9 @@ "f022": "alarm-multiple", "f0220": "share-all-outline", "f0221": "google-cloud", + "f0222": "robot-mower", + "f0223": "fast-forward-5", + "f0224": "rewind-5", "f023": "alarm-off", "f024": "alarm-plus", "f025": "album", @@ -30326,6 +30356,7 @@ "record-player", "record-rec", "remote", + "robot-mower", "robot-mower-outline", "robot-vacuum", "robot-vacuum-variant", @@ -30714,6 +30745,7 @@ "spa", "spa-outline", "spider", + "spider-thread", "sprout", "sprout-outline", "terrain", diff --git a/json/simple-icons.json b/json/simple-icons.json index 14ef7c85..46834a6c 100644 --- a/json/simple-icons.json +++ b/json/simple-icons.json @@ -12,7 +12,7 @@ "spdx": "CC0-1.0", "url": "https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md" }, - "version": "1.17.0", + "version": "1.17.1", "samples": [ "adobephotoshop", "bing", @@ -1040,7 +1040,7 @@ "body": "" }, "laravel": { - "body": "" + "body": "" }, "laravelhorizon": { "body": "" diff --git a/package.json b/package.json index 8f21befa..80212cd7 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.5", + "version": "1.1.6", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",