diff --git a/collections.json b/collections.json index 2b0368c..4ec0e10 100644 --- a/collections.json +++ b/collections.json @@ -87,7 +87,7 @@ "ph": { "name": "Phosphor", "total": 7488, - "version": "2.0.2", + "version": "2.0.3", "author": { "name": "Phosphor Icons", "url": "https://github.com/phosphor-icons/core" @@ -1740,7 +1740,7 @@ "bow-and-arrow", "full-moon-face" ], - "height": 72, + "height": 36, "displayHeight": 18, "category": "Emoji", "palette": true @@ -1984,8 +1984,7 @@ "fire", "kissing-face-with-smiling-eyes" ], - "height": 48, - "displayHeight": 24, + "height": 24, "category": "Emoji", "palette": true }, @@ -2181,7 +2180,7 @@ "tensorflow", "logstash" ], - "height": 128, + "height": 32, "displayHeight": 16, "category": "Brands / Social", "palette": true @@ -2203,7 +2202,7 @@ "bulma", "logstash" ], - "height": 128, + "height": 32, "displayHeight": 16, "category": "Brands / Social", "palette": false @@ -2442,7 +2441,7 @@ "real-estate-agency", "wheelchair" ], - "height": 50, + "height": 25, "category": "Maps / Flags", "palette": false }, diff --git a/collections.md b/collections.md index b60a23e..e7158a3 100644 --- a/collections.md +++ b/collections.md @@ -48,7 +48,7 @@ * URL: https://github.com/phosphor-icons/core * License: MIT * License URL: https://github.com/phosphor-icons/core/blob/main/LICENSE -* Version: 2.0.2 +* Version: 2.0.3 * Palette: Colorless * Icon set prefix: `ph` * File: [json/ph.json](json/ph.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) diff --git a/composer.json b/composer.json index be4c40a..ed684da 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.2.145", + "version": "2.2.146", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/devicon-plain.json b/json/devicon-plain.json index 583159f..dbe8e91 100644 --- a/json/devicon-plain.json +++ b/json/devicon-plain.json @@ -17,7 +17,7 @@ "bulma", "logstash" ], - "height": 128, + "height": 32, "displayHeight": 16, "category": "Brands / Social", "palette": false diff --git a/json/devicon.json b/json/devicon.json index feb1dd8..b5c62d6 100644 --- a/json/devicon.json +++ b/json/devicon.json @@ -17,7 +17,7 @@ "tensorflow", "logstash" ], - "height": 128, + "height": 32, "displayHeight": 16, "category": "Brands / Social", "palette": true diff --git a/json/map.json b/json/map.json index abbb516..fce696c 100644 --- a/json/map.json +++ b/json/map.json @@ -18,7 +18,7 @@ "real-estate-agency", "wheelchair" ], - "height": 50, + "height": 25, "category": "Maps / Flags", "palette": false }, diff --git a/json/openmoji.json b/json/openmoji.json index b7ce0e1..e16e454 100644 --- a/json/openmoji.json +++ b/json/openmoji.json @@ -17,7 +17,7 @@ "bow-and-arrow", "full-moon-face" ], - "height": 72, + "height": 36, "displayHeight": 18, "category": "Emoji", "palette": true diff --git a/json/ph.json b/json/ph.json index 86febc1..4dcb53e 100644 --- a/json/ph.json +++ b/json/ph.json @@ -3,7 +3,7 @@ "info": { "name": "Phosphor", "total": 7488, - "version": "2.0.2", + "version": "2.0.3", "author": { "name": "Phosphor Icons", "url": "https://github.com/phosphor-icons/core" diff --git a/json/streamline-emojis.json b/json/streamline-emojis.json index 46d8c98..43bb83f 100644 --- a/json/streamline-emojis.json +++ b/json/streamline-emojis.json @@ -17,8 +17,7 @@ "fire", "kissing-face-with-smiling-eyes" ], - "height": 48, - "displayHeight": 24, + "height": 24, "category": "Emoji", "palette": true }, diff --git a/package-lock.json b/package-lock.json index c4e1b6d..ae02e18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.2.145", + "version": "2.2.146", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.2.145", + "version": "2.2.146", "license": "MIT", "dependencies": { "@iconify/types": "*", diff --git a/package.json b/package.json index d2362a9..f8f5f63 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@iconify/json", "description": "Hundreds of open source icon sets in IconifyJSON format", "license": "MIT", - "version": "2.2.145", + "version": "2.2.146", "type": "module", "homepage": "https://iconify.design/icon-sets/", "bugs": "https://github.com/iconify/icon-sets/issues",