@iconify/collections 1.0.421 → 1.0.423

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 +31 -11
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "material-symbols": {
3
3
  "name": "Material Symbols",
4
- "total": 12670,
4
+ "total": 12679,
5
5
  "author": {
6
6
  "name": "Google",
7
7
  "url": "https://github.com/google/material-design-icons"
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "material-symbols-light": {
24
24
  "name": "Material Symbols Light",
25
- "total": 12735,
25
+ "total": 12744,
26
26
  "author": {
27
27
  "name": "Google",
28
28
  "url": "https://github.com/google/material-design-icons"
@@ -129,8 +129,8 @@
129
129
  },
130
130
  "tabler": {
131
131
  "name": "Tabler Icons",
132
- "total": 5256,
133
- "version": "3.3.0",
132
+ "total": 5271,
133
+ "version": "3.4.0",
134
134
  "author": {
135
135
  "name": "Paweł Kuna",
136
136
  "url": "https://github.com/tabler/tabler-icons"
@@ -149,6 +149,26 @@
149
149
  "category": "General",
150
150
  "palette": false
151
151
  },
152
+ "hugeicons": {
153
+ "name": "Huge Icons",
154
+ "total": 3929,
155
+ "author": {
156
+ "name": "Hugeicons",
157
+ "url": "https://icon-sets.iconify.design/icon-sets/hugeicons/"
158
+ },
159
+ "license": {
160
+ "title": "MIT",
161
+ "spdx": "MIT"
162
+ },
163
+ "samples": [
164
+ "analytics-up",
165
+ "android",
166
+ "search-02"
167
+ ],
168
+ "height": 24,
169
+ "category": "General",
170
+ "palette": false
171
+ },
152
172
  "mingcute": {
153
173
  "name": "MingCute Icon",
154
174
  "total": 2922,
@@ -1478,7 +1498,7 @@
1478
1498
  },
1479
1499
  "codicon": {
1480
1500
  "name": "Codicons",
1481
- "total": 459,
1501
+ "total": 460,
1482
1502
  "version": "0.0.36",
1483
1503
  "author": {
1484
1504
  "name": "Microsoft Corporation",
@@ -1719,7 +1739,7 @@
1719
1739
  "ooui": {
1720
1740
  "name": "OOUI",
1721
1741
  "total": 357,
1722
- "version": "0.49.1",
1742
+ "version": "0.49.2",
1723
1743
  "author": {
1724
1744
  "name": "OOUI Team",
1725
1745
  "url": "https://github.com/wikimedia/oojs-ui"
@@ -2289,7 +2309,7 @@
2289
2309
  },
2290
2310
  "cbi": {
2291
2311
  "name": "Custom Brand Icons",
2292
- "total": 1170,
2312
+ "total": 1177,
2293
2313
  "author": {
2294
2314
  "name": "Emanuele & rchiileea",
2295
2315
  "url": "https://github.com/elax46/custom-brand-icons"
@@ -2458,8 +2478,8 @@
2458
2478
  },
2459
2479
  "token": {
2460
2480
  "name": "Token Icons",
2461
- "total": 1638,
2462
- "version": "2.6.1",
2481
+ "total": 1639,
2482
+ "version": "2.7.0",
2463
2483
  "author": {
2464
2484
  "name": "0xa3k5",
2465
2485
  "url": "https://github.com/0xa3k5/token-icons"
@@ -2480,8 +2500,8 @@
2480
2500
  },
2481
2501
  "token-branded": {
2482
2502
  "name": "Token Icons Branded",
2483
- "total": 1820,
2484
- "version": "2.6.1",
2503
+ "total": 1822,
2504
+ "version": "2.7.0",
2485
2505
  "author": {
2486
2506
  "name": "0xa3k5",
2487
2507
  "url": "https://github.com/0xa3k5/token-icons"
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.421",
5
+ "version": "1.0.423",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",