@iconify/collections 1.0.45 → 1.0.49

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 +32 -10
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "ic": {
45
45
  "name": "Google Material Icons",
46
- "total": 10365,
46
+ "total": 10575,
47
47
  "author": {
48
48
  "name": "Material Design Authors",
49
49
  "url": "https://github.com/cyberalien/google-material-design-icons-updated"
@@ -214,7 +214,7 @@
214
214
  },
215
215
  "iconoir": {
216
216
  "name": "Iconoir",
217
- "total": 974,
217
+ "total": 1007,
218
218
  "author": {
219
219
  "name": "Luca Burgio",
220
220
  "url": "https://github.com/lucaburgio/iconoir"
@@ -321,7 +321,7 @@
321
321
  "carbon": {
322
322
  "name": "Carbon",
323
323
  "total": 1898,
324
- "version": "10.44.0",
324
+ "version": "10.45.0",
325
325
  "author": {
326
326
  "name": "IBM",
327
327
  "url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
@@ -384,8 +384,8 @@
384
384
  },
385
385
  "tabler": {
386
386
  "name": "Tabler Icons",
387
- "total": 1460,
388
- "version": "1.50.0",
387
+ "total": 1478,
388
+ "version": "1.51.0",
389
389
  "author": {
390
390
  "name": "Paweł Kuna",
391
391
  "url": "https://github.com/tabler/tabler-icons"
@@ -779,7 +779,7 @@
779
779
  },
780
780
  "lucide": {
781
781
  "name": "Lucide",
782
- "total": 533,
782
+ "total": 535,
783
783
  "author": {
784
784
  "name": "Lucide Contributors",
785
785
  "url": "https://github.com/lucide-icons/lucide"
@@ -883,6 +883,28 @@
883
883
  "category": "General",
884
884
  "palette": false
885
885
  },
886
+ "charm": {
887
+ "name": "Charm Icons",
888
+ "total": 237,
889
+ "version": "0.12.1",
890
+ "author": {
891
+ "name": "Jay Newey",
892
+ "url": "https://github.com/jaynewey/charm-icons"
893
+ },
894
+ "license": {
895
+ "title": "MIT",
896
+ "url": "https://github.com/jaynewey/charm-icons/blob/main/LICENSE"
897
+ },
898
+ "samples": [
899
+ "chart-line",
900
+ "image",
901
+ "thumb-up"
902
+ ],
903
+ "height": 16,
904
+ "displayHeight": 16,
905
+ "category": "General",
906
+ "palette": false
907
+ },
886
908
  "line-md": {
887
909
  "name": "Material Line Icons",
888
910
  "total": 250,
@@ -1442,8 +1464,8 @@
1442
1464
  },
1443
1465
  "fluent": {
1444
1466
  "name": "Fluent UI System Icons",
1445
- "total": 9706,
1446
- "version": "1.1.154",
1467
+ "total": 9872,
1468
+ "version": "1.1.155",
1447
1469
  "author": {
1448
1470
  "name": "Microsoft Corporation",
1449
1471
  "url": "https://github.com/microsoft/fluentui-system-icons"
@@ -2088,8 +2110,8 @@
2088
2110
  },
2089
2111
  "simple-icons": {
2090
2112
  "name": "Simple Icons",
2091
- "total": 2135,
2092
- "version": "6.5.0",
2113
+ "total": 2152,
2114
+ "version": "6.7.0",
2093
2115
  "author": {
2094
2116
  "name": "Simple Icons Collaborators",
2095
2117
  "url": "https://github.com/simple-icons/simple-icons"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify/collections",
3
3
  "description": "Iconify icon sets list",
4
- "version": "1.0.45",
4
+ "version": "1.0.49",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",