diff --git a/collections.json b/collections.json
index ffeef1f..b7b4b53 100644
--- a/collections.json
+++ b/collections.json
@@ -1786,7 +1786,7 @@
},
"arcticons": {
"name": "Arcticons",
- "total": 5008,
+ "total": 5002,
"author": {
"name": "Donnnno",
"url": "https://github.com/Donnnno/Arcticons"
diff --git a/collections.md b/collections.md
index d932e02..fe2ef27 100644
--- a/collections.md
+++ b/collections.md
@@ -873,7 +873,7 @@
* File: [json/fa6-brands.json](json/fa6-brands.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
## Arcticons
-* Number of icons: 5008
+* Number of icons: 5002
* Author: Donnnno
* URL: https://github.com/Donnnno/Arcticons
* License: CC BY-SA 4.0
diff --git a/composer.json b/composer.json
index 5c1b9eb..de8d4f1 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
"name": "iconify/json",
"description": "Iconify icons collection in JSON format",
"type": "library",
- "version": "2.1.156",
+ "version": "2.1.157",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {
diff --git a/json/arcticons.json b/json/arcticons.json
index 555c32b..0894039 100644
--- a/json/arcticons.json
+++ b/json/arcticons.json
@@ -2,7 +2,7 @@
"prefix": "arcticons",
"info": {
"name": "Arcticons",
- "total": 5008,
+ "total": 5002,
"author": {
"name": "Donnnno",
"url": "https://github.com/Donnnno/Arcticons"
@@ -67,13 +67,15 @@
"body": ""
},
"a1by1": {
- "body": ""
+ "body": "",
+ "hidden": true
},
"a1dm": {
"body": ""
},
"a1money": {
- "body": ""
+ "body": "",
+ "hidden": true
},
"a1password": {
"body": ""
@@ -94,7 +96,8 @@
"body": ""
},
"a30-day-fitness-challenge": {
- "body": ""
+ "body": "",
+ "hidden": true
},
"a3c-all-in-one-toolbox": {
"body": ""
@@ -2006,7 +2009,8 @@
"body": ""
},
"business-kalendar": {
- "body": ""
+ "body": "",
+ "hidden": true
},
"business-suite": {
"body": ""
@@ -3843,7 +3847,8 @@
"body": ""
},
"dowser": {
- "body": ""
+ "body": "",
+ "hidden": true
},
"drastic": {
"body": ""
@@ -4297,7 +4302,8 @@
"body": ""
},
"everydady-tasks": {
- "body": ""
+ "body": "",
+ "hidden": true
},
"everywhere-launcher": {
"body": ""
diff --git a/package-lock.json b/package-lock.json
index c13e803..e21347f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@iconify/json",
- "version": "2.1.156",
+ "version": "2.1.157",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@iconify/json",
- "version": "2.1.156",
+ "version": "2.1.157",
"license": "MIT",
"dependencies": {
"@iconify/types": "*",
diff --git a/package.json b/package.json
index 9efff9b..65896c6 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Iconify icons collection in JSON format",
"license": "MIT",
- "version": "2.1.156",
+ "version": "2.1.157",
"homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/icon-sets/issues",
"repository": {