@iconify/collections 1.0.644 → 1.0.645

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 +61 -8
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -254,8 +254,8 @@
254
254
  },
255
255
  "ri": {
256
256
  "name": "Remix Icon",
257
- "total": 3227,
258
- "version": "4.9.0",
257
+ "total": 3229,
258
+ "version": "4.9.1",
259
259
  "author": {
260
260
  "name": "Remix Design",
261
261
  "url": "https://github.com/Remix-Design/RemixIcon"
@@ -2225,7 +2225,7 @@
2225
2225
  },
2226
2226
  "fluent": {
2227
2227
  "name": "Fluent UI System Icons",
2228
- "total": 18959,
2228
+ "total": 19012,
2229
2229
  "version": "1.1.317",
2230
2230
  "author": {
2231
2231
  "name": "Microsoft Corporation",
@@ -2279,6 +2279,59 @@
2279
2279
  ],
2280
2280
  "palette": false
2281
2281
  },
2282
+ "glyphs": {
2283
+ "name": "Glyphs",
2284
+ "total": 3452,
2285
+ "author": {
2286
+ "name": "Goran Spasojevic",
2287
+ "url": "https://github.com/gorango/glyphs"
2288
+ },
2289
+ "license": {
2290
+ "title": "MIT",
2291
+ "spdx": "MIT",
2292
+ "url": "https://github.com/gorango/glyphs/blob/main/license"
2293
+ },
2294
+ "samples": [
2295
+ "mouse-2-bold",
2296
+ "object-select",
2297
+ "comment-1-duo",
2298
+ "asterisk-outline",
2299
+ "search-1-duo",
2300
+ "bandage"
2301
+ ],
2302
+ "category": "UI Other / Mixed Grid",
2303
+ "tags": [
2304
+ "Has Padding"
2305
+ ],
2306
+ "palette": false
2307
+ },
2308
+ "glyphs-poly": {
2309
+ "name": "Glyphs Poly",
2310
+ "total": 863,
2311
+ "author": {
2312
+ "name": "Goran Spasojevic",
2313
+ "url": "https://github.com/gorango/glyphs"
2314
+ },
2315
+ "license": {
2316
+ "title": "MIT",
2317
+ "spdx": "MIT",
2318
+ "url": "https://github.com/gorango/glyphs/blob/main/license"
2319
+ },
2320
+ "samples": [
2321
+ "mouse-2",
2322
+ "object-select",
2323
+ "comment-1",
2324
+ "asterisk",
2325
+ "search-1",
2326
+ "bandage"
2327
+ ],
2328
+ "category": "UI Other / Mixed Grid",
2329
+ "tags": [
2330
+ "Has Padding",
2331
+ "Uses Stroke"
2332
+ ],
2333
+ "palette": true
2334
+ },
2282
2335
  "teenyicons": {
2283
2336
  "name": "Teenyicons",
2284
2337
  "total": 1200,
@@ -3461,7 +3514,7 @@
3461
3514
  },
3462
3515
  "codicon": {
3463
3516
  "name": "Codicons",
3464
- "total": 536,
3517
+ "total": 538,
3465
3518
  "version": "0.0.0",
3466
3519
  "author": {
3467
3520
  "name": "Microsoft Corporation",
@@ -3658,8 +3711,8 @@
3658
3711
  },
3659
3712
  "simple-icons": {
3660
3713
  "name": "Simple Icons",
3661
- "total": 3384,
3662
- "version": "16.6.1",
3714
+ "total": 3389,
3715
+ "version": "16.7.0",
3663
3716
  "author": {
3664
3717
  "name": "Simple Icons Collaborators",
3665
3718
  "url": "https://github.com/simple-icons/simple-icons"
@@ -3940,7 +3993,7 @@
3940
3993
  "token": {
3941
3994
  "name": "Web3 Icons",
3942
3995
  "total": 1772,
3943
- "version": "4.0.49",
3996
+ "version": "4.0.50",
3944
3997
  "author": {
3945
3998
  "name": "0xa3k5",
3946
3999
  "url": "https://github.com/0xa3k5/web3icons"
@@ -3965,7 +4018,7 @@
3965
4018
  "token-branded": {
3966
4019
  "name": "Web3 Icons Branded",
3967
4020
  "total": 2027,
3968
- "version": "4.0.49",
4021
+ "version": "4.0.50",
3969
4022
  "author": {
3970
4023
  "name": "0xa3k5",
3971
4024
  "url": "https://github.com/0xa3k5/web3icons"
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.644",
5
+ "version": "1.0.645",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",