From b38276c8d730f8f9f5a175875bf5e0f7f0677b8a Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Wed, 17 Nov 2021 18:40:57 +0200 Subject: [PATCH] Hide duplicate Mono Icons --- collections.json | 3 ++- collections.md | 10 ---------- composer.json | 2 +- json/mono-icons.json | 3 ++- package.json | 2 +- 5 files changed, 6 insertions(+), 14 deletions(-) diff --git a/collections.json b/collections.json index c8321da..1314e34 100644 --- a/collections.json +++ b/collections.json @@ -816,7 +816,8 @@ ], "version": "1.3.1", "palette": "Colorless", - "category": "General" + "category": "General", + "hidden": true }, "heroicons-outline": { "name": "HeroIcons Outline", diff --git a/collections.md b/collections.md index e7ceb29..c44f2e8 100644 --- a/collections.md +++ b/collections.md @@ -459,16 +459,6 @@ * Palette: Colorless -### Mono Icons -* Number of icons: 180 -* Author: Mono -* URL: https://github.com/mono-company/mono-icons -* License: MIT -* License URL: https://github.com/mono-company/mono-icons/blob/master/LICENSE.md -* Version: 1.3.1 -* Palette: Colorless - - ### HeroIcons Outline * Number of icons: 230 * Author: Refactoring UI Inc diff --git a/composer.json b/composer.json index 2d0d9b7..9be0c10 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.429", + "version": "1.1.430", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mono-icons.json b/json/mono-icons.json index fe5952c..77a38a7 100644 --- a/json/mono-icons.json +++ b/json/mono-icons.json @@ -20,7 +20,8 @@ ], "height": 24, "category": "General", - "palette": false + "palette": false, + "hidden": true }, "icons": { "add": { diff --git a/package.json b/package.json index 0d25426..9e0cb52 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.429", + "version": "1.1.430", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",