From c6460d5d3cf4b61fef2c86fd563d36d3348ea671 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sun, 7 Jun 2020 09:34:48 +0300 Subject: [PATCH] Update Material Design Icons --- collections.json | 2 +- collections.md | 2 +- composer.json | 2 +- json/mdi.json | 54 +++++++++++++++++++++++++++++++----------------- package.json | 2 +- 5 files changed, 39 insertions(+), 23 deletions(-) diff --git a/collections.json b/collections.json index e970f99..428d4b0 100644 --- a/collections.json +++ b/collections.json @@ -1,7 +1,7 @@ { "mdi": { "name": "Material Design Icons", - "total": 5348, + "total": 5352, "author": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign", "license": "Open Font License", diff --git a/collections.md b/collections.md index 33ea13b..d244429 100644 --- a/collections.md +++ b/collections.md @@ -3,7 +3,7 @@ ### Material Design Icons -* Number of icons: 5348 +* Number of icons: 5352 * Author: Austin Andrews * URL: https://github.com/Templarian/MaterialDesign * License: Open Font License diff --git a/composer.json b/composer.json index 6ba67dc..ccf0729 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.166", + "version": "1.1.167", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index a54bb24..1bcb738 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -2,7 +2,7 @@ "prefix": "mdi", "info": { "name": "Material Design Icons", - "total": 5348, + "total": 5352, "author": { "name": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign" @@ -4044,6 +4044,12 @@ "clipboard-check-outline": { "body": "" }, + "clipboard-edit": { + "body": "" + }, + "clipboard-edit-outline": { + "body": "" + }, "clipboard-file": { "body": "" }, @@ -8806,6 +8812,9 @@ "human-child": { "body": "" }, + "human-edit": { + "body": "" + }, "human-female": { "body": "" }, @@ -10962,6 +10971,9 @@ "notebook": { "body": "" }, + "notebook-edit": { + "body": "" + }, "notebook-multiple": { "body": "" }, @@ -17571,7 +17583,7 @@ "parent": "boom-gate-up-outline" }, "arrow": { - "parent": "undo-variant" + "parent": "undo" }, "arrow-back": { "parent": "arrow-left" @@ -17904,7 +17916,7 @@ "parent": "baguette" }, "ban": { - "parent": "file-cancel-outline" + "parent": "file-cancel" }, "band-aid": { "parent": "bandage" @@ -18027,7 +18039,7 @@ "parent": "grill-outline" }, "beacon": { - "parent": "lighthouse" + "parent": "lighthouse-on" }, "beats-per-minute": { "parent": "metronome" @@ -18090,7 +18102,7 @@ "parent": "microsoft-bing" }, "birthday-cake": { - "parent": "cake-variant" + "parent": "cake" }, "biscuit": { "parent": "cookie" @@ -18507,7 +18519,7 @@ "parent": "calendar-multiple-check" }, "calendar-repeat": { - "parent": "calendar-refresh" + "parent": "calendar-sync" }, "calendar-repeat-outline": { "parent": "calendar-sync-outline" @@ -19017,7 +19029,7 @@ "parent": "update" }, "clock-warning": { - "parent": "clock-alert" + "parent": "clock-alert-outline" }, "clockwise": { "parent": "update" @@ -19452,10 +19464,10 @@ "parent": "bus-clock" }, "dependencies": { - "parent": "graph-outline" + "parent": "graph" }, "dependency": { - "parent": "graph-outline" + "parent": "graph" }, "design": { "parent": "pencil-ruler" @@ -20418,7 +20430,7 @@ "parent": "shoe-print" }, "forbid": { - "parent": "file-cancel-outline" + "parent": "file-cancel" }, "foreign-key": { "parent": "key-link" @@ -20694,7 +20706,7 @@ "parent": "crosshairs-question" }, "gpu": { - "parent": "expansion-card" + "parent": "expansion-card-variant" }, "grade": { "parent": "star" @@ -20709,7 +20721,7 @@ "parent": "barley-off" }, "graphics-processing-unit": { - "parent": "expansion-card" + "parent": "expansion-card-variant" }, "graveyard": { "parent": "grave-stone" @@ -21231,7 +21243,7 @@ "parent": "card-account-details-outline" }, "idea": { - "parent": "lightbulb" + "parent": "lightbulb-outline" }, "identification-card": { "parent": "card-account-details" @@ -21369,7 +21381,7 @@ "parent": "receipt" }, "irrigation": { - "parent": "sprinkler-variant" + "parent": "sprinkler" }, "italian-lights": { "parent": "string-lights" @@ -22794,7 +22806,7 @@ "parent": "wifi-star" }, "network-interface-card": { - "parent": "expansion-card" + "parent": "expansion-card-variant" }, "network-router": { "parent": "router-network" @@ -24279,7 +24291,7 @@ "parent": "head-cog-outline" }, "pub": { - "parent": "glass-mug" + "parent": "glass-mug-variant" }, "public": { "parent": "earth" @@ -24324,7 +24336,7 @@ "parent": "help-network-outline" }, "queue": { - "parent": "tray" + "parent": "tray-plus" }, "queue-music": { "parent": "playlist-music" @@ -24513,7 +24525,7 @@ "parent": "alert" }, "reschedule": { - "parent": "calendar-arrow-right" + "parent": "calendar-arrow-left" }, "resize-horizontal": { "parent": "arrow-split-vertical" @@ -32360,7 +32372,11 @@ "f14e1": "set-split", "f14e2": "beekeeper", "f14e3": "snowflake-off", - "f14e4": "weather-sunny-off" + "f14e4": "weather-sunny-off", + "f14e5": "clipboard-edit", + "f14e6": "clipboard-edit-outline", + "f14e7": "notebook-edit", + "f14e8": "human-edit" }, "categories": { "Account / User": [ diff --git a/package.json b/package.json index 1e07f89..8d91adc 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.166", + "version": "1.1.167", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",