@iconify/collections 1.0.452 → 1.0.454

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 +36 -12
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -147,8 +147,8 @@
147
147
  },
148
148
  "tabler": {
149
149
  "name": "Tabler Icons",
150
- "total": 5467,
151
- "version": "3.12.0",
150
+ "total": 5556,
151
+ "version": "3.14.0",
152
152
  "author": {
153
153
  "name": "Paweł Kuna",
154
154
  "url": "https://github.com/tabler/tabler-icons"
@@ -391,6 +391,30 @@
391
391
  "category": "General",
392
392
  "palette": false
393
393
  },
394
+ "lucide-lab": {
395
+ "name": "Lucide Lab",
396
+ "total": 373,
397
+ "author": {
398
+ "name": "Lucide Contributors",
399
+ "url": "https://github.com/lucide-icons/lucide-lab"
400
+ },
401
+ "license": {
402
+ "title": "ISC",
403
+ "spdx": "ISC",
404
+ "url": "https://github.com/lucide-icons/lucide-lab/blob/main/LICENSE"
405
+ },
406
+ "samples": [
407
+ "venn",
408
+ "card-credit",
409
+ "pac-man",
410
+ "cent",
411
+ "candlestick-big-lit",
412
+ "gearbox"
413
+ ],
414
+ "height": 24,
415
+ "category": "General",
416
+ "palette": false
417
+ },
394
418
  "uil": {
395
419
  "name": "Unicons",
396
420
  "total": 1206,
@@ -593,7 +617,7 @@
593
617
  "gg": {
594
618
  "name": "css.gg",
595
619
  "total": 704,
596
- "version": "2.1.1",
620
+ "version": "2.1.4",
597
621
  "author": {
598
622
  "name": "Astrit",
599
623
  "url": "https://github.com/astrit/css.gg"
@@ -740,7 +764,7 @@
740
764
  },
741
765
  "mynaui": {
742
766
  "name": "Myna UI Icons",
743
- "total": 1092,
767
+ "total": 1100,
744
768
  "author": {
745
769
  "name": "Praveen Juge",
746
770
  "url": "https://github.com/praveenjuge/mynaui-icons"
@@ -1528,8 +1552,8 @@
1528
1552
  },
1529
1553
  "fluent": {
1530
1554
  "name": "Fluent UI System Icons",
1531
- "total": 16535,
1532
- "version": "1.1.254",
1555
+ "total": 16570,
1556
+ "version": "1.1.256",
1533
1557
  "author": {
1534
1558
  "name": "Microsoft Corporation",
1535
1559
  "url": "https://github.com/microsoft/fluentui-system-icons"
@@ -2069,8 +2093,8 @@
2069
2093
  },
2070
2094
  "line-md": {
2071
2095
  "name": "Material Line Icons",
2072
- "total": 606,
2073
- "version": "1.0.6",
2096
+ "total": 1082,
2097
+ "version": "2.0.1",
2074
2098
  "author": {
2075
2099
  "name": "Vjacheslav Trushkin",
2076
2100
  "url": "https://github.com/cyberalien/line-md"
@@ -2493,8 +2517,8 @@
2493
2517
  },
2494
2518
  "simple-icons": {
2495
2519
  "name": "Simple Icons",
2496
- "total": 3162,
2497
- "version": "13.6.0",
2520
+ "total": 3165,
2521
+ "version": "13.7.0",
2498
2522
  "author": {
2499
2523
  "name": "Simple Icons Collaborators",
2500
2524
  "url": "https://github.com/simple-icons/simple-icons"
@@ -3038,7 +3062,7 @@
3038
3062
  },
3039
3063
  "devicon": {
3040
3064
  "name": "Devicon",
3041
- "total": 787,
3065
+ "total": 788,
3042
3066
  "author": {
3043
3067
  "name": "konpa",
3044
3068
  "url": "https://github.com/devicons/devicon/tree/master"
@@ -3063,7 +3087,7 @@
3063
3087
  },
3064
3088
  "devicon-plain": {
3065
3089
  "name": "Devicon Plain",
3066
- "total": 589,
3090
+ "total": 590,
3067
3091
  "author": {
3068
3092
  "name": "konpa",
3069
3093
  "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.452",
5
+ "version": "1.0.454",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",