@iconify/collections 1.0.132 → 1.0.135

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
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "mdi": {
46
46
  "name": "Material Design Icons",
47
- "total": 7033,
47
+ "total": 7070,
48
48
  "author": {
49
49
  "name": "Austin Andrews",
50
50
  "url": "https://github.com/Templarian/MaterialDesign"
@@ -153,8 +153,8 @@
153
153
  },
154
154
  "tabler": {
155
155
  "name": "Tabler Icons",
156
- "total": 2052,
157
- "version": "1.72.0",
156
+ "total": 2088,
157
+ "version": "1.74.0",
158
158
  "author": {
159
159
  "name": "Paweł Kuna",
160
160
  "url": "https://github.com/tabler/tabler-icons"
@@ -766,6 +766,28 @@
766
766
  "category": "General",
767
767
  "palette": false
768
768
  },
769
+ "humbleicons": {
770
+ "name": "Humbleicons",
771
+ "total": 223,
772
+ "version": "1.7.0",
773
+ "author": {
774
+ "name": "Jiří Zralý",
775
+ "url": "https://github.com/zraly/humbleicons"
776
+ },
777
+ "license": {
778
+ "title": "MIT",
779
+ "spdx": "MIT",
780
+ "url": "https://github.com/zraly/humbleicons/blob/master/license"
781
+ },
782
+ "samples": [
783
+ "aid",
784
+ "droplet",
785
+ "rss"
786
+ ],
787
+ "height": 24,
788
+ "category": "General",
789
+ "palette": false
790
+ },
769
791
  "uiw": {
770
792
  "name": "uiw icons",
771
793
  "total": 214,
@@ -1076,8 +1098,8 @@
1076
1098
  },
1077
1099
  "vscode-icons": {
1078
1100
  "name": "VSCode Icons",
1079
- "total": 1139,
1080
- "version": "11.12.0",
1101
+ "total": 1144,
1102
+ "version": "11.13.0",
1081
1103
  "author": {
1082
1104
  "name": "Roberto Huertas",
1083
1105
  "url": "https://github.com/vscode-icons/vscode-icons"
@@ -1630,7 +1652,7 @@
1630
1652
  },
1631
1653
  "arcticons": {
1632
1654
  "name": "Arcticons",
1633
- "total": 4310,
1655
+ "total": 4436,
1634
1656
  "author": {
1635
1657
  "name": "Donnnno",
1636
1658
  "url": "https://github.com/Donnnno/Arcticons"
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.132",
4
+ "version": "1.0.135",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",