@iconify/collections 1.0.405 → 1.0.406

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 +22 -1
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -545,7 +545,7 @@
545
545
  "octicon": {
546
546
  "name": "Octicons",
547
547
  "total": 604,
548
- "version": "19.8.0",
548
+ "version": "19.9.0",
549
549
  "author": {
550
550
  "name": "GitHub",
551
551
  "url": "https://github.com/primer/octicons/"
@@ -2375,6 +2375,27 @@
2375
2375
  "category": "Brands / Social",
2376
2376
  "palette": true
2377
2377
  },
2378
+ "unjs": {
2379
+ "name": "UnJS Logos",
2380
+ "total": 63,
2381
+ "author": {
2382
+ "name": "UnJS",
2383
+ "url": "https://github.com/unjs"
2384
+ },
2385
+ "license": {
2386
+ "title": "Apache 2.0",
2387
+ "spdx": "Apache-2.0"
2388
+ },
2389
+ "samples": [
2390
+ "nitro",
2391
+ "jiti",
2392
+ "unstorage"
2393
+ ],
2394
+ "height": 32,
2395
+ "displayHeight": 16,
2396
+ "category": "Brands / Social",
2397
+ "palette": true
2398
+ },
2378
2399
  "brandico": {
2379
2400
  "name": "Brandico",
2380
2401
  "total": 45,
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.405",
4
+ "version": "1.0.406",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",