@iconify/collections 1.0.421 → 1.0.422

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 +23 -3
  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"
@@ -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",
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.422",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",