From f18c25e43f359d92990123bb56e2f930a52483b1 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Wed, 3 Jun 2020 09:34:20 +0300 Subject: [PATCH] Update Carbon, HeroIcons Outline, HeroIcons Solid, OpenMoji --- collections.json | 8 ++++---- collections.md | 8 ++++---- composer.json | 2 +- json/carbon.json | 8 ++++---- json/heroicons-outline.json | 2 +- json/heroicons-solid.json | 2 +- json/openmoji.json | 6 +++++- package.json | 2 +- 8 files changed, 21 insertions(+), 17 deletions(-) diff --git a/collections.json b/collections.json index 1f06d83..8abf89e 100644 --- a/collections.json +++ b/collections.json @@ -190,7 +190,7 @@ "humidity", "edit-off" ], - "version": "10.10.2", + "version": "10.11.0", "palette": "Colorless", "category": "General" }, @@ -439,7 +439,7 @@ "library", "receipt-refund" ], - "version": "0.2.0", + "version": "0.3.5", "palette": "Colorless", "category": "General" }, @@ -455,7 +455,7 @@ "library", "receipt-refund" ], - "version": "0.2.0", + "version": "0.3.5", "palette": "Colorless", "category": "General" }, @@ -969,7 +969,7 @@ }, "openmoji": { "name": "OpenMoji", - "total": 3540, + "total": 3541, "author": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji", "license": "CC BY-SA 4.0", diff --git a/collections.md b/collections.md index 705cd7f..0aa58ab 100644 --- a/collections.md +++ b/collections.md @@ -108,7 +108,7 @@ * Author: IBM * URL: https://github.com/carbon-design-system/carbon/tree/master/packages/icons * License: Apache 2.0 -* Version: 10.10.2 +* Version: 10.11.0 * Palette: Colorless @@ -252,7 +252,7 @@ * Author: Steve Schoger * URL: https://github.com/refactoringui/heroicons * License: MIT -* Version: 0.2.0 +* Version: 0.3.5 * Palette: Colorless @@ -261,7 +261,7 @@ * Author: Steve Schoger * URL: https://github.com/refactoringui/heroicons * License: MIT -* Version: 0.2.0 +* Version: 0.3.5 * Palette: Colorless @@ -562,7 +562,7 @@ ### OpenMoji -* Number of icons: 3540 +* Number of icons: 3541 * Author: OpenMoji * URL: https://github.com/hfg-gmuend/openmoji * License: CC BY-SA 4.0 diff --git a/composer.json b/composer.json index 01c564c..0b86986 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.164", + "version": "1.1.165", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/carbon.json b/json/carbon.json index a61e62b..0469a0f 100644 --- a/json/carbon.json +++ b/json/carbon.json @@ -11,7 +11,7 @@ "title": "Apache 2.0", "spdx": "Apache-2.0" }, - "version": "10.10.2", + "version": "10.11.0", "samples": [ "user-certification", "humidity", @@ -620,7 +620,7 @@ "body": "" }, "close": { - "body": "" + "body": "" }, "close-filled": { "body": "" @@ -2615,7 +2615,7 @@ "body": "" }, "sigma": { - "body": "" + "body": "" }, "skill-level": { "body": "" @@ -3011,7 +3011,7 @@ "body": "" }, "timer": { - "body": "" + "body": "" }, "tool-box": { "body": "" diff --git a/json/heroicons-outline.json b/json/heroicons-outline.json index 54e9809..530f64b 100644 --- a/json/heroicons-outline.json +++ b/json/heroicons-outline.json @@ -11,7 +11,7 @@ "title": "MIT", "spdx": "MIT" }, - "version": "0.2.0", + "version": "0.3.5", "samples": [ "color-swatch", "library", diff --git a/json/heroicons-solid.json b/json/heroicons-solid.json index 2ef7d5a..c7f04a1 100644 --- a/json/heroicons-solid.json +++ b/json/heroicons-solid.json @@ -11,7 +11,7 @@ "title": "MIT", "spdx": "MIT" }, - "version": "0.2.0", + "version": "0.3.5", "samples": [ "color-swatch", "library", diff --git a/json/openmoji.json b/json/openmoji.json index 57fc2d6..5e723b5 100644 --- a/json/openmoji.json +++ b/json/openmoji.json @@ -2,7 +2,7 @@ "prefix": "openmoji", "info": { "name": "OpenMoji", - "total": 3540, + "total": 3541, "author": { "name": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji" @@ -3192,6 +3192,9 @@ "green-square": { "body": "" }, + "greta-thunberg": { + "body": "" + }, "grimacing-face": { "body": "" }, @@ -11162,6 +11165,7 @@ "goldfish", "gps", "green-flag", + "greta-thunberg", "half-orange-fruit", "hamburger-menu", "headache", diff --git a/package.json b/package.json index ce876d3..add7618 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.164", + "version": "1.1.165", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",