@iconify/collections 1.0.229 → 1.0.230

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 -23
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -437,6 +437,28 @@
437
437
  "category": "General",
438
438
  "palette": false
439
439
  },
440
+ "octicon": {
441
+ "name": "Octicons",
442
+ "total": 560,
443
+ "version": "17.11.1",
444
+ "author": {
445
+ "name": "GitHub",
446
+ "url": "https://github.com/primer/octicons/"
447
+ },
448
+ "license": {
449
+ "title": "MIT",
450
+ "spdx": "MIT",
451
+ "url": "https://github.com/primer/octicons/blob/main/LICENSE"
452
+ },
453
+ "samples": [
454
+ "alert-24",
455
+ "bell-slash-24",
456
+ "hourglass-24"
457
+ ],
458
+ "displayHeight": 24,
459
+ "category": "General",
460
+ "palette": false
461
+ },
440
462
  "cil": {
441
463
  "name": "CoreUI Free",
442
464
  "total": 554,
@@ -1364,28 +1386,6 @@
1364
1386
  "category": "General",
1365
1387
  "palette": false
1366
1388
  },
1367
- "octicon": {
1368
- "name": "Octicons",
1369
- "total": 560,
1370
- "version": "17.11.1",
1371
- "author": {
1372
- "name": "GitHub",
1373
- "url": "https://github.com/primer/octicons/"
1374
- },
1375
- "license": {
1376
- "title": "MIT",
1377
- "spdx": "MIT",
1378
- "url": "https://github.com/primer/octicons/blob/main/LICENSE"
1379
- },
1380
- "samples": [
1381
- "alert-24",
1382
- "bell-slash-24",
1383
- "hourglass-24"
1384
- ],
1385
- "displayHeight": 24,
1386
- "category": "General",
1387
- "palette": false
1388
- },
1389
1389
  "ooui": {
1390
1390
  "name": "OOUI",
1391
1391
  "total": 340,
@@ -1893,7 +1893,7 @@
1893
1893
  },
1894
1894
  "skill-icons": {
1895
1895
  "name": "Skill Icons",
1896
- "total": 294,
1896
+ "total": 317,
1897
1897
  "author": {
1898
1898
  "name": "tandpfun",
1899
1899
  "url": "https://github.com/tandpfun/skill-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.229",
4
+ "version": "1.0.230",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",