diff --git a/collections.json b/collections.json
index 2767e49..341e51e 100644
--- a/collections.json
+++ b/collections.json
@@ -33,7 +33,7 @@
},
"ic": {
"name": "Google Material Icons",
- "total": 9285,
+ "total": 9295,
"author": "Material Design Authors",
"url": "https://github.com/cyberalien/google-material-design-icons-updated",
"license": "Apache 2.0",
@@ -223,7 +223,7 @@
"humidity",
"edit-off"
],
- "version": "10.33.0",
+ "version": "10.34.0-rc.0",
"palette": "Colorless",
"category": "General"
},
@@ -619,7 +619,7 @@
},
"akar-icons": {
"name": "Akar Icons",
- "total": 284,
+ "total": 289,
"author": "Arturo Wibawa",
"url": "https://github.com/artcoholic/akar-icons",
"license": "MIT",
@@ -630,7 +630,7 @@
"pencil",
"location"
],
- "version": "1.5.2",
+ "version": "1.5.3",
"palette": "Colorless",
"category": "General"
},
@@ -927,7 +927,7 @@
"table-edit-24-filled",
"shifts-deny-24-regular"
],
- "version": "1.1.133",
+ "version": "1.1.134",
"palette": "Colorless",
"category": "General"
},
@@ -950,21 +950,18 @@
},
"maki": {
"name": "Maki",
- "total": 374,
+ "total": 204,
"author": "Mapbox",
"url": "https://github.com/mapbox/maki",
"license": "CC0",
"licenseURL": "http://creativecommons.org/publicdomain/zero/1.0/",
- "height": [
- 15,
- 11
- ],
+ "height": 15,
"samples": [
- "entrance-alt1-11",
- "clothing-store-11",
- "grocery-15"
+ "entrance-alt1",
+ "clothing-store",
+ "grocery"
],
- "version": "6.2.0",
+ "version": "7.0.0",
"palette": "Colorless",
"category": "General"
},
diff --git a/collections.md b/collections.md
index e6a9657..d4107ae 100644
--- a/collections.md
+++ b/collections.md
@@ -21,7 +21,7 @@
### Google Material Icons
-* Number of icons: 9285
+* Number of icons: 9295
* Author: Material Design Authors
* URL: https://github.com/cyberalien/google-material-design-icons-updated
* License: Apache 2.0
@@ -127,7 +127,7 @@
* Author: IBM
* URL: https://github.com/carbon-design-system/carbon/tree/main/packages/icons
* License: Apache 2.0
-* Version: 10.33.0
+* Version: 10.34.0-rc.0
* Palette: Colorless
@@ -353,12 +353,12 @@
### Akar Icons
-* Number of icons: 284
+* Number of icons: 289
* Author: Arturo Wibawa
* URL: https://github.com/artcoholic/akar-icons
* License: MIT
* License URL: https://github.com/artcoholic/akar-icons/blob/master/LICENSE
-* Version: 1.5.2
+* Version: 1.5.3
* Palette: Colorless
@@ -527,7 +527,7 @@
* URL: https://github.com/microsoft/fluentui-system-icons
* License: MIT
* License URL: https://github.com/microsoft/fluentui-system-icons/blob/master/LICENSE
-* Version: 1.1.133
+* Version: 1.1.134
* Palette: Colorless
@@ -542,12 +542,12 @@
### Maki
-* Number of icons: 374
+* Number of icons: 204
* Author: Mapbox
* URL: https://github.com/mapbox/maki
* License: CC0
* License URL: http://creativecommons.org/publicdomain/zero/1.0/
-* Version: 6.2.0
+* Version: 7.0.0
* Palette: Colorless
diff --git a/composer.json b/composer.json
index 2d72b12..5af5f4c 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.359",
+ "version": "1.1.360",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {
diff --git a/json/akar-icons.json b/json/akar-icons.json
index fa98d5a..5588ab7 100644
--- a/json/akar-icons.json
+++ b/json/akar-icons.json
@@ -2,7 +2,7 @@
"prefix": "akar-icons",
"info": {
"name": "Akar Icons",
- "total": 284,
+ "total": 289,
"author": {
"name": "Arturo Wibawa",
"url": "https://github.com/artcoholic/akar-icons"
@@ -12,7 +12,7 @@
"spdx": "MIT",
"url": "https://github.com/artcoholic/akar-icons/blob/master/LICENSE"
},
- "version": "1.5.2",
+ "version": "1.5.3",
"samples": [
"paper",
"pencil",
@@ -447,6 +447,9 @@
"face-very-sad": {
"body": ""
},
+ "face-wink": {
+ "body": ""
+ },
"facebook-fill": {
"body": ""
},
@@ -788,6 +791,12 @@
"text-align-right": {
"body": ""
},
+ "three-line-horizontal": {
+ "body": ""
+ },
+ "three-line-vertical": {
+ "body": ""
+ },
"thumbs-down": {
"body": ""
},
@@ -849,6 +858,12 @@
"twitter-fill": {
"body": ""
},
+ "two-line-horizontal": {
+ "body": ""
+ },
+ "two-line-vertical": {
+ "body": ""
+ },
"umbrella": {
"body": ""
},
diff --git a/json/carbon.json b/json/carbon.json
index 457b576..37b3d76 100644
--- a/json/carbon.json
+++ b/json/carbon.json
@@ -11,7 +11,7 @@
"title": "Apache 2.0",
"spdx": "Apache-2.0"
},
- "version": "10.33.0",
+ "version": "10.34.0-rc.0",
"samples": [
"user-certification",
"humidity",
diff --git a/json/fluent.json b/json/fluent.json
index 7480a7c..92a72b8 100644
--- a/json/fluent.json
+++ b/json/fluent.json
@@ -12,7 +12,7 @@
"spdx": "MIT",
"url": "https://github.com/microsoft/fluentui-system-icons/blob/master/LICENSE"
},
- "version": "1.1.133",
+ "version": "1.1.134",
"samples": [
"apps-list-24-filled",
"table-edit-24-filled",
diff --git a/json/ic.json b/json/ic.json
index e80d912..86ae9b2 100644
--- a/json/ic.json
+++ b/json/ic.json
@@ -2,7 +2,7 @@
"prefix": "ic",
"info": {
"name": "Google Material Icons",
- "total": 9285,
+ "total": 9295,
"author": {
"name": "Material Design Authors",
"url": "https://github.com/cyberalien/google-material-design-icons-updated"
@@ -2375,7 +2375,7 @@
"body": ""
},
"baseline-group-add": {
- "body": ""
+ "body": ""
},
"baseline-group-off": {
"body": ""
@@ -4951,6 +4951,12 @@
"baseline-swipe": {
"body": ""
},
+ "baseline-switch-access-shortcut": {
+ "body": ""
+ },
+ "baseline-switch-access-shortcut-add": {
+ "body": ""
+ },
"baseline-switch-account": {
"body": ""
},
@@ -4970,7 +4976,7 @@
"body": ""
},
"baseline-sync-alt": {
- "body": ""
+ "body": ""
},
"baseline-sync-disabled": {
"body": ""
@@ -7950,7 +7956,7 @@
"body": ""
},
"outline-group-add": {
- "body": ""
+ "body": ""
},
"outline-group-off": {
"body": ""
@@ -10526,6 +10532,12 @@
"outline-swipe": {
"body": ""
},
+ "outline-switch-access-shortcut": {
+ "body": ""
+ },
+ "outline-switch-access-shortcut-add": {
+ "body": ""
+ },
"outline-switch-account": {
"body": ""
},
@@ -10545,7 +10557,7 @@
"body": ""
},
"outline-sync-alt": {
- "body": ""
+ "body": ""
},
"outline-sync-disabled": {
"body": ""
@@ -13521,7 +13533,7 @@
"body": ""
},
"round-group-add": {
- "body": ""
+ "body": ""
},
"round-group-off": {
"body": ""
@@ -16097,6 +16109,12 @@
"round-swipe": {
"body": ""
},
+ "round-switch-access-shortcut": {
+ "body": ""
+ },
+ "round-switch-access-shortcut-add": {
+ "body": ""
+ },
"round-switch-account": {
"body": ""
},
@@ -16116,7 +16134,7 @@
"body": ""
},
"round-sync-alt": {
- "body": ""
+ "body": ""
},
"round-sync-disabled": {
"body": ""
@@ -19092,7 +19110,7 @@
"body": ""
},
"sharp-group-add": {
- "body": ""
+ "body": ""
},
"sharp-group-off": {
"body": ""
@@ -21668,6 +21686,12 @@
"sharp-swipe": {
"body": ""
},
+ "sharp-switch-access-shortcut": {
+ "body": ""
+ },
+ "sharp-switch-access-shortcut-add": {
+ "body": ""
+ },
"sharp-switch-account": {
"body": ""
},
@@ -21687,7 +21711,7 @@
"body": ""
},
"sharp-sync-alt": {
- "body": ""
+ "body": ""
},
"sharp-sync-disabled": {
"body": ""
@@ -24663,7 +24687,7 @@
"body": ""
},
"twotone-group-add": {
- "body": ""
+ "body": ""
},
"twotone-group-off": {
"body": ""
@@ -27239,6 +27263,12 @@
"twotone-swipe": {
"body": ""
},
+ "twotone-switch-access-shortcut": {
+ "body": ""
+ },
+ "twotone-switch-access-shortcut-add": {
+ "body": ""
+ },
"twotone-switch-account": {
"body": ""
},
@@ -27258,7 +27288,7 @@
"body": ""
},
"twotone-sync-alt": {
- "body": ""
+ "body": ""
},
"twotone-sync-disabled": {
"body": ""
@@ -31072,6 +31102,8 @@
"baseline-swap-vert",
"baseline-swap-vertical-circle",
"baseline-swipe",
+ "baseline-switch-access-shortcut",
+ "baseline-switch-access-shortcut-add",
"baseline-sync-alt",
"baseline-system-update-alt",
"baseline-tab",
@@ -31449,6 +31481,8 @@
"outline-swap-vert",
"outline-swap-vertical-circle",
"outline-swipe",
+ "outline-switch-access-shortcut",
+ "outline-switch-access-shortcut-add",
"outline-sync-alt",
"outline-system-update-alt",
"outline-tab",
@@ -31826,6 +31860,8 @@
"round-swap-vert",
"round-swap-vertical-circle",
"round-swipe",
+ "round-switch-access-shortcut",
+ "round-switch-access-shortcut-add",
"round-sync-alt",
"round-system-update-alt",
"round-tab",
@@ -32203,6 +32239,8 @@
"sharp-swap-vert",
"sharp-swap-vertical-circle",
"sharp-swipe",
+ "sharp-switch-access-shortcut",
+ "sharp-switch-access-shortcut-add",
"sharp-sync-alt",
"sharp-system-update-alt",
"sharp-tab",
@@ -32580,6 +32618,8 @@
"twotone-swap-vert",
"twotone-swap-vertical-circle",
"twotone-swipe",
+ "twotone-switch-access-shortcut",
+ "twotone-switch-access-shortcut-add",
"twotone-sync-alt",
"twotone-system-update-alt",
"twotone-tab",
diff --git a/json/maki.json b/json/maki.json
index dd11540..40596a7 100644
--- a/json/maki.json
+++ b/json/maki.json
@@ -2,7 +2,7 @@
"prefix": "maki",
"info": {
"name": "Maki",
- "total": 374,
+ "total": 204,
"author": {
"name": "Mapbox",
"url": "https://github.com/mapbox/maki"
@@ -12,1571 +12,2373 @@
"spdx": "CC0-1.0",
"url": "http://creativecommons.org/publicdomain/zero/1.0/"
},
- "version": "6.2.0",
+ "version": "7.0.0",
"samples": [
- "entrance-alt1-11",
- "clothing-store-11",
- "grocery-15"
- ],
- "height": [
- 15,
- 11
+ "entrance-alt1",
+ "clothing-store",
+ "grocery"
],
+ "height": 15,
"category": "General",
"palette": false
},
"icons": {
- "aerialway-11": {
- "body": ""
+ "aerialway": {
+ "body": ""
},
- "aerialway-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "aerialway-11": {
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
+ },
+ "airfield": {
+ "body": ""
},
"airfield-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "airfield-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "airport": {
+ "body": ""
},
"airport-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "airport-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "alcohol-shop": {
+ "body": ""
},
"alcohol-shop-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "alcohol-shop-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "american-football": {
+ "body": ""
},
"american-football-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "american-football-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "amusement-park": {
+ "body": ""
},
"amusement-park-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "amusement-park-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "aquarium": {
+ "body": ""
},
"aquarium-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "aquarium-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "arrow": {
+ "body": ""
+ },
+ "art-gallery": {
+ "body": ""
},
"art-gallery-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "art-gallery-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "attraction": {
+ "body": ""
},
"attraction-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "attraction-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "bakery": {
+ "body": ""
},
"bakery-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
"bakery-15": {
"body": "",
- "width": 15,
- "height": 15
+ "hidden": true
+ },
+ "bank": {
+ "body": ""
},
"bank-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "bank-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "bank-jp": {
+ "body": ""
},
"bank-jp-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "bank-jp-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "bar": {
+ "body": ""
},
"bar-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "bar-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "barrier": {
+ "body": ""
},
"barrier-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "barrier-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "baseball": {
+ "body": ""
},
"baseball-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "baseball-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "basketball": {
+ "body": ""
},
"basketball-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "basketball-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "bbq": {
+ "body": ""
},
"bbq-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "bbq-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "beach": {
+ "body": ""
},
"beach-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "beach-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "beer": {
+ "body": ""
},
"beer-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "beer-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "bicycle": {
+ "body": ""
},
"bicycle-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "bicycle-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "bicycle-share": {
+ "body": ""
},
"bicycle-share-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "bicycle-share-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "blood-bank": {
+ "body": ""
},
"blood-bank-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "blood-bank-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "bowling-alley": {
+ "body": ""
},
"bowling-alley-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "bowling-alley-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "bridge": {
+ "body": ""
},
"bridge-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "bridge-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "building": {
+ "body": ""
},
"building-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "building-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "building-alt1": {
+ "body": ""
},
"building-alt1-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "building-alt1-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "bus": {
+ "body": ""
},
"bus-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "bus-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "cafe": {
+ "body": ""
},
"cafe-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "cafe-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "campsite": {
+ "body": ""
},
"campsite-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "campsite-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "car": {
+ "body": ""
},
"car-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
"car-15": {
"body": "",
- "width": 15,
- "height": 15
+ "hidden": true
+ },
+ "car-rental": {
+ "body": ""
},
"car-rental-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
"car-rental-15": {
"body": "",
- "width": 15,
- "height": 15
+ "hidden": true
+ },
+ "car-repair": {
+ "body": ""
},
"car-repair-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
"car-repair-15": {
"body": "",
- "width": 15,
- "height": 15
+ "hidden": true
+ },
+ "casino": {
+ "body": ""
},
"casino-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "casino-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "castle": {
+ "body": ""
},
"castle-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "castle-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "castle-jp": {
+ "body": ""
},
"castle-jp-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "castle-jp-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "caution": {
+ "body": ""
+ },
+ "cemetery": {
+ "body": ""
},
"cemetery-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "cemetery-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "cemetery-jp": {
+ "body": ""
},
"cemetery-jp-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "cemetery-jp-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "charging-station": {
+ "body": ""
},
"charging-station-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "charging-station-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "cinema": {
+ "body": ""
},
"cinema-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "cinema-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "circle": {
+ "body": ""
},
"circle-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "circle-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "circle-stroked": {
+ "body": ""
},
"circle-stroked-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "circle-stroked-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "city": {
+ "body": ""
},
"city-11": {
- "body": ""
+ "body": "",
+ "width": 11,
+ "height": 11,
+ "hidden": true
},
- "city-15": {
- "body": "",
- "width": 15,
- "height": 15
+ "clothing-store": {
+ "body": "