@iconify/collections 1.0.318 → 1.0.320

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 +26 -5
  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": 11496,
4
+ "total": 11405,
5
5
  "author": {
6
6
  "name": "Google",
7
7
  "url": "https://github.com/google/material-design-icons"
@@ -108,8 +108,8 @@
108
108
  },
109
109
  "tabler": {
110
110
  "name": "Tabler Icons",
111
- "total": 4619,
112
- "version": "2.31.0",
111
+ "total": 4637,
112
+ "version": "2.32.0",
113
113
  "author": {
114
114
  "name": "Paweł Kuna",
115
115
  "url": "https://github.com/tabler/tabler-icons"
@@ -260,6 +260,27 @@
260
260
  "category": "General",
261
261
  "palette": false
262
262
  },
263
+ "tdesign": {
264
+ "name": "TDesign Icons",
265
+ "total": 1203,
266
+ "author": {
267
+ "name": "TDesign",
268
+ "url": "https://github.com/Tencent/tdesign-icons"
269
+ },
270
+ "license": {
271
+ "title": "MIT",
272
+ "spdx": "MIT",
273
+ "url": "https://github.com/Tencent/tdesign-icons/blob/main/LICENSE"
274
+ },
275
+ "samples": [
276
+ "activity",
277
+ "doge",
278
+ "dam"
279
+ ],
280
+ "height": 24,
281
+ "category": "General",
282
+ "palette": false
283
+ },
263
284
  "teenyicons": {
264
285
  "name": "Teenyicons",
265
286
  "total": 1200,
@@ -394,7 +415,7 @@
394
415
  "ant-design": {
395
416
  "name": "Ant Design Icons",
396
417
  "total": 789,
397
- "version": "4.3.0",
418
+ "version": "4.3.1",
398
419
  "author": {
399
420
  "name": "HeskeyBaozi",
400
421
  "url": "https://github.com/ant-design/ant-design-icons"
@@ -2212,7 +2233,7 @@
2212
2233
  "flag": {
2213
2234
  "name": "Flag Icons",
2214
2235
  "total": 534,
2215
- "version": "6.10.0",
2236
+ "version": "6.11.0",
2216
2237
  "author": {
2217
2238
  "name": "Panayiotis Lipiridis",
2218
2239
  "url": "https://github.com/lipis/flag-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.318",
4
+ "version": "1.0.320",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",