diff --git a/collections.json b/collections.json
index 311ebda..83c43e4 100644
--- a/collections.json
+++ b/collections.json
@@ -94,7 +94,7 @@
"ios-bicycle",
"md-person-add"
],
- "version": "5.0.0-8",
+ "version": "5.0.0-9",
"palette": "Colorless",
"category": "General"
},
diff --git a/collections.md b/collections.md
index 9a6a6e3..fad5c75 100644
--- a/collections.md
+++ b/collections.md
@@ -54,7 +54,7 @@
* URL: https://github.com/driftyco/ionicons
* License: MIT
* License URL: https://github.com/driftyco/ionicons/blob/master/LICENSE
-* Version: 5.0.0-8
+* Version: 5.0.0-9
* Palette: Colorless
diff --git a/composer.json b/composer.json
index c269f2d..857d68f 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.15",
+ "version": "1.1.16",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {
diff --git a/json/ion.json b/json/ion.json
index a084168..5981aa4 100644
--- a/json/ion.json
+++ b/json/ion.json
@@ -12,7 +12,7 @@
"spdx": "MIT",
"url": "https://github.com/driftyco/ionicons/blob/master/LICENSE"
},
- "version": "5.0.0-8",
+ "version": "5.0.0-9",
"samples": [
"ios-add-circle-outline",
"ios-bicycle",
@@ -7298,15 +7298,6 @@
"swap-vertical-sharp": {
"body": ""
},
- "switch": {
- "body": ""
- },
- "switch-outline": {
- "body": ""
- },
- "switch-sharp": {
- "body": ""
- },
"sync": {
"body": ""
},
@@ -7441,10 +7432,19 @@
"today-sharp": {
"body": ""
},
+ "toggle": {
+ "body": ""
+ },
"toggle-filled": {
"body": "",
"hidden": true
},
+ "toggle-outline": {
+ "body": ""
+ },
+ "toggle-sharp": {
+ "body": ""
+ },
"trail-sign": {
"body": ""
},
@@ -8430,28 +8430,14 @@
"social-youtube": {
"parent": "logo-youtube"
},
- "toggle": {
- "parent": "switch"
+ "switch": {
+ "parent": "toggle"
},
- "toggle-outline": {
- "parent": "switch-outline"
+ "switch-outline": {
+ "parent": "toggle-outline"
},
- "toggle-sharp": {
- "parent": "switch-sharp"
- }
- },
- "themes": {
- "md": {
- "title": "Android",
- "prefix": "md-"
- },
- "ios": {
- "title": "iOS",
- "prefix": "ios-"
- },
- "logo": {
- "title": "Logos",
- "prefix": "logo-"
+ "switch-sharp": {
+ "parent": "toggle-sharp"
}
},
"width": 512,
diff --git a/package.json b/package.json
index 14c38ac..0b8e098 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.15",
+ "version": "1.1.16",
"homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js",
"bugs": "https://github.com/iconify/collections-json/issues",