@iconify/collections 1.0.582 → 1.0.584

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.
Files changed (2) hide show
  1. package/collections.json +33 -34
  2. package/package.json +1 -1
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,
@@ -1685,7 +1684,7 @@
1685
1684
  "carbon": {
1686
1685
  "name": "Carbon",
1687
1686
  "total": 2365,
1688
- "version": "11.64.0",
1687
+ "version": "11.65.0",
1689
1688
  "author": {
1690
1689
  "name": "IBM",
1691
1690
  "url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
@@ -1828,8 +1827,8 @@
1828
1827
  },
1829
1828
  "gravity-ui": {
1830
1829
  "name": "Gravity UI Icons",
1831
- "total": 741,
1832
- "version": "2.15.0",
1830
+ "total": 744,
1831
+ "version": "2.16.0",
1833
1832
  "author": {
1834
1833
  "name": "YANDEX LLC",
1835
1834
  "url": "https://github.com/gravity-ui/icons/"
@@ -3400,7 +3399,7 @@
3400
3399
  },
3401
3400
  "material-icon-theme": {
3402
3401
  "name": "Material Icon Theme",
3403
- "total": 1075,
3402
+ "total": 1079,
3404
3403
  "author": {
3405
3404
  "name": "Material Extensions",
3406
3405
  "url": "https://github.com/material-extensions/vscode-material-icon-theme"
@@ -3447,7 +3446,7 @@
3447
3446
  },
3448
3447
  "devicon": {
3449
3448
  "name": "Devicon",
3450
- "total": 948,
3449
+ "total": 951,
3451
3450
  "author": {
3452
3451
  "name": "konpa",
3453
3452
  "url": "https://github.com/devicons/devicon/tree/master"
@@ -3472,7 +3471,7 @@
3472
3471
  },
3473
3472
  "devicon-plain": {
3474
3473
  "name": "Devicon Plain",
3475
- "total": 694,
3474
+ "total": 696,
3476
3475
  "author": {
3477
3476
  "name": "konpa",
3478
3477
  "url": "https://github.com/devicons/devicon/tree/master"
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@iconify/collections",
3
3
  "description": "Iconify icon sets list",
4
4
  "license": "MIT",
5
- "version": "1.0.582",
5
+ "version": "1.0.584",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",