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",
|
"version": "1.3.1",
|
||||||
"palette": "Colorless",
|
"palette": "Colorless",
|
||||||
"category": "General"
|
"category": "General",
|
||||||
|
"hidden": true
|
||||||
},
|
},
|
||||||
"heroicons-outline": {
|
"heroicons-outline": {
|
||||||
"name": "HeroIcons Outline",
|
"name": "HeroIcons Outline",
|
||||||
|
@ -459,16 +459,6 @@
|
|||||||
* Palette: Colorless
|
* 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
|
### HeroIcons Outline
|
||||||
* Number of icons: 230
|
* Number of icons: 230
|
||||||
* Author: Refactoring UI Inc
|
* Author: Refactoring UI Inc
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "iconify/json",
|
"name": "iconify/json",
|
||||||
"description": "Iconify icons collection in JSON format",
|
"description": "Iconify icons collection in JSON format",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"version": "1.1.429",
|
"version": "1.1.430",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://iconify.design/icon-sets/",
|
"homepage": "https://iconify.design/icon-sets/",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -20,7 +20,8 @@
|
|||||||
],
|
],
|
||||||
"height": 24,
|
"height": 24,
|
||||||
"category": "General",
|
"category": "General",
|
||||||
"palette": false
|
"palette": false,
|
||||||
|
"hidden": true
|
||||||
},
|
},
|
||||||
"icons": {
|
"icons": {
|
||||||
"add": {
|
"add": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "@iconify/json",
|
"name": "@iconify/json",
|
||||||
"description": "Iconify icons collection in JSON format",
|
"description": "Iconify icons collection in JSON format",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "1.1.429",
|
"version": "1.1.430",
|
||||||
"homepage": "https://iconify.design/icon-sets/",
|
"homepage": "https://iconify.design/icon-sets/",
|
||||||
"main": "lib/finder.js",
|
"main": "lib/finder.js",
|
||||||
"bugs": "https://github.com/iconify/collections-json/issues",
|
"bugs": "https://github.com/iconify/collections-json/issues",
|
||||||
|
Loading…
Reference in New Issue
Block a user