From 8a10c24a68a72ce7a4469af868fd0ffd0813c960 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sun, 31 Mar 2019 13:15:48 +0300 Subject: [PATCH] Update Google Material Icons --- collections.json | 2 +- collections.md | 2 +- composer.json | 2 +- json/ic.json | 67 +++++++++++++++++++++++++++++++++++++++++++++--- package.json | 2 +- 5 files changed, 67 insertions(+), 8 deletions(-) diff --git a/collections.json b/collections.json index a023902..8c2950d 100644 --- a/collections.json +++ b/collections.json @@ -33,7 +33,7 @@ }, "ic": { "name": "Google Material Icons", - "total": 5230, + "total": 5245, "author": "Material Design Authors", "url": "https://github.com/cyberalien/google-material-design-icons-updated", "license": "Apache 2.0", diff --git a/collections.md b/collections.md index cd504a1..44d7e10 100644 --- a/collections.md +++ b/collections.md @@ -21,7 +21,7 @@ ### Google Material Icons -* Number of icons: 5230 +* Number of icons: 5245 * Author: Material Design Authors * URL: https://github.com/cyberalien/google-material-design-icons-updated * License: Apache 2.0 diff --git a/composer.json b/composer.json index 5382567..153e672 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.0.91", + "version": "1.0.92", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/ic.json b/json/ic.json index e5b8296..6699d3f 100644 --- a/json/ic.json +++ b/json/ic.json @@ -688,6 +688,15 @@ "baseline-contacts": { "body": "" }, + "baseline-content-copy": { + "body": "" + }, + "baseline-content-cut": { + "body": "" + }, + "baseline-content-paste": { + "body": "" + }, "baseline-control-camera": { "body": "" }, @@ -3147,10 +3156,6 @@ "body": "", "hidden": true }, - "content-paste": { - "body": "", - "hidden": true - }, "do-not-disturb-alt": { "body": "", "hidden": true @@ -3850,6 +3855,15 @@ "outline-contacts": { "body": "" }, + "outline-content-copy": { + "body": "" + }, + "outline-content-cut": { + "body": "" + }, + "outline-content-paste": { + "body": "" + }, "outline-control-camera": { "body": "" }, @@ -6988,6 +7002,15 @@ "round-contacts": { "body": "" }, + "round-content-copy": { + "body": "" + }, + "round-content-cut": { + "body": "" + }, + "round-content-paste": { + "body": "" + }, "round-control-camera": { "body": "" }, @@ -10130,6 +10153,15 @@ "sharp-contacts": { "body": "" }, + "sharp-content-copy": { + "body": "" + }, + "sharp-content-cut": { + "body": "" + }, + "sharp-content-paste": { + "body": "" + }, "sharp-control-camera": { "body": "" }, @@ -13272,6 +13304,15 @@ "twotone-contacts": { "body": "" }, + "twotone-content-copy": { + "body": "" + }, + "twotone-content-cut": { + "body": "" + }, + "twotone-content-paste": { + "body": "" + }, "twotone-control-camera": { "body": "" }, @@ -16328,6 +16369,9 @@ "contacts": { "parent": "baseline-contacts" }, + "content-paste": { + "parent": "outline-content-paste" + }, "control-point": { "parent": "baseline-control-point" }, @@ -20573,6 +20617,9 @@ "baseline-ballot", "baseline-block", "baseline-clear", + "baseline-content-copy", + "baseline-content-cut", + "baseline-content-paste", "baseline-create", "baseline-delete-sweep", "baseline-drafts", @@ -20621,6 +20668,9 @@ "outline-ballot", "outline-block", "outline-clear", + "outline-content-copy", + "outline-content-cut", + "outline-content-paste", "outline-create", "outline-delete-sweep", "outline-drafts", @@ -20669,6 +20719,9 @@ "round-ballot", "round-block", "round-clear", + "round-content-copy", + "round-content-cut", + "round-content-paste", "round-create", "round-delete-sweep", "round-drafts", @@ -20717,6 +20770,9 @@ "sharp-ballot", "sharp-block", "sharp-clear", + "sharp-content-copy", + "sharp-content-cut", + "sharp-content-paste", "sharp-create", "sharp-delete-sweep", "sharp-drafts", @@ -20765,6 +20821,9 @@ "twotone-ballot", "twotone-block", "twotone-clear", + "twotone-content-copy", + "twotone-content-cut", + "twotone-content-paste", "twotone-create", "twotone-delete-sweep", "twotone-drafts", diff --git a/package.json b/package.json index bb9dd64..87f4e2e 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.0.91", + "version": "1.0.92", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify-design/collections-json/issues",