@iconify/collections 1.0.220 → 1.0.221

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 +47 -5
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "mdi": {
46
46
  "name": "Material Design Icons",
47
- "total": 7196,
47
+ "total": 7199,
48
48
  "author": {
49
49
  "name": "Pictogrammers",
50
50
  "url": "https://github.com/Templarian/MaterialDesign"
@@ -900,7 +900,7 @@
900
900
  "gridicons": {
901
901
  "name": "Gridicons",
902
902
  "total": 205,
903
- "version": "3.4.0",
903
+ "version": "3.4.1-alpha.3",
904
904
  "author": {
905
905
  "name": "Automattic",
906
906
  "url": "https://github.com/Automattic/gridicons"
@@ -1346,7 +1346,7 @@
1346
1346
  "octicon": {
1347
1347
  "name": "Octicons",
1348
1348
  "total": 549,
1349
- "version": "17.10.1",
1349
+ "version": "17.10.2",
1350
1350
  "author": {
1351
1351
  "name": "GitHub",
1352
1352
  "url": "https://github.com/primer/octicons/"
@@ -1367,7 +1367,7 @@
1367
1367
  },
1368
1368
  "ooui": {
1369
1369
  "name": "OOUI",
1370
- "total": 330,
1370
+ "total": 331,
1371
1371
  "version": "0.46.1",
1372
1372
  "author": {
1373
1373
  "name": "OOUI Team",
@@ -1431,9 +1431,30 @@
1431
1431
  "category": "Animated Icons",
1432
1432
  "palette": false
1433
1433
  },
1434
+ "svg-spinners": {
1435
+ "name": "SVG Spinners",
1436
+ "total": 46,
1437
+ "author": {
1438
+ "name": "Utkarsh Verma",
1439
+ "url": "https://github.com/n3r4zzurr0/svg-spinners"
1440
+ },
1441
+ "license": {
1442
+ "title": "MIT",
1443
+ "spdx": "MIT",
1444
+ "url": "https://github.com/n3r4zzurr0/svg-spinners/blob/main/LICENSE"
1445
+ },
1446
+ "samples": [
1447
+ "tadpole",
1448
+ "pulse",
1449
+ "3-dots-rotate"
1450
+ ],
1451
+ "height": 24,
1452
+ "category": "Animated Icons",
1453
+ "palette": false
1454
+ },
1434
1455
  "openmoji": {
1435
1456
  "name": "OpenMoji",
1436
- "total": 4065,
1457
+ "total": 4071,
1437
1458
  "author": {
1438
1459
  "name": "OpenMoji",
1439
1460
  "url": "https://github.com/hfg-gmuend/openmoji"
@@ -1827,6 +1848,27 @@
1827
1848
  "category": "Brands / Social",
1828
1849
  "palette": false
1829
1850
  },
1851
+ "skill-icons": {
1852
+ "name": "Skill Icons",
1853
+ "total": 294,
1854
+ "author": {
1855
+ "name": "tandpfun",
1856
+ "url": "https://github.com/tandpfun/skill-icons"
1857
+ },
1858
+ "license": {
1859
+ "title": "MIT",
1860
+ "spdx": "MIT",
1861
+ "url": "https://github.com/tandpfun/skill-icons/blob/main/LICENSE"
1862
+ },
1863
+ "samples": [
1864
+ "markdown-light",
1865
+ "vuejs-dark",
1866
+ "html"
1867
+ ],
1868
+ "height": 24,
1869
+ "category": "Brands / Social",
1870
+ "palette": true
1871
+ },
1830
1872
  "brandico": {
1831
1873
  "name": "Brandico",
1832
1874
  "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.220",
4
+ "version": "1.0.221",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",