@iconify/collections 1.0.48 → 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 +28 -6
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -321,7 +321,7 @@
321
321
  "carbon": {
322
322
  "name": "Carbon",
323
323
  "total": 1898,
324
- "version": "10.45.0-rc.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"
@@ -779,7 +779,7 @@
779
779
  },
780
780
  "lucide": {
781
781
  "name": "Lucide",
782
- "total": 534,
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": 2141,
2092
- "version": "6.6.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.48",
4
+ "version": "1.0.49",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",