@iconify/json 2.2.372 → 2.2.373

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
@@ -224,34 +224,6 @@
224
224
  ],
225
225
  "palette": false
226
226
  },
227
- "hugeicons": {
228
- "name": "Huge Icons",
229
- "total": 4523,
230
- "author": {
231
- "name": "Hugeicons",
232
- "url": "https://icon-sets.iconify.design/icon-sets/hugeicons/"
233
- },
234
- "license": {
235
- "title": "MIT",
236
- "spdx": "MIT"
237
- },
238
- "samples": [
239
- "analytics-up",
240
- "android",
241
- "search-02",
242
- "tick-02",
243
- "not-equal-sign",
244
- "text-align-left-01"
245
- ],
246
- "height": 24,
247
- "category": "UI 24px",
248
- "tags": [
249
- "Precise Shapes",
250
- "Has Padding",
251
- "Uses Stroke"
252
- ],
253
- "palette": false
254
- },
255
227
  "mingcute": {
256
228
  "name": "MingCute Icon",
257
229
  "total": 3098,
@@ -1330,6 +1302,33 @@
1330
1302
  ],
1331
1303
  "palette": false
1332
1304
  },
1305
+ "hugeicons": {
1306
+ "name": "Huge Icons",
1307
+ "total": 4523,
1308
+ "author": {
1309
+ "name": "Hugeicons",
1310
+ "url": "https://icon-sets.iconify.design/icon-sets/hugeicons/"
1311
+ },
1312
+ "license": {
1313
+ "title": "MIT",
1314
+ "spdx": "MIT"
1315
+ },
1316
+ "samples": [
1317
+ "analytics-up",
1318
+ "android",
1319
+ "search-02",
1320
+ "tick-02",
1321
+ "not-equal-sign",
1322
+ "text-align-left-01"
1323
+ ],
1324
+ "height": 24,
1325
+ "category": "UI 24px",
1326
+ "tags": [
1327
+ "Has Padding",
1328
+ "Uses Stroke"
1329
+ ],
1330
+ "palette": false
1331
+ },
1333
1332
  "lets-icons": {
1334
1333
  "name": "Lets Icons",
1335
1334
  "total": 1528,
package/collections.md CHANGED
@@ -84,15 +84,6 @@
84
84
  * Icon set prefix: `tabler`
85
85
  * File: [json/tabler.json](json/tabler.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
86
86
 
87
- ## Huge Icons
88
- * Number of icons: 4523
89
- * Author: Hugeicons
90
- * URL: https://icon-sets.iconify.design/icon-sets/hugeicons/
91
- * License: MIT
92
- * Palette: Colorless
93
- * Icon set prefix: `hugeicons`
94
- * File: [json/hugeicons.json](json/hugeicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
95
-
96
87
  ## MingCute Icon
97
88
  * Number of icons: 3098
98
89
  * Author: MingCute Design
@@ -495,6 +486,15 @@
495
486
  * Icon set prefix: `svg-spinners`
496
487
  * File: [json/svg-spinners.json](json/svg-spinners.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
497
488
 
489
+ ## Huge Icons
490
+ * Number of icons: 4523
491
+ * Author: Hugeicons
492
+ * URL: https://icon-sets.iconify.design/icon-sets/hugeicons/
493
+ * License: MIT
494
+ * Palette: Colorless
495
+ * Icon set prefix: `hugeicons`
496
+ * File: [json/hugeicons.json](json/hugeicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
497
+
498
498
  ## Lets Icons
499
499
  * Number of icons: 1528
500
500
  * Author: Leonid Tsvetkov
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.372",
5
+ "version": "2.2.373",
6
6
  "license": "MIT",
7
7
  "homepage": "https://iconify.design/icon-sets/",
8
8
  "autoload": {