mirror of
https://github.com/iconify/collections-json.git
synced 2024-11-09 23:00:55 +00:00
Hide duplicate Mono Icons
This commit is contained in:
parent
a9fc3bf029
commit
b38276c8d7
@ -816,7 +816,8 @@
|
||||
],
|
||||
"version": "1.3.1",
|
||||
"palette": "Colorless",
|
||||
"category": "General"
|
||||
"category": "General",
|
||||
"hidden": true
|
||||
},
|
||||
"heroicons-outline": {
|
||||
"name": "HeroIcons Outline",
|
||||
|
@ -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
|
||||
|
@ -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": {
|
||||
|
@ -20,7 +20,8 @@
|
||||
],
|
||||
"height": 24,
|
||||
"category": "General",
|
||||
"palette": false
|
||||
"palette": false,
|
||||
"hidden": true
|
||||
},
|
||||
"icons": {
|
||||
"add": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user