@iconify/json 2.2.145 → 2.2.146

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
@@ -87,7 +87,7 @@
87
87
  "ph": {
88
88
  "name": "Phosphor",
89
89
  "total": 7488,
90
- "version": "2.0.2",
90
+ "version": "2.0.3",
91
91
  "author": {
92
92
  "name": "Phosphor Icons",
93
93
  "url": "https://github.com/phosphor-icons/core"
@@ -1740,7 +1740,7 @@
1740
1740
  "bow-and-arrow",
1741
1741
  "full-moon-face"
1742
1742
  ],
1743
- "height": 72,
1743
+ "height": 36,
1744
1744
  "displayHeight": 18,
1745
1745
  "category": "Emoji",
1746
1746
  "palette": true
@@ -1984,8 +1984,7 @@
1984
1984
  "fire",
1985
1985
  "kissing-face-with-smiling-eyes"
1986
1986
  ],
1987
- "height": 48,
1988
- "displayHeight": 24,
1987
+ "height": 24,
1989
1988
  "category": "Emoji",
1990
1989
  "palette": true
1991
1990
  },
@@ -2181,7 +2180,7 @@
2181
2180
  "tensorflow",
2182
2181
  "logstash"
2183
2182
  ],
2184
- "height": 128,
2183
+ "height": 32,
2185
2184
  "displayHeight": 16,
2186
2185
  "category": "Brands / Social",
2187
2186
  "palette": true
@@ -2203,7 +2202,7 @@
2203
2202
  "bulma",
2204
2203
  "logstash"
2205
2204
  ],
2206
- "height": 128,
2205
+ "height": 32,
2207
2206
  "displayHeight": 16,
2208
2207
  "category": "Brands / Social",
2209
2208
  "palette": false
@@ -2442,7 +2441,7 @@
2442
2441
  "real-estate-agency",
2443
2442
  "wheelchair"
2444
2443
  ],
2445
- "height": 50,
2444
+ "height": 25,
2446
2445
  "category": "Maps / Flags",
2447
2446
  "palette": false
2448
2447
  },
package/collections.md CHANGED
@@ -48,7 +48,7 @@
48
48
  * URL: https://github.com/phosphor-icons/core
49
49
  * License: MIT
50
50
  * License URL: https://github.com/phosphor-icons/core/blob/main/LICENSE
51
- * Version: 2.0.2
51
+ * Version: 2.0.3
52
52
  * Palette: Colorless
53
53
  * Icon set prefix: `ph`
54
54
  * File: [json/ph.json](json/ph.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
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": "2.2.145",
5
+ "version": "2.2.146",
6
6
  "license": "MIT",
7
7
  "homepage": "https://iconify.design/icon-sets/",
8
8
  "autoload": {
@@ -17,7 +17,7 @@
17
17
  "bulma",
18
18
  "logstash"
19
19
  ],
20
- "height": 128,
20
+ "height": 32,
21
21
  "displayHeight": 16,
22
22
  "category": "Brands / Social",
23
23
  "palette": false
package/json/devicon.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "tensorflow",
18
18
  "logstash"
19
19
  ],
20
- "height": 128,
20
+ "height": 32,
21
21
  "displayHeight": 16,
22
22
  "category": "Brands / Social",
23
23
  "palette": true
package/json/map.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "real-estate-agency",
19
19
  "wheelchair"
20
20
  ],
21
- "height": 50,
21
+ "height": 25,
22
22
  "category": "Maps / Flags",
23
23
  "palette": false
24
24
  },
@@ -17,7 +17,7 @@
17
17
  "bow-and-arrow",
18
18
  "full-moon-face"
19
19
  ],
20
- "height": 72,
20
+ "height": 36,
21
21
  "displayHeight": 18,
22
22
  "category": "Emoji",
23
23
  "palette": true
package/json/ph.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "name": "Phosphor",
5
5
  "total": 7488,
6
- "version": "2.0.2",
6
+ "version": "2.0.3",
7
7
  "author": {
8
8
  "name": "Phosphor Icons",
9
9
  "url": "https://github.com/phosphor-icons/core"
@@ -17,8 +17,7 @@
17
17
  "fire",
18
18
  "kissing-face-with-smiling-eyes"
19
19
  ],
20
- "height": 48,
21
- "displayHeight": 24,
20
+ "height": 24,
22
21
  "category": "Emoji",
23
22
  "palette": true
24
23
  },
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@iconify/json",
3
3
  "description": "Hundreds of open source icon sets in IconifyJSON format",
4
4
  "license": "MIT",
5
- "version": "2.2.145",
5
+ "version": "2.2.146",
6
6
  "type": "module",
7
7
  "homepage": "https://iconify.design/icon-sets/",
8
8
  "bugs": "https://github.com/iconify/icon-sets/issues",