@iconify/json 1.1.429 → 1.1.430

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/collections.json CHANGED
@@ -816,7 +816,8 @@
816
816
  ],
817
817
  "version": "1.3.1",
818
818
  "palette": "Colorless",
819
- "category": "General"
819
+ "category": "General",
820
+ "hidden": true
820
821
  },
821
822
  "heroicons-outline": {
822
823
  "name": "HeroIcons Outline",
package/collections.md CHANGED
@@ -459,16 +459,6 @@
459
459
  * Palette: Colorless
460
460
 
461
461
 
462
- ### Mono Icons
463
- * Number of icons: 180
464
- * Author: Mono
465
- * URL: https://github.com/mono-company/mono-icons
466
- * License: MIT
467
- * License URL: https://github.com/mono-company/mono-icons/blob/master/LICENSE.md
468
- * Version: 1.3.1
469
- * Palette: Colorless
470
-
471
-
472
462
  ### HeroIcons Outline
473
463
  * Number of icons: 230
474
464
  * Author: Refactoring UI Inc
package/composer.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "iconify/json",
3
3
  "description": "Iconify icons collection in JSON format",
4
4
  "type": "library",
5
- "version": "1.1.429",
5
+ "version": "1.1.430",
6
6
  "license": "MIT",
7
7
  "homepage": "https://iconify.design/icon-sets/",
8
8
  "autoload": {
@@ -20,7 +20,8 @@
20
20
  ],
21
21
  "height": 24,
22
22
  "category": "General",
23
- "palette": false
23
+ "palette": false,
24
+ "hidden": true
24
25
  },
25
26
  "icons": {
26
27
  "add": {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@iconify/json",
3
3
  "description": "Iconify icons collection in JSON format",
4
4
  "license": "MIT",
5
- "version": "1.1.429",
5
+ "version": "1.1.430",
6
6
  "homepage": "https://iconify.design/icon-sets/",
7
7
  "main": "lib/finder.js",
8
8
  "bugs": "https://github.com/iconify/collections-json/issues",